Re: Performance problem : simple tapestry page takes long time to show up

2006-04-28 Thread Javier Sanchez
I am suffering the same problem on my current project (Tapestry 3.0.4, Hibernate 2.1.8, Oracle 9iR2, JBoss 3.2.7, Tomcat 5.0). We have been doing intensive testing on every thing for weeks without results. Did you ever solve this problem? Any comments are welcome. JAVIER SANCHEZ Bogota

Re: Tapestry for jBoss jBPM

2005-11-01 Thread Javier Sanchez
st have to understand Tapestry and JBpm independently to later put them to work together. JAVIER SANCHEZ. On 10/30/05, Sandhu <[EMAIL PROTECTED]> wrote: > Hi list , > > Wondering if anyone has any pointers/example for tapestry integration > into jBPM view . > > Cannot find any i

Re: Error: JTATransaction Could not register Synchronization (Tapestry +Hibernate)

2005-05-06 Thread Javier Sanchez
(JBoss/Tomcat) specially for transactions. There are some defaults that cause problems. Hope this help, JAVIER SANCHEZ. On 5/6/05, Patrick Yip <[EMAIL PROTECTED]> wrote: > I keep getting this error: JTATransaction Could not register > Synchronization. > > And I can'

Re: Hibernate Configuration and SessionFactory startup time

2005-05-06 Thread Javier Sanchez
Just use JNDI. JBoss 3.2.7 supports Hibernate in native form making this configuration easier. You just have to build the .har file, DS,... JBoss understands those files with no extra effort. JAVIER SANCHEZ On 5/6/05, Kent Tong <[EMAIL PROTECTED]> wrote: > John Anderson semiosix.co

Re: disable submit button when pressed

2005-05-30 Thread Javier Sanchez
Actually, that problem is not present in Firefox. Try it. However, MS IE has this annoying behaviour. > WHile I can take care of preventing double submits on the server, ... I am wondering how can you avoid double submits on the server side. Are you modifying Tapestry's Engine?

Re: Caching Lookup Tables with Tapestry and Hibernate

2005-06-07 Thread Javier Sanchez
Hibernate is certified with some 2nd level cache managers. For example, look at http://www.hibernate.org/158.html for a description of EHCache in Hibernate. JAVIER SANCHEZ EDESA S.A. On 6/7/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > How would you handle lookup tables > with

Re: Trails

2005-07-20 Thread Javier Sanchez
worked with Tapestry and Hibernate for more than one year now and we are going to start an internal project to build this infrastructure. We hope to contribute to Trails in the near future. JAVIER SANCHEZ CIO EDESA S.A. Bogota, Colombia South America On 7/19/05, Tapestry Fan <[EMAIL PROTEC

Krysalis Menu and selects on IE

2005-09-05 Thread Javier Sanchez
one have a fix for Krysalis-menu? -- Javier Sanchez CIO EDESA SA - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Weird Datepicker behavior on IE

2005-09-19 Thread Javier Sanchez
? - Javier Sanchez CIO EDESA S.A. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: WANTED: Live Tapestry Sites

2005-04-10 Thread Javier Sanchez
A Colombian site: http://www.sistemamatriculas.gov.co/app This is a Tapestry + Hibernate + AspectJ + JBoss application for the Ministry of Education in Colombia. This site will control registration for public schools all around the country, starting on Q4 2005. Javier Sanchez CEO EDESA S.A

Re: Non-HTML output

2005-04-11 Thread Javier Sanchez
To export data to CVS and Excel, we use JasperReports. If you already have your data on a contrib:table, you may use it as a datasource for JasperReports (no so much code is needed) and then, export your report to CVS. JAVIER SANCHEZ. On Apr 11, 2005 1:17 AM, Jeffrey Sze <[EMAIL PROTEC

Re: Help with an exception

2005-04-12 Thread Javier Sanchez
I've had had the same problem. I found out it happens only with MS Internet Explorer but not with Mozilla FireFox. JAVIER SANCHEZ. On Mar 24, 2005 2:52 PM, Hensley, Richard <[EMAIL PROTECTED]> wrote: > I'm getting the following exception, and I don't really know