Also, take a look at this example which does run:

http://svn.apache.org/repos/asf/incubator/openejb/trunk/openejb3/ examples/helloworld-stateful-pojo/

It ran with the build so you've actually ran it already. But if you take a close look at it, you'll see it's a stateless session bean that doesn't have a single import to javax.ejb.* in the bean class.

The bean uses legacy interfaces (not business interfaces), which it could. Just when the example was coded, we didn't yet support business interfaces. We do now -- someone just needs to update the example or make a different example that uses business interfaces.

I'm working on the code that will allow apps without deployment descriptors to deploy into the system. We have the annotation support, we just need to relax the code that checks for ejb-jar.xml.

-David

On Nov 30, 2006, at 6:49 AM, Mohammad Nour El-Din wrote:

Hi Raj...

Take a look at this thread
http://marc.theaimsgroup.com/?l=openejb- development&m=116482846328131&w=2



On 11/30/06, Raj Saini <[EMAIL PROTECTED]> wrote:

Hi,

I have checked out and built the open|EJB from svn. I could successfully built and run the OpenEJB in standalone mode. Is it possible to deploy
the EJB 3.0 components at this time?

Regards,

Raj




--
Thanks
- Mohammad Nour

Reply via email to