This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Web Services and the fly likes how exclude methods publication of ejb stateless Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "how exclude methods publication of ejb stateless" Watch "how exclude methods publication of ejb stateless" New topic
Author

how exclude methods publication of ejb stateless

pino astarita
Greenhorn

Joined: Nov 14, 2006
Posts: 13
hi, i want publish an ejb stateless as webservice using weblogic 9.2 and jdk 1.5. i've tried it using the target ant <jwsc> and annotations as @WebService. It's all ok but become published ALL of methods of the ejb (ejbCreate(),ejbRemove() ecc.) but i don't wont public them!
How can select wich method to publish? I can't use the annotation @WebMethod(exclude=true) since it is not available for jdk 1.5 (only for jdk 1.6).

thanks for answer
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: how exclude methods publication of ejb stateless
 
Similar Threads
Webservices Help in WSAD 5 for Beginner
Transaction EJB
question about the book
HQL + LIKE + _
Wrapper class on the top of stateless session bean