Hi Fritz, On 9/19/06, Fritz Meissner <[EMAIL PROTECTED]> wrote: > 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.
Have you looked in jboss-annotations-ejb3.jar? It's in the deploy/ejb3.deployer/ directory. What annotation(s) are you missing? > Does anyone know, is it possible to do Java EE 5 web services without the > missing annotations? Yes, you can do it without annotations just using deployment descriptors. > 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? > I have functioning annotated web services in JBoss 4.0.4 EJB3 Profile. Maybe post specific queries here and I can try to help. Regards, Lisa --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
