]
David Lloyd reassigned WFLY-2310:
---------------------------------
Assignee: (was: David Lloyd)
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
Labels: deployer,, exploded
Attachments: testear.zip
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.