JBoss Community

JBoss AS7.1.1 - JSP import error - same package & class name conflict

created by syau in JBoss AS 7 Development - View the full discussion

Windows 7 & JBoss AS7.1.1 - I try to import a class under package 'actions' in JSP,

 

 

com.mycomp.mvc.actions.*

 

 

This conflicts with,     com.mycomp.mvc.Actions class

 

 

and getting the following error,

 

 

Unable to compile class for JSP ... The import com.mycomp.mvc.actions cannot be resolved.

 

 

Tried this https://issues.jboss.org/browse/JBVFS-170  and added  the entry '-Djboss.vfs.forceCaseSensitive=true' in 'standalone.bat', but no luck.

 

 

Am I doing the correct thing or anything else I need to add?

Reply to this message by going to Community

Start a new discussion in JBoss AS 7 Development at Community