[jboss-jira] [JBoss JIRA] (AS7-2075) Tuxedo JCA Adapter fails to deploy
Erhard Siegl (Created) (JIRA)
jira-events at lists.jboss.org
Tue Oct 11 11:46:22 EDT 2011
Tuxedo JCA Adapter fails to deploy
----------------------------------
Key: AS7-2075
URL: https://issues.jboss.org/browse/AS7-2075
Project: Application Server 7
Issue Type: Bug
Components: JCA
Affects Versions: 7.1.0.Alpha1
Reporter: Erhard Siegl
Assignee: Jesper Pedersen
Deploying the Oracle Tuxedo JCA Adapter leads to the following Exception:
Caused by: java.lang.UnsupportedOperationException: Naming context is read-only
at org.jboss.as.naming.NamingContext.createSubcontext(NamingContext.java:318)
at javax.naming.InitialContext.createSubcontext(InitialContext.java:464) [:1.6.0_24]
at com.oracle.tuxedo.adapter.tja.TJAService.startTJAService(TJAService.java:271)
at com.oracle.tuxedo.adapter.TuxedoAdapterSupervisor._registerResourceAdapter(TuxedoAdapterSupervisor.java:426)
at com.oracle.tuxedo.adapter.TuxedoAdapterSupervisor.registerResourceAdapter(TuxedoAdapterSupervisor.java:303)
at com.oracle.tuxedo.adapter.TuxedoResourceAdapter.start(TuxedoResourceAdapter.java:78)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [:1.6.0_24]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [:1.6.0_24]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [:1.6.0_24]
at java.lang.reflect.Method.invoke(Method.java:597) [:1.6.0_24]
at org.jboss.jca.deployers.common.AbstractResourceAdapterDeployer.startContext(AbstractResourceAdapterDeployer.java:342)
... 8 more
Remarks: The Adapter worked on JBoss 4,5 and 6. The Problem seems to be related to https://issues.jboss.org/browse/AS7-421
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list