2010/8/22 Dave Newton <davelnew...@gmail.com> > On Sat, Aug 21, 2010 at 8:48 PM, Maurizio Cucchiara wrote: > > > there isn't any or other stuff. > > > Of course there is--it's what's created by the shading. For example: > > > http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/ActionError.java?view=markup > >
> Look at line 29, which reads: > > import org.apache.commons.lang.xwork.StringUtils; > > I'll try to explain better: look at http://commons.apache.org/lang/api-2.3/org/apache/commons/lang/StringUtils.html. This is your org.apache.commons.lang.xwork.StringUtils. What really happened is that Maven "shades" apache common's StringUtils. Maurizio