Hi all,
I am attempting to create a very basic web service from a session bean, and my compiler is telling me it can't find the javax.jws.Oneway annotation. It seems that JBoss includes the javax.jws package in jboss-ejb3.jar
, but not all of the annotations listed in Sun's JEE5 API spec are present.
Does anyone know, is it possible to do Java EE 5 web services without the missing annotations? Is there a jar I can drop in instead of jboss-ejb3.jar
? Or should I be looking at other options - not using annotations, or switching to a different app server, for instance?
Thanks,
Fritz Meissner
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "CTJUG Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/CTJUG-Forum
For the ctjug home page see http://www.ctjug.org.za
-~----------~----~----~----~------~----~------~--~---
- [CTJUG Forum] JBoss EJB3 web services incomplete implementa... Fritz Meissner
