Have you tried building lastest from SVN? I was able to get things
working locally (Mac OS X, JBoss 4.0.5).
The solution I came up with is documented at the tapestry5 site: use
Maven to package your classes into an additional jar in WEB-INF/lib.
On 2/22/07, Aslak Gronflaten <[EMAIL PROTECTED]
Hi again,
I tried hacking around in the tapestry code, replacing the part that
dynamically finds the page classes with some hardcoding, to see if
that would help, but alas, it just brings me to the next error, which
is the following:
java.lang.RuntimeException: No object of type
org.apache.tapes
Sorry about your deadline and thanks for taking it as far as you have.
Obviously, JBoss compatibility is pretty critical. Something about
how JBoss explodes the WAR for deployment is wierd and I'm going to
have to debug it to add some kind of work around.
I've added a bug and will look into this
Does that package exist (com.ec.tap5.pages)?
On 2/20/07, Aslak Gronflaten <[EMAIL PROTECTED]> wrote:
On 2/18/07, James Carman <[EMAIL PROTECTED]> wrote:
> Is Javassist a part of the "shared" classpath in JBoss 4.x?
Yes, javassist is the culprit for that part of the problem. Exchanging
the one
On 2/18/07, James Carman <[EMAIL PROTECTED]> wrote:
Is Javassist a part of the "shared" classpath in JBoss 4.x?
Yes, javassist is the culprit for that part of the problem. Exchanging
the one that comes with jboss with a newer one ( javassist-3.3.ga.jar
) gets me a little bit further.
But then
Is Javassist a part of the "shared" classpath in JBoss 4.x?
On 2/18/07, Geoff Callender <[EMAIL PROTECTED]> wrote:
I've hit the same problem had the same problem with Tapestry 5 in
JBoss 4.0.5. When I put the
Tapestry jars in the deployed file I get the stack trace below. It
shows that tapestr
I've hit the same problem had the same problem with Tapestry 5 in
JBoss 4.0.5. When I put the
Tapestry jars in the deployed file I get the stack trace below. It
shows that tapestry ioc is loaded up but
for some reason the class loader can't find org/apache/tapestry/
services/ApplicationGloba
Sorry, just haven't had a second to try this. I'm sure it's a matter
of security or other configuration.
On 2/16/07, Aslak Gronflaten <[EMAIL PROTECTED]> wrote:
Hi,
I'm having problems deploying tapestry 5 applications on JBoss (4.5 at least).
The first problem was that the tapestry jars need