[jboss-user] [JBoss Seam] - Re: Seam in Eclipse: Library problems

cupdike do-not-reply at jboss.com
Wed Oct 25 10:09:22 EDT 2006


Call me old-fashioned, but when I go to build a project, I expect it to build without errors, and don't like the thought of ripping stuff out of it to get it to work.  After all, JBoss is all about professionalopen source.  Climbing down off my soapbox now... I, of course, reserve the right to have goofed something up, not realized it, and look stupid (as always ;-)

To get the project to build properly, I downloaded and added the JGroup project http://www.jgroups.org/javagroupsnew/docs/index.html to my libs.  Then, I had to change line 126 of  org.jboss.seam.util.Conversions.java from this: public static class ArrayConverter implements Converter to this:
public static class ArrayConverter implements Converter<Object>
and now everything is fine.  I'd submit a patch but seems pretty overkill to add 8 chars to a file (and I'm not sure I just didn't do something dumb).

Regards.

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

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



More information about the jboss-user mailing list