Hi,
Im trying to deploy a resource adapter. If I add a ironjacamar.xml the adapter gets deployed and registered to jndi without error. It also can be looked up with @Resource. So everything is fine.
But:
I dont want to use ironjacamar auto deploy, because there will be properties to set by the customer preferably using the WebConsole. So i omitted the ironjacamar.xml deployed my rar and used the WebConsole to register the adapter. I looked into the subsystem configuration inside standalone.xml and found all the settings i provided. But the connection did not get registered to jndi.
Am I missing something ??
Greetings
Philipp