I should also note that we are working with sun to try and get parameter
information included in the byte code.
-Jason
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3952791#3952791
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mo
The problem is that Java does not store the paramter names in the class file.
If the class is compiled with debugging, then they can be derrived, but the
differing behavior would be confusing, so tools consistently goes with the
type_position format.
You can however use the configuration file t
It would be interesting for me too to know how to avoid these ugly parameter
names. There must be some way to tell wstools that it should retain parameter
names from class file
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3952427#3952427
Reply to the post :