[
https://issues.jboss.org/browse/AS7-3927?page=com.atlassian.jira.plugin.s...
]
Stefano Maestri commented on AS7-3927:
--------------------------------------
These commands works from cli and ra is deployed and activated (bounding
connection-definition to jndi)
[standalone@localhost:9999 /]
/subsystem=resource-adapters/resource-adapter=ra16outij.rar:add(archive=ra16outij.rar)
{"outcome" => "success"}
[standalone@localhost:9999 /]
/subsystem=resource-adapters/resource-adapter=ra16outij.rar/connection-definitions=myConn:add(class-name="org.jboss.jca.test.deployers.spec.rars.ra16outjbossra.TestManagedConnectionFactory",
jndi-name="java:jboss/connection/MyConn")
{"outcome" => "success"}
[standalone@localhost:9999 /]
/subsystem=resource-adapters/resource-adapter=ra16outij.rar:activate
{"outcome" => "success"}
What's doing console different from that?
Moreover I can't see attached the error log, can you attach it?
Reassigning it to Heiko, feel free to get back to me if needed of course
Creating RA fails w/o meaningful error message
----------------------------------------------
Key: AS7-3927
URL:
https://issues.jboss.org/browse/AS7-3927
Project: Application Server 7
Issue Type: Bug
Components: JCA
Reporter: Heiko Braun
Assignee: Stefano Maestri
Labels: eap6_LA
Fix For: 7.1.1.Final
Target Builds: jboss-as-7.1 Final and EAP 6 Alpha 2
Runtime: standalone as well as domain mode
Step 1: Start server
Step 2: Login to management console
Step 3: Go to profile->resource adapter-> Click on "add" to add a new
resource adapter
Step 4: Provide input for Archive file and transaction attribute and click
"save", configuration saved correctly and UI shows creation of Resource Adapter
Step 5: Click on "View" link for the newly configured resource adapter to go to
next screen to add a "Managed Conection Definition"
Step 6: Provide JNDI Name and Connection class name click on "Next"
Step 7: Provide properties (optional)
Step 8: Click on save
Operation fails with error as shown in attachment. Only we can add a resource adapter is
via direct manipulation of domain.xml file (or standalone.xml) which is not a desirable
way going forward.
--
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