"getaceres" wrote : | <?xml version="1.0" encoding="UTF-8"?> | | <application xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/application_5.xsd" version="5"> | | <display-name>OHAServices</display-name> | | <module> | | <ejb>datasource-common-1.0-SNAPSHOT.jar</ejb> | | </module> | | <module> | | <ejb>datasource-ws-1.0-SNAPSHOT.jar</ejb> | | </module> | | <module> | | <ejb>OHA-local-backend-1.0-SNAPSHOT.jar</ejb> | | </module> | | <module> | | <ejb>OHA-provisioning-service-1.0-SNAPSHOT.jar</ejb> | | </module> | | </application> | | They are in order of dependencies, as all the jars depend on datasource-common but also it's the first alphabetically so it must be deployed first. | They are not ordered alphabetically :) 'O' comes before 'd' http://www.kerryr.net/pioneers/ascii2.htm so OHA-* jar files are being picked up first, before the datasource-common jar. Try renaming them appropriately.
anonymous wrote : | I go to JBAS-5713 issue in Jira but it seems to be fixed, so either, it's not fixed or it's not the same bug. Unfortuantely, deployment ordering is still an issue and is being worked on. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4230306#4230306 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4230306 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
