[jboss-user] [JBoss Seam] - Re: Synched with latest code to build/deploy the examples an

Gleb.Gadyatskiy do-not-reply at jboss.com
Tue Nov 14 09:40:03 EST 2006


Hi All,

I have solved this problem by adding the following code to org.jboss.seam.core.Events (and rebuilding jboss-seam.jar)

   public void raiseEvent(String type)
  |    {
  |       raiseEvent(type, new Object[0]);
  |    }
  | 

After that the bud disappeared.

May we, we should add it to JBoss Seam source code?

Best regards,
Gleb.


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

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



More information about the jboss-user mailing list