Hello, 

I have a little project running which is now almost finished. I developed it on a 
JBoss4-DR3 and everything worked fine. Now I tried out the RC1 and RC2 and there the 
web services are not deployed correctly, i.e. they do not appear anymore on 
http://localhost:8080/ws4ee/services (RC1) (they *did* appear on 
http://localhost:8080/jboss-net/servlet/AxisServlet (DR3), and worked correctly). What 
could be the reason? Did anything about the xml-files change? Need the structure of 
the archive be changed?

The structure of my ear-file is: 
META-INF/MANIFEST.MF
  | META-INF/application.xml
  | ejbs.jar
  | jsps.war
  | webservices.wsr

And my webservices.wsr looks like this:

  | META-INF/MANIFEST.MF
  | META-INF/web-service.xml
  | project/server/ws/* [all my webservice-classes]

The important xml-files:
application.xml:

  | <?xml version="1.0" encoding="UTF-8"?>
  | 
  | <application version="1.4" xmlns="http://java.sun.com/xml/ns/j2ee"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
  | xml:schemaLocation="http://java.sun.com/xml/ns/j2ee 
http://java.sun.com/xml/ns/j2ee/application_1_4.xsd";>
  |     <description> The Webservices and EJBs for the plasmaboards </description>
  |     <display-name> Plasmaboards EJB/WS/JSP </display-name>
  |     <module>
  |             <ejb> ejbs.jar </ejb>
  |     </module>
  |     <module>
  |             <ejb> webservices.wsr </ejb>
  |     </module>
  |     <module>
  |             <ejb> jsps.war </ejb>
  |     </module>
  | </application>

web-service.xml:

  | <deployment xmlns="http://xml.apache.org/axis/wsdd/"; 
xmlns:xsi="http://www.w3.org/2000/10/XMLSchema-instance";
  | xmlns:java="http://xml.apache.org/axis/wsdd/providers/java";>
  |     <service name="UserWS" provider="java:RPC">
  |             <parameter name="className" value="project.server.ws.UserWS" />
  |             <parameter name="allowedMethods" value="addUser getUser getAllUsers 
updateUser removeUser" />
  |     </service>
  | 
  |     [some typemappings]
  | 
  | </deployment>

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848530#3848530

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848530


-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to