I am trying to create a webservice via a stateless session bean. When I try to
deploy the jar archive I get this error message:
anonymous wrote :
| org.jboss.deployment.DeploymentException: ejb-jar.xml must either obey the
right xml schema or define a valid DOCTYPE!
|
This is my ejb-jar.xm
I'm trying to use the SOAP HTTP interface of the EJB Container but I'm stuck
creating the ejb-jar.xml for a simple helloWorld example.
This is the file:
|
| http://java.sun.com/xml/ns/j2ee"; version="2.1"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://ja
I was wondering about that, too. I only found some statements that there isn't
such a deploytool. I finally gave up looking for it and wrote my own build.xml
files to create war and jar files including the creation of wsdl and mapping
files.
Still ejb-jar.xml and webservices.xml has to be writte
I have created a JAX-RPC WebService based on the tutorial in chapter 12 of the
documentation. When I go to the service overview
http://a.b.c:1/ws4ee/services
I can see the pre-installed service Version with the wsdl file located at
http://a.b.c:1/ws4ee/services/Version?wsdl
As you can
Okay...thanks for the hint. I am working on a Unix Server of my company and
forgot to check the version...pretty dumb fault. :-)
Things should go on now. Thanks!
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3866023#3866023
Reply to the post :
http://www.jb
Hi! I am totaly new to JBoss and I'm trying to get through the WebService
example in chapter 12 of the documentation.
When I try to create the *.wsdl file and mapping.xml file using the command line
| wscompile -classpath $CLASSPATH -gen:server -f:rpcliteral -mapping
mapping.xml config.xml