Consuming Entity EJB created by NetBeans 5.5
I need to consume in SJSC2.1, entity beans I created using NetBeans 5.5.
However, it appears that SJSC call not read the EJB Sets out of the jar. I noticed some forum traffic that SJSC cannot import the entity beasn unless they are wrapped up by a session facade bean. But, I do not know how to do that.
Please help a rather new developer to SJSC find a way to consume entity EJBs in his SCSJ application.
Thanks mighty java dudes!
[457 byte] By [
lee_grimes] at [2007-11-26 8:54:52]

# 1
> I need to consume in SJSC2.1, entity beans I created using NetBeans 5.5.
Creator 2 or Creator 2.1 does not consume entity EJBs. You can only add session EJBs into Creator 2/2.1.
> However, it appears that SJSC call not read the EJB Sets out of the jar. I
> noticed some forum traffic that SJSC cannot import the entity beasn unless
> they are wrapped up by a session facade bean. But, I do not know how to do
> that.
In NetBeans, you should be able create session EJBs and have the session EJBs call your entity EJBs. You can then add the session EJBs into Creator. The Creator web apps will then consume the session EJBs and your session EJBs in turn will call your entity EJBs. One thing you have to be aware is that Creator 2 or 2.1 does not support EJB 3.