I am using the DefaultDS
        <jboss
           version="3.0"
           xmlencoding="UTF-8"
           destdir="${ejb.dd.dir}"
           validatexml="false"
           typemapping="Hypersonic SQL"
        />

This is not my ultimate goal but I am trying to keep it simple and not connect to my Oracle instance yet.
So as far as table creation ect.. I believe that Hypersonic is creating my table based off of my column desciptors?



Have you double-checked your DB schema to make sure the table and column
names are correct? The container is trying to do a SQL insert and is
being told that the DESC column doesn't exist in the ROLES table. Does
it? With WebLogic, it verifies all table/column names at deployment
time. You might want to see if JBoss has that feature.

_________________________________________________________________
Help protect your PC. Get a FREE computer virus scan online from McAfee. http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to