A swimlane, as fas as I understand, will keep the same actor. If TASK B is for a different actor then a swimlane will not solve this. What we did was to extend the taskInstance with our own object that keeps the information on the former actors on the task (Tasks can also be reassigned so you need to keep as fas history as needed). Then we used a Task Assignement Handler that checks for a flag to restore the former actor.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126468#4126468
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126468
Pete, I tried your example posted here: http://jroller.com/pmuir/entry/using_sets_in_jsf.
userGroup.xhtml now looks like this:
| <h:selectManyListbox id="locationsListBox" value="#{dc:asList(userGroupHome.instance.locations)}"
| disabled="#{not s:hasRole('admin')}">
| <s:convertEntity />
| <s:selectItems value="#{locationList.resultList}" var="location"
| label="#{location.locationName}" noSelectionLabel="None" />
| </h:selectManyListbox>
|
where 'asList' is the function described in the link above.
Now, when trying to create a userGroup I get:
model validation failed:/members/userGroup.xhtml @33,44 value="#{dc:asList(userGroupHome.instance.locations)}": Illegal Syntax for Set Operation
What am I missing?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126464#4126464
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126464
Hi Flavia,
You are right, the "src" tag must point to the class files to be transformed.
Although I had read the docs, I made an error in thinking of the "src" folder as the actual Java sources.
I had to set the "src" tag as shown below to get the AOPC compiler to pickup the files correctly, it must point to the directory that holds the actual .class file not the top level folder where the classpath starts.
| <src path="${bin.dir}${file.separator}com${file.separator}wills${file.separator}db" />
|
I have been able to apectize most of the classes barring a few that are giving exception such as
[aopc] java.lang.RuntimeException: defrost():
| com.wills.biz.SomeClass_1_MByMInvocation was pruned.
|
But I will try to figure out why only these classes errored out. Thankyou for your prompt response.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126459#4126459
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126459
I have downloaded jbpm-starters-kit-3.1.4 and jboss-jbpm-2.0-server ,what is usage of jbpm-starters-kit-3.1.4 .?
I have run the start.bat batch script and it appears to be up and running (when i go to "http://localhost:8080" the Jboss Application Server page appears) but when I create process project in eclipse 3.3 after project name it asks "locate jboss jbpm runtime" ,each address in jboss-jbpm-2.0-server folder I try it says " This location does not contain a valid JBoss jBPM runtime, please retry" but if I set jbpm address in jbpm-starters-kit-3.1.4 ,accepted,I am confused, I run jbpm server from start.bat file in jboss-jbpm-2.0-server ,why I should set jbm address in jbpm-starters-kit-3.1.4 ,what i role of jbpm-starters-kit-3.1.4?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126452#4126452
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126452