ADF Faces/Trinidad Shale?

2006-10-20 Thread Anthony Yulo
Anyone has tried to incorporate Shale into existing Trinidad Apps? I initially tried this, I added a the necessary entries on the web.xml. When I run the application it displays an error saying: 500 Internal Server Error Illegal StateException:No AdfRenderingContext //StackTrace

Re: ADF Faces/Trinidad Shale?

2006-10-20 Thread Simon Lessard
AdfRenderingContext no longer exists so I assume you're actually working with ADF Faces? Your trinidad filter must be installed, but not the ADF Faces one maybe? On 10/20/06, Anthony Yulo [EMAIL PROTECTED] wrote: Anyone has tried to incorporate Shale into existing Trinidad Apps? I initially

RE: ADF Faces/Trinidad Shale?

2006-10-20 Thread Anthony Yulo
Yes Im working on ADF Faces. Do you have an idea why this is not working? This happens when I put the necessary entries for shale on the web.xml file. But when I erase the Shale entries, everything's fine. Im trying again to call a managed bean function from a javascript function, -Original

Re: ADF Faces/Trinidad Shale?

2006-10-20 Thread Simon Lessard
I'm not well versed with Shale yet. However I can go with an hypothesis. Does Shale use a Servlet? If so, you must place ADF Faces filter on that servlet as well. Regards, ~ Simon On 10/20/06, Anthony Yulo [EMAIL PROTECTED] wrote: Yes Im working on ADF Faces. Do you have an idea why this is

Re: ADF Faces/Trinidad Shale?

2006-10-20 Thread Simon Lessard
Hello, try adding those lines to web.xml filter filter-nameadfFaces/filter-name filter-classoracle.adf.view.faces.webapp.AdfFacesFilter /filter-class /filter filter-mapping filter-nameadfFaces/filter-name servlet-nameFaces Servlet/servlet-name

RE: ADF Faces/Trinidad Shale?

2006-10-20 Thread Anthony Yulo
This is the complete web.xml: ?xml version = '1.0' encoding = 'windows-1252'? web-app xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation=http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd; version=2.4

Re: ADF Faces/Trinidad Shale?

2006-10-20 Thread Simon Lessard
See my commentsi n the XML code. Regards ?xml version = '1.0' encoding = 'windows-1252'? web-app xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation=http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd; version=2.4

Re: ADF Faces/Trinidad Shale?

2006-10-20 Thread Matthias Wessendorf
Anthony, I was using Shale's viewcontroller on a Trinidad app. worked fine. I try to find the web.xml for that :) However, that is not needed filter-mapping filter-nameshale/filter-name servlet-nameFaces Servlet/servlet-name /filter-mapping -M On 10/20/06, Simon Lessard [EMAIL

[FYI] Tomcat 6

2006-10-20 Thread Matthias Wessendorf
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/RELEASE-PLAN-6.0.txt?revision=464497view=markup -- Matthias Wessendorf http://tinyurl.com/fmywh further stuff: blog: http://jroller.com/page/mwessendorf mail: mwessendorf-at-gmail-dot-com

Re: [FYI] Tomcat 6

2006-10-20 Thread Adam Winer
Hey, so what's this link about? Do we need a release plan like that, or just an FYI about Tomcat 6? And I wonder - what's with the lack of JSF and JSTL love? Why only JSP and Servlet out of the webtier? -- Adam On 10/20/06, Matthias Wessendorf [EMAIL PROTECTED] wrote:

Re: [FYI] Tomcat 6

2006-10-20 Thread Matthias Wessendorf
well, the link was supposed to go to myfaces dev... regarding the jsp/servlet only thing, I don't know. -M On 10/20/06, Adam Winer [EMAIL PROTECTED] wrote: Hey, so what's this link about? Do we need a release plan like that, or just an FYI about Tomcat 6? And I wonder - what's with the lack

[PORTAL] Custom lifecycle?

2006-10-20 Thread Scott O'Bryan
Hey everyone, I'm going to be starting the portlet work on this starting next week. Yes, they are actually paying me to fix this stuff :)... So I was going over some of my strategies for doing some of this work. One of the major problems with using Trinidad with a portal environment are