| 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
|
 |
 |
|
|
subject: how exclude methods publication of ejb stateless
|
|
|