hi.
I am using jboss-3.2.1_tomcat-4.1.24, Eclipse 3.0.0 and
the last version of lomboz.
When trying to generate EJB files, there is a entry made
in the beans.xml file however no files are generated.
I have searched in the list topic about this i find some
topics about this but still havent solve the problem.
All the classpath and path are correct.
in the beans.xml i have :
<?xml version="1.0" encoding="Cp1252"?>
instead of
<?xml version="1.0" encoding="UTF-8"?>
i change it to UTF-8 but still doesnt wrok.
in the xdoclet.xml i have:
<jboss
version="3.0"
unauthenticatedPrincipal="nobody"
xmlencoding="UTF-8"
destdir="${ejb.dd.dir}"
validatexml="false"
datasource="PLEASE_MODIFY_THIS"
datasourcemapping="PLEASE_MODIFY_THIS"
preferredrelationmapping="PLEASE_MODIFY_THIS"
/>
perhaps the problem is this altought i have configured
the jboss321.server correctly
any ideas why is not working the ejb generate files?
thanks in advance