|
| Method added in bean present in JNDI tree is not visible by clients |
 |
Wed, 12 Dec 2007 05:38:04 -080 |
Hello,
I have encountered the following problem:
I added a new method to my stateless session bean OpenA. I redeployed the ear
containing the modified class on BEA WLS 8.1. The bean was already bound to the
JNDI tree before I made my changes.
But the call to my new method generates an error:
/opt/bea/weblogic81/WLS1_domain/WLS1/.wlnotdelete/extract/WLS1_WebIVR_WebIVR/jsp
_servlet/_jsp/_hot/__playtoneundersubcategory.java:242: cannot resolve symbol
symbol : method QueryInfoCommercialModel (java.lang.String,java.lang.String)
I think the reason is that the JNDI tree sees the old interface of my bean, but
I do not know how to get the JNDI tree to see my new added method.
Can anyone help?
Thanks,
|
| Post Reply
|
|
|
|
|
|
|
|
|
|