[JBoss-user] [JBossWS] - Re: Probleme with the redeployment of a web-service(NoSuchMe

2005-02-18 Thread newtonm
This problem with redeploying an unpackaged war has been entered into JIRA: http://jira.jboss.com/jira/browse/JBWS-124 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3867089#3867089 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode

[JBoss-user] [JBossWS] - Re: WS does not undeploy

2005-02-18 Thread newtonm
A similar problem with undeploying exploded ejb-jars also appears to exist. This is probably what was meant by the initial post in this topic. Both of these issues have been entered into JIRA: http://jira.jboss.com/jira/browse/JBWS-123 View the original post : http://www.jboss.org/index.html?m

[JBoss-user] [JBossWS] - Re: WS does not undeploy

2005-02-16 Thread newtonm
Hi, I've found a similar problem when undeploying exploded .war files containing web services in JBoss-4.0.1. I've put together a simple JSE based web service based on the example in Chapter 12 of the jboss4guide. My war file is called Hello.war. If I deploy Hello.war as an exploded directory th

[JBoss-user] [EJB/JBoss] - Re: unable to lookup an EJB from a JavaBean

2005-01-05 Thread newtonm
Hi, The javax.naming.NameNotFoundException is being thrown because you have bound the EJB into the global namespace with the name 'ejb/Liga' but you are looking for it in the ENC namespace (java:comp/env). When you changed the jndi-name to Liga and used the following code, you correctly lookup

[JBoss-user] [Installation & Configuration] - run.bat & shutdown.bat do not represent latest versions

2004-06-16 Thread newtonm
I've just been looking through the run.bat and shutdown.bat files that came with the jboss-3.2.4.zip download. As they still contain lines referencing the %ARGS% variable I think that the following bugfix has been left out of the build. [ 840239 ] run.bat does not parse arguments containing = co