Does anyone know why i get the following error when trying to use a bean
managed entity bean?

>Auto-deploying file:/D:/www/orion/ejb/Comunity/...
>EntityBeanWrapper0.java:90: Undefined variable or class name: set
>                        set.close();
>                        ^
>EntityBeanWrapper0.java:91: Undefined variable or class name: statement
>                        statement.close();
>                        ^
>2 errors
>Error compiling file:/D:/www/orion/ejb/Comunity/:
>IO/Compilation error

I think some container managed code is accidentially generated for the
wrapper classes even thoug the entity bean is container managed.

Any qlues to wath is going on?

Reply via email to