Re: [xdoclet-plugins-interest] problem with Java 5 generics with hibernate plugin

2006-03-10 Thread ogjunk-xd1
Hm, I'm not sure this was fixed in XDoclet 1. I've been using XDoclet 1.2.3, and as soon as I added Generics to my models, XDoclet started throwing these errors and was unable to generate propr hbm.xml files. :( Otis - Original Message From: Adam Kramer <[EMAIL PROTECTED]> To: xdoclet

Re: [xdoclet-plugins-interest] OutputValidationError, Hibernate, lazy attribute in one-to-one

2005-12-16 Thread ogjunk-xd1
Yes, they are completely gone - I only have 1 XML parser in ant/lib - xerces 2.4.0 Jar Otis - Original Message From: Diogo Quintela (EF) <[EMAIL PROTECTED]> To: xdoclet-plugins-interest@lists.sourceforge.net Sent: Fri 16 Dec 2005 05:10:41 AM EST Subject: RE: [xdoclet-plugins-interest] O

Re: [xdoclet-plugins-interest] OutputValidationError, Hibernate, lazy attribute in one-to-one

2005-12-15 Thread ogjunk-xd1
Hi, Still no go :( I don't have anything special here: $ ll /usr/local/jdk/jre/lib/ext/ -rw-r--r-- 1 root root 8176 Nov 10 16:01 dnsns.jar -rw-r--r-- 1 root root 802394 Dec 14 00:28 localedata.jar -r--r--r-- 1 root root 153235 Nov 10 15:45 sunjce_provider.jar -r--r--r-- 1 root root 175811 N

Re: [xdoclet-plugins-interest] OutputValidationError, Hibernate, lazy attribute in one-to-one

2005-12-14 Thread ogjunk-xd1
Hi Diogo, That didn't help. In my ant/lib directory I have: -rw-rw-r-- 1 otis otis 895924 Nov 22 13:28 xerces-2.4.0.jar -rw-r--r-- 1 otis otis 1010675 Dec 14 11:45 xercesImpl-2.6.2.jar-bak -rw-r--r-- 1 otis otis 1203860 Dec 14 11:42 xercesImpl-2.7.1.jar-bak -rw-r--r-- 1 otis otis 124724 De

[xdoclet-plugins-interest] OutputValidationError, Hibernate, lazy attribute in one-to-one

2005-12-13 Thread ogjunk-xd1
Hello, After working around the CLASSPATH/Class Not Found excpetion issues mentioned in my last email, I hit the following puzzling situation: [xdoclet] Running org.xdoclet.plugin.hibernate.HibernateMappingPlugin [xdoclet] * Generate mapping for 'Account' entity [xdoclet] File /...

Re: [xdoclet-plugins-interest] XDoclet 1.2.3 + hibernatedoclet + Generics = breakage

2005-12-13 Thread ogjunk-xd1
Hello, > If you prefer ant, downloadable plugin bundle from sourceforge project > ( http://www.sourceforge.net/projects/xdoclet-plugins ) > contains just everything you need. Maybe I'm doing something stupid here, but this is the error I get when trying to run xdoclet2 Hibernate p

Re: [xdoclet-plugins-interest] XDoclet 1.2.3 + hibernatedoclet + Generics = breakage

2005-11-26 Thread ogjunk-xd1
Hi, --- Konstantin Priblouda <[EMAIL PROTECTED]> wrote: > --- [EMAIL PROTECTED] wrote: > > > I'm using XDoclet 1.2.3 to generate Hibernate's > > hbm.xml mapping files > > from my XDoclet-marked up POJOs. > > > > Everything worked until I tried using Java2 (JDK > > 1.5) Generics > > (e.g. privat

[xdoclet-plugins-interest] XDoclet 1.2.3 + hibernatedoclet + Generics = breakage

2005-11-25 Thread ogjunk-xd1
Hello, I'm using XDoclet 1.2.3 to generate Hibernate's hbm.xml mapping files from my XDoclet-marked up POJOs. Everything worked until I tried using Java2 (JDK 1.5) Generics (e.g. private Set foo;) Now I get errors like this: [hibernatedoclet] Error parsing File /foo/FooBar.java:Encountered "<"