[JBoss-user] [Beginners Corner] - JBOSS and Webservices with axis

2005-06-06 Thread peterweik
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

[JBoss-user] [Beginners Corner] - Access EJBs via Applet

2005-05-18 Thread peterweik
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

[JBoss-user] [Beginners Corner] - Client can't connect to EJB

2005-04-04 Thread peterweik
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