bonjour!!!!

I have got a problem using jboss with MS SQLSERVER2000.
I want to insert  a row with my CMP bean "BookBean ",
in my log file there is no failed .

But in my BookBean table there in no row affected.(no result of my insert 
operation) .

_____________________________________________________________________________________
[10:06:48,668,JAWSPersistenceManager] Table BookBean created
[10:06:48,678,JAWSPersistenceManager] Created table 'BookBean' successfully.
[10:06:48,688,JAWSPersistenceManager] Primary key of table 'BookBean' is 
'bibliotheque'
[10:06:48,718,JRMPContainerInvoker] Bound BookBean to BookBean
[10:06:48,718,EnterpriseContextCachePolicy$Scheduler] Cache policy scheduler 
started


[10:19:12,810,JAWSPersistenceManager] Create, id is lille
[10:19:12,810,JAWSPersistenceManager] Exists command executing: SELECT 
COUNT(*) FROM BookBean WHERE bibliotheque=?
[10:19:12,860,JAWSPersistenceManager] Set parameter: idx=1, 
jdbcType=VARCHAR, value=lille
[10:19:12,890,JAWSPersistenceManager] Create command executing: INSERT INTO 
BookBean (hostname,port,bibliotheque) VALUES (?,?,?)
[10:19:12,890,JAWSPersistenceManager] Set parameter: idx=1, 
jdbcType=VARCHAR, value=127.0.0.1
[10:19:12,900,JAWSPersistenceManager] Set parameter: idx=2, 
jdbcType=VARCHAR, value=8189
[10:19:12,900,JAWSPersistenceManager] Set parameter: idx=3, 
jdbcType=VARCHAR, value=lille
[10:19:12,900,JAWSPersistenceManager] Rows affected = 1
[10:19:12,990,JAWSPersistenceManager] Create, id is lyon
[10:19:12,990,JAWSPersistenceManager] Exists command executing: SELECT 
COUNT(*) FROM BookBean WHERE bibliotheque=?
[10:19:12,990,JAWSPersistenceManager] Set parameter: idx=1, 
jdbcType=VARCHAR, value=lyon
[10:19:12,990,JAWSPersistenceManager] Create command executing: INSERT INTO 
BookBean (hostname,port,bibliotheque) VALUES (?,?,?)
[10:19:12,990,JAWSPersistenceManager] Set parameter: idx=1, 
jdbcType=VARCHAR, value=127.0.0.1
[10:19:12,990,JAWSPersistenceManager] Set parameter: idx=2, 
jdbcType=VARCHAR, value=8182
[10:19:12,990,JAWSPersistenceManager] Set parameter: idx=3, 
jdbcType=VARCHAR, value=lyon
[10:19:12,990,JAWSPersistenceManager] Rows affected = 1
__________________________________________________________________________________________

Thanks for help....

_________________________________________________________________
Rejoignez le plus grand service de messagerie au monde avec MSN Hotmail. 
http://www.hotmail.com


_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to