Re: [xdoclet-plugins-interest] Can't get TaglibPlugin to work

2007-01-05 Thread Konstantin Priblouda
--- Bob Arnott <[EMAIL PROTECTED]> wrote: > Konstantin Priblouda wrote: > > > > Well, for starters - 1.0.3 is pretty old version > > and I'm not sure it worked well back then. Now > there > > is 1.0.4-SNAPSHOT ( ougth to be released, pretty > > mature ) and taglib plugin is moved to > plug

Re: [xdoclet-plugins-interest] Can't get TaglibPlugin to work

2007-01-05 Thread Bob Arnott
Konstantin Priblouda wrote: > > Well, for starters - 1.0.3 is pretty old version > and I'm not sure it worked well back then. Now there > is 1.0.4-SNAPSHOT ( ougth to be released, pretty > mature ) and taglib plugin is moved to plugin-web Well the front page of http://xdoclet.codehaus.org/

[xdoclet-plugins-interest] [jira] Commented: (XDP-211) Tag @hibernate.query with hibernate3 generates invalid xml ( as child of )

2007-01-05 Thread Konstantin Pribluda (JIRA)
[ http://jira.codehaus.org/browse/XDP-211?page=comments#action_84107 ] Konstantin Pribluda commented on XDP-211: - No this is not a bug, but this is a recent feature ( look into some recently fixed issues - there were patches for it )

[xdoclet-plugins-interest] [jira] Commented: (XDP-211) Tag @hibernate.query with hibernate3 generates invalid xml ( as child of )

2007-01-05 Thread krico (JIRA)
[ http://jira.codehaus.org/browse/XDP-211?page=comments#action_84102 ] krico commented on XDP-211: --- I just figured out what the problem is. On hibernate-3.0.5.jar the DTD doesn't allow under I am not sure if this is a bug or not, but it certainly i

[xdoclet-plugins-interest] [jira] Commented: (XDP-211) Tag @hibernate.query with hibernate3 generates invalid xml ( as child of )

2007-01-05 Thread Konstantin Pribluda (JIRA)
[ http://jira.codehaus.org/browse/XDP-211?page=comments#action_84100 ] Konstantin Pribluda commented on XDP-211: - if you look at dtd under URL you will surely see that: so please blame Gavin & Those folks at RedHat who change DTD wiuth

[xdoclet-plugins-interest] [jira] Commented: (XDP-211) Tag @hibernate.query with hibernate3 generates invalid xml ( as child of )

2007-01-05 Thread krico (JIRA)
[ http://jira.codehaus.org/browse/XDP-211?page=comments#action_84099 ] krico commented on XDP-211: --- I am using hibernate-3.0.5. My mapping is pointing to http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd The exception is beeing thrown by Sax

Re: [xdoclet-plugins-interest] [jira] Created: (XDP-211) Tag @hibernate.query with hibernate3 generates invalid xml ( as child of )

2007-01-05 Thread Konstantin Priblouda
--- Marco Mistroni <[EMAIL PROTECTED]> wrote: > mmm, weird... > i have this code > > * @hibernate.class > * @hibernate.query > *name="findByDlf" > *query="from > com.waersystems.mw.dto.Configurator c WHERE > c.site= ? " > */ > > > am i using an old version? HIber

Re: [xdoclet-plugins-interest] [jira] Created: (XDP-211) Tag @hibernate.query with hibernate3 generates invalid xml ( as child of )

2007-01-05 Thread Marco Mistroni
mmm, weird... i have this code * @hibernate.class * @hibernate.query *name="findByDlf" *query="from com.waersystems.mw.dto.Configurator c WHERE c.site= ? " */ that generates a perfectly fine mapping file. i am using to XP, maven2 and hibernate3, here's my pom.xml (on

[xdoclet-plugins-interest] [jira] Commented: (XDP-211) Tag @hibernate.query with hibernate3 generates invalid xml ( as child of )

2007-01-05 Thread Konstantin Pribluda (JIRA)
[ http://jira.codehaus.org/browse/XDP-211?page=comments#action_84084 ] Konstantin Pribluda commented on XDP-211: - What hibernate version you are using? If you look into current DTD, you will see that that queries are allowed inside classs

[xdoclet-plugins-interest] [jira] Created: (XDP-211) Tag @hibernate.query with hibernate3 generates invalid xml ( as child of )

2007-01-05 Thread krico (JIRA)
Tag @hibernate.query with hibernate3 generates invalid xml ( as child of ) Key: XDP-211 URL: http://jira.codehaus.org/browse/XDP-211 Project: XDoclet 2 Plugins