[jboss-jira] [JBoss JIRA] (WFLY-2310) JDBC driver not deployed from exploded EAR, but works with packaged .ear
Paul Alesius (JIRA)
jira-events at lists.jboss.org
Tue Oct 15 16:34:35 EDT 2013
Paul Alesius created WFLY-2310:
----------------------------------
Summary: JDBC driver not deployed from exploded EAR, but works with packaged .ear
Key: WFLY-2310
URL: https://issues.jboss.org/browse/WFLY-2310
Project: WildFly
Issue Type: Bug
Components: EE, JCA
Affects Versions: 8.0.0.Beta1
Reporter: Paul Alesius
Assignee: David Lloyd
The jdbc driver in an exploded EAR isn't picked up by wildfly, it causes problems when deploying from eclipse.
It is picked up when deployed as a zipped .ear.
Example jboss-as.xml in the ear with xa driver:
<driver>testear-0.0.1-SNAPSHOT.ear_org.postgresql.Driver_9_2</driver>
You should see a message when the ear is deployed showing that the JDBC is picked up byt he server. This appears only when the .ear is zipped.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list