Re: Shale incompatibility with Glassfish

2006-10-04 Thread Cyril Bouteille
Hi Craig, Is there anything you could recommend us to try or any information we could provide you to help figure out the incompatibility with the latest glassfish v1 JSF implementation? Also, as a temp workaround for us, is it safe/ok to use remoting w/o shale-core in our classpath? It seems

[JSF] How to control scheme with commandLink/Button tags?

2007-01-19 Thread Cyril Bouteille
Hi, I've a problem using JSF/Shale on Sun AS 9.0.1 when deployed behind an SSL accelerator in production. Because secure requests get to the app server unencrypted, I am unable to use regular declarative security user-data-constraint/transport-guarantee/CONFIDENTIAL in web.xml, or it gets in

shale 1.0.4 in glassfish v2 classpath breaks admin webapp

2007-10-01 Thread Cyril Bouteille
smime.p7s Description: S/MIME Cryptographic Signature

Re: shale 1.0.4 in glassfish v2 classpath breaks admin webapp

2007-10-02 Thread Cyril Bouteille
smime.p7s Description: S/MIME Cryptographic Signature

Re: shale 1.0.4 in glassfish v2 classpath breaks admin webapp

2007-10-02 Thread Cyril Bouteille
(DefaultReadTask.java:212) at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:265) at com.sun.enterprise.web.connector.grizzly.WorkerThreadImpl.run(WorkerThreadImpl.java:116) |#] Cyril Bouteille wrote: Hello, We're using Shale 1.0.4 for a new JSF 1.2 web application inside Sun

Re: Broken URL's

2008-05-11 Thread Cyril Bouteille
smime.p7s Description: S/MIME Cryptographic Signature

Re: Broken URL's

2008-05-11 Thread Cyril Bouteille
Oops, sorry resending as plain text message: Cristi, I understand those taglib uris to be virtual only as unique keys for namespaces. They're not required to be a valid page for Shale or any other taglib. You can use tagdir=/WEB-INF/tags as an alternative to uris for your own tags, but I'm

Re: JSF 1.2 (MyFaces Core 1.2.x - implementation) Struts Shale

2008-05-14 Thread Cyril Bouteille
required. Try the new Yahoo! Canada Messenger for the Web BETA at http://ca.messenger.yahoo.com/webmessengerpromo.php -- Cyril Bouteille VP, Engineering TravelMuse, Inc. 4410 El Camino Real, Suite 102 Los Altos, CA 94022 (f) 650-941-4751 http://www.travelmuse.com [EMAIL PROTECTED] mailto:[EMAIL

Shale Remoting 1.0.4 not decoding HTTP param in UTF-8?

2008-12-19 Thread Cyril Bouteille
? Is there some sort of configuration setting we can set on Shale Remoting to make it decode parameters in UTF-8 w/o code change? Thanks! -- Cyril Bouteille VP, Engineering TravelMuse, Inc. 4410 El Camino Real, Suite 102 Los Altos, CA 94022 Site: http://www.travelmuse.com (RSS http://www.travelmuse.com

Re: [ANNOUNCE] Apache Shale To Move To the Attic

2009-04-28 Thread Cyril Bouteille
of the Apache Shale PMC, Thanks! Greg Reddin -- Cyril Bouteille VP, Engineering TravelMuse, Inc. smime.p7s Description: S/MIME Cryptographic Signature

Re: [ANNOUNCE] Apache Shale To Move To the Attic

2009-05-01 Thread Cyril Bouteille
. Mann -- Author, JavaServer Faces in Action http://twitter.com/kito99 http://twitter.com/jsfcentral http://www.virtua.com - JSF/Java EE consulting, training, and mentoring http://www.JSFCentral.com - JavaServer Faces FAQ, news, and info +1 203-404-4848 x3 On Tue, Apr 28, 2009 at 5:39 PM, Cyril

Re: Error Handling

2009-05-11 Thread Cyril Bouteille
executed before a lot of markup is written on the socket, or 2) increase the page buffer size to be larger than the content before your exception is triggered, e.g. %@ page buffer=10kb % Hope it helps, -- Cyril Bouteille TravelMuse, Inc. Tim Corless wrote: I found that I have