Thomas Mahler wrote:
Actually, my mistake. I downloaded the "binary" instead of the "source" tarball.Hi Chris,Chris Rossi wrote:main:
jar-debug:
BUILD FAILED
file:/usr/local/java/jakarta-ojb-0.9.9/build.xml:318: Warning: Could not find file /usr/local/java/jakarta-ojb-0.9.9/src/etc/MANIFEST.MF to copy.
I'll have a look at this.
ok. i'll see if i can pull latest. in meantime, i was hoping grabbing 0.9.9 "release" would fix this problem, but it hasn't. I'm getting the following NPE:Total time: 3 secondstry the link "view cvs" it will take you to the new cvs location:
Also, "More CVS infos" link takes me to jakarta site with instructions for getting OJB from jakarta. But the project has moved to db.apache.org right? So how do I get latest source from there?
http://cvs.apache.org/viewcvs/db-ojb/
"More CVS infos" contains more detailed infos about how to setup cvs access.
This page still contains an entry for jakarta-ojb. Just use db-ojb instead.
It's actually the same server. jakarta-ojb seems to be a symlink to db-ojb now.Or is the source still in jakarta's servers?
[junit] java.lang.NullPointerException
[junit] at org.apache.ojb.odmg.ObjectEnvelopeTable.put(ObjectEnvelopeTab
le.java:350)
[junit] at org.apache.ojb.odmg.TransactionImpl.register(TransactionImpl.
java:776)
[junit] at org.apache.ojb.odmg.TransactionImpl.lock(TransactionImpl.java
:288)
The line in question in ObjectEnvoleopTable.java is:
public void put(Object pKey, ObjectEnvelope modification)
{
Identity id = new Identity(pKey, transaction.getBroker());
The class variable 'transaction' is null and so 'transaction.getBroker() ' is throwing an NPE. Any ideas?
rossi
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
