Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - almacivor

Pages: [1] 2
1
General Board / Importing BPEL
« on: June 08, 2010, 06:36:19 pm »
This may well be a stupid question, but has anyone tried to import BPEL into EA?
IF so, how on earth do you do it.

Cheers
Al

2
General Board / Re: Collaborative Space in These Forums?
« on: August 19, 2009, 05:32:12 pm »
excellent news. what a good idea.

3
Bugs and Issues / Re: Build 846 schema generation error
« on: July 27, 2009, 07:35:02 pm »
Good point. I should probably do that - just email support@... ?

4
Bugs and Issues / Build 846 schema generation error
« on: July 22, 2009, 08:29:22 pm »
Hi, since I've moved from a previous trial version to a licensed build 846 the right click "Generate XML Schema" option appears to have stopped working
I've tried creating a new package with a simple class, and using a set of classes stereotyped with the XSD MDG tags and both give me an"Error writing XML file" message.
Its stopping me getting my MDG code out to a customer :-[

5
Can anyone tell me how I can Identify a connector which has an association class, using the transformation language.
It's driving me mad.

Cheers
Al

6
Thanks, I'll have a look.

7
I'm trying to build message models from a logical data model.
When I execute a trasformation into XSD from my UML model, I get a package containing stereotyped classes, which is great.
IF I then update the orignial, and add an attribute then repeat the transform, the correct classes in the target model are synched up, and the new attribute added.
Therefore, I suspect that EA is maintaining dome link between the source and target classes.
Can anyone tell me where this link is stored, and how I might access it through the automation interface (or frankly just through the DB)

Cheers
Al

8
Has anyone got any information on how to apply a pattern via the automation interface

cheers

9
Automation Interface, Add-Ins and Tools / Re: Toolbox Help
« on: July 27, 2009, 07:33:33 pm »
Ah, cracked it now.

The prefix for my stereotypes didn't match the profile name :)

10
Automation Interface, Add-Ins and Tools / Toolbox Help
« on: July 20, 2009, 07:45:45 pm »
Hi,
I'm trying to develop a custom toolbox, and i've successfully got the toolbox to appear, but when I drag the items onto a diagram, nothing seems to happen.
The pointer changes to a plus sign, but thats about it.

I enclose the segment of the  MDG XML file..
<UIToolboxes><UMLProfile profiletype="uml2">
                  <Documentation id="A315B280-5" name="MDSOATools" version="1.0" notes="MDSOATools"/>
                  <Content>
                        <Stereotypes>
                              <Stereotype name="SOAClassElements" alias="MD SOA Components" notes="A set of components from the reference architecture which can be used to define a SOA solution &#xA;">
                                    <AppliesTo>
                                          <Apply type="ToolboxPage"/>
                                    </AppliesTo>
                                    <TaggedValues>
                                          <Tag name="MDSOA::InformationService(UML::Component)" type="" description="Test tool tip description1" unit="" values="" default="Information Service"/>
                                          <Tag name="MDSOA::ProcessService(UML::Component)" type="" description="" unit="" values="" default="Process Service"/>
                                    </TaggedValues>
                              </Stereotype>
                        </Stereotypes>
                        <TaggedValueTypes/>
                  </Content>
            </UMLProfile>
      </UIToolboxes>

11
excellent.
thats been irritating me for about 2 years now.

12
gave that a go but it didn't seem to get me anywhere.

Interestingly, the connections it's being funny with are compositions - which EA seems to insist upon drawing the wrong way round...

13
I'm having a similar issue.
I'm creating a new connector, and I call update, and then refresh the collections as follows:

con.SetClientID(srcEl.GetElementID());
con.SetSupplierID(tgtEl.GetElementID());
con.Update();
srcEl.GetConnectors().Refresh();
tgtEl.GetConnectors().Refresh();

However, I still get a null pointer when I call getConnectorbyGUID later!

14
Automation Interface, Add-Ins and Tools / Generating BPMN Code
« on: June 25, 2009, 07:14:49 pm »
I have som BPMN models which I'd like to share with a customer.
Ideally I'd like to generate the XML representation of BPMN and send that rather than an EA XMI (as they use another tool).
Can anyone tell me how to do this on v7. or the 30 day eval of 7.5 buld 845.
thanks
Al

15
EA has encountered  problem and needs to close.
I'll email the xmi through.
Incidentally, what do I have to do to get the code gen to correctly generate attributes of type List<class>. i've never managed to work it out.

Pages: [1] 2