Re: Congrats on Summer of Code proposal selection

2006-05-25 Thread fcarrion
Hi, I actually developped a ClusterSingleSignOn for Tomcat. It is available on the same website : http://wwwetu.utc.fr/~fcarrion/GoogleSoC.html I followed exactly my applying in the google summer of code. There you can find every thing, the patch for tomcat 5.5 and my doubts especially about

Re: Resource declaration.

2006-04-26 Thread fcarrion
Extending the factory class is a solution. But it is less user friendly for the web application developper. I mean he has to interest himself to the OpenJms API source code. And with OpenJms it is possible, because it is opensource, but in the case of a proprietary API code... it is a bit more

Resource declaration.

2006-04-26 Thread fcarrion
eas to solve this... PS : when you want to load with IE my howtos : http://wwwetu.utc.fr/~fcarrion/tomcat/jndi-jms-examples-howto.xml http://wwwetu.utc.fr/~fcarrion/tomcat/jndi-ejb-examples-howto.xml You get an error The XML page cannot be displayed. It's normal, this xml sheets have to be int

Documentation on JMS and EJB

2006-04-18 Thread fcarrion
available on http://wwwetu.utc.fr/~fcarrion/Tomcat.html Cheers' -- Fabien Carrion () Campagne du ruban ASCII -- Contre les mails en html /\ contre les pieces-jointes Microsoft - La información transmitida mediante el presente correo es para

Re: servlets 2.5 in Catalina

2006-04-03 Thread fcarrion
> The Servlet 2.5 implementation is already in progress. I haven't seen any information on the servlet 2.5 implementation in tomcat... > I have no problem > reusing portions of this patch (although there are some I don't agree > with) I don't agree with all my patch... I leave some notes on m

servlets 2.5 in Catalina

2006-04-03 Thread fcarrion
Hi the list, Just to tell you that I have implemented the the servlets 2.5 specifications. You can have a glance on http://wwwetu.utc.fr/~fcarrion/Tomcat.html I know that there is still some work on this small patch but right now what do you gays think of it ? Cheers' -- Fabien Ca

Contexts and Wrappers in Catalina

2006-03-01 Thread fcarrion
Hi the list, First sorry for my last post... It was not the right mailing list. At the end I solved my problem using an Arraylist and making this change : Index: connectors/util/java/org/apache/tomcat/util/IntrospectionUtils.java ==

org.apache.tomcat.util.digester.Digester

2006-02-22 Thread fcarrion
Hi the list, I'm trying to use the class org.apache.tomcat.util.digester.Digester but I got a missunderstanding... I hope you could help me. I read connectors/util/java/org/apache/tomcat/util/digester/package.html What I got is this kind of xml file : ID PROP1 PROP2 I