Re: JCA Resource Adapter?

2006-08-09 Thread David Blevins
This is a great post, thanks for the details. More below... (I think this thread is going to go down in history as having the most usage of three letter abbreviations starting with J and ending with A) On Aug 9, 2006, at 6:22 PM, Patrick Linskey wrote: In the EJB3 spec, we defined a cont

Re: JCA Resource Adapter?

2006-08-09 Thread Kevin Sutter
On 8/9/06, Patrick Linskey <[EMAIL PROTECTED]> wrote: Moving forward, JCA is unlikely to be the best way to integrate OpenJPA into a container. JCA does two things: it provides a framework for integrating transactional resources into a JTA environment, and it provides lifecycle / configuration

[jira] Commented: (OPENJPA-10) persistence unit name should be default diagnostic context for standard OpenJPA log impl

2006-08-09 Thread Patrick Linskey (JIRA)
[ http://issues.apache.org/jira/browse/OPENJPA-10?page=comments#action_12427071 ] Patrick Linskey commented on OPENJPA-10: To implement this, we will need to change LogFactoryImpl to check for a PU name during its configuration. This pro

[jira] Created: (OPENJPA-10) persistence unit name should be default diagnostic context for standard OpenJPA log impl

2006-08-09 Thread Patrick Linskey (JIRA)
persistence unit name should be default diagnostic context for standard OpenJPA log impl Key: OPENJPA-10 URL: http://issues.apache.org/jira/browse/OPENJPA-10 Pro

RE: JCA Resource Adapter?

2006-08-09 Thread Patrick Linskey
Moving forward, JCA is unlikely to be the best way to integrate OpenJPA into a container. JCA does two things: it provides a framework for integrating transactional resources into a JTA environment, and it provides lifecycle / configuration / bootstrapping hooks. Sadly, it also suffers from some

RE: openjpac for enhancing classes

2006-08-09 Thread Patrick Linskey
'java org.apache.openjpa.enhance.PCEnhancer' At some point, this and other scripts will make their way into the openjpa-project directory, such that they land in a built distribution. -Patrick -- Patrick Linskey BEA Systems, Inc. > -Original Message- > From: Bryan Noll [mailto:[EMAIL

openjpac for enhancing classes

2006-08-09 Thread Bryan Noll
Can anyone tell me where to acquire this 'openjpac' tool? I don't see it anywhere in the source or the zip files built by m2. Thanks... Bryan

Re: JCA Resource Adapter?

2006-08-09 Thread David Blevins
It's funny you mention that, I bugged Patrick about it offline earlier this week. Same on me for not just hitting the list. I was thinking to use the JCA approach in Geronimo under the covers for the container-managed entitymanager functionality. -David On Aug 9, 2006, at 2:42 PM, Kevin S

JCA Resource Adapter?

2006-08-09 Thread Kevin Sutter
According to Section 3 (J2EE Tutorials, specifically 3.2 J2EE Installation Types), the recommended approach to using OpenJPA in a managed environment is via the JCA rar file: JCA: OpenJPA implements the JCA 1.0 spec, and the openjpa-persistence.rarfile that comes in the jca/persistence directory

MappedSuperclasses

2006-08-09 Thread Michael Dick
Can a MappedSuperclass extend an Entity? I've run into a problem during validation of a MappedSuperclass. I have an abstract class (AbstractEmployee) with the @Entity and @Id annotations. The MappedSuperclass (AbstractFullTimeEmployee) extends it. Finally a concrete entity class (FulltimeExempt

Re: Example files from tutorial in documentation - can't get 'em

2006-08-09 Thread Bryan Noll
I'll walk through these. If they will open source them, that's great... otherwise... I can write up something simple that hits on all the same basic pieces of functionality, and those can be what are used for the tutorial. Doesn't matter too much to me. I don't mean to harp on the whole thin

[jira] Created: (OPENJPA-9) PCEnhancer not processing multiple PU's defined within a single persistence.xml file

2006-08-09 Thread Kevin Sutter (JIRA)
PCEnhancer not processing multiple PU's defined within a single persistence.xml file Key: OPENJPA-9 URL: http://issues.apache.org/jira/browse/OPENJPA-9 Project: Open