Re: Sun Jsf and Geronimo

2007-06-01 Thread Don Hill
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? thanks david

Re: Library problem with Geronimo 2 M5

2007-05-31 Thread Don Hill
console.dbpool mydb /context jdbc/jndiname mydb On 5/31/07, David Jencks <[EMAIL PROTECTED]> wrote: On May 31, 2007, at 3:23 PM, Don Hill wrote: Hi, I have also hit this today and seems to me that t

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 modul

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: Library problem with Geronimo 2 M5

2007-05-31 Thread Don Hill
Hi, I have also hit this today and seems to me that the issue is the jaxen jar located in the parent classloader, and I think jaxen also has a reference to dom4j if your using the XPATH stuff. I have tto use dependency entries in geronimo-web.xml but that doesn't seem to work. Dave, Is there a w

web.xml and security constraint

2007-05-29 Thread Don Hill
Hi, I have the following resource protected in the web.xml, How can I define a geronimo-web.xml/security. to match this so that the deployment works. Restrict access to JSP pages Restrict access to JSP pages /greeting

Re: EAR fails to deploy library JARs

2007-01-29 Thread Don Hill
In JBOSS the dom4j.jar in in the $JBOSS_HOME/server/x/lib so if you removed the dom4j from the ear I believe it would still work in JBOSS, I would probably add it to the META-INF/MANIFEST.MF of the application for example EAR - META-INF/MANIFEST.MF - META-INF/application.xml - dom4j.jar

myfaces and geronimo 2-M1

2007-01-28 Thread Don Hill
Hi, I am trying to see the state of myfaces in M1, I am getting a Digester NoClassDefFound,does anyone know of myfaces/jsf is working in M1. Are there any work arounds for issues, I will continue to investigate but would like some advise on the implementation. Here is the stack that I have enco