OJB example was Re: Javaflow examples

2004-03-31 Thread Stephan Michels
Am Di, den 30.03.2004 schrieb Stephan Michels um 13:14: Am Mo, den 29.03.2004 schrieb Antonio Gallardo um 23:38: Stephan Michels dijo: I rewrote the example now. I'm really not a OJB expert, nor a database expert. I made this example to learn more about OJB and JDO, and I didn't get

Re: Javaflow examples

2004-03-29 Thread Stephan Michels
Am Mo, den 29.03.2004 schrieb Reinhard Pötz um 21:17: I tried out the new examples but I got the error below. I use eclipse to build Cocoon which compiles the classes into WEB-INF/classes. Any ideas? org.apache.bcel.verifier.exc.StructuralCodeConstraintException: Instruction INVOKESTATIC

Re: Javaflow examples

2004-03-29 Thread Gianugo Rabellino
Reinhard Pötz wrote: I tried out the new examples but I got the error below. I use eclipse to build Cocoon which compiles the classes into WEB-INF/classes. Any ideas? org.apache.bcel.verifier.exc.StructuralCodeConstraintException: Instruction INVOKESTATIC constraint violated: Class

Re: Javaflow examples

2004-03-29 Thread Stephan Michels
Am Mo, den 29.03.2004 schrieb Gianugo Rabellino um 22:10: Reinhard Pötz wrote: I tried out the new examples but I got the error below. I use eclipse to build Cocoon which compiles the classes into WEB-INF/classes. Any ideas?

Re: Javaflow examples

2004-03-29 Thread Antonio Gallardo
Stephan Michels dijo: Ahh I forget to say that the examples depend on jdo.jar :-/ I wanted to rewrite the example to use the OJB classes only, but didn't make it until now. The exception is somehow confusing, see 'org.apache.cocoon.ojb.jdo.components.JdoPMF' is referenced, but cannot be

Re: Javaflow examples

2004-03-29 Thread Joerg Heinicke
On 29.03.2004 22:35, Antonio Gallardo wrote: Ahh I forget to say that the examples depend on jdo.jar :-/ I wanted to rewrite the example to use the OJB classes only, but didn't make it until now. Is there a posibility to check if the jdo.jar's are avaliable? We do this in the build.xml of Cocoon.

Re: Javaflow examples

2004-03-29 Thread Gianugo Rabellino
Stephan Michels wrote: For the record, same here: OSX, JDK 1.4.2, command line build run. Instruction GETSTATIC constraint violated: Class 'org.apache.cocoon.ojb.jdo.components.JdoPMF' is referenced, but cannot be loaded and resolved: 'VERIFIED_REJECTED Method 'public abstract

Re: Javaflow examples

2004-03-29 Thread Antonio Gallardo
Stephan Michels dijo: Am Mo, den 29.03.2004 schrieb Antonio Gallardo um 22:35: Stephan Michels dijo: Ahh I forget to say that the examples depend on jdo.jar :-/ I wanted to rewrite the example to use the OJB classes only, but didn't make it until now. The exception is somehow

Re: Javaflow examples

2004-03-29 Thread Antonio Gallardo
Joerg Heinicke dijo: On 29.03.2004 22:35, Antonio Gallardo wrote: Ahh I forget to say that the examples depend on jdo.jar :-/ I wanted to rewrite the example to use the OJB classes only, but didn't make it until now. Is there a posibility to check if the jdo.jar's are avaliable? We do this

Re: Javaflow examples

2004-03-29 Thread Reinhard Ptz
Stephan Michels wrote: Am Mo, den 29.03.2004 schrieb Gianugo Rabellino um 22:10: Reinhard Pötz wrote: I tried out the new examples but I got the error below. I use eclipse to build Cocoon which compiles the classes into WEB-INF/classes. Any ideas?