[JBoss-dev] [JBossCache] - Re: Lock Acquisition Timeouts In JBC 1.2.1

2005-03-26 Thread [EMAIL PROTECTED]
In 1.2.1, we use method-level locking (lock held for the duration of the method call, ege. put()). if no TXs are used. Therefore set the TX-level to NONE should solve this View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3871675#3871675 Reply to the post :

[JBoss-dev] [JBoss JIRA] Closed: (EJBTHREE-110) Expose Hibernate Session through EntityManager interface

2005-03-26 Thread Bill Burke (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-110?page=history ] Bill Burke closed EJBTHREE-110: --- Resolution: Done Expose Hibernate Session through EntityManager interface Key:

[JBoss-dev] [JBoss JIRA] Closed: (EJBTHREE-107) Support mixed HB3/EJB3 deployments

2005-03-26 Thread Bill Burke (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-107?page=history ] Bill Burke closed EJBTHREE-107: --- Resolution: Done Support mixed HB3/EJB3 deployments -- Key: EJBTHREE-107 URL:

[JBoss-dev] [JBoss JIRA] Closed: (EJBTHREE-109) Expose Hibernate Query through javax.persistence.Query

2005-03-26 Thread Bill Burke (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-109?page=history ] Bill Burke closed EJBTHREE-109: --- Resolution: Done Expose Hibernate Query through javax.persistence.Query -- Key:

[JBoss-dev] [JBoss JIRA] Assigned: (JBCACHE-114) Standalone Build

2005-03-26 Thread Bela Ban (JIRA)
[ http://jira.jboss.com/jira/browse/JBCACHE-114?page=history ] Bela Ban reassigned JBCACHE-114: Assign To: Bela Ban (was: Ryan Campbell) Standalone Build Key: JBCACHE-114 URL:

[JBoss-dev] [JBoss JIRA] Updated: (EJBTHREE-115) Doco on Hibernate integration

2005-03-26 Thread Bill Burke (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-115?page=history ] Bill Burke updated EJBTHREE-115: Fix Version: Preview 5 Doco on Hibernate integration - Key: EJBTHREE-115 URL:

[JBoss-dev] [JBoss JIRA] Created: (EJBTHREE-115) Doco on Hibernate integration

2005-03-26 Thread Bill Burke (JIRA)
Doco on Hibernate integration - Key: EJBTHREE-115 URL: http://jira.jboss.com/jira/browse/EJBTHREE-115 Project: EJB 3.0 Type: Task Reporter: Bill Burke Fix For: Preview 5 * mix of .hbm.xml and @Entity * tutorial on .hbm.xml *

[JBoss-dev] [Design of Persistence on JBoss] - Hibernate performance problems in JBoss

2005-03-26 Thread MassMadX
Hello everyone, last day I did some tests concerning the performance of Hibernate within Jboss and standalone. I came to some disappointing results concerning the performance within JBoss (using CMT): 1) The datasource access seems to be significantly slower as with Hibernate standalone. In

[JBoss-dev] [JBossCache] - Re: Lock Acquisition Timeouts In JBC 1.2.1

2005-03-26 Thread jiwils
I thought it might be something like that, but should I get the IllegalStateException that I got (shown above) when I did that? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3871684#3871684 Reply to the post :

[JBoss-dev] jboss-4.0 Build Failed

2005-03-26 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20050326132946 BUILD FAILEDAnt Error Message:/home/cruisecontrol/work/scripts/build-jboss-head.xml:63: The following error occurred while executing this line:

[JBoss-dev] jboss-3.2 build.318 Build Successful

2005-03-26 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2?log=log20050326140637Lbuild.318 BUILD COMPLETE-build.318Date of build:03/26/2005 14:06:37Time to build:21 minutes 20 secondsLast changed:03/25/2005 15:56:49Last log entry:Use the

[JBoss-dev] jboss-4.0-testsuite Build Failed

2005-03-26 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0-testsuite?log=log20050326144524 BUILD FAILEDAnt Error Message:/home/cruisecontrol/work/scripts/build-jboss-head.xml:63: The following error occurred while executing this line:

[JBoss-dev] jboss-4.0-jdk-matrix Build Failed

2005-03-26 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0-jdk-matrix?log=log20050326160930 BUILD FAILEDAnt Error Message:/home/cruisecontrol/work/scripts/build-jboss-head.xml:63: The following error occurred while executing this line:

[JBoss-dev] jboss-head Build Failed

2005-03-26 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20050326163526 BUILD FAILEDAnt Error Message:/home/cruisecontrol/work/scripts/build-jboss-head.xml:63: The following error occurred while executing this line:

[JBoss-dev] [JBossCache] - Re: before evicted event handler

2005-03-26 Thread [EMAIL PROTECTED]
added request: http://jira.jboss.com/jira/browse/JBCACHE-115 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3871694#3871694 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3871694

[JBoss-dev] [JBoss JIRA] Created: (JBCACHE-115) beforeEviction() callback

2005-03-26 Thread Bela Ban (JIRA)
beforeEviction() callback - Key: JBCACHE-115 URL: http://jira.jboss.com/jira/browse/JBCACHE-115 Project: JBoss Cache Type: Feature Request Versions: 1.2.1 Reporter: Bela Ban Assigned to: Bela Ban Fix For: 1.3 -- This

[JBoss-dev] [JBossCache] - Re: IdentityLock write lock

2005-03-26 Thread [EMAIL PROTECTED]
The way the Hibernate TreeCacheProvider uses the TreeCache is broken (or, in other words, not optimal), and has been changed. The new code will be available as part of Hibernate 3 final. The integration code will be beta though, and will be final in one of the subsequent Hibernate versions. The

[JBoss-dev] [JBossCache] - Re: How do I get rollback to occur with remote cache access?

2005-03-26 Thread [EMAIL PROTECTED]
Maybe the remote cache was not enrolled in the TX, did you make sure that this was the case ? Also, try the following: call Transaction.setRollbackOnly() on top of throwing the exception and see whether the data on the remote cache is not removed when the TX rolls back. If this is still the

[JBoss-dev] [JBossCache] - Re: IdentityLock write lock

2005-03-26 Thread drosenbaum
Thanks Bela for the reply. Will there be a patch or something available for Hibernate 2.1.8? I am going to have an app going to production in the next month or 2 and would like to be able to use the Hibernate query cache with TreeCache if possible. Thanks, Daniel View the original post :

[JBoss-dev] jboss-3.2-testsuite Build Failed

2005-03-26 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2-testsuite?log=log20050326173918 BUILD FAILEDAnt Error Message:/home/cruisecontrol/work/scripts/build-jboss-head.xml:66: The following error occurred while executing this line:

[JBoss-dev] jboss-3.2-jdk-matrix build.85 Build Successful

2005-03-26 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2-jdk-matrix?log=log20050326201600Lbuild.85 BUILD COMPLETE-build.85Date of build:03/26/2005 20:16:00Time to build:22 minutes 4 secondsLast changed:03/25/2005 15:56:49Last log entry:Use the

[JBoss-dev] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: non-java clients

2005-03-26 Thread [EMAIL PROTECTED]
To get an overview of the JBoss Messaging architecture, go to http://www.jboss.org/wiki/Wiki.jsp?page=JBossMessaging. You'll find there Messaging Core and JMS Facade design documents. This should give you a pretty good idea where your layer might fit in. The most straigtforward way to