[jboss-user] [JBoss jBPM] - Re: Couldn't find process definition

2008-01-14 Thread wilson.almeida
Hi, edit in the file jboss/server/default/conf/jbossjta-properties.xml, 
addint property com.arjuna.ats.jta.allowMultipleLastResources and set value 
true:

properties depends=arjuna name=jta
  |   property name=com.arjuna.ats.jta.allowMultipleLastResources 
value=true/
  | 
  |   !-- ... other properties ... --
  | /properties

More information see link:

https://www.jfire.org/modules/bugs/view.php?id=62

Good lucky!

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4119778#4119778

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4119778
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Why don't instance RenderManager in Seam?

2007-02-09 Thread wilson.almeida
You would take your bean and implements the renderable intercafe. In 
rendermanager set this bean for requestRender();

I tried this way, and I didn't have success.


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4013811#4013811

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4013811
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Why don't instance RenderManager in Seam?

2007-01-31 Thread wilson.almeida
Now, it's work fine.

Solution in components.xml

  |component name=renderManager 
class=com.icesoft.faces.async.render.RenderManager scope=APPLICATION/
  | 
  |component name=manter scope=SESSION
  |   property name=renderManager#{renderManager}/property
  |/component
  | 


Thank you Gavin.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4008750#4008750

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4008750
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user