With all the online mobile devices it is indeed a very interesting addition.
On thing that I think would make it *a lot more secure* ;-) is using a hash as an ID instead of the actorid. (just like google does) This would require an additional field in the identity system I think
The usecases are nice btw, especially the pooled assignment stuff.
I'll see if I can get it to work on my Nokia N95 and/or iPod Touch.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4220024#4220024
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4220024
interupting long runnning things is not different in jBPM then in any other java application.
Make actionhandlers that can receive events (non-jbpm events) and act upon them. Have your timer send one of these events then..
But it might be a nice addition to jBPM I think to be able to cancel long running async things when they are already running (timers can be cancelled when not started yet)
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4220021#4220021
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4220021
I don't say you need a database to run things, I just say that the jbpm container resolves subprocess dependencies when you *deploy* them. Since you do not deploy them, there is no resolver and you have to associate the two yourself.
the 'I doudbt you would' success was indeed a bit harsh and not directed at you, but a remark in general which I now think is not completely valid. What I wanted to express is why not just associate the two via an api if you know they are related instead of trying to make resolvers or whatever.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4220020#4220020
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4220020
Jboss server 4.2.2ga
Jbossportal 2.7.0
I have created one portal. This portal contains four portlets.
I need to store some information in session in one portlet ( ie, A ) and get that information in another portlet (ie, B). I can get the value through Inter portlet communication but I need to get this through session only. Is there any way?. please reply.
I used the below code but i got only null values
request.getPortletSession().setAttribute("country", country, PortletSession.APPLICATION_SCOPE)
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4220018#4220018
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4220018