"brudvik" wrote : I figured out the sollution on my own. It appears that the 
line:
  | 
  | Enumeration enum = request.getParameterNames();
  | 
  | Is valid in JBoss while in Tomcat the particular word "enum" will throw
  | an exception since it appears that they have reserved that word for their
  | own usage (or something like it). Could be others that would have faced
  | that same problem, or will face that same problem sometime.
  | 
  | Cheers!

Are you using Java 5.0? If you do, the word "enum" is reserved for the language 
itself, not for a specific AS.

Regards,
Gonçalo.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909054#3909054

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3909054


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to