[jboss-user] [JBossCache] - Re: JBoss Cache 2.0.0 in GA

2008-02-26 Thread mircea.markus
that is because the config file defines a MBean and JBoss wants to deploy it, 
but fails as it conflicts with JBossCache 1.4.x which ships with JBoss 4.x. 
Place the xml config file in the war/ear that needs it. 

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4132214#4132214

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4132214
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossCache] - Re: JBoss Cache 2.0.0 in GA

2008-02-25 Thread yrk.kaushik
I am using Jboss cache 2.0.0 GA. I've used the configuration file- 
local-eviction-cacheloader-service.xml, available under 
JBossCache-all-2.0.0.GA\etc\META-INF and place it in 
Jboss\server\default\deploy folder. But while starting the server, I am getting 
incomplete deployment error as shown below. Could any of you please help me out 
in resolving this?

12:01:43,095 INFO  [ServiceConfigurator] Problem configuring service 
jboss.cache:service=TreeCache
org.jboss.deployment.DeploymentException: Exception setting attribute [EMAIL 
PROTECTED] on mbean jboss.cache:service=TreeCache; - nested throwable: 
(java.lang.VerifyError: (class: org/jboss/cache/config/Configuration, method: 
setCacheLoaderConfig signature: (Lorg/jboss/cache/config/CacheLoaderConfig;)V) 
Incompatible argument to function)
at 
org.jboss.system.ServiceConfigurator.setAttribute(ServiceConfigurator.java:698)
at 
org.jboss.system.ServiceConfigurator.configure(ServiceConfigurator.java:332)


Caused by: java.lang.VerifyError: (class: org/jboss/cache/config/Configuration, 
method: setCacheLoaderConfig signature: 
(Lorg/jboss/cache/config/CacheLoaderConfig;)V) Incompatible argument to function
at 
org.jboss.cache.jmx.CacheJmxWrapper.getConfiguration(CacheJmxWrapper.java:124)
at 
org.jboss.cache.jmx.CacheJmxWrapper.setTransactionManagerLookupClass(CacheJmxWrapper.java:545)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)


--- MBeans waiting for other MBeans ---
ObjectName: jboss.cache:service=TreeCache
  State: FAILED
  Reason: org.jboss.deployment.DeploymentException: Exception setting attribute 
[EMAIL PROTECTED] on mbean jboss.cache:service=TreeCache; - nested throwable: 
(java.lang.VerifyError: (class: org/jboss/cache/config/Configuration, method: 
setCacheLoaderConfig signature: (Lorg/jboss/cache/config/CacheLoaderConfig;)V) 
Incompatible argument to function)
  I Depend On:
jboss:service=Naming
jboss:service=TransactionManager


--- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
ObjectName: jboss.cache:service=TreeCache
  State: FAILED
  Reason: org.jboss.deployment.DeploymentException: Exception setting attribute 
[EMAIL PROTECTED] on mbean jboss.cache:service=TreeCache; - nested throwable: 
(java.lang.VerifyError: (class: org/jboss/cache/config/Configuration, method: 
setCacheLoaderConfig signature: (Lorg/jboss/cache/config/CacheLoaderConfig;)V) 
Incompatible argument to function)
  I Depend On:
jboss:service=Naming
jboss:service=TransactionManager


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4131805#4131805

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4131805
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossCache] - Re: JBoss Cache 2.0.0 in GA

2007-10-24 Thread [EMAIL PROTECTED]
There is some stuff here http://jbosscache.blogspot.com/ but for a definitive 
list you'd want to look at the release notes in JIRA



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4098300#4098300

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4098300
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossCache] - Re: JBoss Cache 2.0.0 in GA

2007-10-24 Thread [EMAIL PROTECTED]
Habanero needs JDK 5, and we don't distribute a 1.4.x compatible binary.  If 
you want to retroweave it yourself, instructions are here: 
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossCacheHabaneroJava1.4

Regarding using JBoss Cache 1.4.1 (Cayenne) your code looks fine, but your 
config file is only a fragment.  Refer to 
http://labs.jboss.org/file-access/default/members/jbosscache/freezone/docs/1.4.1.SP4/TreeCache/en/html/configuration.html
 for details on the configuration file.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4098601#4098601

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4098601
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossCache] - Re: JBoss Cache 2.0.0 in GA

2007-10-23 Thread jivesociety
I was evaluating JBossCache 1.4.x a while back and just recently started to 
take a look at it again. Is there a definitive list of features and changes of 
version 1.4.x vs 2.0?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4098013#4098013

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4098013
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossCache] - Re: JBoss Cache 2.0.0 in GA

2007-08-27 Thread boniek
Does  JBoss Cache 2.0.0GA work as 2nd level cache for Hibernate 3.2.5GA? I 
can't get it to work 
java.lang.NoClassDefFoundError: org/jboss/cache/TransactionManagerLookup
  | at java.lang.Class.getDeclaredConstructors0(Native Method)
  | at java.lang.Class.privateGetDeclaredConstructors(Class.java:2389)
  | at java.lang.Class.getConstructor0(Class.java:2699)
  | at java.lang.Class.newInstance0(Class.java:326)
  | at java.lang.Class.newInstance(Class.java:308)
  | at 
org.hibernate.cfg.SettingsFactory.createCacheProvider(SettingsFactory.java:375)
  | at 
org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:245)
  | at 
org.hibernate.cfg.Configuration.buildSettings(Configuration.java:2009)
  | at 
org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1292)
  | at 
org.jboss.hibernate.jmx.Hibernate.buildSessionFactory(Hibernate.java:231)
  | at 
org.jboss.hibernate.jmx.Hibernate.startService(Hibernate.java:155)
  | at 
org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
  | at 
org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
  | at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:597)
  | at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
  | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
  | at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
  | at 
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
  | at 
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
  | at $Proxy0.start(Unknown Source)
  | at 
org.jboss.system.ServiceController.start(ServiceController.java:417)
  | at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:597)
  | at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
  | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
  | at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
  | at 
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
  | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
  | at $Proxy4.start(Unknown Source)
  | at org.jboss.deployment.SARDeployer.start(SARDeployer.java:302)
  | at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025)
  | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819)
  | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
  | at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:597)
  | at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
  | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
  | at 
org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
  | at 
org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
  | at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
  | at 
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
  | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
  | at $Proxy9.deploy(Unknown Source)
  | at 
org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421)
  | at 
org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634)
  | at 
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263)
  | at 
org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:336)
  | at 
org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
  | at 
org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
  | 

[jboss-user] [JBossCache] - Re: JBoss Cache 2.0.0 in GA

2007-08-27 Thread [EMAIL PROTECTED]
No, it's API incompatible. It will integrate with Hibernate 3.3.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4078395#4078395

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4078395
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossCache] - Re: JBoss Cache 2.0.0 in GA

2007-08-12 Thread [EMAIL PROTECTED]
aditsu wrote : Great!
  | Shouldn't this be a sticky announcement?

Yes you are right, just made it sticky.

Thanks!

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4073396#4073396

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4073396
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossCache] - Re: JBoss Cache 2.0.0 in GA

2007-08-11 Thread aditsu
Great!
Shouldn't this be a sticky announcement?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4073290#4073290

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4073290
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossCache] - Re: JBoss Cache 2.0.0 in GA

2007-08-11 Thread FredrikJ
Great stuff! Keep up the good work =)

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4073295#4073295

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4073295
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user