You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Jochen Kuhnle <li...@kuhnle.net> on 2005/07/05 15:11:24 UTC

JavaFlow & BCEL problems

Hi,

when using JavaFlow and Eclipse, I get the following error:

"Number of LocalVariableTable attributes of Code attribute '...' (method 
'...') exceeds number of local variable slots '...' ('There may be no more 
than one LocalVariableTable attribute per local variable in the Code 
attribute.')"

This has been discussed in [1]. I have created a new bcel.jar based on 
BCEL 5.1 and the Cocoon specific patches, and everything works fine. The 
question is what to do with it now:

1. Submit a patch to Cocoon

2. Submit a patch to BCEL (where patches seem to sit in the queue rather 
long, see [2])

3. Nothing

Regards,
Jochen

[1] http://marc.theaimsgroup.com/?l=xml-cocoon-dev&m=108059029005416&w=2

[2] http://issues.apache.org/bugzilla/show_bug.cgi?id=27854

Re: JavaFlow & BCEL problems

Posted by Torsten Curdt <tc...@apache.org>.
> when using JavaFlow and Eclipse, I get the following error:
> 
> "Number of LocalVariableTable attributes of Code attribute '...' (method 
> '...') exceeds number of local variable slots '...' ('There may be no more 
> than one LocalVariableTable attribute per local variable in the Code 
> attribute.')"
> 
> This has been discussed in [1]. I have created a new bcel.jar based on 
> BCEL 5.1 and the Cocoon specific patches, and everything works fine. The 
> question is what to do with it now:

Great!

> 2. Submit a patch to BCEL (where patches seem to sit in the queue rather 
> long, see [2])

I've got commit access - don't worry :)

Thanks for your help!

cheers
--
Torsten