On Dec 28, 2006, at 1:47 AM, David Blevins wrote:
A moment ago I was inspired to make an easy way to start the remote
protocols when you're in an embedded scenario. Here's what
inspired me :)
http://www.jboss.com/index.html?
module=bb&op=viewtopic&p=3996000#3996000
Such a thing has always been "doable" -- the servlet that embedds
OpenEJB does it just fine -- we just lacked the ability to
configure this easily in other environments. So I'm adding the
right bits and bobs.
Done.
Going to try and get a better example created.
And here is the example:
http://svn.apache.org/repos/asf/incubator/openejb/trunk/openejb3/
examples/telephone-stateful/src/test/java/org/apache/openejb/examples/
telephone/TelephoneTest.java
-David