Re: AW: j2ee.jar

2004-01-08 Thread Daniel Perry
Not sure...
whichever i need to compile OJB
just installing the J2ee stuff... though i dont want their app server!
Daniel.

- Original Message - 
From: "Clay Mitchell" <[EMAIL PROTECTED]>
To: "OJB Users List" <[EMAIL PROTECTED]>
Sent: Thursday, January 08, 2004 3:50 PM
Subject: Re: AW: j2ee.jar


> Are you talking about j2ee 1.3 or 1.4? because I've never been able to
> find the 1.4 jar without the whole app server...
>
> -Clay
>
> > You have to download the J2EE SDK!
> >
> > Cheers, André
> >
> >
> > -Ursprüngliche Nachricht-
> > Von: Daniel Perry [mailto:[EMAIL PROTECTED]
> > Gesendet: Donnerstag, 8. Januar 2004 16:42
> > An: OJB Users List
> > Betreff: j2ee.jar
> >
> >
> > Not sure if i'm being rather inept, but i cant find the j2ee.jar file on
> > suns site.
> > Do i have to download the entire J2EE SDK? or can i get this file on
it's
> > own?
> >
> > Thanks,
> > Daniel.
> >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: AW: j2ee.jar

2004-01-08 Thread Clay Mitchell
Are you talking about j2ee 1.3 or 1.4? because I've never been able to
find the 1.4 jar without the whole app server...

-Clay

> You have to download the J2EE SDK!
>
> Cheers, André
>
>
> -Ursprüngliche Nachricht-
> Von: Daniel Perry [mailto:[EMAIL PROTECTED]
> Gesendet: Donnerstag, 8. Januar 2004 16:42
> An: OJB Users List
> Betreff: j2ee.jar
>
>
> Not sure if i'm being rather inept, but i cant find the j2ee.jar file on
> suns site.
> Do i have to download the entire J2EE SDK? or can i get this file on it's
> own?
>
> Thanks,
> Daniel.
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: AW: j2ee.jar

2004-01-08 Thread Brian McCallister
I find the sun one so annoying to download that I grab it from JBoss 
and rename it ;-)

-Brian

On Jan 8, 2004, at 10:46 AM, André Kofaldt wrote:

You have to download the J2EE SDK!

Cheers, André

-Ursprüngliche Nachricht-
Von: Daniel Perry [mailto:[EMAIL PROTECTED]
Gesendet: Donnerstag, 8. Januar 2004 16:42
An: OJB Users List
Betreff: j2ee.jar
Not sure if i'm being rather inept, but i cant find the j2ee.jar file 
on
suns site.
Do i have to download the entire J2EE SDK? or can i get this file on 
it's
own?

Thanks,
Daniel.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


AW: j2ee.jar

2004-01-08 Thread André Kofaldt
You have to download the J2EE SDK!

Cheers, André


-Ursprüngliche Nachricht-
Von: Daniel Perry [mailto:[EMAIL PROTECTED]
Gesendet: Donnerstag, 8. Januar 2004 16:42
An: OJB Users List
Betreff: j2ee.jar


Not sure if i'm being rather inept, but i cant find the j2ee.jar file on
suns site.
Do i have to download the entire J2EE SDK? or can i get this file on it's
own?

Thanks,
Daniel.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



j2ee.jar

2004-01-08 Thread Daniel Perry
Not sure if i'm being rather inept, but i cant find the j2ee.jar file on suns site.
Do i have to download the entire J2EE SDK? or can i get this file on it's own?

Thanks,
Daniel.

Re: j2ee.jar not loaded

2003-12-05 Thread sclark
Diane,

All of the needed J2EE classes are provided by tomcat.  There is no need to put
a j2ee.jar in your webapp itself.

-steve

Steve Clark
Technology Applications Team
Natural Resources Research Center/USGS
[EMAIL PROTECTED]
(970)226-9291

>X-Original-To: [EMAIL PROTECTED]
>List-Id: "OJB Users List" 
>Date: Thu, 04 Dec 2003 15:02:08 -0500
>From: "Jewett, Diane C" <[EMAIL PROTECTED]>
>Subject: j2ee.jar not loaded
>To: OJB Users List <[EMAIL PROTECTED]>
>Thread-topic: hot to reload cached object?
>
>I added the j2ee.jar and other ojb jars in the WEB-INF/lib dir and got:
>
>INFO: Initializing, config='org.apache.webapp.admin.ApplicationResources', 
retur
>nNull=true
>WebappClassLoader: 
validateJarFile(C:\jakarta-tomcat-4.1.27\webapps\storefront\W
>EB-INF\lib\j2ee.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. 
Offe
>nding class: javax/servlet/Servlet.class
>
>I am using tomcat 4.1.27.
>
>Is there someplace else to put it. Do I have the right version of j2ee.
>I downloaded j2sdkee1.3 and j2sdkee1.4 and neither worked.
>
>
>-
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: j2ee.jar not loaded

2003-12-04 Thread Philippe Hacquin
Hi,

you don't need a j2ee.jar in the lib directory of your web app. The 
necessary classes for a web or full j2ee app are already present in the 
container's classpath and jars.

Jewett, Diane C wrote:
I added the j2ee.jar and other ojb jars in the WEB-INF/lib dir and got:

INFO: Initializing, config='org.apache.webapp.admin.ApplicationResources', retur
nNull=true
WebappClassLoader: validateJarFile(C:\jakarta-tomcat-4.1.27\webapps\storefront\W
EB-INF\lib\j2ee.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offe
nding class: javax/servlet/Servlet.class
I am using tomcat 4.1.27.

Is there someplace else to put it. Do I have the right version of j2ee.
I downloaded j2sdkee1.3 and j2sdkee1.4 and neither worked.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


j2ee.jar not loaded

2003-12-04 Thread Jewett, Diane C
I added the j2ee.jar and other ojb jars in the WEB-INF/lib dir and got:

INFO: Initializing, config='org.apache.webapp.admin.ApplicationResources', retur
nNull=true
WebappClassLoader: validateJarFile(C:\jakarta-tomcat-4.1.27\webapps\storefront\W
EB-INF\lib\j2ee.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offe
nding class: javax/servlet/Servlet.class

I am using tomcat 4.1.27.

Is there someplace else to put it. Do I have the right version of j2ee.
I downloaded j2sdkee1.3 and j2sdkee1.4 and neither worked.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]