Web Admin for OpenEJB3

2008-08-18 Thread Nithiraj
Guys, I'm a new user to OpenEJB3. Can some one here please let me know where I can get the webadmin module for OpenEjb3? thanks Regards! Nithi. -- View this message in context: http://www.nabble.com/Web-Admin-for-OpenEJB3-tp19028390p19028390.html Sent from the OpenEJB User mailing list

Use JAXB generated class as JAX-WS request parameter

2008-08-18 Thread rde8026
I'm running into an issue when trying to use a JAXB generated class as input into my @WebMethod. Basically I have an XSD that is generated via JAXB and I want to use that generated class as the input parameter into my JAX-WS web service. I know JAX-WS uses JAXB to generate the necessary objects