Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

java.lang.IllegalArgumentException for listener in web.xml with weblogic12.1.1

GimmiJan 2 2014 — edited Jan 7 2014

Hi.

Im trying to upgrade the weblogic version from 10 to 12 for my application.

Im getting below mentioned error while deploying ear file in weblogic 12 which works fine with version10.

" java.lang.IllegalArgumentException:[HTTP:101164] User defined class com.ab.util.session object is not a listener as it doesnt implement the correct interface."

Deployment is getting failed because of this error.

If i comment out listener, deployment is success.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 4 2014
Added on Jan 2 2014
7 comments
913 views