Kevin Norton <mailto:[EMAIL PROTECTED]> once said:
> 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?

It would seem so, otherwise I'd expect it to complain first that the
table doesn't exist. Perhaps it's not creating that particular column?
As a quick test, try removing the description attribute from your bean
entirely and see if it handles the name and comments columns. If so,
then something's amiss with that attribute. If you get the same error
for a different column, then the problem is higher up.

Unfortunately I have never used JBoss, so I won't be so helpful if it's
not a bean issue. :(

David Harkness
Sr. Software Engineer
Sony Pictures Digital Networks
(310) 482-4756


-------------------------------------------------------
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