OpenEjb cryptography usage

2012-04-11 Thread Borislav Kapukaranov
Hey folks, I saw in the OpenEjb readme file that there is a "Cryptographic Software Notice" section. I understand some countries may have more restrictive approach but couldn't make sense of the last part of the section. The following provides more details on the included cryptographic software:

Re: MDB not invoked

2012-04-11 Thread Romain Manni-Bucau
Hi, how did you configure: 1) the mdb 2) the jmx resources (queue, connection factory, ...) 3) the client ? it sounds like a config error. If you can share some code we could help you more efficiently. Note: some JMS sample are here: http://openejb.apache.org/examples-trunk/index.html - Romain

MDB not invoked

2012-04-11 Thread Johnny Guo
Hi, I'm new to openejb. Now i'm working with openejb integrated with Tomcat in Eclipse. Openejb can start successfully. One MDB was setup to listen to a jms queue and the start log like this: [INFO] Found ejb module EjbModule in war /newjena [INFO] Found ejb module EjbModule in war /newjena [INFO]

Re: NameAlreadyBoundException when deploying two applications using one and the same custom DataSource

2012-04-11 Thread Romain Manni-Bucau
No because often app id are used in applications for injection names. So doing it automatically can create issues which are a bit weird to debug. - Romain 2012/4/11 lazarkirchev > Just a minor detail - here you mean that the app id should be added in the > description of the resource in the re

Re: NameAlreadyBoundException when deploying two applications using one and the same custom DataSource

2012-04-11 Thread lazarkirchev
Just a minor detail - here you mean that the app id should be added in the description of the resource in the resources.xml? There is no transparent way to make OpenEJB do that? -- View this message in context: http://openejb.979440.n4.nabble.com/NameAlreadyBoundException-when-deploying-two-appli