Hmm, I'd say, try mvn with the -X or -e option to enable stacktraces,
and try a snapshot of the plugin of the plugin, but I reckon that's
not of much help. The exception basically says - I think - that a
class it's trying to use does not implement the validateModel
abstract method, so that sounds like an incompatible xdoclet or plugin
version. Are you sure you're using an xdoclet plugin? Maybe pasting
your pom could also give us hints about what's wrong.

g

On 20/06/06, Xavier MOGHRABI <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I try to setup a project using maven 2.0.4 and Hibernate. I've chosen to use
> Xdoclet to generate the mapping files and the config file.
>
> First, it seems that I have to use xdoclet2 as explained at :
> http://xdoclet.codehaus.org/Maven2+plugin
>
> So I've follow the howto. I've also added the Hibernate plugin. When I
> run "mvn package", I get the following error :
>
> [INFO] [2-xdoclet2:xdoclet {execution: default}]
> Running org.xdoclet.plugin.hibernate.HibernateMappingPlugin
> [INFO] 
> ------------------------------------------------------------------------
> [ERROR] FATAL ERROR
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] org.xdoclet.XDocletTag.validateModel()V
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Trace
> java.lang.AbstractMethodError: org.xdoclet.XDocletTag.validateModel()V
>
>
> Can someone tell me where I am wrong ?
>
> The problem seems to come from xdoclet2. I wonder if there is an
> incompatibility between the HibernatePlugin and xdoclet2. The version I use
> is HibernatePlugin 1.0.3 (latest found at ibiblio) and xdoclet 2.0.5-SNAPSHOT
>
> For more information, my pom.xml is available at:
> http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/objectweb/website/trunk/jabber/pom.xml?view=markup&rev=311
>
> Thanks in advance for your precious help.
>
> Regards
>
> --
> Xavier MOGHRABI - Consortium ObjectWeb
> Jabber: [EMAIL PROTECTED] - Phone: +33 4 76 61 52 35
>
>
> _______________________________________________
> xdoclet-plugins-interest mailing list
> xdoclet-plugins-interest@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-interest
>


_______________________________________________
xdoclet-plugins-interest mailing list
xdoclet-plugins-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-interest

Reply via email to