I'm deploying some CMP entity beans on jboss 3.2.4RC1, and for one of my tables it 
keeps creating and then using the table 'Xuser' instead of 'user'.  I've been 
deploying the same beans under previous versions (3.2.1, 3.2.2, 3.2.3) with no 
problem.  Once it creates the table, it seems to work fine..  but it is ignoring the 
correct, existing table ("user").  It doesn't do this with any of my other tables.  
I've searched my source code (and all the deployment descriptors created by XDoclet) 
for a mis-type of "user", but everything looks fine there.

I'm using MySQL as my db.  

I just tried removing my existing 'user' table to see if it would create one called 
'user' instead of 'Xuser' but it still calls it Xuser:

anonymous wrote : 
  | ...
  | 23:24:53,375 INFO  [User] Created table 'Xuser' successfully.
  | ...
  | 

If I rename my existing 'user' table to 'xuser', JBoss happily uses it.  

Any ideas?



<a 
href="http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827749#3827749";>View 
the original post</a>

<a 
href="http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827749>Reply 
to the post</a>


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to