Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » GMT (Generative Modeling Technologies) » [Epsilon] running the ETL sample from Java
[Epsilon] running the ETL sample from Java [message #609669] Mon, 26 November 2007 18:45
Jose Alfredo Serrano is currently offline Jose Alfredo SerranoFriend
Messages: 23
Registered: July 2009
Junior Member
Hello,

I'm new on Epsilon and I was trying to play with the examples.
In the ETL part, there is an example of using ETL from java. I have
modified the given Java class ETLStandaloneExample to make it compile
with the latest versions:
-EtlModuleImple becomes EtlModule,
-The method shutdown has been renamed as disposed
-the 'module.setSourceModel()' modified into
module.getContext().getTransformationStrategy().setSourceMod el()
-the 'module.setTargetModel()' modified into
module.getContext().getTransformationStrategy().setTargetMod el().

Is this alright?

Well, It says that DB!Database not found. Actually I have a plugin that
I ran as java application for this sample. The models (OO and DB) and
the instances (DBInstance and OOInstance) are placed at the project
folder. Am I missing something? Maybe the problem comes from the
modifications I made to make the class to compile.

Has anybody run this example successfully?

Jose Alfredo Serrano
Previous Topic:[TCS]:Error with TCS Wizard
Next Topic:Re: [MOFScript] Unprotected regions
Goto Forum:
  


Current Time: Thu Mar 28 13:15:15 GMT 2024

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

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

Back to the top