Re: myfaces in weblogic

2005-12-06 Thread Udo Schnurpfeil
Which service pack? Udo Peter Maas wrote: Hi all, I'm trying to get a basic myfaces application to run on weblogic 8.1 but without any luck yet. I googled arround a bit and found some contradicting bits on form but no 'THIS is how to to it, THIS is why'. The problem I'm running into seems

Re: myfaces in weblogic

2005-12-06 Thread Peter Maas
wl version 8.11, so SP1... and I don't have the option to install additional service packs... hopefully this is not mandatory?-POn 12/6/05, Udo Schnurpfeil [EMAIL PROTECTED] wrote: Which service pack?UdoPeter Maas wrote: Hi all, I'm trying to get a basic myfaces application to run on weblogic 8.1

Re: myfaces in weblogic

2005-12-06 Thread rosalba bochicchio
Hi Peter, I had your same problem and finally solved it including the file jsp-api.jar in the lib directory of my project. Hope it helps, Rosalba --- Peter Maas [EMAIL PROTECTED] wrote: wl version 8.11, so SP1... and I don't have the option to install additional service packs... hopefully

Re: myfaces in weblogic

2005-12-06 Thread Peter Maas
Ah! O.k.I think I already tried this, but I'll give it a go. Supposively this jsp-api.jar needs to be jsp2.0 and is needed for the web.xml dtd?-POn 12/6/05, rosalba bochicchio [EMAIL PROTECTED] wrote: Hi Peter,I had your same problem and finally solved itincluding the file jsp-api.jar in the

RE: myfaces in weblogic

2005-12-06 Thread Jesse Alexander \(KBSA 21\)
Hi Peter I think I read somewhere, that SP4 for WLS fixes the problem, that WLS initializes the Servlets before the listeners have finished. That's why the MyFacesServlet explicetely can initialize MyFaces in its init()-method. This Servlet is still in the MyFaces jar-files. It only changed

Re: myfaces in weblogic

2005-12-06 Thread rosalba bochicchio
yes,I think so. Let mi know if it works! --- Peter Maas [EMAIL PROTECTED] wrote: Ah! O.k. I think I already tried this, but I'll give it a go. Supposively this jsp-api.jar needs to be jsp2.0 and is needed for the web.xml dtd? -P On 12/6/05, rosalba bochicchio [EMAIL PROTECTED]

Re: myfaces in weblogic

2005-12-06 Thread Peter Maas
Hmmm,after installing SP4 the myfaces blank application works... adding the jsp2.0 jar didn't seem to help to much!-POn 12/6/05, rosalba bochicchio [EMAIL PROTECTED] wrote:yes,I think so. Let mi know if it works! --- Peter Maas [EMAIL PROTECTED] wrote: Ah! O.k. I think I already tried this, but

RE: MyFaces with Weblogic

2005-02-24 Thread Virtudazo, Dennis \(Exchange\)
is available through the j2ee api. -Original Message- From: Craig McClanahan [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 23, 2005 4:35 PM To: MyFaces Discussion; [EMAIL PROTECTED] Subject: Re: MyFaces with Weblogic On Wed, 23 Feb 2005 20:01:57 +0100, Stefan Frank [EMAIL PROTECTED

Re: MyFaces with Weblogic

2005-02-23 Thread Matthias Wessendorf
Dennis, did you try org.apache.myfaces.webapp.MyFacesServlet instead of javax.faces.webapp.FacesServlet see JavaDoc for MyFacesServlet: (http://tinyurl.com/42klk) quote: Derived FacesServlet that can be used for debugging purpose and to fix the Weblogic startup issue (FacesServlet is initialized

Re: MyFaces with Weblogic

2005-02-23 Thread Avishay Balderman
Yes- I did without problem On Wed, 23 Feb 2005 09:26:52 -0500, Virtudazo, Dennis (Exchange) [EMAIL PROTECTED] wrote: Has anybody on this list successfully run MyFaces on Weblogic 8.1? *** Bear Stearns is not responsible for

RE: MyFaces with Weblogic

2005-02-23 Thread Virtudazo, Dennis \(Exchange\)
. -Original Message- From: John Langley [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 23, 2005 9:36 AM To: MyFaces Discussion Cc: Virtudazo, Dennis (Exchange) Subject: RE: MyFaces with Weblogic Yep, everyday. I run 8.1 sp4 with myfaces 1.0.8 and previously with 1.0.7. What sp level

Re: MyFaces with Weblogic

2005-02-23 Thread Avishay Balderman
: Wednesday, February 23, 2005 9:36 AM To: MyFaces Discussion Cc: Virtudazo, Dennis (Exchange) Subject: RE: MyFaces with Weblogic Yep, everyday. I run 8.1 sp4 with myfaces 1.0.8 and previously with 1.0.7. What sp level are you at with WebLogic and what is your error? Langley -Original

RE: MyFaces with Weblogic

2005-02-23 Thread Virtudazo, Dennis \(Exchange\)
webapps? -Original Message- From: Avishay Balderman [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 23, 2005 11:20 AM To: MyFaces Discussion Subject: Re: MyFaces with Weblogic looks like it tries to fetch the web.xml dtd from Sun. Can you put the dtd inside the war? On Wed, 23 Feb

Re: MyFaces with Weblogic

2005-02-23 Thread Steven Holmes
I went to great effort myself. Spent about three work days but could never get it going. But in my case I was using struts-faces. [EMAIL PROTECTED] 2/23/2005 6:26:52 AM Has anybody on this list successfully run MyFaces on Weblogic 8.1?

RE: MyFaces with Weblogic

2005-02-23 Thread Stefan Frank
. Februar 2005 19:00 To: myfaces-user@incubator.apache.org Subject: Re: MyFaces with Weblogic I went to great effort myself. Spent about three work days but could never get it going. But in my case I was using struts-faces. [EMAIL PROTECTED] 2/23/2005 6:26:52 AM Has anybody

RE: MyFaces with Weblogic

2005-02-23 Thread Virtudazo, Dennis \(Exchange\)
against the dtd? Anyway, I have the solution now. Thanks to everybody who chimed in. -Original Message- From: Stefan Frank [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 23, 2005 2:02 PM To: 'MyFaces Discussion' Subject: RE: MyFaces with Weblogic You can just change the reference

Re: MyFaces with Weblogic

2005-02-23 Thread Craig McClanahan
Cheers stf -Original Message- Wrom: AOBUZXUWLSZLKBRNVWWCUFPEGAUTFJMVRESKPN Sent: Mittwoch, 23. Februar 2005 19:00 To: myfaces-user@incubator.apache.org Subject: Re: MyFaces with Weblogic I went to great effort myself. Spent about three work days but could never get it going