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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to