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 - Toni Menzel

Pages: [1]
1
General Board / What licence is the eaapi.jar ?
« on: August 10, 2013, 12:48:33 am »
Given i'd like to develop against the eaapi (java automation interface), which license is it under? There is no LICENSE file within the jar.

2
Thanks "qwerty".
Then maybe coming from there, what would a C# hacker do? Is there an API for security control ? (other than Repository.getIsSecurityEnabled:boolean)

3
Hi again,

i did not find an API to access (read/write) the User/Group information in the eaapi.jar. Is it not accessible or am i just blind? Any chance to see it in future versions?
Am i correct that the only way to access it is using direct SQL queries (from within the API) ??
Thanks,
Toni

5
Can you point me to that OSS project?

Quote
There is nothing like an EA server as such. IIRC there's some open source project trying that but it is stalled since a couple of years. EA communicates through a central repository and you have single clients accessing that.

q.

6
Hey,

(this question is similar to my previous one but unrelated):
Given we want to access (read/write) an EA Model using the Java API on a Linux Server.I know there is support for Wine but i am worried that this installation installation will not be recognized from the Java based process.

So key question: does anyone have experience with this? Is there a "EA Server" thing? We would build one ourselves but the non network enabled automation makes it really hard.
What are other people doing?

Thanks,
Toni

7
Hi there,

in a corporate installation we get EA9 as a microsoft application virtualization (App-V). While the application itself just works fine we do have serious problems connecting to it using the Java Automation Interface (SSJavaCOM):
Caused by: java.lang.Exception: Failed to construct object. Error code: 0x80040154
        at org.sparx.Repository.comConstructor(Native Method)
        at org.sparx.Repository.<init>(Repository.java:170)

So questions:

1. Any experience with this. I already got a reply from Sparx Support saying they have "limited experience" with those types of installments. So i am asking here to a wider audience.

2. Any workaround installing EA in non-admin mode on Win7 ? Note: Automation interface needs to work. The UI is not enough.

Pages: [1]