cancel
Showing results for 
Search instead for 
Did you mean: 

How to run the activiti source code?

balaji1
Champ in-the-making
Champ in-the-making
Hi,

1. We have checked out the source code from SVN and installed in SVN.
Can you please tell us how to build this source code?

ALso what will be the outcome of this process?

2. We have proposed to use activiti plugin for our porject. We need to customise the palette shapes and XML tags. Can you please tell us the process to perform.


Please help us to resolve to above issues. We are badly stuck up here.
294 REPLIES 294

tiesebarrell
Champ in-the-making
Champ in-the-making
It looks like you never created comboControl in the first place so it would be null. There should be a factory.createCCombo(result, SWT.DROP_DOWN) line somewhere.

balaji1
Champ in-the-making
Champ in-the-making
Tiese,
This is regarding the usage of shell and display class.

I am trying to create a table with below statements.  But I am getting exception at display.

Display display = new Display();
     Shell shell = new Shell(display);
        Table table = new Table(shell, SWT.BORDER | SWT.MULTI);
    
Please tell  is it the right way to create table.

tiesebarrell
Champ in-the-making
Champ in-the-making
I don't think you should create a new Display from Eclipse, you should create components within the correct SWT parent components, such as the property section. I haven't used the Table control myself, so I don't know about any specifics. Generally, this site is useful in finding usage examples: http://www.eclipse.org/swt/widgets/

balaji1
Champ in-the-making
Champ in-the-making
Tiese,
Can you please throw some light on the following  Annotation Type XmlJavaTypeAdapter.
Eg:  @XmlJavaTypeAdapter(IntegerUserMapAdapter.class)

Basically, I want its purpose and usage of it.

balaji1
Champ in-the-making
Champ in-the-making
Hi,

Can someone please reply to the above question.

Thanks

tiesebarrell
Champ in-the-making
Champ in-the-making
Balaji,

We don't use that type afaik. Have you looked for javadocs online?

mproch
Champ in-the-making
Champ in-the-making

balaji1
Champ in-the-making
Champ in-the-making
Mproch,

Yes. Can you throw some light about this annotation.

Thanks

mproch
Champ in-the-making
Champ in-the-making
Well, it's used for custom JAXB (un)marshalling, for example when you want to use Calendar object instead of Date for xsd:date fields you can annotate your class/field/package with @XmlJavaTypeAdapter and appriopriate XmlAdapter.
I think JAXB tutorial is good place to search: http://jaxb.java.net/tutorial/section_6_2_9-Type-Adapters-XmlJavaTypeAdapter.html#Type%20Adapters:%2...

balaji1
Champ in-the-making
Champ in-the-making
Tiese,
Netherlands rocking in Cricket.

49 overs - 286/6…Everybody got shocked.

Thanks