[JBoss jBPM] - how to get the actorid of the starttask in home.jsp..JBPM-3.
by mr.sathya
Hi All...
In my requirement i want to display the start task actorid in my home.jsp..
could u pls provide me the code for that...
| <h:dataTable value="#{homeBean.latestProcessDefinitions}" var="processDefinition" headerClass="tableheader" columnClasses="tablecell">
| <h:column>
| <f:facet name="header">
| <h:outputText value="Start Process Link" />
| </f:facet>
| <h:commandLink action="#{homeBean.startProcessInstance}">
…
[View More] | <f:param name="processDefinitionId" value="#{processDefinition.id}"/>
| <h:outputText value="#{processDefinition.taskMgmtDefinition.startTask.name}" />
| </h:commandLink>
| </h:column>
| <h:column>
| <f:facet name="header">
| <h:outputText value="Process" />
| </f:facet>
| <h:outputText value="#{processDefinition.name}" />
| </h:column>
| <h:column>
|
| <f:facet name="header">
| <h:outputText value="Task Owner" />
| </f:facet>
| <h:outputText value="????????????" />
| </h:column>
| </h:dataTable>
|
help me the with proper expression which gives starttask owner in"???????"
or provide me guidelines what i have 2 do....
thanks in advance..
Regards,
sathya
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140337#4140337
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4140337
[View Less]
16 years, 11 months
[JBoss Portal] - Issue with doView() in case of multiple portlets
by pshaktig
Hi all,
I have a portal which contains 6-7 portlets. Each portlet, on some action redirects (requestdispatcher.include(req,res)) control to a jsp page. Each portlet has with it an associated jsp. The jsp page for each protlet calls a servlet whicd does some processing and sends back the response. The servlet is common to all jsp pages.
The issues is when I do rendering in doView(), when there is only one portlet on the page everything is fine. However, when there are multiple portlets on the …
[View More]page each page does not get its corresponding response. If I have two portlets on the page, the response for the first portlet is recieved in second portlet. Moreover there is no call to servlet from jsp page in case of second portlet.
I think there is one request object that is shared among all the portlets which leads to rendering of response for first portlet into the view area of second portlet.
Please help.
Thanks,
Shakti
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140333#4140333
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4140333
[View Less]
16 years, 11 months
[JBossWS] - Re: Overriding InvocationHandlerFactory
by zach.mabe@cox.com
Hoping I can entice some feedback with some more information.
I have created my handlers/factory and have successfully deployed them by placing them in a jar along with the meta-inf/services file in the server's lib directory (server/default/lib). As long as my jar is alphabetically less than the jbossws-jboss42.jar, it works. However, that strikes me as an odd requirement (the naming issue)
Placing it in jboss_home lib or lib.endorsed results a lot of NoClassDefFound Exceptions. So the …
[View More]server/default/lib seems to be the only the way to force the override.
What I am trying to accomplish with this new handler/factory is the ability to (optionally) use spring managed beans for service impls. Everything is working fine, better than fine because Spring lets my JSE endpoints use resource and persistencecontext annotations without my own interceptors. I'm just having a hard time selling concept of putting a jar named 1_myhandlers.jar (or something like that) in the server lib dir. Is there a better way?
Thanks
Zach
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140324#4140324
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4140324
[View Less]
16 years, 11 months