Re: [M2] hibernate doclet errors in build due to annotations in code.

2007-03-04 Thread Karl Heinz Marbaise
Hi Mick, > Error parsing File > E:\SourceCode\NPI\npi_tactical_scm\NPI_Provider\common\services\src\main\java\org\delta\provider\npi\dao\impl\P > > roviderHistoryDAOImpl.java:Encountered "<" at line 30, column 22. > Was expecting one of: > ... >"[" ... >"." ... Have you checked with m

Re: RE: [m2] Hibernate doclet

2006-03-17 Thread Jacek Laskowski
2006/3/2, Akbarr <[EMAIL PROTECTED]>: > It's a bug of maven2-xdoclet2-plugin, or either > xdoclet-plugin-hibernate?. The former - xdoclet-plugin-hibernate. > And is it registered in Jira? Not that I'm aware of. I'll have to create one to submit my patch if it's built. > Andrés Jacek -- Jacek

Re: RE: [m2] Hibernate doclet

2006-03-01 Thread Akbarr
On 2/27/06, Jacek Laskowski <[EMAIL PROTECTED]> wrote: > > 2006/2/27, Akbarr <[EMAIL PROTECTED]>: > > > No, the query is in just 1 line: > > > > /** > > * @hibernate.class table="I18N_Textos" > > * > > * @hibernate.query name="getTextoI18N" query="from I18NTextos i where > i.locale=:locale and i

Re: RE: [m2] Hibernate doclet

2006-02-26 Thread Jacek Laskowski
2006/2/27, Akbarr <[EMAIL PROTECTED]>: > No, the query is in just 1 line: > > /** > * @hibernate.class table="I18N_Textos" > * > * @hibernate.query name="getTextoI18N" query="from I18NTextos i where > i.locale=:locale and i.texto=:texto" > * > */ > > The generated XML is: > > > >

RE: RE: [m2] Hibernate doclet

2006-02-26 Thread Johann Reyes
it a try Regards Johann Reyes -Original Message- From: Akbarr [mailto:[EMAIL PROTECTED] Sent: Sunday, February 26, 2006 7:41 PM To: Maven Users List Subject: Re: RE: [m2] Hibernate doclet Thanks Johann: >About xdoclet2 > >1) Yes, there are changes like that, but mostly they

Re: RE: [m2] Hibernate doclet

2006-02-26 Thread Akbarr
Thanks Johann: >About xdoclet2 > >1) Yes, there are changes like that, but mostly they are minimal if you >don't use many collections in your objects. Is there documentation about the differences between Hibernate xdoclet and xdoclet2?. I mean, the only difference is to replace "collection-xxx"

RE: [m2] Hibernate doclet

2006-02-26 Thread Johann Reyes
Hello Andres About xdoclet2 1) Yes, there are changes like that, but mostly they are minimal if you don't use many collections in your objects. 2) The empty query is because you are breaking your queries in 2 or more lines, with queries, you just have to create the whole query in one line or els