|
| Re: Getting a <BEA-000802> java.lang.ClassCastException: |
 |
Wed, 5 Dec 2007 09:22:17 -0800 |
I fixed this problem by setting the PersistentStoreType session param in
weblogic.xml to be same in all the webapps.
For e.g in the weblogic.xml
<session-descriptor>
<session-param>
<param-name>PersistentStoreType</param-name>
<param-value>replicated_if_clustered</param-value>
</session-param>
</session-descriptor>
Make sure it has the same param-value in all the webapps. This should resolve
the class cast exceptions.
|
| Post Reply
|
|
|
|
|
|
|
|
|
|