I’m using jdk 6 u2 on windows, and I still get errors using javassist
3.4. Although I don’t know why or how, I learned how to rewrite the code
to bypass them.
When I switch to 3.6.0 CR1, those errors were solved, but worse ones
appeared, so I decided to stay with the devil I know, and switch b
of the JVM is causing the
problem.
Another inconvenience is that javassist 3.6.0.CR1 in itself seems to be
preview as well and is not available via Maven's central repository.
Stephan
--
View this message in context:
http://www.nabble.com/-T5--StackMapTable-format-error-tf4194846.html#a121
thanks Howard, the newest javassist (3.6.0.CR1) solved my problem!
jm.
On 7/31/07, Howard Lewis Ship <[EMAIL PROTECTED]> wrote:
>
> I haven't tested myself under JDK 1.6. I suspect its Javassist that's
> having the problem. Not much we can do about that, except see if there's
> a
> newer versio
I haven't tested myself under JDK 1.6. I suspect its Javassist that's
having the problem. Not much we can do about that, except see if there's a
newer version of it that can handle JDK 1.6 better.
On 7/31/07, Janko Muzykant <[EMAIL PROTECTED]> wrote:
>
> hi all, i found something weird today. i'
hi all, i found something weird today. i've just changed jvm from 1.5 to
1.6.0.02 and got immediately such an exception:
java.lang.ClassFormatError: StackMapTable format error: bad class index
at java.lang.Class.getDeclaredConstructors0(Native Method)
at java.lang.Class.privateGetDeclaredC
That's an odd one!
You've done the normal ... clean rebuild, fresh restart, etc?
Are you using any inner classes in your page/component? I recently
fixed a bug (in 5.0.5) related to those.
If you can use 5.0.5 please do ... it produces much more comprehensive
exception data when an error occur
Hi all,
First of all: I'm using the 5.0.5 snapshot with JBoss 4.0.5-GA.
I have a component named LoginView. It shows the login status of the user.
The thing is, if I implement the beginRender method in this way:
@Inject
private SecurityService security;
void beginRender(MarkupWriter writer)
{
i
found my mistake the name of my home page is "start" and not "home"
... force of habit
g
kris
Kristian Marinkovic <[EMAIL PROTECTED]>
18.04.2007 11:14
Bitte antworten an
"Tapestry users"
An
users@tapestry.apache.org
Kopie
Thema
T5: StackMa
hi all,
i get the above error message when i link from my home
page to another page with exactly one component. i have
no clue what's missing... (i'm using the latest classes from
SVN)
g,
kris
Home Page:
public class Start {
@InjectPage("guess")
private Guess guessPage;
public Objec