RE: [JBoss-dev] Re: FW: jboss-4.0.4 portal-2.2 issue

2006-05-17 Thread Steve Ebersole
If I recall correctly, they tried that setup initially but ran into the locking issues that plagued the earlier Hibernate/JBossCache integrations. Conceivably they could try with the new optimistic-locking-based provider, but we really need some performance numbers here to see how a local,

[JBoss-dev] RE: cglib still being seen as bytecode provider

2006-05-10 Thread Steve Ebersole
How will this be done on the har mbean? It cannot be a managed attribute, in that changing it at runtime will have no effect (basically the same for ejb3, since it uses the same underlying machinery). This setting needs to be defined appropriately before the org.hibernate.cfg.Environment static

[JBoss-dev] RE: cglib still being seen as bytecode provider

2006-05-10 Thread Steve Ebersole
Hibernate effectively only recognizes system properties for this setting right now (there are actually a few like this). Changing this is *very* intensive, but obviously something I'd like to do anyway at some point. BTW, I need to upload a hibernate-3.2.0.cr3 for use in this release as the

[JBoss-dev] RE: cglib still being seen as bytecode provider

2006-05-10 Thread Steve Ebersole
Scratch the 3.2.0.cr3 bit. Emmanuel simply replaced the version he uploaded before instead of creating a new release version. So we're good... -Original Message- From: Steve Ebersole Sent: Wednesday, May 10, 2006 11:50 AM To: Dev - JBossSeam; dev-ejb3; 'jboss-development

[JBoss-dev] RE: Hibernate, HA, ,HEM, antlr versions in Branch_4_0

2006-05-08 Thread Steve Ebersole
Sent: Monday, May 08, 2006 3:49 AM To: Emmanuel Bernard; Steve Ebersole; Scott M Stark; Bill Burke Cc: jboss-development@lists.sourceforge.net Subject: Hibernate, HA, ,HEM, antlr versions in Branch_4_0 In Branch_4_0 we have: componentref name=hibernate version=3.2.0.CR1/ componentref name=hibernate

RE: [JBoss-dev] RE: Hibernate, HA, ,HEM, antlr versions in Branch_4_0

2006-05-08 Thread Steve Ebersole
in this dependency. If that has been used in a previously AS release, then I guess we'll need to put this asm dependency at the AS level. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steve Ebersole Sent: Monday, May 08, 2006 8:40 AM To: Dimitris Andreadis

RE: [JBoss-dev] RE: Hibernate, HA, ,HEM, antlr versions in Branch_4_0

2006-05-08 Thread Steve Ebersole
Agreed. However, has cglib-2.1.2jboss been used in a previous release as of yet? If so, perhaps another option is a new copy of cglib-2.1.2jboss - cglib-2.1.2jboss+asm? -Original Message- From: Scott M Stark Sent: Monday, May 08, 2006 10:18 AM To: Steve Ebersole; 'jboss-development

RE: [JBoss-dev] RE: Hibernate, HA, ,HEM, antlr versions in Branch_4_0

2006-05-08 Thread Steve Ebersole
I found I also needed to modify build/build-distr.xml (target _module-hibernate-int-most tries to explicitly copy cglib and asm jars). Would that be expected? -Original Message- From: Scott M Stark Sent: Monday, May 08, 2006 10:38 AM To: Steve Ebersole; 'jboss-development

RE: [JBoss-dev] RE: Hibernate, HA, ,HEM, antlr versions in Branch_4_0

2006-05-08 Thread Steve Ebersole
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steve Ebersole Sent: Monday, May 08, 2006 11:12 AM To: Scott M Stark; jboss-development@lists.sourceforge.net; Dimitris Andreadis; Emmanuel Bernard; Bill Burke Subject: RE: [JBoss-dev] RE: Hibernate, HA, ,HEM

RE: [JBoss-dev] RE: Hibernate, HA, ,HEM, antlr versions in Branch_4_0

2006-05-08 Thread Steve Ebersole
To: Steve Ebersole; 'jboss-development@lists.sourceforge.net'; Dimitris Andreadis; 'Emmanuel Bernard'; Bill Burke Subject: RE: [JBoss-dev] RE: Hibernate, HA, ,HEM, antlr versions in Branch_4_0 The _module-hibernate-int-most still has to handle the base hibernate jars needed for the har deployer

RE: [JBoss-dev] RE: Hibernate, HA, ,HEM, antlr versions in Branch_4_0

2006-05-08 Thread Steve Ebersole
Sent: Monday, May 08, 2006 12:32 PM To: Steve Ebersole; 'jboss-development@lists.sourceforge.net'; Dimitris Andreadis; 'Emmanuel Bernard'; Bill Burke Subject: RE: [JBoss-dev] RE: Hibernate, HA, ,HEM, antlr versions in Branch_4_0 They should remain in the _module-hibernate-int-most if hibernate

RE: [JBoss-dev] RE: Hibernate, HA, ,HEM, antlr versions in Branch_4_0

2006-05-08 Thread Steve Ebersole
it... -Original Message- From: Scott M Stark Sent: Monday, May 08, 2006 1:02 PM To: Steve Ebersole; 'jboss-development@lists.sourceforge.net'; Dimitris Andreadis; 'Emmanuel Bernard'; Bill Burke Subject: RE: [JBoss-dev] RE: Hibernate, HA, ,HEM, antlr versions in Branch_4_0 So that produces

[JBoss-dev] bumping Hibernate Antlr dependency to 2.7.6

2006-05-05 Thread Steve Ebersole
Are there any 4.0 components using Antlr other than Hibernate? I want to bump the Antlr version from 2.7.6rc1 to 2.7.6. Will that impact anyone? --- Using Tomcat but need to do more? Need to support web services, security? Get stuff done

RE: [JBoss-dev] bumping Hibernate Antlr dependency to 2.7.6

2006-05-05 Thread Steve Ebersole
] On Behalf Of Steve Ebersole Sent: Friday, May 05, 2006 11:43 AM To: jboss-development@lists.sourceforge.net Subject: [JBoss-dev] bumping Hibernate Antlr dependency to 2.7.6 Are there any 4.0 components using Antlr other than Hibernate? I want to bump the Antlr version from 2.7.6rc1 to 2.7.6

RE: [JBoss-dev] Upgrading cglib dependency to version 2.1.3 in 4.0branch

2006-04-26 Thread Steve Ebersole
? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steve Ebersole Sent: Tuesday, April 25, 2006 1:29 PM To: jboss-development@lists.sourceforge.net Subject: RE: [JBoss-dev] Upgrading cglib dependency to version 2.1.3 in 4.0branch Based on previous discussions, we

RE: [JBoss-dev] Upgrading cglib dependency to version 2.1.3 in 4.0branch

2006-04-26 Thread Steve Ebersole
if it has previously been included in a release will break the repeatability. Ruel Loehr JBoss QA -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steve Ebersole Sent: Wednesday, April 26, 2006 9:31 AM To: jboss-development@lists.sourceforge.net

RE: [JBoss-dev] Upgrading cglib dependency to version 2.1.3 in 4.0branch

2006-04-25 Thread Steve Ebersole
Based on previous discussions, we actually plan on making Javassist the utilized provider within JBoss AS. http://jira.jboss.com/jira/browse/HIBERNATE-34 I was unable to assign this to a particular release, however it should get done prior to 4.0.4 goes GA. -Original Message- From:

RE: [JBoss-dev] Should 4.0.4 have cgilib in jbossall-client.jar

2006-04-13 Thread Steve Ebersole
I would guess that actually breaks regardless as the thing that gets serialized in the two cases is completely different under the covers between those two versions of hibernate because of the introduction of the javassist capability. If this situation is really a requirement, we will probably

[JBoss-dev] RE: Toward JBoss v4.0.4.GA - Part 2 - Build/thirdparty Issues

2006-04-07 Thread Steve Ebersole
Hibernate will stay at a CR; it will not go final until the EBJ3 spec is final... BTW, what is with Javassist being at the same exact version? Is that just coincidence? -Original Message- From: Dimitris Andreadis Sent: Wednesday, April 05, 2006 5:33 AM To: jboss-development Cc: The

RE: [JBoss-dev] Unassigned for 4.0.4

2006-04-07 Thread Steve Ebersole
Just so it is perfectly clear: Hibernate does not use its cache providers in any way, shape or form for implementing the first level cache. As Max mentioned, the first level cache is really just a particular aspect of the role fulfilled by the org.hibernate.engine.PersistenceContext

RE: [JBoss-dev] 4.0.4

2006-03-27 Thread Steve Ebersole
on vacation for 10 days in between. Scott M Stark wrote: Ok. We want the 4.0.4.CR2 out this week and the GA two weeks latter. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steve Ebersole Sent: Monday, March 20, 2006 2:17 PM To: jboss-development

[JBoss-dev] 4.0.4

2006-03-20 Thread Steve Ebersole
I am trying to nail down a short-term release schedule for Hibernate 3.2.x. Due to some of the changes made there specifically for EJB3 persistence support, I need to have a stable version of 3.2 done before AS goes 4.0.4 as 4.0.4 will ship with 3.2.x moving forward. Is there an anticipated

RE: [JBoss-dev] 4.0.4

2006-03-20 Thread Steve Ebersole
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steve Ebersole Sent: 20 March, 2006 19:03 To: jboss-development@lists.sourceforge.net Subject: [JBoss-dev] 4.0.4 I am trying to nail down a short-term release schedule for Hibernate 3.2.x. Due to some of the changes made

RE: [JBoss-dev] 4.0.4

2006-03-20 Thread Steve Ebersole
, March 20, 2006 11:42 AM To: jboss-development@lists.sourceforge.net Subject: RE: [JBoss-dev] 4.0.4 I love those dependencies ;) Is it possible to have a final next week ? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steve Ebersole Sent: 20 March

RE: [JBoss-dev] 4.0.4

2006-03-20 Thread Steve Ebersole
: [JBoss-dev] 4.0.4 we just need something stable for hibernate in 4.0.4 GA. Steve Ebersole wrote: Well, its *possible* to have a final release whenever I want ;) But at a bare minimum there is one more feature that EJB3 will require which still needs to be implemented; and it is an ugly one. I

RE: [JBoss-dev] 4.0.4

2006-03-20 Thread Steve Ebersole
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bill Burke Sent: 20 March, 2006 20:45 To: jboss-development@lists.sourceforge.net Subject: Re: [JBoss-dev] 4.0.4 we just need something stable for hibernate in 4.0.4 GA. Steve Ebersole wrote: Well, its *possible

RE: [JBoss-dev] 4.0.4

2006-03-20 Thread Steve Ebersole
this last feature needed for EJB3, and then immediately start on 3.3... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bill Burke Sent: Monday, March 20, 2006 1:21 PM To: jboss-development@lists.sourceforge.net Subject: Re: [JBoss-dev] 4.0.4 Steve Ebersole

RE: [JBoss-dev] 4.0.4

2006-03-20 Thread Steve Ebersole
we just need something stable for hibernate in 4.0.4 GA. Steve Ebersole wrote: Well, its *possible* to have a final release whenever I want ;) But at a bare minimum there is one more feature that EJB3 will require which still needs to be implemented; and it is an ugly one. I

RE: [JBoss-dev] 4.0.4

2006-03-20 Thread Steve Ebersole
dependency that replaces/differs from the default/all version. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steve Ebersole Sent: Monday, March 20, 2006 12:11 PM To: jboss-development@lists.sourceforge.net Subject: RE: [JBoss-dev] 4.0.4

RE: [JBoss-dev] 4.0.4

2006-03-20 Thread Steve Ebersole
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steve Ebersole Sent: Monday, March 20, 2006 3:19 PM To: jboss-development@lists.sourceforge.net Subject: RE: [JBoss-dev] 4.0.4 Well the other piece to the puzzle is the differences between that Hibernate version you mentioned and 3.1.3

RE: [JBoss-dev] jdbc connection pool exception handling

2006-03-11 Thread Steve Ebersole
This is actually part of the JDBC4 spec too... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Max Rydahl Andersen Sent: Friday, March 10, 2006 4:59 PM To: jboss-development@lists.sourceforge.net; Weston Price Subject: Re: [JBoss-dev] jdbc connection pool

RE: [JBoss-dev] client libraries on EJB3

2006-02-16 Thread Steve Ebersole
. This is because it is *possible* to have a collection containing proxies in the case of many-to-many associations. -Original Message- From: Scott M Stark Sent: Thursday, February 16, 2006 2:08 AM To: jboss-development@lists.sourceforge.net Cc: Steve Ebersole Subject: RE: [JBoss-dev] client libraries

[JBoss-dev] RE: [Hibernate] Do antlr exception leak to users?

2006-02-08 Thread Steve Ebersole
The thing that we discussed (and I have just not yet had time to implement) is actually converting QueryExceptions that contain antlr stuff during serialization by either writeReplace() or writeObject(). Initially we had discussed just stripping the cause in the case of antrl exception, but

[JBoss-dev] RE: [Hibernate] Do antlr exception leak to users?

2006-02-08 Thread Steve Ebersole
Well I think the distinction here is that Hibernate constitutes a hard dependency on Antlr. The users choice to use Oracle is completely within their control. -Original Message- From: Max Andersen Sent: Wednesday, February 08, 2006 8:41 AM To: Steve Ebersole; Scott M Stark; jboss

RE: [JBoss-dev] cglib vs javassit for proxies

2006-02-03 Thread Steve Ebersole
I sent this to a number of other lists, but forgot this one. Apologies. I actually just today checked in a pluggable bytecode API into Hibernate. Hibernate does now support either CGLIB or Javassist for all bytecode services. As an aside, our experience with CGLIB has been very good. Juozas

RE: [JBoss-dev] cglib vs javassit for proxies

2006-02-03 Thread Steve Ebersole
to intercept field access for the EJB 3.0 requirements. Steve Ebersole wrote: I sent this to a number of other lists, but forgot this one. Apologies. I actually just today checked in a pluggable bytecode API into Hibernate. Hibernate does now support either CGLIB or Javassist for all bytecode

[JBoss-dev] RE: EJB 3 release slipping

2006-01-11 Thread Steve Ebersole
Burke; jboss-development@lists.sourceforge.net; dev-ejb3; Steve Ebersole Subject: Re: EJB 3 release slipping BTW, That'd be cool to have 3.1.1 for this date too. I personally did break the compatibility between HA head and H3.1.0 but I've fixed a couple of annoying bugs when working with a mix of hbm

RE: [JBoss-dev] JMX console

2005-08-05 Thread Steve Ebersole
Of Steve Ebersole Sent: Thursday, August 04, 2005 4:08 PM To: jboss-development@lists.sourceforge.net Subject: RE: [JBoss-dev] JMX console Not sure what you mean by supports null. If certainly understands the difference between boolean and java.lang.Boolean during display. The jsp just explicitly

RE: [JBoss-dev] JMX console

2005-08-05 Thread Steve Ebersole
P.S. Sorry if this stuff should go in the forums. I just could not find one related to the jmx-console. If it should go in one of the forums, please just point me to which one :) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steve Ebersole Sent

RE: [JBoss-dev] JMX console

2005-08-05 Thread Steve Ebersole
is that you need a text.trim() if you are going to use equals(String). :-) On Fri, 2005-08-05 at 11:05, Steve Ebersole wrote: AFAICT, this would require the following changes: 1) org.jboss.util.propertyeditor.BooleanEditor so that: public void setAsText(final String text) { Object newValue

[JBoss-dev] [JBoss JIRA] Commented: (HIBERNATE-12) HibernateContext JDBC Connection

2005-04-08 Thread Steve Ebersole (JIRA)
[ http://jira.jboss.com/jira/browse/HIBERNATE-12?page=comments#action_12316785 ] Steve Ebersole commented on HIBERNATE-12: - Sorry if I was not clear. The new code integration code I have locally upgrading the support to Hibernate3

[JBoss-dev] [JBoss JIRA] Resolved: (HIBERNATE-5) jmx transaction flush swallows exception

2005-04-08 Thread Steve Ebersole (JIRA)
[ http://jira.jboss.com/jira/browse/HIBERNATE-5?page=history ] Steve Ebersole resolved HIBERNATE-5: Resolution: Done After further thought, this particular one is a trivial change so I went ahead and did this for 4.0.2. An exception during

[JBoss-dev] [JBoss JIRA] Resolved: (JBAS-1576) Hibernate TransactionSynch should rollback transaction on session.flush exception

2005-04-08 Thread Steve Ebersole (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1576?page=history ] Steve Ebersole resolved JBAS-1576: -- Resolution: Done Fix Version: JBossAS-4.0.2 Final After further thought, this particular one is a trivial change so I went ahead and did

[JBoss-dev] [JBoss JIRA] Commented: (HIBERNATE-13) testEjbInterception Unit Test failure

2005-04-07 Thread Steve Ebersole (JIRA)
[ http://jira.jboss.com/jira/browse/HIBERNATE-13?page=comments#action_12316779 ] Steve Ebersole commented on HIBERNATE-13: - No the real issue happens (or was happening) well before that. The service fails to start, hence nothing is ever put

[JBoss-dev] [JBoss JIRA] Commented: (HIBERNATE-13) testEjbInterception Unit Test failure

2005-04-07 Thread Steve Ebersole (JIRA)
[ http://jira.jboss.com/jira/browse/HIBERNATE-13?page=comments#action_12316783 ] Steve Ebersole commented on HIBERNATE-13: - So did somebody change something? I finally was able to get a clean check out (yaay!). I built and ran the tests

[JBoss-dev] [JBoss JIRA] Assigned: (HIBERNATE-13) testEjbInterception Unit Test failure

2005-04-07 Thread Steve Ebersole (JIRA)
[ http://jira.jboss.com/jira/browse/HIBERNATE-13?page=history ] Steve Ebersole reassigned HIBERNATE-13: --- Assign To: Ryan Campbell (was: Steve Ebersole) testEjbInterception Unit Test failure - Key

[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1372) HIbernateContext does not work well with CachedConnectionManager

2005-04-06 Thread Steve Ebersole (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1372?page=comments#action_12316732 ] Steve Ebersole commented on JBAS-1372: -- This will be fixed in the next release of the Hibernate integration code. The integration code will be getting upgraded

[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1576) Hibernate TransactionSynch should rollback transaction on session.flush exception

2005-04-06 Thread Steve Ebersole (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1576?page=comments#action_12316735 ] Steve Ebersole commented on JBAS-1576: -- The TransactionSynch is no longer needed in the new integration code. The new code will upgrade to Hibernate3, where we added

[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1298) HAR Deployer JBCache config

2005-04-06 Thread Steve Ebersole (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1298?page=comments#action_12316736 ] Steve Ebersole commented on JBAS-1298: -- This is all done in my local sandbox, and will get committed after 4.0.2 is released. It will (actually is already) also get

[JBoss-dev] [JBoss JIRA] Commented: (HIBERNATE-7) CLONE -PropertyNotFoundException on runtime HAR deployment

2005-04-06 Thread Steve Ebersole (JIRA)
[ http://jira.jboss.com/jira/browse/HIBERNATE-7?page=comments#action_12316737 ] Steve Ebersole commented on HIBERNATE-7: I have never been able to reproduce this. The testsuite also now contains tests specifically testing a hot redploy

[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1304) Abillity to add DB-specific hints into Hibernate

2005-04-06 Thread Steve Ebersole (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1304?page=comments#action_12316738 ] Steve Ebersole commented on JBAS-1304: -- We already have an existing jira task to add this support. Abillity to add DB-specific hints into Hibernate

[JBoss-dev] [JBoss JIRA] Assigned: (HIBERNATE-10) DeployedTreeCacheProvider doesn't work with Hibernate 2.1.8+

2005-04-06 Thread Steve Ebersole (JIRA)
[ http://jira.jboss.com/jira/browse/HIBERNATE-10?page=history ] Steve Ebersole reassigned HIBERNATE-10: --- Assign To: Steve Ebersole (was: Gavin King) DeployedTreeCacheProvider doesn't work with Hibernate 2.1.8

[JBoss-dev] [JBoss JIRA] Commented: (HIBERNATE-10) DeployedTreeCacheProvider doesn't work with Hibernate 2.1.8+

2005-04-06 Thread Steve Ebersole (JIRA)
[ http://jira.jboss.com/jira/browse/HIBERNATE-10?page=comments#action_12316739 ] Steve Ebersole commented on HIBERNATE-10: - As I mentoned on the forum, the DeployedTreeCacheProvider has been reworked. The code will be committed after JBoss

[JBoss-dev] [JBoss JIRA] Assigned: (HIBERNATE-5) jmx transaction flush swallows exception

2005-04-06 Thread Steve Ebersole (JIRA)
[ http://jira.jboss.com/jira/browse/HIBERNATE-5?page=history ] Steve Ebersole reassigned HIBERNATE-5: -- Assign To: Steve Ebersole (was: Gavin King) jmx transaction flush swallows exception Key

[JBoss-dev] [JBoss JIRA] Assigned: (HIBERNATE-12) HibernateContext JDBC Connection

2005-04-06 Thread Steve Ebersole (JIRA)
[ http://jira.jboss.com/jira/browse/HIBERNATE-12?page=history ] Steve Ebersole reassigned HIBERNATE-12: --- Assign To: Steve Ebersole (was: Gavin King) HibernateContext JDBC Connection Key: HIBERNATE-12

[JBoss-dev] [JBoss JIRA] Commented: (HIBERNATE-12) HibernateContext JDBC Connection

2005-04-06 Thread Steve Ebersole (JIRA)
[ http://jira.jboss.com/jira/browse/HIBERNATE-12?page=comments#action_12316740 ] Steve Ebersole commented on HIBERNATE-12: - Its not that it does not close the Connection; its that the Connection gets closed too late. This only happens when

[JBoss-dev] [JBoss JIRA] Assigned: (HIBERNATE-11) DeployedTreeCacheProvider must be updated to support JBossCache 1.2.1

2005-04-06 Thread Steve Ebersole (JIRA)
[ http://jira.jboss.com/jira/browse/HIBERNATE-11?page=history ] Steve Ebersole reassigned HIBERNATE-11: --- Assign To: Steve Ebersole (was: Gavin King) DeployedTreeCacheProvider must be updated to support JBossCache 1.2.1

[JBoss-dev] [JBoss JIRA] Commented: (HIBERNATE-11) DeployedTreeCacheProvider must be updated to support JBossCache 1.2.1

2005-04-06 Thread Steve Ebersole (JIRA)
[ http://jira.jboss.com/jira/browse/HIBERNATE-11?page=comments#action_12316741 ] Steve Ebersole commented on HIBERNATE-11: - As I mentioned previously, this is fixed in my local saandbox. It will be committed after 4.0.2 is released

[JBoss-dev] [JBoss JIRA] Closed: (HIBERNATE-9) local application of naming strategy

2005-04-06 Thread Steve Ebersole (JIRA)
[ http://jira.jboss.com/jira/browse/HIBERNATE-9?page=history ] Steve Ebersole closed HIBERNATE-9: -- Assign To: Steve Ebersole (was: Gavin King) Resolution: Rejected Until the Hibernate JIRA is transferred over to this JIRA box, all requests

[JBoss-dev] [JBoss JIRA] Resolved: (HIBERNATE-8) configuration property for naming strategy

2005-04-06 Thread Steve Ebersole (JIRA)
[ http://jira.jboss.com/jira/browse/HIBERNATE-8?page=history ] Steve Ebersole resolved HIBERNATE-8: Assign To: Steve Ebersole (was: Gavin King) Resolution: Rejected Until the Hibernate JIRA is transferred over to this JIRA box, all

[JBoss-dev] [JBoss JIRA] Commented: (HIBERNATE-6) HibernateContext Interceptor

2005-04-06 Thread Steve Ebersole (JIRA)
[ http://jira.jboss.com/jira/browse/HIBERNATE-6?page=comments#action_12316744 ] Steve Ebersole commented on HIBERNATE-6: Sure, just use the SessionFactoryInterceptor managed attribute on the org.jboss.hibernate.jmx.Hibernate mbean

[JBoss-dev] [JBoss JIRA] Commented: (HIBERNATE-6) HibernateContext Interceptor

2005-04-06 Thread Steve Ebersole (JIRA)
[ http://jira.jboss.com/jira/browse/HIBERNATE-6?page=comments#action_12316745 ] Steve Ebersole commented on HIBERNATE-6: Also note that session-scoped interceptors *do not* make sense in this type of managed session environment

[JBoss-dev] [JBoss JIRA] Closed: (HIBERNATE-6) HibernateContext Interceptor

2005-04-06 Thread Steve Ebersole (JIRA)
[ http://jira.jboss.com/jira/browse/HIBERNATE-6?page=history ] Steve Ebersole closed HIBERNATE-6: -- Assign To: Steve Ebersole (was: Gavin King) Resolution: Done HibernateContext Interceptor Key

[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1298) HAR Deployer JBCache config

2005-04-06 Thread Steve Ebersole (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1298?page=comments#action_12316747 ] Steve Ebersole commented on JBAS-1298: -- That last comment is a little ambigious as I read back over it. Hibernate2 support will be getting removed from JBoss

[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1298) HAR Deployer JBCache config

2005-03-09 Thread Steve Ebersole (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1298?page=comments#action_12315996 ] Steve Ebersole commented on JBAS-1298: -- I was not planning any mods to the jboss-3.2 module for the Hibernate intg code because jboss-4.0 and jboss-head will be made

[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1299) No production-quality Cache Invalidation framework for Hibernate 2nd level cache

2005-03-09 Thread Steve Ebersole (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1299?page=comments#action_12315997 ] Steve Ebersole commented on JBAS-1299: -- I believe OSCache also supports the same invalidation model, although I am no cache expert and may be wrong here. Regardless

[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1298) HAR Deployer JBCache config

2005-02-23 Thread Steve Ebersole (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-1298?page=comments#action_12315674 ] Steve Ebersole commented on JBAS-1298: -- That actually depends upon which Hibernate CacheProvider implementation you specify. The net.sf.hibernate.TreeCacheProvider

[JBoss-dev] [JBoss JIRA] Closed: (HIBERNATE-2) Allow setting an interceptor when creating a session

2005-01-17 Thread Steve Ebersole (JIRA)
[ http://jira.jboss.com/jira/browse/HIBERNATE-2?page=history ] Steve Ebersole closed HIBERNATE-2: -- Resolution: Done Issue was transferred from sourceforge as open; closing. Allow setting an interceptor when creating a session

[JBoss-dev] [JBoss JIRA] Commented: (HIBERNATE-4) NPE in HibernateContext.prepareSession

2005-01-17 Thread Steve Ebersole (JIRA)
[ http://jira.jboss.com/jira/browse/HIBERNATE-4?page=comments#action_12314714 ] Steve Ebersole commented on HIBERNATE-4: Are you *certain* you are making this call within an on-going JTA transaction? Is that transaction owned

[JBoss-dev] [JBoss JIRA] Closed: (HIBERNATE-4) NPE in HibernateContext.prepareSession

2005-01-17 Thread Steve Ebersole (JIRA)
[ http://jira.jboss.com/jira/browse/HIBERNATE-4?page=history ] Steve Ebersole closed HIBERNATE-4: -- Resolution: Rejected Usage error NPE in HibernateContext.prepareSession -- Key: HIBERNATE-4

[JBoss-dev] [JBoss JIRA] Resolved: (HIBERNATE-1) HibernateIntgUnitTestCase fails with hibernate-2.1.7c

2004-11-30 Thread Steve Ebersole (JIRA)
[ http://jira.jboss.com/jira/browse/HIBERNATE-1?page=history ] Steve Ebersole resolved HIBERNATE-1: Resolution: Done Gavin said he found a bug in 2.1.7 that would cause this. It is fixed in CVS. we will need to apply the 2.1.7d release