NetBeans Forums
| View previous topic :: View next topic |
| Author |
Message |
michael Posted via mailing list.
|
Posted: Sun Sep 19, 2010 7:32 am Post subject: Problem deploying a JEE6 .ear with app-client via web |
|
|
Hello List,
I have a JEE6 enterprise application that consists of a WAR module, an EJB module and an app-client. When I deploy it via netbeans, it works flawlessly. However, when I build it an deploy it via the web admin console, I get the following error:
<error>
Exception while deploying the app : java.lang.RuntimeException: Target ejb HelloCreatorBean for remote ejb 3.0 reference beeriprint.test.beans.HelloGetterBean/lbb does not expose a remote business interface of type beeriprint.test.beans.HelloCreatorBean
</error>
When I remove the app-client module, the ear deploys fine.
Am I doing something wrong? Any ideas?
More info:
* The project uses a remote bean, that consults a local bean with no-interface view to get some logic done.
* Sample project that shows the issue is available at: http://www.ebill.co.il/Jee6Test.zip
* Netbeans 6.9.1, Glassfish 3.0.1 (build 22)
* Looks like Glassfish thinks the ear contains EJB 3 rather than EJB 3.1 beans.
* Using the auto-deploy folder, I get a similar message.
Thanks in advance,
Michael = |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|