Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[smila-user] Exporting my boundle on SMILA distribution.

Hi.
I just created a pipelet calling a web service. Inside eclipse everithing works. Now I'd like to create my own build distribution using my pipelet and my bpel.

I must use SMILA 1.1.

I tested doing it using original SMILA 1.1 distribution and adding my bpel in configuration/org.eclipse.smila.processing.bpel and modifing deploy.xml. Then I exported my boundle (the pipelet) as described in wiki (http://wiki.eclipse.org/SMILA/Documentation/HowTo/How_to_export_a_bundle) and I tested just  copying it in plugins folder (at same level of smila.exe).

The bpel is seen by smila. That is not for pipelet as described in REST api response
{

  "message" : "Error processing BPEL workflow TrendAnalysisResultsDashboardPipeline: Invocation of pipeline element TrendAnalysisResultsDashboardPipeline/invokeDashBoardPipelet@29 failed due to pipelet error: Pipelet of class org.eclipse.smila.integration.trendanalysisresults.DashboardPipelet for activity TrendAnalysisResultsDashboardPipeline/invokeDashBoardPipelet@29 is not yet instantiated.\ncaused by: Invocation of pipeline element TrendAnalysisResultsDashboardPipeline/invokeDashBoardPipelet@29 failed due to pipelet error: Pipelet of class org.eclipse.smila.integration.trendanalysisresults.DashboardPipelet for activity TrendAnalysisResultsDashboardPipeline/invokeDashBoardPipelet@29 is not yet instantiated.\ncaused by: Pipelet of class org.eclipse.smila.integration.trendanalysisresults.DashboardPipelet for activity TrendAnalysisResultsDashboardPipeline/invokeDashBoardPipelet@29 is not yet instantiated."

}
I tested also the wiki about Build a SMILA-Distribution following this page
http://wiki.eclipse.org/SMILA/Documentation/HowTo/Howto_build_a_SMILA-Distribution
but something goes wrong as you can read below.

Buildfile: C:\workspace\SMILA.builder\make.xml
versions:
     [echo] SMILA version=1.1.0.Unversioned directory
clean:
   [delete] Deleting directory C:\workspace\eclipse.build
versions:
     [echo] SMILA version=1.1.0.Unversioned directory
bundle.names.init:
   [delete] Deleting: C:\workspace\SMILA.builder\.M_dirset2list.names~
   [delete] Deleting: C:\workspace\SMILA.builder\.M_dirset2list.names~
 [loadfile] Do not set property bundle.names.3rd as its length is 0.
   [delete] Deleting: C:\workspace\SMILA.builder\.M_dirset2list.names~
 [loadfile] Do not set property bundle.names.all.test as its length is 0.
   [delete] Deleting: C:\workspace\SMILA.builder\.M_dirset2list.names~
 [loadfile] Do not set property bundle.names.smila.test as its length is 0.
   [delete] Deleting: C:\workspace\SMILA.builder\.M_dirset2list.names~
 [loadfile] Do not set property bundle.names.3rd.test as its length is 0.
   [delete] Deleting: C:\workspace\SMILA.builder\.M_dirset2list.names~
fetch:
    [mkdir] Created dir: C:\workspace\eclipse.build
    [mkdir] Created dir: C:\workspace\eclipse.build\features
    [mkdir] Created dir: C:\workspace\eclipse.build\plugins
    [mkdir] Created dir: C:\workspace\eclipse.build\Application
     [echo] ### copying all features ###
     [echo]  bundle org.eclipse.smila.extension.feature does not exist!!
     [echo]  bundle org.eclipse.smila.feature does not exist!!
     [echo]  bundle org.eclipse.smila.product.core.feature does not exist!!
     [echo]  bundle org.eclipse.smila.test.feature does not exist!!
     [echo] ### copying all plugins ###
     [echo] plugins :  org.eclipse.smila.integration.trendanalysisresults
     [copy] Copying 11 files to C:\workspace\eclipse.build\plugins\org.eclipse.smila.integration.trendanalysisresults
     [copy] Copying 64 files to C:\workspace\eclipse.build\plugins
build.core:
     [java] Buildfile: C:\CUBRIKPRJ\Software\eclipse-target-SDK-4.2\plugins\org.eclipse.pde.build_3.8.0.v20120523-1555/scripts/productBuild/productBuild.xml
     [java] main:
     [java] preBuild:
     [java] preSetup:
     [java] checkLocalMaps:
     [java] getMapFiles:
     [java] postSetup:
     [java] checkLocalBase:
     [java] getBaseComponents:
     [java] processRepos:
     [java] generateFeature:
     [java] BUILD FAILED
     [java] C:\CUBRIKPRJ\Software\eclipse-target-SDK-4.2\plugins\org.eclipse.pde.build_3.8.0.v20120523-1555\scripts\productBuild\productBuild.xml:35: The following error occurred while executing this line:
     [java] C:\CUBRIKPRJ\Software\eclipse-target-SDK-4.2\plugins\org.eclipse.pde.build_3.8.0.v20120523-1555\scripts\productBuild\productBuild.xml:69: Unable to find element: C:\\workspace\eclipse.build\features\plugins\org.eclipse.smila.product\SMILA.product.
     [java] Total time: 13 seconds
     [java] An error has occurred. See the log file
     [java] C:\Documents and Settings\lorenzo\workspace\.metadata\.log.

BUILD FAILED
C:\workspace\SMILA.builder\make.xml:447: Java returned: 13

Total time: 38 seconds

Can you please help me having my SMILA build customed distribution?

Thanks
--

Lorenzo Eccher
lorenzo.eccher@xxxxxx
   (+39) 0461 312 306
Engineering Ingegneria informatica s.p.a
www.eng.it

ENGINEERING Society and Territory Trento Research Office
EIT-ITC Labs, Trento node

ESTRO Lab at FBK building
via Sommarive, 18
Povo - 38123 Trento

  Le informazioni trasmesse sono destinate esclusivamente alla persona o alla società in indirizzo e sono da intendersi confidenziali e riservate. Ogni trasmissione, inoltro, diffusione o altro uso di queste informazioni a persone o società differenti dal destinatario è proibita. Se ricevete questa comunicazione per errore, contattate il mittente e cancellate le informazioni da ogni computer.
  The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer.
  Die Informationen in dieser E-Mail-Mitteilung sind vertraulich und deren Verbreitung in jeglicher Art oder Form ist untersagt. Sollten Sie diese Nachricht irrtümlich erhalten haben, ersuchen wir Sie, sofort den Absender darüber zu informieren und die Mail zu löschen.


Back to the top