UPDATE:
After further investigation, I've concluded it must have something to do with our machine setup, although I'm at a loss as to how this is happening. Running System.out.println( InetAddress.getLocalHost().toString() ); on the affected machine returns the hostname followed by the loopback adress. All other machines return the hostname followed by their assigned ip addresses. Suggestions? Thanks,
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4015936#4015936
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4015936
hi
please help. I m eager to watch the failover mechanism...
I dont have the notion that a dead JBoss server can do any thing. But also dont know how to hit the Apache port as you said. (which port number i should give ?).
still i m not sure whether there is any error in setting up those configs as explained in jboss-wiki.The only way to know that is to hit the apache port. which port number ishould use.
Kindly help me..
thank you
sreevals
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4015933#4015933
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4015933
I have tried to use the Seam Security EL function hasRole in a jBPM process as a transition condition eg.
| <decision name="CheckRole">
| <transition name="ApprovalNotRequired" to="ActivateEntry">
| <condition expression="#{s:hasRole('entrySupervisor')}"/>
| </transition>
| <transition name="ApprovalRequired" to="ApproveEntry">
| <condition expression="#{s:hasRole('entryUser')}"/>
| </transition>
| </decision>
|
However I get the following exception:
org.jbpm.jpdl.el.ELException: No function is mapped to the name "s:hasRole"
What is required in order to add the Security EL functions to jBPM? Not sure where to start.
Thanks,
Damian.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4015930#4015930
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4015930
Hello Folks,
I'm helping a client do portal evals on WSPS and JBoss. One thing that the client is interested in, is allowing users to select certain portlets from a restricted list. They'd like certain portlets to be mandatory and others to be optional on various pages.
It seems that the Management Portlet is the single mechanism for portlet placement. Will we be able to have the flexibility to lock certain portlets to a particular page and also allow users to select and place them from a selected list of portlets?
All input appreciated
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4015926#4015926
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4015926