Re: allowHosts in OpenEjb3.0

2007-10-16 Thread Ashish Jain
Hi Jackek, I am using it in Apache Geronimo. I was able to use the same in AG 1.2 which has OpenEjb 2.1 as its EJB module. module name=geronimo/openejb/1.1.1/car gbean name=EJBNetworkService attribute name=host0.0.0.0/attribute attribute name=port4201/attribute attribute

Specifying source queue for message driven bean (MDB)

2007-10-16 Thread Martin Vysny
Hi guys, can you help me again? ;) We have a MDB named CallAgentMDB, which is a message consumer (MessageListener), and FEInternalServicesBean, which is a stateless bean. The problem is, that the MDB is not receiving messages which are sent by the internal services bean. When openejb starts, it

Re: OpenEJB and Hibernate

2007-10-16 Thread Jacek Laskowski
On 10/16/07, Martin Vysny [EMAIL PROTECTED] wrote: Okay, it's java:comp/TransactionManager from within a bean, or java:openejb/TransactionManager from outside a bean ;) We are using Hibernate via the JPA interface as follows: package com.whitestein.fe.impl.config; import

Re: Specifying source queue for message driven bean (MDB)

2007-10-16 Thread Dain Sundstrom
Sounds like you are happy with the MDB configuration but want the queue/FE_QUEUE resource-env-ref in FEInternalServicesEJB to point to queue/FE_QUEUE instead of Default Queue. This error seem very strange because the code that processes resource- env-ref should never create an queue with ID