[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS + other JDBC operations in a single transaction

2006-03-29 Thread peter.knuts
Hi, I have struggled with the same problem for a few days. An article describing the solution can be found on http://www.odi.ch/weblog/posting.php?posting=210 I have verified that it work to send a JMS message and update a database in the same transaction (using database persistent JMS messages

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Problem with HQL query -- to return few columns of a Tab

2005-11-25 Thread peter.knuts
Use the fully qualified class name of the DTO you want to use. i.e. com.company.BasicModelDTO. // Peter View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909064#3909064 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39090