I have all the basic stuff working with maven, xdoclet, and hibernate. I'm using a mysql database, JBoss 3.2.1, and I have installed the latest hibernate just in case.
However when I try to run the hibernate:schema-export goal I get Could not obtain initial context javax.naming.NoInitialContextException: Cannot instantiate class: org.jnp.interfaces.NamingContextFactory [Root exception is java.lang.ClassNotFoundException: org.jnp.interfaces.NamingContextFactory] so where is org.jnp.interfaces? it's in jnp-client.jar. I see that file in ibiblio in the jboss directory so I set jnp-client.3.2.1 as a dependency in my project.xml I see it's in JBoss/client. I copy that into JBoss/server/default/lib, just in case. I still get that error. Is there some other place that jnp-client needs to be to make this plugin work? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]