[JBoss-user] [JBoss Seam] - Re: Booking Example on MySQL?

2006-03-30 Thread [EMAIL PROTECTED]
Er, this error is because my test data has names of countries in it.

EG:

insert into Hotel (id, name, address, city, state, zip) values (14, 
'InterContinental Tokyo Bay', 'Hamamatsucho', 'Tokyo', 'Japan', '')

Just delete all those rows from import.sql.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3933703#3933703

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3933703


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Booking Example on MySQL?

2006-03-30 Thread Supakiffa
Thanks for your reply, but thats not my real problem, I know how to fix that 
error and it isn't really a problem (even with the error the application runs, 
it just doesn't import all the hotel entries).

My problem as stated is that somehow the DB queries hibernates runs do not work 
(except those for table creation).
I can't login because the query which checks the User table never returns any 
rows.
If I try to register a new user via the seam-booking web app it just inserts an 
empty row in the User table, so something goes wrong there but I can't figure 
out what as hibernates seems to be running the correct queries (is there some 
way to make hibernate show complete queries with questionmarks replaced by 
actual data?).

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3933712#3933712

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3933712


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Booking Example on MySQL?

2006-03-30 Thread Supakiffa
Nevermind I think I just found the solution, this is a bug in the Debian 
package of MySQL which makes it impossible to run server side prepared 
statements ...

See also: http://forums.mysql.com/read.php?39,59076,59076

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3933714#3933714

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3933714


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user