Hello,

the development of EJBs with JBoss IDE is very integrated and straight-forward. 
It seems that this isnt the same with Web Services. I didnt find any XDoclet 
Infos to creat the meta files. To get on I followd the steps of

http://docs.jboss.org/jbossas/jboss4guide/r4/html/ch12.html

But the IDE was already warning because of a wrong element in the ejb-jar.xml:


  |       <session >
  |          <description>[CDATA[Description for myWS]]</description>
  |          <display-name>Name for myWS</display-name>
  | 
  |          <ejb-name>myWS</ejb-name>
  |        <service-endpoint>org.jboss.ws.hello.myWS</service-endpoint>
  |          <home>de.gehrls.interfaces.myWSHome</home>
  |          <remote>de.gehrls.interfaces.myWS</remote>
  |          <ejb-class>de.gehrls.ejb.myWSBean</ejb-class>
  |          <session-type>Stateless</session-type>
  |          <transaction-type>Container</transaction-type>
  | 
  |       </session>
  | 

Is there any further documentation on writing web services as EJB end points 
with the IDE? Or any other solution?

I need your help, regards
ken

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

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


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to