yeohuixin's Posts

Hi, I just started to learn vmware orchestrator I read vco_410_developers_guide on the inside of the plug-in development very interested, but I have no reason to clear the relations of several m... See more...
Hi, I just started to learn vmware orchestrator I read vco_410_developers_guide on the inside of the plug-in development very interested, but I have no reason to clear the relations of several major components in the plug-in development, such as a plug-in addition to business-related jar package, there is an inherit the interface of the adapter jar files. Documentation for the adapter interface to create the factory and manage objects. Create a factory can manage objects in order to find the plug-in object, how to achieve it? I saw examples of notes and said to the object by adding the gauge and triggers. gauge and trigger in the end what is it? How to use the gauge and trigger to create a workflow process ? I look at source of solarsystem, but the code does not IPluginEventPublisher interface implementation class, it makes me so confused, this interface does not implement the management functions can be added? Best to use an example。 who can help me? Be grateful
1      Right-click the Package Explorer view and select New VMware Project/File > Development Kit Projects. 2      Expand vCenter Orchestrator Plug-in Development. 3      Expand a node from th... See more...
1      Right-click the Package Explorer view and select New VMware Project/File > Development Kit Projects. 2      Expand vCenter Orchestrator Plug-in Development. 3      Expand a node from the available ones. I want to create hello world plug-in project. but It does not work. the error info is Errors occurred during the build. Errors running builder 'Integrated External Tool Builder' on project 'helloworld'. The builder launch configuration could not be found. The builder launch configuration could not be found. What should I do?
The   Eclipse Helios 3.6  is ok. UpdateSite-VCOPSK-com.vmware.vide-2.0.0.464971.zip was installed.
My platform is windowns 7 professional 32bit  eclipse : eclipse-jee-indigo-SR1-win32     jdk 1.6.0_20-rev Is my platform ok? the error info is Cannot complete the install because of a co... See more...
My platform is windowns 7 professional 32bit  eclipse : eclipse-jee-indigo-SR1-win32     jdk 1.6.0_20-rev Is my platform ok? the error info is Cannot complete the install because of a conflicting dependency.   Software being installed: vCenter Orchestrator Plug-in Starter Kit 2.0.0.464971 (com.vmware.vide.vcopsk.feature.feature.group 2.0.0.464971)   Software currently installed: Eclipse IDE for Java EE Developers 1.4.1.20110909-1818 (epp.package.jee 1.4.1.20110909-1818)   Only one of the following can be installed at once:     Dali Java Persistence Tools - JAXB Support - UI 1.0.0.v201006070001 (org.eclipse.jpt.jaxb.ui 1.0.0.v201006070001)     Dali Java Persistence Tools - JAXB UI 1.1.1.v201108080010 (org.eclipse.jpt.jaxb.ui 1.1.1.v201108080010)     Dali Java Persistence Tools - JAXB UI 1.1.2.v201201260000 (org.eclipse.jpt.jaxb.ui 1.1.2.v201201260000)     Dali Java Persistence Tools - JAXB Support - UI 1.0.1.v201006300000 (org.eclipse.jpt.jaxb.ui 1.0.1.v201006300000)     Dali Java Persistence Tools - JAXB UI 1.1.0.v201105180000 (org.eclipse.jpt.jaxb.ui 1.1.0.v201105180000)   Cannot satisfy dependency:     From: vCenter Orchestrator Plug-in Starter Kit 2.0.0.464971 (com.vmware.vide.vcopsk.feature.feature.group 2.0.0.464971)     To: org.eclipse.jpt.feature.feature.group 2.3.3   Cannot satisfy dependency:     From: Eclipse IDE for Java EE Developers 1.4.1.20110909-1818 (epp.package.jee 1.4.1.20110909-1818)     To: org.eclipse.epp.package.jee.feature.feature.group [1.4.1.20110909-1818]   Cannot satisfy dependency:     From: Java EE IDE Feature 1.4.1.20110909-1818 (org.eclipse.epp.package.jee.feature.feature.group 1.4.1.20110909-1818)     To: org.eclipse.jpt.jaxb.feature.feature.group 0.0.0   Cannot satisfy dependency:     From: Dali Java Persistence Tools 2.3.3.v201010220000-7N7UF77FD3wTgcVbmmf0cT (org.eclipse.jpt.feature.feature.group 2.3.3.v201010220000-7N7UF77FD3wTgcVbmmf0cT)     To: org.eclipse.jpt.jaxb.ui [1.0.1.v201006300000]   Cannot satisfy dependency:     From: Dali Java Persistence Tools 2.3.4.v201104192310-7N7UF77FD3wTgcVbmmf0cT (org.eclipse.jpt.feature.feature.group 2.3.4.v201104192310-7N7UF77FD3wTgcVbmmf0cT)     To: org.eclipse.jpt.jaxb.ui [1.0.1.v201006300000]   Cannot satisfy dependency:     From: Dali Java Persistence Tools - JAXB Support 1.0.0.v201104110000-508ZAkF7BB7OBM777A (org.eclipse.jpt.jaxb.feature.feature.group 1.0.0.v201104110000-508ZAkF7BB7OBM777A)     To: org.eclipse.jpt.jaxb.ui [1.1.0.v201105180000]   Cannot satisfy dependency:     From: Dali Java Persistence Tools - JAXB Support 1.0.1.v201108080010-508aAkF7BB7U8Q779A (org.eclipse.jpt.jaxb.feature.feature.group 1.0.1.v201108080010-508aAkF7BB7U8Q779A)     To: org.eclipse.jpt.jaxb.ui [1.1.1.v201108080010]   Cannot satisfy dependency:     From: Dali Java Persistence Tools - JAXB Support 1.0.2.v201111103010-508cAkF7BC8GBGA78A (org.eclipse.jpt.jaxb.feature.feature.group 1.0.2.v201111103010-508cAkF7BC8GBGA78A)     To: org.eclipse.jpt.jaxb.ui [1.1.2.v201201260000]
I alway can not understart what the adapter can do?  I think I make the plugin. The plugin just only have a jar. The jar is my business process without adapter.I submit the jar , I directly c... See more...
I alway can not understart what the adapter can do?  I think I make the plugin. The plugin just only have a jar. The jar is my business process without adapter.I submit the jar , I directly call the method in script task. I think this is very simple. My business process is Managemented by myself. The adaper looks like unnecessary. I learn orchestrator for a short time. please give me an example about adaper. What can I do with adapter?
Hi, I read vmware orchestrator developer user guid 4.0 . I use the example in the book.  I download http://www.vmware.com/downloads/download.do?downloadGroup=VCOPLUGINSDK420_GA . I import the ja... See more...
Hi, I read vmware orchestrator developer user guid 4.0 . I use the example in the book.  I download http://www.vmware.com/downloads/download.do?downloadGroup=VCOPLUGINSDK420_GA . I import the jar. the IPluginAdaptor inerface can not find . and I can not find vmware-vmo-sdkapi.jar. Does the vmware orchestrator developer user guid 4.0 has changed?  Has the Version 4.0  been unused? I do not read  http://communities.vmware.com/servlet/JiveServlet/previewBody/16820-102-2-21533/Installing_and_Configuring_vCO_Plug-in_SDK.pdf  and  http://communities.vmware.com/servlet/JiveServlet/previewBody/16935-102-1-21698/vCO%20Plug-in%20Development%20Best%20Practices.pdf. Do I have to read two books?
Mozilla Rhino javascript has <T> T getInterface(Class<T> clasz) and ScriptEngine.put .   Could I use two function in script Task . If I could, How to do it? Where can I put the file of my clas... See more...
Mozilla Rhino javascript has <T> T getInterface(Class<T> clasz) and ScriptEngine.put .   Could I use two function in script Task . If I could, How to do it? Where can I put the file of my class?
Thank you. the info is very useful.
Hi, I want to learn developing the orchestrator plug-in. I have the vcenter_orchestrator_examples. The example is vmware-vmosdk-solarsystem.dar /SolarSystem and /VSOSDK-SolarSystem. but i can n... See more...
Hi, I want to learn developing the orchestrator plug-in. I have the vcenter_orchestrator_examples. The example is vmware-vmosdk-solarsystem.dar /SolarSystem and /VSOSDK-SolarSystem. but i can not find the vmware-vmo-sdkapi.jar in VMware\Infrastructure\Orchestrator\app-server\server\vmo\lib. My orchestrator : Install Path C:\Program Files\VMware\Infrastructure\Orchestrator Version 4.2.0 build 5277 Server Status Running Where can I download the vmware-vmo-sdkapi.jar ?
Hi, I want to learn developing the orchestrator plug-in. I have the vcenter_orchestrator_examples. The example is vmware-vmosdk-solarsystem.dar /SolarSystem and /VSOSDK-SolarSystem. but i can no... See more...
Hi, I want to learn developing the orchestrator plug-in. I have the vcenter_orchestrator_examples. The example is vmware-vmosdk-solarsystem.dar /SolarSystem and /VSOSDK-SolarSystem. but i can not find the vmware-vmo-sdkapi.jar in VMware\Infrastructure\Orchestrator\app-server\server\vmo\lib. My orchestrator : Install Path C:\Program Files\VMware\Infrastructure\Orchestrator Version 4.2.0 build 5277 Server Status Running Where can I download the vmware-vmo-sdkapi.jar ?