[jboss-user] [EJB 3.0] - Re: Em does not rollback

2007-08-03 Thread karl.martens
I ran into a similar problem when I started using EJB3. As it turned out it wasn't a problem with EJB3 but a configuration issue with my database. I was using MySql which by default uses a non transactional storage engine (at least in the Linux distribution). Here is some documentation from My

[jboss-user] [EJB 3.0] - Re: Storing Password as MD5 Hash

2007-07-31 Thread karl.martens
An alternative to appending something to the encrypted password string that you can check to determine if the password requires encryption or not is to change the access method from PROPERTY to FIELD (map the fields instead of the getter method). This will allow the persistence provider to

[jboss-user] [EJB 3.0] - EJB3 & JBossMQ JMS Unexpected delivery of messages

2007-07-25 Thread karl.martens
I'm trying to get JBossMQ on JBoss AS 4.2.1 to participate in a JTA transaction. The client is an EJB 3.0 stateless session bean and I'm using and EJB 3.0 message driven bean to accept the messages. It appears that the messages are participating in the JTA transaction and being delivered proper

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Unexpected redelivery of messages

2007-07-25 Thread karl.martens
Adrian, Thanks for your reply, I attempted to get the suggested XARecovery configuration operational. I did run into an error. Admittedly I'm new to reading the Jira but as I read it; the patch should be included in my version of the Application Server 4.2.1 and all that I should have to do

[jboss-user] [Messaging, JMS & JBossMQ] - Unexpected redelivery of messages

2007-07-25 Thread karl.martens
I'm trying to JBossMQ on JBoss AS 4.2.1 to participate in a JTA transaction. The client is an EJB 3.0 stateless session bean and I'm using and EJB 3.0 message driven bean to accept the messages. It appears that the messages are participating in the JTA transaction and being delivered properl

[jboss-user] [JBoss Seam] - System generated event to continue a business process

2007-07-16 Thread karl.martens
Is there a way to have a system generated event continue a business processes? Situation === I have a Seam page flow that create a business process as the last step in the page flow. The business process immediately begins processing the request but as part of the process submits a reque

[jboss-user] [EJB 3.0] - Re: EjB3 & JBoos AS - JUnit testing

2007-05-04 Thread karl.martens
Karan42in - I've moved your question with reply to its own thread http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043113#4043113 If you or anyone else has something to say on your topic I would ask that all responses be directed to the new thread. Thanks. View the original post : ht

[jboss-user] [EJB 3.0] - EJB3.0 application in eclipse 3.2 or jboss ide 1.6

2007-05-04 Thread karl.martens
"karan42in" wrote : Hi karl... | |sorry for this reply this mite not be appropriate to ask u but.. could u help me develope an EJB3.0 application in eclipse 3.2 or jboss ide 1.6.. | | which one would better.. kindly help me out. Karan42in, Sorry Karan42in, but instead of allowi

[jboss-user] [EJB 3.0] - Re: EjB3 & JBoos AS - JUnit testing

2007-05-04 Thread karl.martens
I've just had a brief look at the Jakarta Cactus and it look promising. I will investigate and see if I can get it to work for my needs. AS far as connecting as a client it depends what you mean. I had considered using a test running like Watir and Ruby to test the application via http re

[jboss-user] [EJB 3.0] - EjB3 & JBoos AS - JUnit testing

2007-05-03 Thread karl.martens
Hi, I am try to crate an ear using the following technologies: * JBoss AS 4.0.5.GA with EJB3 * JBoss Embeddable EJB3 Container * Hibernate 3 * JUnit I have been able to create an ear the deploys and executes on the JBoss AS but when the same code is executed with JUnit in t