| Author |
java.lang.IllegalArgumentException: class has neither @WebSerivce nor @WebServiceProvider annotation
|
Piyush Paramane
Greenhorn
Joined: Jul 17, 2012
Posts: 5
|
|
Hi All,
I am using JDK 1.6 and eclipse indigo along with Oracle Weblogic server 11gR1(10.3.5).
My REST Impl class has annotation @WebServiceProvider, but still while publishing the server i am getting this exception.
java.lang.IllegalArgumentException: class has neither @WebSerivce nor @WebServiceProvider annotation
Any help regarding this?
Let me know if need any further info.
Thanks,
Piyush
|
 |
Shivom Shukla
Ranch Hand
Joined: Jul 05, 2012
Posts: 30
|
|
Hi Piyush,
Welcome to java ranch....Provide some more information.Post the class code which is giving you this error....
|
 |
Piyush Paramane
Greenhorn
Joined: Jul 17, 2012
Posts: 5
|
|
Hi Shivom,
the class which is giving me this error has annotation, it is like below,
But it seems that Weblogic is not able to read the annotation?
Is this much information is sufficient?
|
 |
 |
|
|
subject: java.lang.IllegalArgumentException: class has neither @WebSerivce nor @WebServiceProvider annotation
|
|
|