Ralph Soika

Results 125 comments of Ralph Soika

I have no better code than the one I posted here in the file 'bpmn-manhattan-router.txt'. My further development is using internal Open-BPMN Features that are specific to my project. The...

I also wonder if there is a way to set the p2p: enabled flag for the jitsi web container per environment variable?

Hi @OndroMih , yes you are right this was the use case I was searching for. Imagine a Web Application with a Rest API. You want user logins and also...

I thought this is the Soteria group here? I am surprised that apparently no one in the community encounters the problem of having to support both login procedures simultaneously in...

I think I am not able to provide this solution in a pull request. My own solution consists of only 10 class files. The soteria solution has far more the...

Hi @paule96 , yes of course this should not happen. Can you provide a demo.bpmn file to reproduce the bug? Then I will create a junit test to cover this...

If you like you can test the latest snapshot release : 1.2.1-SNAPSHOT Your feedback is welcome.

@paule96 , yes you are right at the moment this would not work. I do not really understand this xml structure. For my understanding in BPMN we have the following...

I am not sure if I can follow your thoughts. Yes of course you can build a XML Parser/Builder based on a XSD. This is in Java not much different...

Yes I was aware of that. Such a declaration means that the URI defines the default namespace: ```xml ``` This is fine and you can use any tag without a...