Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Service Oriented Architecture Tools Platform (STP) » Re: I have problem starting the BPMN modeler
Re: I have problem starting the BPMN modeler [message #374664] Tue, 08 April 2008 09:17 Go to next message
bacha  is currently offline bacha Friend
Messages: 53
Registered: July 2009
Member
Hello Mr Antoine ,
I would like to extend your code and have my personalised application.
In fact,I would like to add an option to any shape in diagram which
consist on
having a new tab in the Properties view in which the user can put new
properties(that he define it self) to that shape, in form of mapping
between a pair of strings.( like your "Annotation" tab).
I try to reuse the code of the annotation tab but I realise that your code
doesn't allow me to add new properties in the annotation tab (in key and
value
columns).
Could you please indicate to me what doing to let the user add all what he
wants in the columns key and values?

Thanks.
Firas.
Re: I have problem starting the BPMN modeler [message #374665 is a reply to message #374664] Tue, 08 April 2008 10:08 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: atoulme.intalio.com

Don't know of the best way to do that.

I'd add a button somewhere that would add a row, that means that the
object needs to be added first, then leave you a way to edit it.

Please ask the eclipse.platform newsgroup regarding jface topics,
they'll be of more help.

Thanks,

Antoine

firas wrote:
> Hello Mr Antoine ,
> I would like to extend your code and have my personalised application.
> In fact,I would like to add an option to any shape in diagram which
> consist on
> having a new tab in the Properties view in which the user can put new
> properties(that he define it self) to that shape, in form of mapping
> between a pair of strings.( like your "Annotation" tab).
> I try to reuse the code of the annotation tab but I realise that your
> code doesn't allow me to add new properties in the annotation tab (in
> key and value
> columns).
> Could you please indicate to me what doing to let the user add all what
> he wants in the columns key and values?
>
> Thanks.
> Firas.
>
Re: I have problem starting the BPMN modeler [message #374670 is a reply to message #374665] Thu, 10 April 2008 09:38 Go to previous messageGo to next message
bacha  is currently offline bacha Friend
Messages: 53
Registered: July 2009
Member
Hello Mr Antoine,
Could you please indicate to me which part of your STP code permit to
generate BPEL files.

Best regards.
Firas
Re: I have problem starting the BPMN modeler [message #374671 is a reply to message #374670] Thu, 10 April 2008 09:50 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: atoulme.intalio.com

The BPMN modeler only consists into BPMN modeling, there is no code
regarding the BPEL generation.

The Intalio|Designer product adds such capabilities, its code is not
open source.

Thanks,

Antoine

firas wrote:
> Hello Mr Antoine,
> Could you please indicate to me which part of your STP code permit to
> generate BPEL files.
>
> Best regards.
> Firas
Re: I have problem starting the BPMN modeler [message #374672 is a reply to message #374671] Thu, 10 April 2008 11:52 Go to previous messageGo to next message
bacha  is currently offline bacha Friend
Messages: 53
Registered: July 2009
Member
Hello ,
Is that mean that in the all open source STP project there is no BPEL file
generation ?

Thanks.
Firas.
Re: I have problem starting the BPMN modeler [message #374673 is a reply to message #374672] Thu, 10 April 2008 12:17 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: atoulme.intalio.com

Yes. The STP-IM component is working towards that goal though.

Thanks,

Antoine

firas wrote:
> Hello ,
> Is that mean that in the all open source STP project there is no BPEL
> file generation ?
>
> Thanks.
> Firas.
>
>
Re: I have problem starting the BPMN modeler [message #374674 is a reply to message #374673] Thu, 10 April 2008 12:20 Go to previous message
bacha  is currently offline bacha Friend
Messages: 53
Registered: July 2009
Member
Thank you for making things more clear for me.

Best regards.
Firas
Re: I have problem starting the BPMN modeler [message #614241 is a reply to message #374664] Tue, 08 April 2008 10:08 Go to previous message
Eclipse UserFriend
Originally posted by: atoulme.intalio.com

Don't know of the best way to do that.

I'd add a button somewhere that would add a row, that means that the
object needs to be added first, then leave you a way to edit it.

Please ask the eclipse.platform newsgroup regarding jface topics,
they'll be of more help.

Thanks,

Antoine

firas wrote:
> Hello Mr Antoine ,
> I would like to extend your code and have my personalised application.
> In fact,I would like to add an option to any shape in diagram which
> consist on
> having a new tab in the Properties view in which the user can put new
> properties(that he define it self) to that shape, in form of mapping
> between a pair of strings.( like your "Annotation" tab).
> I try to reuse the code of the annotation tab but I realise that your
> code doesn't allow me to add new properties in the annotation tab (in
> key and value
> columns).
> Could you please indicate to me what doing to let the user add all what
> he wants in the columns key and values?
>
> Thanks.
> Firas.
>
Re: I have problem starting the BPMN modeler [message #614266 is a reply to message #374665] Thu, 10 April 2008 09:38 Go to previous message
bacha  is currently offline bacha Friend
Messages: 53
Registered: July 2009
Member
Hello Mr Antoine,
Could you please indicate to me which part of your STP code permit to
generate BPEL files.

Best regards.
Firas
Re: I have problem starting the BPMN modeler [message #614269 is a reply to message #374670] Thu, 10 April 2008 09:50 Go to previous message
Eclipse UserFriend
Originally posted by: atoulme.intalio.com

The BPMN modeler only consists into BPMN modeling, there is no code
regarding the BPEL generation.

The Intalio|Designer product adds such capabilities, its code is not
open source.

Thanks,

Antoine

firas wrote:
> Hello Mr Antoine,
> Could you please indicate to me which part of your STP code permit to
> generate BPEL files.
>
> Best regards.
> Firas
Re: I have problem starting the BPMN modeler [message #614271 is a reply to message #374671] Thu, 10 April 2008 11:52 Go to previous message
bacha  is currently offline bacha Friend
Messages: 53
Registered: July 2009
Member
Hello ,
Is that mean that in the all open source STP project there is no BPEL file
generation ?

Thanks.
Firas.
Re: I have problem starting the BPMN modeler [message #614274 is a reply to message #374672] Thu, 10 April 2008 12:17 Go to previous message
Eclipse UserFriend
Originally posted by: atoulme.intalio.com

Yes. The STP-IM component is working towards that goal though.

Thanks,

Antoine

firas wrote:
> Hello ,
> Is that mean that in the all open source STP project there is no BPEL
> file generation ?
>
> Thanks.
> Firas.
>
>
Re: I have problem starting the BPMN modeler [message #614277 is a reply to message #374673] Thu, 10 April 2008 12:20 Go to previous message
bacha  is currently offline bacha Friend
Messages: 53
Registered: July 2009
Member
Thank you for making things more clear for me.

Best regards.
Firas
Previous Topic:Tuscany SCA 1.1 Support?
Next Topic:How to run org.eclipse.stp.bpmn.samples from source ?
Goto Forum:
  


Current Time: Thu Apr 18 06:13:18 GMT 2024

Powered by FUDForum. Page generated in 0.02550 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top