[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Locking behaviour unclear

2005-09-23 Thread ceh
Alexy - as this is an architectural bug - I am hamstring by it as well - when 
will it be fixed/has it been fixed, and if so, in what version of JBoss?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3896699#3896699

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3896699


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence & CMP/JBoss] - Re: BLOBs and Transactions

2004-08-24 Thread ceh
Additional information as my testing continues: if I update the blobs directly using 
PreparedStatement, SQL, etc. the problem does not manifest. From this I conclude that 
my JDBC drivers and DB (Oracle) are not the culprit but that it is a bug in JBoss.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846070#3846070

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846070


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence & CMP/JBoss] - Re: BLOBs and Transactions

2004-08-23 Thread ceh
Yes, it seems very wierd to me and feels like it could be a bug. I was hoping to find 
someone here who knew more about this than I. It does not seem I am doing something 
that out of the ordinary - updating 2 BLOBs at once.  What additional information 
would help? There are no errors being generated, so no trace stack to send. Not sure 
where to go from here.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845895#3845895

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845895


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence & CMP/JBoss] - Re: BLOBs and Transactions

2004-08-20 Thread ceh
I am not using PreparedStatement. I am using the setter, i.e. myobj.setGraphic(g) and 
myobj.setAudio(a) where g and a are byte[]. Please keep in mind, this works just fine 
outside of an explicit transaction. If there were a typo, this would not be true.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845731#3845731

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845731


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence & CMP/JBoss] - BLOBs and Transactions

2004-08-19 Thread ceh
Hi,
JBoss 3.2.4
Oracle 9 or 10
I have a bean with byte[] fields that are stored as BLOBs in the Oracle database.  The 
bean is created with the blobs empty. When I update both blob fields (an image and an 
audio clip) within a transaction using the setter method, the values get switched in 
the database. That is, the audio clip ends up in the image field and vice versa. If I 
do the exact same update, but not within an explicit transaction, the values get 
entered in the database correctly and can be nicely retreived, etc. I cannot find 
anything anywhere that speaks to this issue - I appreciate any help.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845656#3845656

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845656


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user