Re: Sun Jsf and Geronimo

2007-06-01 Thread Don Hill
David, I have some cycles to spend on the annotation impl now, can you give me a little guidance in how you think we should implement this for JSF-RI, I saw something on jetty annotations, does this pertain to this topic. Don On 5/31/07, David Jencks [EMAIL PROTECTED] wrote: On May 31,

Re: Sun Jsf and Geronimo

2007-06-01 Thread David Jencks
On Jun 1, 2007, at 7:37 AM, Don Hill wrote: David, I have some cycles to spend on the annotation impl now, can you give me a little guidance in how you think we should implement this for JSF-RI, I saw something on jetty annotations, does this pertain to this topic. Of course in my

Re: Sun Jsf and Geronimo

2007-05-31 Thread Don Hill
Hi, I have actually written the JSF-RI modules for geronimo, I am still testing them. I have successfully tested some sample apps and they seem to work fine, a starting point anyways. Don On 4/24/07, Donald Woods [EMAIL PROTECTED] wrote: You can also download and try one of the daily builds

Re: Sun Jsf and Geronimo

2007-05-31 Thread David Jencks
On May 31, 2007, at 3:37 PM, Don Hill wrote: Hi, I have actually written the JSF-RI modules for geronimo, I am still testing them. I have successfully tested some sample apps and they seem to work fine, a starting point anyways. Did you implement their AnnotationProcessor interface?

Re: Sun Jsf and Geronimo

2007-05-31 Thread Don Hill
David, Not yet, I still need to look into that one, for now I am using a no-op. I will follow up on the dev@ thread I stated with you. Don On 5/31/07, David Jencks [EMAIL PROTECTED] wrote: On May 31, 2007, at 3:37 PM, Don Hill wrote: Hi, I have actually written the JSF-RI modules for

Re: Sun Jsf and Geronimo

2007-04-24 Thread David Jencks
On Apr 23, 2007, at 8:47 PM, Arinté wrote: I have tried installing the jsf files through geronimo and including in the war file and they both give the same error. IMO you should build from source to get reasonable results. We include apache myfaces instead of the jsf ri and the jsf ri

Re: Sun Jsf and Geronimo

2007-04-24 Thread Donald Woods
You can also download and try one of the daily builds that Prasad posts to the [EMAIL PROTECTED] mailing list - Original Message Subject: [BUILD] TRUNK: Successful for Revision: 532103 Date: 24 Apr 2007 22:32:43 - From: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To:

Re: Sun Jsf and Geronimo

2007-04-23 Thread Paul McMahan
Hello, How are you trying to use the sun jsf impl? For example are you including it in your WEB-INF/lib? If so then I don't expect that would work since Geronimo filters the jsf classes from a webapps classloader. This is a result of the JSF 1.2 specification 10.2.5 and 10.2.6 which

Re: Sun Jsf and Geronimo

2007-04-23 Thread Jay D. McHugh
If you haven't already found the link to the M4 binaries, here is where they are: http://people.apache.org/~hogstrom/2.0-M4-rc1/ Hope you have better luck with this. Jay Paul McMahan wrote: Hello, How are you trying to use the sun jsf impl? For example are you including it in your

Re: Sun Jsf and Geronimo

2007-04-23 Thread Arint
I have tried installing the jsf files through geronimo and including in the war file and they both give the same error. Paul McMahan [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hello, How are you trying to use the sun jsf impl? For example are you including it in your