Hi,
I have a fresh install of a multiproject generated by the plugin genapp with
the "complex" template.
In the root directory of my project, I run maven and the ear is generated. So
far, maven is magic !
Now I want to deploy the ear on my local JBoss copy (I have defined in my user
home build.properties the maven.jboss.home)
>From the components/ears/ear, I first run maven jboss:configure
==> a fresh copy of Jboss default is created under the directory
components/ears/ear/target/
I start the Jboss (v 3.2.3) from components/ears/ear/target/ear/bin
So far, so good !
And from components/ears/ear, I run maven jboss:deploy-ear with results in the
following error :
13:37:47,656 ERROR [MainDeployer] could not start deployment:
file:/opt/eclipse3.0/workspace/POC-MAVEN-MULTI/components/ears/ear/target/ear/ear/tmp/deploy/tmp36968ear-1.0.ear-contents/web-1.0.war
org.jboss.deployment.DeploymentException: Error during deploy; - nested
throwable: (javax.naming.NamingException: ejb-local-ref: '', no ejb-link in
web.xml and no local-jndi-name in jboss-web.xml)
at
org.jboss.web.AbstractWebContainer.start(AbstractWebContainer.java:440)
I see in the server.log that the Example and ExampleFacade EJBs are deployed
What's wrong with this fresh default installation ???
Thanks
Olivier -
This message is for the designated recipient only and may contain privileged,
proprietary, or otherwise private information. If you have received it in
error, please notify the sender immediately and delete the original. Any other
use of the email by you is prohibited.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]