[jboss-user] [JBoss Seam] - Re: ConvertEntity Seam 2.0 issue

pete.muir@jboss.org do-not-reply at jboss.com
Tue Jul 3 12:30:32 EDT 2007


Try

@Name("org.jboss.seam.persistence.persistenceProvider")
  | @Scope(ScopeType.STATELESS)
  | @BypassInterceptors
  | @Install(precedence=APPLICATION, classDependencies="something.TopLink.Specific", genericDependencies=ManagedPersistenceContext.class)
  | public class TopLinkPersistenceProvider extends PersistenceProvider {
  | 
  | }

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

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



More information about the jboss-user mailing list