Have you put all your ejb classes, along with the META-INF/ejb-jar.xml file
into a jar yet? After you do that, you have to add an <ejb-module..> line to
your application.xml in the config directory. Look at the documentation on
application.xml to find out what parameters you must specify. The best thing to
do in my mind would be to get a good EJB book and walk through some of the
examples. Oreilly's Enterprise JavaBeans 2nd edition is great.

Jeff.

Chris Bergstresser wrote:

> Hi all --
>
>    I'm new to EJB development, and am trying to start with Orion Server, but
> I'm having the hardest time figuring out how to even begin.  I've written a
> bean and all the interfaces, which are all sitting in class files in the
> c:\java directory.  I created a META-INF directory off of that, and created
> an ejb-jar.xml file in there.
>    However, I can find *no* information about how to inform Orion about the
> existence of these files.  I was trying to follow
> http://www.orionserver.com/tutorials/ejbtutorial.html, but it references a
> config/ejb.xml file which simply doesn't exist.  I'm guessing it's old.
>    Is there a simple step-by-step explanation of which files need to be
> modified, in what order, and what else I need to do to start doing
> development work?  Am I better off just using a better (i.e. better
> supported and more completely documented) appserver?
>
> -- Chris

--
Jeff Hubbach
Internet Developer
New Media Designs, Inc.
www.nmd.com




Reply via email to