[jboss-user] [JBoss Seam] - Re: StackOverflowError Shenanigans

norman.richards@jboss.com do-not-reply at jboss.com
Fri Dec 22 14:57:50 EST 2006


This looks like a side-effect of Gavin's change to allow you to use fully-qualified component names using a "." as a separator instead of "$".  All of the seam components are "org.jboss.seam.*".  If you override "org", things can blow up.

It might be possible for us to change the seam component naming to "seam.*" but that would only solve the short term problem.  So, for now - avoid "org" and any other toplevel namespace components that you are likely to use.  

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

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



More information about the jboss-user mailing list