jboss-ejb

Support for EJB2 with Jboss 5CR2

How I can configure Jboss 5 to support EJB2? I'm testing the new release of jboss (5) and need to deploy my old EJB2 ...

Make J2EE InitialContext find a qualified hostname? (against JBoss EJB server)

How do I use a fully qualified host name for the "java.naming.provider.url" property in the "env" parameter passed into (J2EE) InitialContext class. Whether I pass in an IP address, or a fully qualified (host.domain...) host name, the lookup( name) call will fail, saying it cannot find the hostname, where the hostname is just the "basen...

Locking problems using SimpleReadWriteEJBLock

First of all, I am using Oracle and JBoss 4.0.4 and I'm pretty much a newbie on JBoss matters. Our distributed application uses CMP beans with SimpleReadWrite... etc locking policy, which I'm told seemed the best choice at the time. (Original developers are no longer working with us and I can't easily get feedback from them, not mention...