Looking for a few good database users

2007-06-01 Thread David Van Couvering
Hi, all. As Sun's database architect for NetBeans, part of my role is to understand what database tooling features we should add to NetBeans to help make it a rad, awesome tool for developers using databases. Rather than try and guess or assume that I have any real knowledge about this, I want t

Re: Comparison Metrics for OpenJPA's ConcurrentHashMap

2007-06-01 Thread Patrick Linskey
Hi, How many cores / CPUs were you using in these tests? -Patrick On 6/1/07, David Ezzio (asmtp) <[EMAIL PROTECTED]> wrote: Hi Marc, I still was not able to get HighScaleLib to work. It produces a SecurityException when attempting to get the Unsafe object. I decided to avoid changing the rele

Re: [jira] Commented: (OPENJPA-231) Incorrect handling of cascading bidirectional collections during merge/attach

2007-06-01 Thread Gokhan Ergul
Philippe Alexis wrote: Hi Gokhan, I've read your reply to Reece in the thread about the 2nd take at the SQL reordering patch. I generally agree with all that you say. I'll also trust that the more seasoned developers have good reasons for not responding to this JIRA-231 issue; which hopefully w

[jira] Commented: (OPENJPA-235) SQL reordering to avoid non-nullable foreign key constraint violations

2007-06-01 Thread Reece Garrett (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12500768 ] Reece Garrett commented on OPENJPA-235: --- Markus, That is great news! Thanks for running those test and getti

[jira] Commented: (OPENJPA-235) SQL reordering to avoid non-nullable foreign key constraint violations

2007-06-01 Thread Gokhan Ergul (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12500765 ] Gokhan Ergul commented on OPENJPA-235: -- Marcus, I'm not familiar with the specifics of Reece's patch (yet), bu

Re: [jira] Commented: (OPENJPA-231) Incorrect handling of cascading bidirectional collections during merge/attach

2007-06-01 Thread Philippe Alexis
Hi Gokhan, I've read your reply to Reece in the thread about the 2nd take at the SQL reordering patch. I generally agree with all that you say. I'll also trust that the more seasoned developers have good reasons for not responding to this JIRA-231 issue; which hopefully will become clearer to me

Re: Injecting Entity Manager to POJO/Form Bean

2007-06-01 Thread David Jencks
Support for this is completely part of the appserver and not part of openjpa. Are you sure your appserver is completely javaee5 compliant? A couple of comments you use a PersistenceContextRef annotation or the equivalent xml the object the EntityManager is to be injected into can't be so

[jira] Closed: (OPENJPA-249) problem using enum with @Enumerated annotation in Query

2007-06-01 Thread Daniel Gajdos (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Gajdos closed OPENJPA-249. - Resolution: Won't Fix Problem solved using $ in class name > problem using enum with @Enumerate

[jira] Updated: (OPENJPA-249) problem using enum with @Enumerated annotation in Query

2007-06-01 Thread Daniel Gajdos (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Gajdos updated OPENJPA-249: -- Description: Situation description: @Entity public class Application { ... @ManyToOne(

Re: New alias

2007-06-01 Thread Kevin Sutter
Good reminder, Craig. Thanks! (I know I was still using the old alias due to my gmail type-ahead...) On 6/1/07, Craig L Russell <[EMAIL PROTECTED]> wrote: Now that the new alias is in place, we should avoid using the old alias so as not to confuse... Craig Craig Russell Architect, Sun Java

Re: Comparison Metrics for OpenJPA's ConcurrentHashMap

2007-06-01 Thread David Ezzio (asmtp)
Hi Marc, I still was not able to get HighScaleLib to work. It produces a SecurityException when attempting to get the Unsafe object. I decided to avoid changing the relevant security policy. On the other hand, I did test Emory University's backport of the java.util.concurrent package. This p

New alias

2007-06-01 Thread Craig L Russell
Now that the new alias is in place, we should avoid using the old alias so as not to confuse... Craig Craig Russell Architect, Sun Java Enterprise System http://java.sun.com/products/jdo 408 276-5638 mailto:[EMAIL PROTECTED] P.S. A good JDO? O, Gasp! smime.p7s Description: S/MIME cryptograp

[jira] Updated: (OPENJPA-249) problem using enum with @Enumerated annotation in Query

2007-06-01 Thread Daniel Gajdos (JIRA)
[ https://issues.apache.org/jira/browse/OPENJPA-249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Gajdos updated OPENJPA-249: -- Description: Situation description: @Entity public class Application { ... @ManyToOne(

Re: Injecting Entity Manager to POJO/Form Bean

2007-06-01 Thread Craig L Russell
Hi Joshua, The only POJOs that you can inject are server components, e.g. ManagedBean or SessionBean. You can find the complete list in the EJB 3 specification. Regular POJOs cannot be injected. Craig On Jun 1, 2007, at 2:22 AM, Joshua Jackson wrote: Dear all, How do I get the EntityMa

[jira] Created: (OPENJPA-249) problem using enum with @Enumerated annotation in Query

2007-06-01 Thread Daniel Gajdos (JIRA)
problem using enum with @Enumerated annotation in Query --- Key: OPENJPA-249 URL: https://issues.apache.org/jira/browse/OPENJPA-249 Project: OpenJPA Issue Type: Bug Components: qu

Injecting Entity Manager to POJO/Form Bean

2007-06-01 Thread Joshua Jackson
Dear all, How do I get the EntityManager injected to my web Form Bean / POJO? Currently I'm deploying my apps that uses openjpa as the persistence implementation on an appserver, but I still can not get the EntityManager injected in my POJO. Where can I find the reference regarding this? Thanks