With persistent messages normally the database is the bottleneck.
There's not a lot that can be done about that as long as we use a database for persistence.
Having said that, last time we measured JBM was significantly faster than JBoss MQ even for persistent messages.
IN JBM 2.0, we will be moving to a fast file journal based persistence where each node maintains its own journal.
This should give much better performance and scalability in a cluster.
We will also be moving to a fast NIO transport based on Apache MINA. This will remove our other perceived performance bottleneck - JBoss Remoting.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075527#4075527
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075527
I have added the relevant code to web.xml and add the code to the facelets page.
I am not getting a captcha...
I get:
22:30:33,968 WARN [lifecycle] /pages/user/captcha.xhtml @38,46 value="#{captcha.response}": Target Unreachable, identifier 'captcha' resolved to null
javax.el.PropertyNotFoundException: /pages/user/captcha.xhtml @38,46 value="#{captcha.response}": Target Unreachable, identifier 'captcha' resolved to null
at com.sun.facelets.el.TagValueExpression.getType(TagValueExpression.java:62)
AHA ! Found it...
The Documentation doesn't say to actually add the JCaptcha jar to your Ear...
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075523#4075523
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075523
I found that every time the web-server of a seam application restarts, the ProcessDefinition which is defined in "components.xml" is redeployed and gets a new version. All nodes and tasks are redeployed too. I know this is the default behavior. But my application uses jbpm api to find ProcessDefinitions and Tasks and shows them in a tree. (In fact I am using them for categorizing tasks instances.) But after every restart, my tree grows with repeated ProcessDefinitions and Tasks!
Any idea for preventing this?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075520#4075520
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075520