Hi, IMHO all these bug messages are user errors. There is no known problem in the PersistenField ACcessor classes.
java.lang.IllegalArgumentException in this area clearly point to a type mismatch between java attributes and declaration in the repository.xml. cheers, Thomas Michael wrote: > I'm using OJB 0.9.5 with PostgreSQL 7.2. I'm trying to map a simple 1:n > relation, and I've followed the "Advanced O/R Mapping" example as well > as the example a fellow user shared with me in the mailing list. I get > the follow exception: > > java.lang.IllegalArgumentException > at > sun.reflect.UnsafeObjectFieldAccessorImpl.set(UnsafeObjectFieldAccessorI > mpl.java:63) > > I searched the archives and I find 5 different posts with the same > problem and no solutions. I now suspect this is a bug with OJB. Can > someone please look into this for us? > > For more information, here are the 5 posts in the archives with the same > unsolved problem: > > http://archives.apache.org/eyebrowse/ReadMsg?[EMAIL PROTECTED] > pache.org&msgId=440196 > > http://archives.apache.org/eyebrowse/ReadMsg?[EMAIL PROTECTED] > pache.org&msgNo=1703 > > http://archives.apache.org/eyebrowse/ReadMsg?[EMAIL PROTECTED] > pache.org&msgNo=196 > > http://archives.apache.org/eyebrowse/ReadMsg?[EMAIL PROTECTED] > pache.org&msgId=425172 > > http://archives.apache.org/eyebrowse/ReadMsg?[EMAIL PROTECTED] > pache.org&msgId=442684 > > Thanks > Michael > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
