anonymous wrote : I am working on migrating code from weblogic to jboss.
|
| In weblogic, it is possible to suspend consumer of a queue by through mbean. Message will stay in the queue and not be delieved to its receiver including MDB.
When writing applications you should try not to use vendor specific functionality. Try and keep within the spec and you'll find you're applications will port a lot easier.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4168111#4168111
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4168111
Hello,
I build my own Workflow application using JBPM and the JSF addon for JBPM (JBPM4JSF).
Now I want to create my own implementation of JbpmJsfContext but I saw that in the PhaseListener and in the JbpmActionListener Wrapper not the interface (JbpmJsfContext.class) is expected but the real implementation (JbpmJsfContextImpl.class). This would result in a class cast exception when I put my own JbpmJsfContext implementation in the request map.
Also I can't extend JbpmJsfContextImpl because it is final.
So why they are using the implementation when there is an interface. I think that makes no sence.
Kind regards,
Marco.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4168102#4168102
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4168102
Here are the details of our current problems and configuration:
Problems:
1. JBoss Cache Loader throws deadlock error message
2. JBoss Cache doesn't response to any request (i.e. read, write)
configuration:
1. Deployed in 3 virtual servers
2. Using pessimistic locking REPEATABLE_READ
3. TCP protocol
We are planning to move to UDP protocol if it can solve the issue and of course if UDP is reliable.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4168101#4168101
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4168101