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 - qdlaty23

Pages: [1]
1
General Board / Problem calling custom code template
« on: November 04, 2006, 06:14:47 am »
Hello!

I have a problem with custom code templates. I've added my own template which the only thig it does is print out some literal text. Its template type is <None>.
I try to call it from a class template by specifying its name like %Test% (since its called Test), but my text is not being generated.
I know the class template from which I call my own template is being invoked, because if I add some literal text to it, then the text is printed out.
I've tried also other template types, but with the same result. What's going on? Why can't I define my own custom template and invoke it where I want??

My EA version is 6.5.798
Please help!! Thanks in advance for any clues.

2
General Board / Re: Tagged value that refers to a Screen does not
« on: January 16, 2006, 09:10:56 am »
FYI:

Just write it in the Details Memo box while defining tagged value:

---------------------------------------
Type=Enum;
Values=Value1,Value2,Value3;
Default=Value1;
---------------------------------------

This will make it a dropdown list with predefined values.

3
General Board / Re: EA and BEA WebLogic
« on: July 20, 2005, 03:41:06 am »
 Hi!

We have some processess running on a Weblogic Integration platform. Since Integration is very 'heavy' solution, we're also using our own statemachine implementation to inculde some additional business logic in the processes. The statemachine is configured from a special xml file (we call it 'state model').  
This file is generated from an XMI 1.2 export from EA using xslt transformation.
It works very fine. Of course not all can be done using xslt, so the output file is post-processed with a simple text-processing tool we have created.
I think this is the most flexible way to implement MDA process using EA.

Greetz

qdlaty

4
General Board / Re: generate XML from model
« on: July 20, 2005, 03:28:59 am »
Hi!

We're using transforms you've described at the moment.
We have some processess running on a Weblogic Integration platform. They are configured from a special xml file (we call it 'state model').
This file is generated from an XMI 1.2 export from EA using xslt transformation.
It works very fine. Of course not all can be done using xslt, so the output file is post-processed with a simple text-processing tool we have created.
I think this is the most flexible way to implement MDA process using EA.

Greetz

qdlaty

5
General Board / EA Trial and Database repository
« on: March 29, 2005, 09:33:34 am »
Hi!

I'm trying to migrate existing EAP project to a Oracle database repository with data transfer.
I've created the database using sql script from sparx homepage and I manage to connect to the database, but exporting the EAP file to Oracle repository brings no effect. Even the log file is not being created.
I had the same issue with MSSQL and MySQL repositories.
Am I doing something wrong or is just that the trial version doesn't support the functionality?

Thanks in advance for quick replies.

6
I just choose to 'register for COM' in Visual Studio C# Express Edition. It's fully automated so I don't have to do anything more.

7
Hi!

I have a problem with a add-in I wrote in C#. I know the component is written properly, because it works fine for my coleague who has the same version of EA and the same windows (with the same SP). Is there a possibility that it's somewhat COM's or windows'es fault?

We're using EA v. 4.51.751 and Windows 2000 SP4.

The message I get is "EA.exe has encoured a problem and needs to close..." - a standard message for a crashed application.

Of course it doesn't crash if I remove the registry key for my add-in.

Please help!

qdlaty

8
Hi!

I'm using an XSLT Transformation to generate a special xml file containing state model with lots of information on states, decisions and transitions including tagged values.
I use XMI 1.2 export and than XSLT 1.0 transformation. If you wish, I may send you a part of this transformation. I cannot give you the whole because it's being used by my company for MDA process, however as an author of this stylesheet, I can give you part of it as well as some advice if you wish.

Greetz ;-)

Pages: [1]