If you use WTP and the Geronimo Server Adapter, by choosing the
Geronimo Runtime, these annotation jars should be added automatically
to a Geronimo specific classpath container for each project.
-sachin
On Apr 28, 2007, at 9:17 AM, Hasan Ceylan wrote:
I know that this is not the best way to handle missing jars. But
What I do when I am under time pressure to locate a class is to run
winrar at the top level directory end search for say
Stateless.class in the sub directories.
It searches the jars down that path and always finds them.
Just my 2c... :)
Hasan Ceylan
For hunting for the
Jay D. McHugh wrote:
Here is where the annotation jar is located within an installed
(trunk) G 2.0:
./repository/org/apache/geronimo/specs/geronimo-
annotation_1.0_spec/1.1-SNAPSHOT/geronimo-annotation_1.0_spec-1.1-
SNAPSHOT.jar Because you're on an older version than I am, the
versions you find may be different but that should get you close.
Also, there were a couple of significant enhancements (and a few
important bug fixes) that came out after M3. I would suggest
downloading the 'unofficial' M4 binaries at:
http://people.apache.org/~hogstrom/2.0-M4-rc1/
Hopefully, there will be an official M5 soon - Once there is, I'd
suggest switching again.
Jay
Jim Barrows wrote:
On 4/23/07, Jay D. McHugh <[EMAIL PROTECTED]> wrote:
Jim,
What type of annotations are you wanting to use?
EJB, and all the other J2EE stuff.
JPA?
These are working either via spring or Hibernate jars that I'm
including.
I am using annotations related to resources and JPA and the jars
that I
have added to my build path to support this are:
javax.servlet-api
javax.persistence-api
org.apache.openjpa.openjpa-persistence-jdbc
(this next one is probably the big one)
org.apache.geronimo.specs.geronimo-annotation_1.0_spec
This one I can't find.
None of these are being included in my app, they are just there
to allow
Eclipse to do some validation and compile everything.
Which version of Geronimo are you trying to deploy to?
2.0 M3
Jay
Jim Barrows wrote:
> On 4/23/07, Mark Aufdencamp <[EMAIL PROTECTED]> wrote:
>> Hi James,
>>
>> I've been using the same environment for the last few
months. If
>> you have
>> any questions regarding MyEclipse and Geronimo, feel free to
send
>> them my
>> way:)
>>
>> As your using 5.1.1, I'll presume your using EJB 2.1 with
XDoclet
>> annotations. If you haven't gone through the two EJB
tutorials on the
>> MyEclipse site, I'd suggest checking them out. laliluna also
has a free
>> tutorial on defining relationships. Thier one-to-many uni
tutorial
>> is free.
>> They also have a tutorial for more complex relationships,
but I have
>> not
>> purchased it yet.
>
> I want to use Annotations, and not XDoclet. Nothing against
XDoclet.
>
>>
>> You shouldn't require any jar's for XDoclet generation of
EJB's. If
>> you've
>> created a MyEclipse EJB project and added the EJB XDoclet
support to
>> it via
>> the project properties, the ejb-jar.xml should be auto-
generating for
>> you
>> when you run the MyEclipse XDoclet menu option on the project.
>> You'll need
>> to handcraft your openejb-jar.xml deployment descriptor.
>>
>> Hope that helps getting you in the right direction.
>>
>> Mark Aufdencamp
>> [EMAIL PROTECTED]
>>
>>
>>
>>
>>
>>
>>
>>
>> -------- Original Message --------
>> Subject: What jars need to be included to make the EJB related
>> annotations work?
>> From: "Jim Barrows" <[EMAIL PROTECTED]>
>> Date: Mon, April 23, 2007 6:13 am
>> To: user <[email protected]>
>>
>> I'm using Eclipse 3.2.2, with the MyEclipse 5.1.1 plugins
installed.
>>
>> However, when creating an EJB, the annotations do not work.
After
>>
>> looking around, I realized that I needed the righ Jar file
(s), but
>>
>> could not figure out with jars in Geronimo would do that for me.
>>
>> Could anyone point them out to me?
>>
>>
>>
>> --
>>
>> James A Barrows
>>
>>
>>
>
>