Re: Build fails

2006-07-30 Thread Marc Prud'hommeaux
Stefan- Very strange ... I can build from the trunk without trouble. Can you run mvn -e -X clean compile and send the output so I can get a better sense for where it is having problems? Also, do you happen to have a ~/.m2/settings.xml file that might change the defaults for anything

Re: IRC channel?

2006-08-07 Thread Marc Prud'hommeaux
+1 I think an openjpa IRC channel is an excellent idea. On Aug 8, 2006, at 12:10 AM, Bryan Noll wrote: Is there an IRC channel for this project? I'd like to be able to ping people back and forth with a little more real time response than the mailing list if possible. If there is not

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

2006-08-08 Thread Marc Prud'hommeaux
then? Is there something blocking them being checked in that I can do? Thanks... Marc Prud'hommeaux wrote: Bryan- Unfortunately, the tutorial files have yet to be committed to the OpenJPA repository, so currently the tutorial in the documentation snapshot is incomplete. On Aug 8, 2006, at 12:50 AM, Bryan

Re: Update version to SNAPSHOT

2006-08-15 Thread Marc Prud'hommeaux
David- are there any jars of our own that contain the same file in the same place in the jar and those contents are different and need to be merged together? The only cases I know of are some of the files in services/. E.g.: openjpa-jdbc/src/main/resources/META-INF/services/

Re: Update version to SNAPSHOT

2006-08-15 Thread Marc Prud'hommeaux
compatible with the upcoming JDK 1.6 java.util.ServiceLoader utility. It's probably safer just to manually append he services files, even though it requires writing something to manage the merging of the jars. On Aug 15, 2006, at 3:14 PM, David Blevins wrote: On Aug 15, 2006, at 12:56 PM, Marc

Re: status of OpenJPA documentation

2006-08-21 Thread Marc Prud'hommeaux
Bryan- - If the only thing stopping this stuff from getting to a wiki is bandwidth of the current dev team, can someone point me in the right direction so I can run with it? I think that if Marc is willing to turn over his work in progress to you then you can run with it. Just see if

Re: build problem

2006-08-22 Thread Marc Prud'hommeaux
Mike- jvm${JAVA_HOME}/bin/java/jvm Unfortunately, I don't think that's portable ... on OSX, the java command can be at ${JAVA_HOME}/Commands/java, and some versions of the IBM java command are at ${JAVA_HOME}/jre/sh/java. Is there some reason why you can't override both the

Re: using JDBCBrokerFactory

2006-08-22 Thread Marc Prud'hommeaux
Mike- That's a lousy error message, but I'm not sure what it causing it. Do you have all of the openjpa-*.jar files in your CLASSPATH? It almost sounds like one of the META-INF/services/ files that reports the available metadata factories is not being found. How did you create the jars?

Re: Build data in built artifacts

2006-08-22 Thread Marc Prud'hommeaux
guess the information is still there. I'm not sure I like either of those options... Marc Prud'hommeaux wrote: Bryan- FYI, I had played with this a little while ago ... I got the subversion revision number using the maven-antrun-plugin and xmlproperty task to parse the .svn/entries file, but I

Re: [jira] Updated: (OPENJPA-15) EJBQL grammar needs to be updated to relfect JPA specification

2006-08-22 Thread Marc Prud'hommeaux
Kevin- I applied your patch, but there were a couple problems with our local tests. This statement caused a parse error: update kodo.kernel.AttachD x set x.dint = 1 where x.dint (select min(y.dint) from kodo.kernel.AttachD y) 1)

Re: Build data in built artifacts

2006-08-23 Thread Marc Prud'hommeaux
-revision.properties file, and then have OpenJPAVersion print out the information for each of said resources in the classpath, if they're not the same. -Patrick -- Patrick Linskey BEA Systems, Inc. -Original Message- From: Marc Prud'hommeaux [mailto:[EMAIL PROTECTED] On Behalf Of Marc

Re: Process for Patch verification

2006-08-30 Thread Marc Prud'hommeaux
On Aug 30, 2006, at 8:56 AM, Eddie O'Neil wrote: Kevin-- Wearing my mentor hat... I say go for it -- if you're confident in your changes, it passes the tests, and does right by the project, this is how community is built. Occasionally, we'll break a few eggs, but this is how everyone

Re: svn issues

2006-08-30 Thread Marc Prud'hommeaux
Sadly, I think the only way to do it is: find openjpa-*/src -path '*/.svn' -prune -o -type f -print | xargs -e grep -l '@since' On Aug 30, 2006, at 9:57 AM, Patrick Linskey wrote: Hey, Frustratingly, things like 'grep -l @since openjpa-*/src | xargs sed ...' don't have quite the

Re: svn issues

2006-08-30 Thread Marc Prud'hommeaux
Note that there is a proposed patch to grep to address this sort of problem. You can vote for it (registration required) at: http://savannah.gnu.org/bugs/? func=detailitemitem_id=11017#dependencies On Aug 30, 2006, at 10:20 AM, Eddie O'Neil wrote: Something like this might be

Re: OpenJPA missing extensions

2006-09-07 Thread Marc Prud'hommeaux
Steven- On Sep 6, 2006, at 10:09 PM, Steven Corbett wrote: Thanks for the update Marc. I take it that OpenJPA will not have the facility to map Collections of value or embedded types in the near future then? That is correct ... it is one of the things BEA decided to hold back from the

New openjpa-all module Continuum

2006-09-07 Thread Marc Prud'hommeaux
To address http://issues.apache.org/jira/browse/OPENJPA-29 , I made a new sub-module called openjpa-all which creates a single aggregate jar file from all the other openjpa jars. It works pretty well: running mvn package should yield a openjpa-all/target/openjpa-

Re: [jira] Resolved: (OPENJPA-43) update of a persistent field using a @Lob annotation is not being marked dirty

2006-09-14 Thread Marc Prud'hommeaux
. e.setHome( e.getHome().setCity(NEW)); Do I have to override equals on the Address ? On 9/14/06, Marc Prud'hommeaux [EMAIL PROTECTED] wrote: David- There was a typo in my code. But even doing this, the update is not being written back to the database at commit or flush. That's a little

Re: Does OpenJPA support updating of related objects via JPQL?

2006-09-18 Thread Marc Prud'hommeaux
Kevin- On Sep 18, 2006, at 11:19 AM, Kevin Sutter wrote: Thanks Craig and Marc, I had found this reference in the spec, but it still wasn't clear to me. Maybe I'm reading it wrong, but the BNF states (in Section 4.10): update_item ::= [identification_variable.] {state_field |

Re: SingleJVMExclusiveLockManager?

2006-09-21 Thread Marc Prud'hommeaux
Kevin- On Sep 21, 2006, at 8:39 AM, Kevin Sutter wrote: Hi, Attempting to verify some of the locking mechanisms within OpenJPA and I don't see the SingleJVMExclusiveLockManager class available in our source tree... Oversight or not going to happen? Regardless, can you give me a

Re: svn revision number

2006-09-29 Thread Marc Prud'hommeaux
OK, I went ahead and changed the system to instead spawn the svnrevision command. It should gracefully set the version to unknown if the svnrevision command can't be found. On Sep 29, 2006, at 2:44 PM, Patrick Linskey wrote: I would expect that we could get this info from running and

Re: Proposal: Optimizing empty collection fetch. Meta Column in ContainerFieldMappling

2006-10-05 Thread Marc Prud'hommeaux
Alex- That does sound like a good feature to add. Note that I think the null-indicator attribute is only available for embedded mappings, not for container mappings (although I could be wrong about this). I'd recommend opening a JIRA issue as a reference for the enhancement request, and

Re: Proposal: Optimizing empty collection fetch. Meta Column in ContainerFieldMappling

2006-10-06 Thread Marc Prud'hommeaux
hope so very much) - If not in 4.1 is there any way to get some advise from you guys (like in old Solarmetric times :-) on nuances of 3.4 implementation so I can do it myself? I will file a JIRA request Alex -Original Message- From: Marc Prud'hommeaux [mailto:[EMAIL PROTECTED

Re: svn commit: r464090 - in /incubator/openjpa/site: docs/ xdocs/stylesheets/

2006-10-14 Thread Marc Prud'hommeaux
Craig- I just updated the Wiki link to point to cwiki.apache.org as an experiment (this is the first time I updated the docs on the site), so that one change to the project.xml file results in changes to each of the .html files. There does seem to be some delay between updating the

Re: Uploading docs for 0.9.0-incubating release

2006-10-15 Thread Marc Prud'hommeaux
but they are probably 90% there. The manual stuff should probably go onto the site as well. Craig On Oct 13, 2006, at 2:45 PM, Marc Prud'hommeaux wrote: All- I would like to upload the OpenJPA docs and javadocs for the 0.9.0-incubating to a more official location than the information

Re: Uploading docs for 0.9.0-incubating release

2006-10-15 Thread Marc Prud'hommeaux
to maintain the existing space for raw HTML (like the docs/ javadocs), since AFAIK there is no way to bulk-import raw HTML pages into Confluence spaces. On Oct 15, 2006, at 12:42 PM, Craig L Russell wrote: Hi Marc, On Oct 14, 2006, at 11:11 PM, Marc Prud'hommeaux wrote: I've gone ahead

Re: Why would Kodo refuse to batch inserts in certain tables? Big performance drop migrating to Kodo 4.1

2006-10-16 Thread Marc Prud'hommeaux
Alex- So you are saying that batching is working OK in general, just not for a particular class? And that this particular class was batching fine with previous versions? That is odd, although there are some cases where we might refuse to batch a particular class (because of a driver bug

Re: Why would Kodo refuse to batch inserts in certain tables? Big performance drop migrating to Kodo 4.1

2006-10-17 Thread Marc Prud'hommeaux
Prud'hommeaux [mailto:[EMAIL PROTECTED] On Behalf Of Marc Prud'hommeaux Sent: Monday, October 16, 2006 7:30 PM To: open-jpa-dev@incubator.apache.org Subject: Re: Why would Kodo refuse to batch inserts in certain tables? Big performance drop migrating to Kodo 4.1 Alex- So you are saying that batching

Re: Why would Kodo refuse to batch inserts in certain tables? Big performance drop migrating to Kodo 4.1

2006-10-17 Thread Marc Prud'hommeaux
it for you with latest 10.2.x and 9.2.x drivers if you can tell me what kind of problems you were experiencing with date batching Alex -Original Message- From: Marc Prud'hommeaux [mailto:[EMAIL PROTECTED] On Behalf Of Marc Prud'hommeaux Sent: Tuesday, October 17, 2006 4:57 PM To: open-jpa

[VOTE] publish openjpa 0.9.5-incubating podling release

2006-10-18 Thread Marc Prud'hommeaux
OpenJPA People- In accordance with the Incubating Releases guidelines at http:// incubator.apache.org/incubation/Incubation_Policy.html#Releases , I'd like to start a vote on publishing a 0.9.5-incubating release of OpenJPA. The release candidate is in my home directory at:

Re: TransactionManagerFactory and WAS (was: [VOTE] publish openjpa 0.9.5-incubating podling release)

2006-10-18 Thread Marc Prud'hommeaux
Kevin- On Oct 18, 2006, at 2:43 PM, Kevin Sutter wrote: -0 Although it looks like you already have the three +1 votes to publish the 0.9.5 release, I'm hesitant with this publish since the current OpenJPA implementation is using internal WebSphere methods. I knew about the problem of

[VOTE RESULT] publish openjpa 0.9.5-incubating podling release

2006-10-19 Thread Marc Prud'hommeaux
with no vetoes the proposal passes. Next I am going to request an approval from the Incubator PMC to publish the tarball on our download page. Thanks to all who voted! On Oct 18, 2006, at 9:24 AM, Marc Prud'hommeaux wrote: OpenJPA People- In accordance with the Incubating Releases

Re: [VOTE RESULT] publish openjpa 0.9.5-incubating podling release

2006-10-19 Thread Marc Prud'hommeaux
for this? No, although the SVN revision number is contained in the release (FTR, it can be seen by running: java org.apache.openjpa.conf.OpenJPAVersion). Is there a policy on SVN tag names for incubating releases? Eddie On 10/19/06, Marc Prud'hommeaux [EMAIL PROTECTED] wrote: OpenJPA People

Re: Possible performance concerns?

2006-10-26 Thread Marc Prud'hommeaux
Kevin- In some JPQL parsing, we need to check to see if a token is a class name or a variable or something else, and we only check that by trying a Class.forName(). What kind of performance hit are you seeing from this? Are these happening from the same query string, or different query

Re: WASTransformer

2006-10-27 Thread Marc Prud'hommeaux
On Oct 27, 2006, at 9:41 AM, Abe White wrote: Does anyone mind if I move this class from the org.apache.openjpa.util package to the org.apache.openjpa.ee package? It's a very EE-specific class, and in my mind is not a general utility other parts of the system will ever use. I'd even

Re: JTA 1.1 has been published

2006-10-27 Thread Marc Prud'hommeaux
This is the official JTA 1.1 jar that is available at the java.net repository. +1 for using the official JTA libraries, rather than the stopgap Geronimo clones. I'll update the pom.xml unless anyone objects. On Oct 26, 2006, at 9:16 PM, Craig L Russell wrote: Hi, You might find

Re: JTA 1.1 has been published

2006-10-27 Thread Marc Prud'hommeaux
it better? I was operating under the assumption that Geronimo itself would move to use these authoritative jars. Perhaps someone from the Geronimo team can confirm or deny this? geir Marc Prud'hommeaux wrote: This is the official JTA 1.1 jar that is available at the java.net repository

Re: JTA 1.1 has been published

2006-10-27 Thread Marc Prud'hommeaux
On Oct 27, 2006, at 6:32 PM, Geir Magnusson Jr. wrote: Just to drive this point home, would you argue that Kodo is not as good as the authoritative RI for JDO or JPA? A reference implementation is an example implementation and proof of concept. Different implementations are encouraged and

New openjpa-examples module

2006-10-27 Thread Marc Prud'hommeaux
OpenJPA Folk- I've added a new openjpa-examples top-level module which currently contains a very simple hellojpa application that can be run from the OpenJPA distribution zip with zero-configuration (well, provided you have ant installed). I hope this is the first of a wide variety of

Re: New openjpa-examples module

2006-10-29 Thread Marc Prud'hommeaux
an example for those of use that aren't JPA experts. :) One suggestion would be to add the ASF source header to the build / pom / source files so that this module is ready to go for the next release. Cheers, Eddie On 10/27/06, Marc Prud'hommeaux [EMAIL PROTECTED] wrote: OpenJPA Folk- I've added

Re: RollbackException.toString()

2006-10-30 Thread Marc Prud'hommeaux
As with all the the org.apache.openjpa.persistence.*Exception classes, it appears to defer to org.apache.openjpa.util.Exceptions.toString(ExceptionInfo), whose behavior is presumably expected. Since JDK 1.4/1.5's Throwable.toString() doesn't print out nested exception messages, I don't

Re: @Strategy

2006-10-31 Thread Marc Prud'hommeaux
That sounds like a good idea, but rather than adding a new StrategyClass annotation, why not just add a strategyClass element to the existing Strategy annotation? On Oct 31, 2006, at 1:28 AM, Patrick Linskey wrote: Hi, @Strategy allows the specification of a custom class name in string

Re: release notes?

2006-10-31 Thread Marc Prud'hommeaux
Patrick- I think I might have removed the release notes due to some over- aggressive pruning when I was preparing the documentation for committal. They can probably go back in, although much of their content is specific to the non-JPA history of Kodo, which might be somewhat confusing.

Re: connection pooling?

2006-11-02 Thread Marc Prud'hommeaux
Roger- Which is true? The first statement ... the package documentation is in error (I've just fixed it). On Nov 2, 2006, at 5:00 PM, roger.keays wrote: From the 0.9.0 docs online, section 3.13 [1]: OpenJPA's built-in datasource does not perform connection pooling or prepared

Re: Dumb User Question

2006-11-06 Thread Marc Prud'hommeaux
Tim- Why are you using the orm xmlns? Rather than: persistence xmlns=http://java.sun.com/xml/ns/persistence/orm; I think you need to have: persistence xmlns=http://java.sun.com/xml/ns/persistence; version=1.0 Try that and let us know if you still get the same error. On Nov 6, 2006,

Re: svn commit: r472680 - /incubator/openjpa/trunk/openjpa-project/assembly.xml

2006-11-08 Thread Marc Prud'hommeaux
I'd be happy to have a non -all suffixed jar, but without my last change, I wasn't seeing *any* openjpaXXX.jar file being put into the .zip package. Are you seeing something different? On Nov 8, 2006, at 3:33 PM, Michael Dick wrote: This puts the -all suffix back into the jar name. We

Re: svn commit: r472680 - /incubator/openjpa/trunk/openjpa-project/assembly.xml

2006-11-08 Thread Marc Prud'hommeaux
can send a patch of what I had. On 11/8/06, Marc Prud'hommeaux [EMAIL PROTECTED] wrote: I'd be happy to have a non -all suffixed jar, but without my last change, I wasn't seeing *any* openjpaXXX.jar file being put into the .zip package. Are you seeing something different? On Nov 8, 2006, at 3

Re: How to build an OpenJPA release

2006-11-10 Thread Marc Prud'hommeaux
, Marc Prud'hommeaux [EMAIL PROTECTED] wrote: OpenJPA People- In keeping with the hit by a bus philosophy of defensive documentation, I've documented the steps that I took to build and upload the OpenJPA release. In case anyone is interested, it is available here: http://cwiki.apache.org

Re: [DISCUSS] Making a release

2006-11-12 Thread Marc Prud'hommeaux
Craig- The only difference is that we initially branch from the trunk and perform the updates to the pom.xml files there, and then release against the branch, correct? I don't necessarily object to releasing off of a branch, but does it really save any effort? After all, if release

Re: [DISCUSS] Making a release

2006-11-12 Thread Marc Prud'hommeaux
for the use of the individual or entity named in this message. If you are not the intended recipient, and have received this message in error, please immediately return this by email and then delete it. -Original Message- From: Marc Prud'hommeaux [mailto:[EMAIL PROTECTED] On Behalf Of Marc

Re: [DISCUSS] Making a release

2006-11-12 Thread Marc Prud'hommeaux
On Nov 12, 2006, at 1:46 PM, Patrick Linskey wrote: On Nov 12, 2006, at 1:26 PM, Patrick Linskey wrote: I think that the issue is that the thing that is voted on is the tag. Is that actually right? My understanding was that the thing that is voted on is the artifacts (in this case, the

Re: [DISCUSS] Making a release

2006-11-12 Thread Marc Prud'hommeaux
Russell wrote: Hi Marc, On Nov 12, 2006, at 12:53 PM, Marc Prud'hommeaux wrote: Craig- The only difference is that we initially branch from the trunk and perform the updates to the pom.xml files there, and then release against the branch, correct? Yes. I don't necessarily object to releasing

Re: [VOTE RESULT] publish openjpa 0.9.6-incubating podling release

2006-11-12 Thread Marc Prud'hommeaux
were very minor. Do you object to re-starting the vote, or were your just trying to point out that it might not have been necessary? Craig On Nov 12, 2006, at 1:46 PM, Marc Prud'hommeaux wrote: -1 from Eddie, so the vote fails (since I believe it constitutes a veto). I'll re-start

[VOTE] [SECOND ATTEMPT] publish openjpa 0.9.6-incubating release

2006-11-12 Thread Marc Prud'hommeaux
OpenJPA People- In accordance with the Incubating Releases guidelines at http:// incubator.apache.org/incubation/Incubation_Policy.html#Releases , I'd like to take a third shot at making an OpenJPA release and start a vote on publishing a 0.9.6-incubating release of OpenJPA. The most

Re: [VOTE] [SECOND ATTEMPT] publish openjpa 0.9.6-incubating release

2006-11-12 Thread Marc Prud'hommeaux
of staging the release files, I could have moved them somewhere else, but I didn't see any compelling reason to do so. On Nov 12, 2006, at 3:25 PM, Geir Magnusson Jr. wrote: why are these zip files in the m2 repo? I thought that was just for jars and such? geir Marc Prud'hommeaux wrote

Re: [VOTE] [SECOND ATTEMPT] publish openjpa 0.9.6-incubating release

2006-11-12 Thread Marc Prud'hommeaux
, or do you mean included in the same section as the m2 jars? I.e., are you suggesting that we should deploy to a separate staging directory for the duration of voting, or are you suggesting that we should change the way artifacts are bundled and uploaded? geir Marc Prud'hommeaux wrote

Re: [VOTE] [SECOND ATTEMPT] publish openjpa 0.9.6-incubating release

2006-11-13 Thread Marc Prud'hommeaux
it for future consideration of release mechanics? So it would probably be better not to have them there. geir Marc Prud'hommeaux wrote: On Nov 12, 2006, at 4:38 PM, Geir Magnusson Jr. wrote: It might be argued that since we haven't voted that as an artifact from the project, it shouldn't

Re: How to pass openjpa.jdbc.* to tools?

2006-11-15 Thread Marc Prud'hommeaux
Roger- How exactly are you specifying it on the command line? If you specify it like: -MappingDefaults='jpa (ForeignKeyDeleteAction=restrict,JoinForeignKeyDeleteAction=cascade)' does it work? On Nov 13, 2006, at 10:49 PM, roger.keays wrote: I am using the mapping tool with -action

[VOTE RESULT] [SECOND ATTEMPT] publish openjpa 0.9.6-incubating release

2006-11-15 Thread Marc Prud'hommeaux
OpenJPA People- The final tally of the vote is: +1 votes: Marc Prud'hommeaux Patrick Linskey Kevin Sutter Bryan Noll Craig Russell Eddie O'Neil 0 votes: 0 -1 votes: 0 Since we've exceeded the required minimum of +1 votes with no vetoes the proposal passes. Next I am going

Re: [VOTE RESULT] [SECOND ATTEMPT] publish openjpa 0.9.6-incubating release

2006-11-15 Thread Marc Prud'hommeaux
OpenJPA People- The ultimate tally (the previous vote tally was missing one person) of the vote is: +1 votes: Marc Prud'hommeaux Patrick Linskey Kevin Sutter Bryan Noll Craig Russell Eddie O'Neil Geir Magnusson Jr. 0 votes: 0 -1 votes: 0 Since we've exceeded the required

Re: [VOTE RESULT] [SECOND ATTEMPT] publish openjpa 0.9.6-incubating release

2006-11-15 Thread Marc Prud'hommeaux
Prud'hommeaux wrote: Geir- You never actually said +1, so I didn't include you in the tally. I'll re-post the vote result with your +1 added, though, since it sounds like you intended to vote for it. On Nov 15, 2006, at 3:07 PM, Geir Magnusson Jr. wrote: Add my +1 vote please. Marc Prud'hommeaux wrote

Re: How to pass openjpa.jdbc.* to tools?

2006-11-16 Thread Marc Prud'hommeaux
Roger- Can you also specify -Log=DefaultLevel=TRACE and post the output? Specifically, it should report what all the properties are being set to, so we can see if JoinForeignKeyDeleteAction has any setting at all. Also, if you specify JoinForeignKeyDeleteAction first in the list, does

Re: Escaping reserved words in generated sql?

2006-11-16 Thread Marc Prud'hommeaux
I'm amazed that I never knew that you could quote reserved column names. I just tested on Oracle, SQL Server, and Derby, and it seems to work for both of them. Could you make an enhancement request at http://issues.apache.org/ jira/browse/OPENJPA so we can track this? It'd be a very

Re: [VOTE RESULT] [SECOND ATTEMPT] publish openjpa 0.9.6-incubating release

2006-11-21 Thread Marc Prud'hommeaux
the concerns have now been addressed, so I'm going to upload a new release and start a third attempt shortly... On Nov 15, 2006, at 3:31 PM, Marc Prud'hommeaux wrote: Ahh ... I though you meant: add the +1 vote that I had already cast, rather than: I now vote +1, please add it to the tally

[VOTE][THIRD ATTEMPT] publish openjpa 0.9.6-incubating release

2006-11-21 Thread Marc Prud'hommeaux
OpenJPA People- In accordance with the Incubating Releases guidelines at http:// incubator.apache.org/incubation/Incubation_Policy.html#Releases , I'd like to take a third shot at making an OpenJPA release and start a vote on publishing a 0.9.6-incubating release of OpenJPA. The last

Re: how to disable toplink?

2006-11-21 Thread Marc Prud'hommeaux
Roger- What happens if you put the OpenJPA jars and dependencies in the system classpath of the container? Does it work then? If so, then that might be the only solution, currently. IIRC, the spec doesn't say anything about allowing JPA implementations themselves to be bundled into WARs

Re: how to disable toplink?

2006-11-22 Thread Marc Prud'hommeaux
Roger- I think the first step would be to get it working in glassfish when deployed globally, and then move from there to seeing if it is possible to deploy it within a WAR. What is the error you get (if any) if you deploy globally? The following persistence.xml worked the last time I

[VOTE RESULT][THIRD ATTEMPT] publish openjpa 0.9.6-incubating release

2006-11-25 Thread Marc Prud'hommeaux
OpenJPA People- The final tally of the vote is: +1 votes: Marc Prud'hommeaux Kevin Sutter Craig Russell Patrick Linskey 0 votes: 0 -1 votes: 0 Since we've exceeded the required minimum of +1 votes with no vetoes the proposal passes. Once we get the IP clearance page updated, I am

[RESULT][VOTE][SECOND ATTEMPT] publish openjpa 0.9.6-incubating release

2006-11-29 Thread Marc Prud'hommeaux
after Marc put together the previously-linked email: http://mail-archives.apache.org/mod_mbox/incubator-open-jpa-dev/ 200611.m box/[EMAIL PROTECTED] The final tally of the vote is: +1 votes: Marc Prud'hommeaux Kevin Sutter Craig Russell Patrick Linskey Eddie O'Neil 0 votes: 0 -1

Re: openjpa NativeQuery and NamedNativeQuery only allow select sql statements

2006-12-04 Thread Marc Prud'hommeaux
George- Sounds like a bug ... I think you should be allowed to execute an update native query. Can you file a JIRA report at https:// issues.apache.org/jira/browse/OPENJPA with the complete stack trace (including any nested stacks) and the code snippet that executes the query? On Dec

Re: Derby support?

2006-12-08 Thread Marc Prud'hommeaux
Dain- On Dec 8, 2006, at 5:20 PM, Dain Sundstrom wrote: Does OpenJPA support derby auto generated identity columns? If so, is there anything special I need to add to get it to work? It should work automatically. What kind of problems are you having with it? Also, I noticed that

Re: Auto create tables?

2006-12-09 Thread Marc Prud'hommeaux
You can use the openjpa.jdbc.SynchronizeMappings property. See: http://incubator.apache.org/openjpa/docs/openjpa-0.9.0-incubating/ manual/manual.html#ref_guide_mapping_synch On Dec 9, 2006, at 5:53 PM, Dain Sundstrom wrote: Is there a way to make openjpa create tables automatically for

Re: updating docs; unifying websites

2006-12-11 Thread Marc Prud'hommeaux
Oops ... I forgot to do that when I released. I've uploaded them and added the link to: http://cwiki.apache.org/openjpa/documentation.html It takes a little while for the static update to propagate to the server. Once the synchronization happens, I'll update the building page of the

Re: Get primary key from persistent bean

2006-12-11 Thread Marc Prud'hommeaux
Dain- Note that you could always introspect on the class and look for the @Id annotation, and get the value of the Field/Method on which the annotation resides. This is pretty heavy-handed, and doesn't work for XML mappings, but it is one possible way to do this without making

Re: Strange exception while running test cases for kodo

2006-12-12 Thread Marc Prud'hommeaux
I've seen this sort of thing happen if both Account and IdentifiablePersistentEntity are enhanced, but then the IdentifiablePersistentEntity superclass is recompiled so that it is no longer enhanced. Is this possible? Are you manually enhancing, or using the dynamic class enhancement?

Re: concurrent access to LRS

2006-12-12 Thread Marc Prud'hommeaux
Roger- Was a transaction committed or rolled back between the two requests? Many databases and/or JDBC drivers do not allow a result set cursor to span multiple transactions, which might be the cause of this error (which, admittedly, we are not handling as gracefully as we could be).

Re: concurrent access to LRS

2006-12-12 Thread Marc Prud'hommeaux
Roger- JDBC drivers are supposed to be thread-safe, but I wouldn't be surprised of some of them had problems. What happens if you synchronized on the result collection when iterating through them? On Dec 12, 2006, at 7:44 PM, roger.keays wrote: Hi Marc, Marc Prud wrote: Was a

Re: Setting a datasource and a transaction manager

2006-12-13 Thread Marc Prud'hommeaux
Matthieu- If you have a custom TransactionManager, you can tell Kodo to access it using a ManagedRuntime implementation (see http:// incubator.apache.org/openjpa/docs/latest/javadoc/org/apache/openjpa/ ee/ManagedRuntime.html ). For example, if your TransactionManager is accessible via the

Re: Setting a datasource and a transaction manager

2006-12-13 Thread Marc Prud'hommeaux
the datasource? Is there another equivalent interface and property to use? On 12/13/06, Marc Prud'hommeaux [EMAIL PROTECTED] wrote: Matthieu- If you have a custom TransactionManager, you can tell Kodo to access it using a ManagedRuntime implementation (see http:// incubator.apache.org/openjpa

Re: Setting a datasource and a transaction manager

2006-12-13 Thread Marc Prud'hommeaux
datasource. Thanks, Matthieu On 12/13/06, Marc Prud'hommeaux [EMAIL PROTECTED] wrote: Matthieu- If you set the openjpa.ConnectionFactoryName to the JNDI name of a DataSource, then Kodo will use that. See: http://incubator.apache.org/openjpa/docs/latest/manual/ manual.html#ref_guide_dbsetup

Re: Are relation sets identity, pk or bean.equals() based?

2006-12-13 Thread Marc Prud'hommeaux
If you declare the field to be an interface type and you don't initialize the field to anything, I don't remember how we decide what impl to use. Looking at the code in ProxyManagerImpl.java, it appears that we default to ArrayList for fields declared as type Collection, HashSet for

Re: Auto create tables?

2006-12-13 Thread Marc Prud'hommeaux
Marc Prud'hommeaux wrote: You can use the openjpa.jdbc.SynchronizeMappings property. See: http://incubator.apache.org/openjpa/docs/openjpa-0.9.0- incubating/manual/manual.html#ref_guide_mapping_synch On Dec 9, 2006, at 5:53 PM, Dain Sundstrom wrote: Is there a way to make openjpa create

Re: svn commit: r488714 - /incubator/openjpa/STATUS

2006-12-20 Thread Marc Prud'hommeaux
FTR, I've been tracking the various OpenJPA integrations at http:// cwiki.apache.org/openjpa/powered-by.html . I've just updated it with Geronimo, Ode, and OpenEJB. Please update the page if you have any additions or corrections. On Dec 20, 2006, at 10:48 AM, Dain Sundstrom wrote: On

Re: svn commit: r488714 - /incubator/openjpa/STATUS

2006-12-21 Thread Marc Prud'hommeaux
:28 AM, David Blevins wrote: On Dec 20, 2006, at 4:21 PM, Marc Prud'hommeaux wrote: FTR, I've been tracking the various OpenJPA integrations at http:// cwiki.apache.org/openjpa/powered-by.html . I've just updated it with Geronimo, Ode, and OpenEJB. Cool, thanks! It's neat to see

Re: svn commit: r488714 - /incubator/openjpa/STATUS

2006-12-21 Thread Marc Prud'hommeaux
David- Looks nice ... thanks! Maybe we should start a logo contest for the OpenJPA project ... On Dec 21, 2006, at 2:55 AM, David Blevins wrote: On Dec 21, 2006, at 1:21 AM, Marc Prud'hommeaux wrote: David- That'd be great! I mostly ripped the template off of Geronimo's

Re: Debugger Not Working?

2006-12-31 Thread Marc Prud'hommeaux
: DefaultLevel=TRACE), what are the last few log messages you see before the hang? On Dec 31, 2006, at 12:28 PM, Dain Sundstrom wrote: On Dec 31, 2006, at 12:04 AM, Marc Prud'hommeaux wrote: I've never experienced this problem, but as a guess, are you running with dynamic enhancement (using

Re: Perform automatic drop and create db schema

2007-01-02 Thread Marc Prud'hommeaux
Shay- Unfortunately, we don't have any automatic drop-table feature, but I agree it would be handy (you might want to make a JIRA report with the suggestion). The only other recourse, I think, would be to just manually delete the database files before running your tests. On Jan 2,

Re: Perform automatic drop and create db schema

2007-01-02 Thread Marc Prud'hommeaux
this, although some databases can be notoriously slow with schema interrogation and manipulation that doing it for each test might wind up being prohibitively slow. On Jan 2, 2007, at 3:44 PM, robert burrell donkin wrote: On 1/2/07, Marc Prud'hommeaux [EMAIL PROTECTED] wrote: Shay- Unfortunately

Re: JPQLExpressionBuilder uses wrong classloader

2007-01-02 Thread Marc Prud'hommeaux
Dain- I assume you are specifying the ClassLoader by using your own subclass of PersistenceUnitInfoImpl. OpenJPA should be using your ClassLoader, although if the same class name is available in both your classloader as well as the system classloader, then I think the results are

Re: Perform automatic drop and create db schema

2007-01-02 Thread Marc Prud'hommeaux
tearDown that is very carefully implemented to catch exceptions, retry, etc. Craig On Jan 2, 2007, at 12:52 PM, Marc Prud'hommeaux wrote: Robert- I completely agree. We usually just build all the tables once and then just try to make sure all the objects are deleted at the end of the test

Re: @IdClass annotation for id field of type byte[]

2007-01-02 Thread Marc Prud'hommeaux
Kevin- Also, this exception is supposedly only being produced with Oracle, not DB2. (I have not been able to verify that yet.) This would seem to indicate that it's dictionary-specific, but I'm not seeing anything there yet... Does Oracle even support blob primary keys? My recollection

Re: @IdClass annotation for id field of type byte[]

2007-01-02 Thread Marc Prud'hommeaux
: Can you have java field of type byte[] that maps to a NUMERIC (or heck a varchar) in he db? I'm guessing that Kevin's guid is a fixed 128 bit number. If it is and he can map it to a non-blob type, it should be possible to join with any database system. -dain On Jan 2, 2007, at 3:09 PM, Marc

Re: @IdClass annotation for id field of type byte[]

2007-01-03 Thread Marc Prud'hommeaux
, 2007, at 3:09 PM, Marc Prud'hommeaux wrote: Kevin- Also, this exception is supposedly only being produced with Oracle, not DB2. (I have not been able to verify that yet.) This would seem to indicate that it's dictionary-specific, but I'm not seeing anything there yet... Does Oracle

Re: BrokerImpl using thread class loader?

2007-01-03 Thread Marc Prud'hommeaux
Dain- Note that in many cases, we track the thread's context class loader, but only use it as an auxiliary loader to check when searching for classes: typically, class loading will go happen via the Configuration's getClassResolverInstance(). That isn't to say that there aren't potential

Re: Configuration: either / or ?

2007-01-03 Thread Marc Prud'hommeaux
Matthieu- Can you send the complete stack trace? Also, I don't think this is the cause of the problem, but why are you specifying both ConnectionDriverName and ConnectionFactory? With ConnectionFactory specified, you shouldn't need to specify the ConnectionDriverName. On Jan 3, 2007,

Re: Configuration: either / or ?

2007-01-08 Thread Marc Prud'hommeaux
Matthieu- I think you want openjpa.ConnectionFactory, not openjpa.ConnectionDriverName. On Jan 8, 2007, at 9:45 AM, Matthieu Riou wrote: Hi, I've just tried your fix after compiling the OpenJPA trunk. I'm getting a ClassCastException as the openjpa.ConnectionDriverName is set as a

Re: Deadlock when insert in t1 and find in t2

2007-01-08 Thread Marc Prud'hommeaux
Vlad- I didn't get any attachments in that last message (perhaps they were stripped by the list server). It might be interesting the see the java stack trace parts of the JVM dump, in case that might shed light on the situation. Also, what database are you using? It could be that the

Re: Deadlock when insert in t1 and find in t2

2007-01-08 Thread Marc Prud'hommeaux
PROTECTED] Office (905) 413-3853 Marc Prud'hommeaux [EMAIL PROTECTED] Sent by: Marc Prud'hommeaux [EMAIL PROTECTED] 08/01/2007 03:17 PM Please respond to open-jpa-dev@incubator.apache.org To open-jpa-dev@incubator.apache.org cc Subject Re: Deadlock when insert in t1 and find in t2 Vlad- I

Re: Troubleshooting help

2007-01-08 Thread Marc Prud'hommeaux
Craig- It sounds like we are initializing an int field, but we are reading null from the database. Can you check the database to see if there are any nulls in the column to which the id field is being mapped? Also, if you change the field type from int to Integer, do you get the same

Re: Missing ProductDerivation resource error

2007-01-09 Thread Marc Prud'hommeaux
Rahul- Did you misspell apache in org.apacha.maven.continuum.model.project.Schedule? On Jan 9, 2007, at 12:53 AM, Rahul Thakur wrote: okies, my work is progressing in trickles as I am squeezing some time outside work :-) Here's the latest issue while trying to process a bunch of

Re: How to write it in JPQL

2007-01-10 Thread Marc Prud'hommeaux
On Jan 10, 2007, at 12:12 AM, wanyna wrote: Hi all. I have two questions: 1. Here is my sql string: select 'xxx', TABLE_A.column1 from TABLE_A; there is a string 'xxx' as a constant value, how to translate it to JPQL? I don't think it is possible. Why would you need to do that? 2. Another

  1   2   3   4   >