First thing is to turn off JNDI replication on Weblogic
| Hashtable ht = new Hashtable();
| //turn off binding replication
| ht.put(WLContext.REPLICATE_BINDINGS, "false");
| Context ctx = new InitialContext(ht);
|
and form cache config removed:
| <serialization
| objectInputStreamPoolSize="12"
| objectOutputStreamPoolSize="14"
| version="3.0.0"
|
marshallerClass="org.jboss.cache.marshall.VersionAwareMarshaller"
| useLazyDeserialization="false"
| useRegionBasedMarshalling="false"/>
|
Everything seems to be ok.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4247191#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...