[jira] Commented: (OPENJPA-243) IntelliJ IDEA plugin to integrate OpenJPA enhancer into build process

2007-05-21 Thread Patrick Linskey (JIRA)
or specify the OpenJPA persistence provider. IntelliJ IDEA plugin to integrate OpenJPA enhancer into build process - Key: OPENJPA-243 URL: https://issues.apache.org/jira/browse/OPENJPA-243

[jira] Commented: (OPENJPA-243) IntelliJ IDEA plugin to integrate OpenJPA enhancer into build process

2007-05-21 Thread Patrick Linskey (JIRA)
plugin piggy-backs on top of the IntelliJ IDEA 7 JPA facet. So, you must have your module set up to use a JPA facet in order for the OpenJPA plugin to run on the classes in the module. IntelliJ IDEA plugin to integrate OpenJPA enhancer into build process

Re: IntelliJ IDEA plugin

2007-05-05 Thread Craig L Russell
Hi Patrick, Could you get IJ to open-source the required interfaces needed to compile with? That would be the best option if you wanted to add it to the OpenJPA project. Craig On May 4, 2007, at 4:02 PM, Patrick Linskey wrote: Hi, Earlier this week, I wrote a (very) basic OpenJPA /

Re: IntelliJ IDEA plugin

2007-05-05 Thread Patrick Linskey
I doubt it -- I'm doing some digging into various internal data structures. -Patrick On 5/5/07, Craig L Russell [EMAIL PROTECTED] wrote: Hi Patrick, Could you get IJ to open-source the required interfaces needed to compile with? That would be the best option if you wanted to add it to the

IntelliJ IDEA plugin

2007-05-04 Thread Patrick Linskey
Hi, Earlier this week, I wrote a (very) basic OpenJPA / IntelliJ plugin. It automatically runs the enhancer on persistent types after compilation completes, for any persistence units that don't have a persistence provider declared or that declare OpenJPA as their persistence provider. Clearly,