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 I

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 org.hibern

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 p

Re: OpenEJB and Hibernate

2007-10-16 Thread Martin Vysny
On Mon, 2007-10-15 at 11:06 +0200, Martin Vysny wrote: > On Fri, 2007-10-12 at 13:54 -0700, Dain Sundstrom wrote: > > On Oct 12, 2007, at 2:41 AM, Martin Vysny wrote: > > > > > Hi guys, > > > I tried to use Hibernate in OpenEJB (our application unfortunately > > > still does not use JPA - it us

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. 0.0.0.0 4201 127.0.0.1 But with AG 2.0 which has OpenEjb 3.0. When I try the same operation I get a not allowed attribute error. So was not s

Re: allowHosts in OpenEjb3.0

2007-10-16 Thread Jacek Laskowski
On 10/16/07, Ashish Jain <[EMAIL PROTECTED]> wrote: > Hi, > Is the attribute allowHosts removed in OpenEjb3.0? Is there any other > alternative for this attribute? I don't know, but openejb3 was about adding features not removing them so it is available, unintentionally removed or we missed addi

allowHosts in OpenEjb3.0

2007-10-16 Thread Ashish Jain
Hi, Is the attribute allowHosts removed in OpenEjb3.0? Is there any other alternative for this attribute? Thanks Ashish