[jira] Updated: (OPENJPA-244) Java 2 Security enablement

2007-06-29 Thread Kevin Sutter (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevin Sutter updated OPENJPA-244: - Attachment: (was: J2DoPrivHelper.java) > Java 2 Security enablement > --

[jira] Commented: (OPENJPA-244) Java 2 Security enablement

2007-06-29 Thread Craig Russell (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12509227 ] Craig Russell commented on OPENJPA-244: --- Very nice piece of work, Albert. The original patch should be remove

[jira] Commented: (OPENJPA-244) Java 2 Security enablement

2007-06-29 Thread Craig Russell (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12509220 ] Craig Russell commented on OPENJPA-244: --- I'm reviewing it right now. Will be done in an hour. > Java 2 Securi

[jira] Commented: (OPENJPA-239) Option for the reverse mapping tool to generate mapping annotations

2007-06-29 Thread Marc Prud'hommeaux (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12509218 ] Marc Prud'hommeaux commented on OPENJPA-239: I like it. Anyone have any issues with committing this patc

[jira] Commented: (OPENJPA-244) Java 2 Security enablement

2007-06-29 Thread Marc Prud'hommeaux (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12509204 ] Marc Prud'hommeaux commented on OPENJPA-244: After quick review, the patch looks good to me. Anyone else

[jira] Commented: (OPENJPA-272) @GenerateValue (AUTO) doesn't work with Property level access

2007-06-29 Thread Kevin Sutter (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12509188 ] Kevin Sutter commented on OPENJPA-272: -- New information... My original posting wasn't quite accurate. You nee

[jira] Commented: (OPENJPA-272) @GenerateValue (AUTO) doesn't work with Property level access

2007-06-29 Thread Kevin Sutter (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12509181 ] Kevin Sutter commented on OPENJPA-272: -- The result of this type of scenario is that you get duplicate key excep

[jira] Created: (OPENJPA-272) @GenerateValue (AUTO) doesn't work with Property level access

2007-06-29 Thread Kevin Sutter (JIRA)
@GenerateValue (AUTO) doesn't work with Property level access - Key: OPENJPA-272 URL: https://issues.apache.org/jira/browse/OPENJPA-272 Project: OpenJPA Issue Type: Bug Co

[jira] Updated: (OPENJPA-244) Java 2 Security enablement

2007-06-29 Thread Albert Lee (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Albert Lee updated OPENJPA-244: --- Attachment: OPENJPA-244.patch Based on the previous design/implementation discussions. attached is a

[jira] Created: (OPENJPA-271) DB2 missing JDBC driver 2 support

2007-06-29 Thread Catalina Wei (JIRA)
DB2 missing JDBC driver 2 support - Key: OPENJPA-271 URL: https://issues.apache.org/jira/browse/OPENJPA-271 Project: OpenJPA Issue Type: Bug Components: jdbc Affects Versions: 1.0.0 R

[jira] Closed: (OPENJPA-270) Delete Query transformed into a Select Query

2007-06-29 Thread Michael Dick (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Dick closed OPENJPA-270. > Delete Query transformed into a Select Query > > >

[jira] Resolved: (OPENJPA-270) Delete Query transformed into a Select Query

2007-06-29 Thread Michael Dick (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Dick resolved OPENJPA-270. -- Resolution: Invalid Looks like this issue is resolved and is working for Frederic. Please reop

[jira] Updated: (OPENJPA-266) Add Extensibility: Change "private" field/method to "protected" or "public" in OpenJPA classes to be extendable

2007-06-29 Thread Michael Dick (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-266?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Dick updated OPENJPA-266: - Attachment: OPENJPA-266.patch.txt Attaching updated patch. I committed the changes to PreparedSt

[jira] Updated: (OPENJPA-266) Add Extensibility: Change "private" field/method to "protected" or "public" in OpenJPA classes to be extendable

2007-06-29 Thread Michael Dick (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-266?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Dick updated OPENJPA-266: - Attachment: (was: openjpa-jdbc.patch) > Add Extensibility: Change "private" field/method to

Re: LifecycleListener problem

2007-06-29 Thread Kevin Sutter
Sounds reasonable to me. On 6/29/07, Patrick Linskey <[EMAIL PROTECTED]> wrote: Hi, It is possible to registering a LifecycleListener like so: emf.addLifecycleListener(new MyLifecycleListener()); However, a listener so registered will never fire, because the internal code will see a Clas

LifecycleListener problem

2007-06-29 Thread Patrick Linskey
Hi, It is possible to registering a LifecycleListener like so: emf.addLifecycleListener(new MyLifecycleListener()); However, a listener so registered will never fire, because the internal code will see a Class[0], not null, as the last argument to addLifecycleListener(). The right syntax is:

[jira] Commented: (OPENJPA-270) Delete Query transformed into a Select Query

2007-06-29 Thread Frederic Jeanneau (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-270?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12509028 ] Frederic Jeanneau commented on OPENJPA-270: --- Thanks for your answer. In fact, I have a matching row in the