[jboss-user] [Beginners Corner] - Re: EJB SecurityException on AccountBean EJB dukesbank
hieutrinh
do-not-reply at jboss.com
Fri May 30 02:31:57 EDT 2008
I encountered the same error and after some searching on the web, I finally get it to work. There was an error in the jboss-build.xml where target name = âpackage-clientâ. It references to non-existent classes, the com/sun/ebank/ejb/customer/Account.class. Here is how you fix it:
<!-- FIX
Remove these two statements and add the next four statements - no such Account.java and AccountHome.java
-->
<!-- FIX Add these four statements instead -->
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4154514#4154514
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4154514
More information about the jboss-user
mailing list