]
James Perkins closed JBASMP-52.
-------------------------------
Resolution: Rejected
This should be working, please re-open if this is still an issue.
jboss-as:deploy deploys ear but doesn't deploy contained ejb
module
-------------------------------------------------------------------
Key: JBASMP-52
URL:
https://issues.jboss.org/browse/JBASMP-52
Project: JBoss AS Maven Plugins
Issue Type: Bug
Components: deploy
Affects Versions: 7.4.Final
Environment: Linux hostname 3.7.10-gentoo #1 SMP Fri Aug 30 17:01:59 ART 2013
x86_64 Intel(R) Core(TM) i5-2467M CPU @ 1.60GHz GenuineIntel GNU/Linux
Reporter: Matías Blasi
Assignee: James Perkins
I have a simple ear application (build with maven-ear-plugin).
This application contains just a persistence-unit definition (persistence.xml) and a
ejb-module.
The ejb module is another maven build, containing some ejb3, handled with
maven-ejb-plugin.
The ear file is correctly built:
myapp.ear
|
+ META-INF/application.xml
+ lib/allmylibs.jar
+ myejb.jar
When trying to deploy the ear with the jboss-as:deploy, the application is deployed (the
persistence unit deployment logs in server.log), but no ejb is registered, anyway, no
errors in log, and BUILD SUCCESFUL after mvn command.
Finally, an ear file is present under $JBOSS_HOME/standalone/data/content
The strange thing is that if I get that generated ear file, I can succesfully deploy it
through the management console, or by copying it to a folder scanned by a
deployment-scanner (in both cases the ejbs are correctly deployed)
Nothing found in google! :(
I tried with all the plugin version from 7.1.1 to 7.4.
Also a lot of tries with different maven-ear-plugin and maven-jboss-as-plugin
configuration options.... no lucky after two days of work.
Regards,
Matías.