Perhaps not. I am using Jackrabbit OCM. The code that I am having problems with is related to lazy loading in this project. I am hoping that someone in this community has some suggestions before trying to look elsewhere.
On Fri, Apr 25, 2008 at 11:03 AM, Thomas Müller <[EMAIL PROTECTED]> wrote: > Hi, > > It looks like you have sent your mail to the wrong list? > > Regards, > Thomas > > > On Fri, Apr 25, 2008 at 4:16 PM, Todd Seiber <[EMAIL PROTECTED]> > wrote: > > I am receiving the following exception when using a proxied bean. When I > > remove the proxy="true" my bean is loaded with no error. I have tried > even > > creating my own converter but only its constructor is called and never > > getObject(). I get a com.sun.jdi.InvocationException when trying to view > the > > variable in Eclipse. How might I go about debugging this? > > > > java.lang.reflect.InvocationTargetException > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) > > at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) > > at java.lang.reflect.Method.invoke(Unknown Source) > > at > > > org.apache.commons.beanutils.PropertyUtilsBean.invokeMethod(PropertyUtilsBean.java:1773) > > at > > > org.apache.commons.beanutils.PropertyUtilsBean.getSimpleProperty(PropertyUtilsBean.java:1132) > > at > > > org.apache.commons.beanutils.BeanUtilsBean.copyProperties(BeanUtilsBean.java:259) > > at > > > org.apache.commons.beanutils.BeanUtils.copyProperties(BeanUtils.java:114) > > [...] > > Caused by: java.lang.StackOverflowError > > at > > > com.gotomyka.myka.server.pojo.Artifact$$EnhancerByCGLIB$$54c11fcf.CGLIB$LOAD_PRIVATE_0(<generated>) > > at > > > com.gotomyka.myka.server.pojo.Artifact$$EnhancerByCGLIB$$54c11fcf.getDescn(<generated>) > > [...] > > > > -Todd > > > -- Todd Seiber 830 Fishing Creek Rd. New Cumberland, PA 17070 h. 717-938-5778 c. 717-497-1742 e. [EMAIL PROTECTED]
