Re: Problem with MappingToolTask action export

2007-08-24 Thread Drew Lethbridge
Greetings. Nothing interesting appears - just a dump of my properties, metatdata-factory classname and dbdictionary classname, followed by the same stack trace. Note that the same ant target works fine in kodo 3.4.1 (when using kodo.jdbc.ant.MappingToolTask). I believe this problem is a

Re: Problem with MappingToolTask action export

2007-08-23 Thread Patrick Linskey
Hi, What do you get if you set the Tool log channel to TRACE? openjpa.Log: Tool=TRACE If nothing interesting shows up there, what about if you set the default log level to TRACE? openjpa.Log: DefaultLevel=TRACE -Patrick On 8/23/07, Drew Lethbridge <[EMAIL PROTECTED]> wrote: > Hello, Us

Problem with MappingToolTask action export

2007-08-23 Thread Drew Lethbridge
Hello, Using openJPA 0.9.7, I have another ant task problem, this time with org.apache.openjpa.jdbc.ant.MappingToolTask. I am trying to execute the "export" action but so far without any success. My ant target is as follows: classname="org.apache.openjpa.jdbc.ant.MappingToolTask"