A wise old hermit known only as KC <[EMAIL PROTECTED]> once said: > 1. I am trying Xdoclet1.1.1 to create my "jboss.xml" file. > 2. I use the merge file method, the content of the merge file, both the > "jboss-resource-managers.xml" and the "jboss.xml" appear as follows: > > <resource-managers> > <resource-manager > res-class="org.jboss.pool.jdbc.xa.wrapper.XADataSourceImpl"> > <res-name>AppDB</res-name> > <res-jndi-name>java:/AppDS</res-jndi-name> > </resource-manager> > </resource-managers> > > 3. I receive the following error: > > Attribute "res-class" is not declared for element "resource-manager". > > Anyone, any idea?? Pls help.
What version of JBoss? And what version is specified in the jboss subtask entry? Perhaps it's generating for a version that needs the res-class attribute, but you're deploying to a version that doesn't support it? Andrew. _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
