[JBoss-user] [JBossCache] - Re: Hibernate 2nd lvl Cache for EJB3

2006-07-10 Thread MarcReis
Hi Ben, it shows up on both nodes, but I do have RoundRobin in use for the SFSB. It does not show up absoluteley simultaniously, one node starts shortly before the other. I am not sure, but I thought I rather mention it, just in case it is related. (If not just ignore it). I still have a

[JBoss-user] [JBossCache] - Re: Hibernate 2nd lvl Cache for EJB3

2006-07-08 Thread [EMAIL PROTECTED]
Now are the errors showed up in both nodes or just the originating node? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956403#3956403 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3956403

[JBoss-user] [JBossCache] - Re: Hibernate 2nd lvl Cache for EJB3

2006-07-07 Thread MarcReis
Thanks, it worked (after multiple: 1. clean, 2.build 3.goto 1 again; eclipse and ant after some attempts finally did what they should and it worked). Unfourtunately there still is an error that shows up: | ... //Server Start | 13:35:47,062 INFO [STDOUT] I have been created by

[JBoss-user] [JBossCache] - Re: Hibernate 2nd lvl Cache for EJB3

2006-07-06 Thread [EMAIL PROTECTED]
All it needs actually is to re-compile the 4.0.4 source using the either JBossCache 1.3 or 1.4.CR2 release. So if you can check out the latest 4.0 cvs and build it (it has 1.4.CR1 already), you will be all set. View the original post :

[JBoss-user] [JBossCache] - Re: Hibernate 2nd lvl Cache for EJB3

2006-07-05 Thread MarcReis
Thank you Ben ! Sincerly Marc View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3955385#3955385 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3955385 Using Tomcat but need to do more? Need to support web services, security?

[JBoss-user] [JBossCache] - Re: Hibernate 2nd lvl Cache for EJB3

2006-07-05 Thread MarcReis
Sorry to bother again, but I do have one more question. Is there any workaround that I can implement into the 4.0.4.GA source, so that when I build a version it will work with 1.4 ? I had a look at the JBossCache sources (TreeCache, EvictionPolicy, RegionManager, Region, Eviction,...) and at the

[JBoss-user] [JBossCache] - Re: Hibernate 2nd lvl Cache for EJB3

2006-07-04 Thread [EMAIL PROTECTED]
Marc, I have found out why. Please go to this ejb3 post for details. http://www.jboss.com/index.html?module=bbop=viewtopict=85914 Thanks, -Ben View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3955313#3955313 Reply to the post :

[JBoss-user] [JBossCache] - Re: Hibernate 2nd lvl Cache for EJB3

2006-06-27 Thread MarcReis
Yes, I have a modified \deploy\ejb3.deployer\META-INF\jboss-service.xml so that we can use the http-invoker-servlet. This is the changed line: ... | attribute name=InvokerLocatorservlet://mc0430-116:8080/servlet-invoker/ServerInvokerServlet/attribute | ... | Also we have modified the

[JBoss-user] [JBossCache] - Re: Hibernate 2nd lvl Cache for EJB3

2006-06-27 Thread [EMAIL PROTECTED]
I dont think 1.4CR2 is that different. Can you try it out from AS4.0-ejb3 out of the box though. That should tell you right away. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3953627#3953627 Reply to the post :

[JBoss-user] [JBossCache] - Re: Hibernate 2nd lvl Cache for EJB3

2006-06-27 Thread MarcReis
Strange, I just tried it with an 4.0.4CR2 Out-of-the-Box's all and the 1.4.0Cr1 and a HelloWorld SFSB and up the error came. I for this I did use a 4.0.4CR2 that has been out for a while, files are dated first of April 06... not that I am missing something here. The sources that I use to

[JBoss-user] [JBossCache] - Re: Hibernate 2nd lvl Cache for EJB3

2006-06-27 Thread [EMAIL PROTECTED]
Please send me your Hello World sfsb then. ben dot wang at jboss dot com. I will give it a try to see what is different. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3953644#3953644 Reply to the post :

[JBoss-user] [JBossCache] - Re: Hibernate 2nd lvl Cache for EJB3

2006-06-27 Thread MarcReis
The SFSB should be on its way to you ! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3953759#3953759 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3953759 Using Tomcat but need to do more? Need to support web services,

[JBoss-user] [JBossCache] - Re: Hibernate 2nd lvl Cache for EJB3

2006-06-26 Thread [EMAIL PROTECTED]
I just use jboss-cache release 1.4CR2 in 4.0.5 cvs release. I didn't see any problem for both sfsb and entity under all. I must have missed the problem. Can you summarize your problem again? I am bit confused since I thought you mentioned that just deploying it will produce the problem. View

[JBoss-user] [JBossCache] - Re: Hibernate 2nd lvl Cache for EJB3

2006-06-26 Thread MarcReis
Sure, (sorry for being unclear) The error does not occure when just deploying the 1.3.0 or 1.4.0CR1 jboss-cache.jar into the /lib Folder but as soon as I also deploy my ejb3 application (one SLSB, one SFSB and one POJO used via *.hbm.xml as an entity). It does not matter if I use a hibernate

[JBoss-user] [JBossCache] - Re: Hibernate 2nd lvl Cache for EJB3

2006-06-26 Thread [EMAIL PROTECTED]
Hmmn... I have just ported some more test cases to 4.0-ejb3 cvs to test out your problems. When use with 1.4CR2, I don't see any problem by just deploying them to deploy dir (both a clustered sfsb and entity). In fact, they passed my unit test as well using 1.4CR2. Have you changed any other

[JBoss-user] [JBossCache] - Re: Hibernate 2nd lvl Cache for EJB3

2006-06-23 Thread MarcReis
I have tryed this with 1.3.0 and 1.4.0.CR1 and I allways get the above error as soon as I deploy the ejb3 application. Just as the error message shows, It doesnt matter If I define a cache service or use a Hibernate 2nd lvl. If I dont define one and dont tell Hibernate to use one I still get

[JBoss-user] [JBossCache] - Re: Hibernate 2nd lvl Cache for EJB3

2006-06-20 Thread MarcReis
Yes, it is the 1.2.4SP2 package (sorry for the late reply). I got it to work (more or less) with 1.2.4sp2 with this config: | server | ... | !-- Pesimistic is extremley slow, OPTIMISTIC only 1.3.0 -- | attribute name=NodeLockingSchemePESSIMISTIC/attribute |

[JBoss-user] [JBossCache] - Re: Hibernate 2nd lvl Cache for EJB3

2006-05-30 Thread [EMAIL PROTECTED]
Using AS 4.0.4.GA, you're probably using JBoss Cache 1.2.4.SP2. Could you please confirm this with: java -jar jboss-cache.jar To use the recommendations on http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossCacheHibernate [/url] you need to upgrade to the latest version of JBoss Cache in the