Hi there,

I am moving from Cocoon 2.1.8 to 2.1.11 and find that my classes are not enhancing like they used to.

The verbose output from the enhancer for 2.1.11 shows the following that is different from the verbose output in 2.1.8--it finds package.jdo then in 2.1.11 it keeps going and says it can't find other package.jdo files?

Why doesn't it stop once it finds it like in 2.1.8?

Thx.
Paul

2.1.8 Output:
JDO ENHANCER: Enhancer: enhancing classfile ...
JDO ENHANCER: scanning class org.apache.cocoon.ojb.samples.bean.AdminSystem
JDO ENHANCER: not found resource: META-INF/package.jdo
JDO ENHANCER: not found resource: WEB-INF/package.jdo
JDO ENHANCER: found resource: package.jdo
JDO ENHANCER: has default constructor.
...
JDO ENHANCER: writing enhanced class org.apache.cocoon.ojb.samples.bean.AdminSystem to output stream
(Successfully enhanced)

2.1.11 Output:
JDO ENHANCER: Enhancer: enhancing classfile ...
JDO ENHANCER: scanning class org.apache.cocoon.ojb.samples.bean.AdminSystem
JDO ENHANCER: not found resource: META-INF/package.jdo
JDO ENHANCER: not found resource: WEB-INF/package.jdo
JDO ENHANCER: found resource: package.jdo
JDO ENHANCER: not found resource: org/package.jdo
JDO ENHANCER: not found resource: org/apache/package.jdo
JDO ENHANCER: not found resource: org/apache/cocoon/package.jdo
JDO ENHANCER: not found resource: org/apache/cocoon/ojb/package.jdo
JDO ENHANCER: not found resource: org/apache/cocoon/ojb/samples/package.jdo
JDO ENHANCER: not found resource: org/apache/cocoon/ojb/samples/bean/package.jdo JDO ENHANCER: not found resource: org/apache/cocoon/ojb/samples/bean/AdminSystem.jdo
JDO ENHANCER: has default constructor.
...
JDO ENHANCER: no changes to class org.apache.cocoon.ojb.samples.bean.ArrayAdmin
JDO ENHANCER: Enhancer: classfile not changed.
(Fail to enhance)


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to