[jboss-user] [JBoss Seam] - Re: ResourceBundle in Database

pete.muir@jboss.org do-not-reply at jboss.com
Tue Jul 3 04:53:41 EDT 2007


"Zerg-Spirit" wrote : Moreover, I don't know how to set up my Resource Bundle to be used instead of the default one (using Seam 2.0).

Give it these annotations:

@Scope(ScopeType.SESSION)
  | @BypassInterceptors
  | @Name("org.jboss.seam.core.resourceBundle")
  | public class MyResourceBundle extends org.jboss.seam.international.ResourceBundle

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

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



More information about the jboss-user mailing list