name of JDBCPersistenceProductDerivation

2006-09-01 Thread Marc Logemann
nce i dont know the JDO side of Kodo, i can only guess here. One more: why is there no openjpa.xml? I saw that it can provide globals (constants?) while bootstrapping but i can find none in the source tree. -- regards Marc Logemann [blog] http://www.logemann.org [busn] http://www.logentis.de

[jira] Commented: (OPENJPA-24) Allow OpenJPA to be extensible

2006-09-01 Thread Marc Logemann (JIRA)
[ http://issues.apache.org/jira/browse/OPENJPA-24?page=comments#action_12432240 ] Marc Logemann commented on OPENJPA-24: -- Just to get it right too. You can bootstrap OpenJPA by the means of PersistenceProviderImpl but still obtain a JDO

Re: bootstrapping OpenJPA with Spring

2006-08-31 Thread Marc Logemann
t.php?p=75333&postcount=7 Thomas Marc Logemann wrote: Hi, sounds good. At least its no problem to get a jar as far as i can see. Compiling/Building works with some expected maven hiccups. -- regards Marc Logemann [blog] http://www.logemann.org [busn] http://www.logentis.de Am 28.08.2

Re: bootstrapping OpenJPA with Spring

2006-08-28 Thread Marc Logemann
Hi, sounds good. At least its no problem to get a jar as far as i can see. Compiling/Building works with some expected maven hiccups. -- regards Marc Logemann [blog] http://www.logemann.org [busn] http://www.logentis.de Am 28.08.2006 um 19:15 schrieb Thomas Risberg: Marc, It's c

Re: doxia-sink-api POM problem

2006-08-25 Thread Marc Logemann
Yeah you are correct. I copied the other two german props files manually in my build/compile path of my IDE but i forgot to do the same for localizer.properties. Sorry. Now everything works. To be sure i also ran it via "mvn install" and there it works too. -- regards Marc Loge

Re: deps and javadoc

2006-08-25 Thread Marc Logemann
Forget the question, i had to add another dependecy on openjpa-kernel for module openjpa-kernel-4, thats all -- regards Marc Logemann [blog] http://www.logemann.org [busn] http://www.logentis.de Am 26.08.2006 um 00:11 schrieb Marc Logemann: The last thing that wont compile is

Re: doxia-sink-api POM problem

2006-08-25 Thread Marc Logemann
(JUnitStarter.java:32) -- regards Marc Logemann [blog] http://www.logemann.org [busn] http://www.logentis.de Am 25.08.2006 um 23:35 schrieb Marc Prud'hommeaux: Interesting ... I would have assumed the two would be equivalent. Anyway, I've changed it to use equals() ... can you update an

Re: deps and javadoc

2006-08-25 Thread Marc Logemann
base class? -- regards Marc Logemann [blog] http://www.logemann.org [busn] http://www.logentis.de Am 25.08.2006 um 23:35 schrieb Patrick Linskey: I will check where the regex are used and see if we could use JDK regex instead. Especially when you setup a new project (when there are no IDE project

Re: deps and javadoc

2006-08-25 Thread Marc Logemann
. -- regards Marc Logemann [blog] http://www.logemann.org [busn] http://www.logentis.de Am 25.08.2006 um 23:24 schrieb Patrick Linskey: I usually just add the offending tags to the IDEA list of custom tags. I agree that it's annoying, but it's a shame to destroy information just for t

Re: doxia-sink-api POM problem

2006-08-25 Thread Marc Logemann
Hi, Unfortunately Locale.getDefault() == Locale.GERMANY is false. Didnt you mean .equals() ? -- regards Marc Logemann [blog] http://www.logemann.org [busn] http://www.logentis.de Am 25.08.2006 um 22:59 schrieb Marc Prud'hommeaux: Most likely i am the first non EN locale user :)

deps and javadoc

2006-08-25 Thread Marc Logemann
first sight this looks like a real java error. -- regards Marc Logemann [blog] http://www.logemann.org [busn] http://www.logentis.de

Re: doxia-sink-api POM problem

2006-08-25 Thread Marc Logemann
Ohh, you were faster, i just send some more detailed infos but you allready got it thats sad ;-) -- regards Marc Logemann [blog] http://www.logemann.org [busn] http://www.logentis.de Am 25.08.2006 um 22:59 schrieb Marc Prud'hommeaux: Most likely i am the first non EN locale

TestLocalizer Problems

2006-08-25 Thread Marc Logemann
pl.invoke (DelegatingMethodAccessorImpl.java:25) at com.intellij.rt.execution.junit2.JUnitStarter.main (JUnitStarter.java:32) Again, "_de" is missing in the expected value. Take a look in the DE properties file! -- regards Marc Logemann [blog] http://www.logemann.org [busn] http://www.logentis.de

Re: doxia-sink-api POM problem

2006-08-25 Thread Marc Logemann
Most likely i am the first non EN locale user :) Here is the stack --- Test set: org.apache.openjpa.lib.util.TestLocalizer --- Tests run: 7,

Re: doxia-sink-api POM problem

2006-08-25 Thread Marc Logemann
ot;. Just for info: Running org.apache.openjpa.lib.util.TestLocalizer Tests run: 7, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 0.04 sec -- regards Marc Logemann [blog] http://www.logemann.org [busn] http://www.logentis.de Am 25.08.2006 um 18:15 schrieb Bryan Noll: Marc... Just try it again...

Re: code stats on OpenJPA

2006-08-25 Thread Marc Logemann
Hi, sounds like you guys did a good job in factoring out the persistence specs / APIs from the core. -- regards Marc Logemann [blog] http://www.logemann.org [busn] http://www.logentis.de Am 25.08.2006 um 20:25 schrieb Pinaki Poddar: 94% of codebase (in terms of filesize) are independent

Re: Data + Query cache

2006-08-25 Thread Marc Logemann
ome JavaEE portal. -- regards Marc Logemann [blog] http://www.logemann.org [busn] http://www.logentis.de Am 25.08.2006 um 18:31 schrieb Patrick Linskey: (Performance pack is Kodo parlance, and this is a Kodo-related email.) Actually, we're getting rid of Performance Pack altogether, at lo

doxia-sink-api POM problem

2006-08-25 Thread Marc Logemann
something wrong with the dependencies? I am first time Maven (allways managed to ignore it) user so perhaps i am missing something. Thanks for infos. -- regards Marc Logemann [blog] http://www.logemann.org [busn] http://www.logentis.de

Re: Data + Query cache

2006-08-25 Thread Marc Logemann
Is there a way to query OpenJPA if the result came from the cache? Or are partial cache results possible, thus making such a isCached() method impossible to implement. -- regards Marc Logemann [blog] http://www.logemann.org [busn] http://www.logentis.de Am 25.08.2006 um 14:39 schrieb Kevin

Re: Data + Query cache

2006-08-25 Thread Marc Logemann
Hi, does that mean that the performance pack gets obsolete or how do you want to control the cache then? It would be weird to sell the cache to JDO users while its free for JPA users right? -- regards Marc Logemann [blog] http://www.logemann.org [busn] http://www.logentis.de Am