Maciej Swiderski [http://community.jboss.org/people/swiderski.maciej] replied to the discussion
"error on serialization object"
To view the discussion, visit: http://community.jboss.org/message/540865#540865
--------------------------------------------------------------
Inside that class you have two members:
ComponetsService servComp;
Componets portComp;
are those two serializable? Or do you need them to be serialized? If not mark them as transient.
I understand that your project can be large but I meant to have complete set of classes that interacts with jBPM not all of you components.
Cheers,
Maciej
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/540865#540865]
Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
r ana [http://community.jboss.org/people/amy3k] replied to the discussion
"error on serialization object"
To view the discussion, visit: http://community.jboss.org/message/540864#540864
--------------------------------------------------------------
it is very large..because i use an other 2 components..jackrabbit and a server lotus notes for email and autherntification
so i can't do that..i know that this is very annoying.. but i've told you what my classes are returning..
the only method that i didn't exposed was getAllFolders - public List<folder> getAllFolders(String id, String idUtilizator) {(.. here is some jackrabbit code.. that works fine )}
i hope you can help me even so,
10x
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/540864#540864]
Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
Earnest Dyke [http://community.jboss.org/people/earniedyke] replied to the discussion
"jbpm 4 and active directory"
To view the discussion, visit: http://community.jboss.org/message/540841#540841
--------------------------------------------------------------
Sebastian,
Thanks for pointing me to this. I had looked at the Developer guide, just not far enough. I have created an IdentitySessionImpl that access my AD and it works fine in unit test. My question now is: where do I deploy this? Do I create a jar with it and place it somewhere in the jbpm deployment folder structure?
Earnie!
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/540841#540841]
Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
zecas zecas [http://community.jboss.org/people/zecas] replied to the discussion
"Releasing Task to a Group (Swimlane defined)"
To view the discussion, visit: http://community.jboss.org/message/540836#540836
--------------------------------------------------------------
> Huisheng Xu wrote:
>
> Hi Zacas,
> After you take a task, you could use assignTask(taskId, null) to release the taken task to groupTaskList.
Ops ... how did I missed that? I took a detailed look on the methods ... :0
Well, but I've tested and worked like expected.
Thank you for the quick response.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/540836#540836]
Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]