[jboss-user] [JBoss Seam] - Re: fileUpload component - Strange behavior

2007-11-09 Thread carlabramsson
We are having some strange and sporadic errors with the fileupload component in 1.2.0 and 1.2.1 GA too. We loose the viewstate sometimes on some of the pages. After some debugging, it seems like the problem is with the class that parses the multipart-request and not the UI-component. We noticed

[jboss-user] [Security JAAS/JBoss] - Re: unable to secure jmx invoker

2006-09-20 Thread carlabramsson
I see the same exception in my 4.0.4GA, but the adaptor seems to be secured. I can't use shutdown.bat without setting the correct username and password. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3972870#3972870 Reply to the post :

[jboss-user] [JBossCache] - Re: [TreeCacheMarshaller140] Unknown Magic Number 49

2006-08-30 Thread carlabramsson
Hello! I started to see this in our logs to. We are using 1.4.0SP1 and JGroups 2.2.9.3. Isolated the error and it seems like when you put a String with a length larger than 32767 this error occurs. The number in the error message is the byte of the the first char in the string. I get Unknown

[jboss-user] [JBossCache] - Re: [TreeCacheMarshaller140] Unknown Magic Number 49

2006-08-30 Thread carlabramsson
Tried with JGroups 2.3SP1 and FRAG2 (also with 2.3SP1) but no luck 11:54:43,182 INFO [TestTreeCache] -- Running testPutToBigString - 11:54:47,026 INFO [TestTreeCache] Length of string is 32768 11:54:47,073 INFO [TestTreeCache] Sleeping for 2000

[jboss-user] [JBossCache] - Re: [TreeCacheMarshaller140] Unknown Magic Number 49

2006-08-30 Thread carlabramsson
Jupp. Here: | package com.hm.caab.treecachestandalone; | | import junit.framework.Test; | import junit.framework.TestCase; | import junit.framework.TestSuite; | import org.apache.log4j.BasicConfigurator; | import org.apache.log4j.Logger; | import org.jboss.cache.Fqn; | import

[jboss-user] [JBossCache] - Re: [TreeCacheMarshaller140] Unknown Magic Number 49

2006-08-30 Thread carlabramsson
Cool. Yeeah, did just see that thereĀ“s a 1.4.0SP2 planned now with my two bugs. Thanks! :-D View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3968341#3968341 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3968341

[jboss-user] [JBossCache] - Re: JBossCache 1.4.0.SP1 released

2006-08-29 Thread carlabramsson
Ah. Sorry... /Jar Jar Binks :0) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3968104#3968104 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3968104 ___ jboss-user mailing list

[jboss-user] [JBossCache] - Re: JBossCache 1.4.0.SP1 released

2006-08-28 Thread carlabramsson
Wich version of JGroups is recomended for this release? The 1.4.0 version has JGroups 2.2.9.3 in the lib and 1.4.0.SP1 has 2.2.9.2. Is there a reason for this? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3967761#3967761 Reply to the post :

[jboss-user] [JBossCache] - Re: Problems with ReplQueue and RegionBasedMarshalling

2006-08-28 Thread carlabramsson
Any news on this? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3967763#3967763 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3967763 ___ jboss-user mailing list

[jboss-user] [JBossCache] - Re: Problems with ReplQueue and RegionBasedMarshalling

2006-08-18 Thread carlabramsson
Correction: These props is diffrent from the replAsync-service.xml from the dist: | !-- | attribute name=UseReplQueuetrue/attribute | attribute name=ReplQueueInterval100/attribute | attribute name=ReplQueueMaxElements1/attribute | attribute name=UseRegionBasedMarshallingtrue/attribute

[jboss-user] [JBossCache] - Re: JBoss Cache run from within an application WAR file...

2006-08-17 Thread carlabramsson
Sure! Will do it later today when i got the time Still struggling with my own problem http://jboss.org/index.html?module=bbop=viewtopict=88713 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3965723#3965723 Reply to the post :

[jboss-user] [JBossCache] - Re: Problems with ReplQueue and RegionBasedMarshalling

2006-08-17 Thread carlabramsson
Here it is... The strange thing is that you can see that it picks the correct Marshaller on startup 17:07:00,198 DEBUG [ServiceController] Creating service com.hm.website.core.cache:service=HmTreeCache 17:07:00,198 DEBUG [TreeCache] Creating com.hm.website.core.cache:service=HmTreeCache

[jboss-user] [JBossCache] - Re: JBoss Cache run from within an application WAR file...

2006-08-17 Thread carlabramsson
Updated the wiki with info: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossCacheMBeans View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3965839#3965839 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3965839

[jboss-user] [JBossCache] - Problems with ReplQueue and RegionBasedMarshalling

2006-08-15 Thread carlabramsson
Hi all! I'm having problems with Jboss Cache 1.4 GA (running under JBoss 4.0.4GA with JGroups 2.2.9.3). The cache is deployed as mbean in JBoss and then it's fetched in a war-app. Beacuse of this we are using RegionBasedMarshalling. The cache is also configured to use a ReplQueue and it looks

[jboss-user] [JBossCache] - Re: JBoss Cache run from within an application WAR file...

2006-08-15 Thread carlabramsson
Hi John! Simply put a config-file in the root of your classpath (web-inf/classes for example) and then write a wrapper (singleton) around the the TreeCache that starts the cache. Code to init the cache. You could call this block from a ContextListener in you webbapp. | try { | cache =