Re: Tapestry 5.2.5 and jboss6

2011-05-11 Thread Jabbar
Hello Thiago, Sorry I couldn't get back to you. I had to deploy the application in Jetty and now my attention has been diverted to a small job that is taking longer than we expected. Geoff has a solution so will try this out when I get back to my tapestry application. On 5 May 2011 23:30, Thiago

Re: Tapestry 5.2.5 and jboss6

2011-05-08 Thread Lenny Primak
; >> From: Geoff Callender >> Subject: Re: Tapestry 5.2.5 and jboss6 >> To: "Tapestry users" >> Date: Saturday, 7 May, 2011, 16:39 >> This works. In >> ClasspathURLConverter replace this, which worked in JBoss >> 5... >> >>

Re: Tapestry 5.2.5 and jboss6

2011-05-08 Thread Shing Hing Man
Your solution works for me. Thanks! Shing --- On Sat, 7/5/11, Geoff Callender wrote: > From: Geoff Callender > Subject: Re: Tapestry 5.2.5 and jboss6 > To: "Tapestry users" > Date: Saturday, 7 May, 2011, 16:39 > This works.  In > ClasspathURLConverter replace

Re: Tapestry 5.2.5 and jboss6

2011-05-07 Thread Geoff Callender
This works. In ClasspathURLConverter replace this, which worked in JBoss 5... URLConnection connection = url.openConnection(); Object virtualFile = connection.getContent(); Object zipEntryHandler = inv

Re: Tapestry 5.2.5 and jboss6

2011-05-07 Thread Geoff Callender
Oops - don't modify ClasspathURLConverter as I did below. The JBoss server log shows that Tapestry's services start but no pages/components/mixins have been found, ie. there are no INFO messages from ComponentClassResolver. The solution will be to get ClasspathURLConverter working again. On 0

Re: Tapestry 5.2.5 and jboss6

2011-05-06 Thread Geoff Callender
I'm also having trouble with JBoss 6. I'm trying to deploy jumpstart's ear. First, a fix to the ClasspathURLConverter for JBoss 6. Instead of this... if (url != null && url.getProtocol().startsWith("vfs")) { try this... if (url != null && url.getProtocol().starts

Re: Tapestry 5.2.5 and jboss6

2011-05-05 Thread Adam Zimowski
We've had EJB's running on a separate JVM (in fact, separate physcial server) for years, with no performance problems. In fact, scalability wise, it's been to our advantage. With unit tests, EJBs are as testable as anything. In fact, I don't see a point in hosting EJBs locally on the same JVM as th

Re: Tapestry 5.2.5 and jboss6

2011-05-05 Thread Thiago H. de Paula Figueiredo
On Thu, 05 May 2011 18:34:18 -0300, Jabbar wrote: Hello Adam, We've always used JBoss, it's the company standard. I could perhaps use Glassfish or Jetty to host the application. The application works perfectly using the run jetty run eclipse plugin. What's the error message when you try t

Re: Tapestry 5.2.5 and jboss6

2011-05-05 Thread Jabbar
Hello Adam, We've always used JBoss, it's the company standard. I could perhaps use Glassfish or Jetty to host the application. The application works perfectly using the run jetty run eclipse plugin. On 5 May 2011 21:34, Adam Zimowski wrote: > I'm not sure if our setup will be of any help but..

Re : Tapestry 5.2.5 and jboss6

2011-05-05 Thread Hoang-Vu PHUNG
, Vu De : Adam Zimowski À : Tapestry users Envoyé le : Jeudi 5 Mai 2011 22h34 Objet : Re : Tapestry 5.2.5 and jboss6 I'm not sure if our setup will be of any help but... We use JBoss 6 with Tapestry 5.2.5, but indirectly. What is your purpose for needing

Re: Tapestry 5.2.5 and jboss6

2011-05-05 Thread Lenny Primak
I was unable to do this and switched to glassfish. That was easy On May 5, 2011, at 3:30 PM, Jabbar wrote: > Hello all, > Has anybody got tapestry 5.2.5 to work inside jboss 6? I've found various > mailing list messages for getting tapestery 5 to work with jboss 5.0.1, but > nothing conclusive

Re: Tapestry 5.2.5 and jboss6

2011-05-05 Thread Adam Zimowski
I'm not sure if our setup will be of any help but... We use JBoss 6 with Tapestry 5.2.5, but indirectly. What is your purpose for needing JBoss to power Tapestry? If it's for EJBs, we have a separate EJB server running our EJBs, and Jetty running Tapestry. We have an EJB module for Tapestry which

Tapestry 5.2.5 and jboss6

2011-05-05 Thread Jabbar
Hello all, Has anybody got tapestry 5.2.5 to work inside jboss 6? I've found various mailing list messages for getting tapestery 5 to work with jboss 5.0.1, but nothing conclusive for Jboss 6.0 Can anybody help or point me in the right direction? -- Thanks A Jabbar Azam