[jboss-user] [JBoss Cache: Core Edition] - Re: JbossCahce on Weblogic

masti do-not-reply at jboss.com
Fri Jul 31 04:56:29 EDT 2009


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#4247191

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4247191



More information about the jboss-user mailing list