Hello,
I have the workbook "Enterprise JavaBeans" from Richard Monson-Haefl which
includes teh JBOSS Workbook from Bill Burke and Sacha Labourey.
In Chapter 15.1. the build starts with ant wsdl.
The result is:
BUILD FAILED
C:\Projekte\workbook_orig\workbook\ex15_1\build.xml:47: C:\Programm
Hello,
I have created one Session Bean with the Busines Logic and a Remote interface
and three CMP - EntityBeans which are used by the SessionBean. Everything
(Creating, Updating, EJB-QL..)works fine with a servlet or a normal Java
Client. Now I have written an applet and the following error oc
Hello,
I am a newbie and I am trying to call a simple stateless ejb which is deployed
(this worked) in Jboss 4.0,
which doesn't work, which drives me cracy.
The Client as shown below alway runs into the javax.naming.NamingException.
My Operating System: Windows XP Prof,JBoss Version 4.0.0.
Cl