<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/clearspace/rss" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>VMware Communities : Thread List - Orchestrator APIs</title>
    <link>http://communities.vmware.com/community/developer/forums/orchestrator?view=discussions</link>
    <description>Latest Forum Threads in Orchestrator APIs</description>
    <language>en</language>
    <pubDate>Thu, 05 Nov 2009 20:24:45 GMT</pubDate>
    <generator>Clearspace 1.10.12 (http://jivesoftware.com/products/clearspace/)</generator>
    <dc:date>2009-11-05T20:24:45Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Plugin Object Attributes - how are they accessed</title>
      <link>http://communities.vmware.com/thread/240554</link>
      <description>&lt;br /&gt;
How does Orchestrator implement the mapping of script-object attributes?  Does it directly access the Java class members?  Does it utilize getter/setter methods?  I'm kind of seeing that it may be some combination of the two.  &lt;br /&gt;
&lt;p /&gt;
This has an impact on how I need to rearchitect aspects of my plugin class with has some List type attributes in java which cannot be set from the Java Script  Arrays.  I need to know if I need to adjust the member type and visibility ot just provide different setter/getter method signatures.</description>
      <pubDate>Tue, 03 Nov 2009 20:36:30 GMT</pubDate>
      <author>BlueDevilDan</author>
      <guid>http://communities.vmware.com/thread/240554</guid>
      <dc:date>2009-11-03T20:36:30Z</dc:date>
      <clearspace:dateToText>2 weeks, 3 days ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Orchestrator API documentation</title>
      <link>http://communities.vmware.com/thread/239994</link>
      <description>&lt;br /&gt;
Hi,&lt;br /&gt;
&lt;p /&gt;
Where can I find the documentation for the Orchestrator APIs (for the workflow/action scripting and for the webviews)?&lt;br /&gt;
&lt;p /&gt;
 thanks.&lt;br /&gt;
&lt;p /&gt;
SH</description>
      <pubDate>Sat, 31 Oct 2009 23:45:27 GMT</pubDate>
      <author>sh230388</author>
      <guid>http://communities.vmware.com/thread/239994</guid>
      <dc:date>2009-10-31T23:45:27Z</dc:date>
      <clearspace:dateToText>2 weeks, 6 days ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Passing JavaScript Array to a Plugin</title>
      <link>http://communities.vmware.com/thread/239597</link>
      <description>&lt;br /&gt;
I have a Java Object in my plugin with an attribute that is a java.util.List. How can I set this value from the Java Script&lt;br /&gt;
&lt;p /&gt;
I tried to use a JavaScript array type but get this error.  Cannot convert org.mozilla.javascript.NativeArray@271636 to java.util.List &lt;br /&gt;
&lt;p /&gt;
But I don't know how to make something of the java.util.List type within the scripting context.  I guess this is a general question about dealing with plugin object attributes that are collection types.</description>
      <pubDate>Thu, 29 Oct 2009 20:12:36 GMT</pubDate>
      <author>BlueDevilDan</author>
      <guid>http://communities.vmware.com/thread/239597</guid>
      <dc:date>2009-10-29T20:12:36Z</dc:date>
      <clearspace:dateToText>3 weeks, 2 days ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Plans for generic SOAP support within workflows?</title>
      <link>http://communities.vmware.com/thread/237675</link>
      <description>&lt;br /&gt;
Hi,&lt;br /&gt;
&lt;p /&gt;
Are there any plans to add generic SOAP support into VMO (so that SOAP operations can be called from workflows)?&lt;br /&gt;
&lt;p /&gt;
By "generic SOAP support", I mean things such as&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Importing a WSDL&lt;/li&gt;
&lt;li&gt;Having the types exposed by the XML schemas used by the WSDL automatically exposed as types / scriptable objects in VMO&lt;/li&gt;
&lt;li&gt;Perhaps having a "SOAP operation" task to invoke a soap operation as part of a workflow.&lt;/li&gt;
&lt;li&gt;Perhaps having the interface defined by the WSDL exposed as a scriptable object in VMO (so that operations can be invoked via javascript)&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
--Phil</description>
      <category domain="http://communities.vmware.com/tags?communityID=3081">soap</category>
      <category domain="http://communities.vmware.com/tags?communityID=3081">wsdl</category>
      <pubDate>Tue, 20 Oct 2009 15:26:04 GMT</pubDate>
      <author>philsttr</author>
      <guid>http://communities.vmware.com/thread/237675</guid>
      <dc:date>2009-10-20T15:26:04Z</dc:date>
      <clearspace:dateToText>3 weeks, 2 days ago</clearspace:dateToText>
      <clearspace:messageCount>5</clearspace:messageCount>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>Plugin Objects being available as Types in the Orchestrator UI</title>
      <link>http://communities.vmware.com/thread/237678</link>
      <description>&lt;br /&gt;
I'm trying to understand the interaction of plugin scripting objects and the types (like for workflow parameters and attributes) &lt;br /&gt;
&lt;p /&gt;
When I  try to change the type of a workflow attribute for example, I get a list of typs that includes primitive script types and types that appear to be from Plugins (such as SSH:File, SSH:Folder, SSH:RootFolder, SSH:Connection and a number of others with VC: prefixing).  How are these types created from the plugin such that they appear here.  I have some types that my plugin provides that I would like to use here because they would hand off from one workflow task to another, but I can't see how that is done.  I have dug through the vmware-vmosdk-ssh.dar file trying to see how these SSH types were defined, but I can't see anything that was done that seems obvious to me.&lt;br /&gt;
&lt;p /&gt;
 Thanks</description>
      <category domain="http://communities.vmware.com/tags?communityID=3081">plugin</category>
      <category domain="http://communities.vmware.com/tags?communityID=3081">type</category>
      <pubDate>Tue, 20 Oct 2009 14:10:37 GMT</pubDate>
      <author>BlueDevilDan</author>
      <guid>http://communities.vmware.com/thread/237678</guid>
      <dc:date>2009-10-20T14:10:37Z</dc:date>
      <clearspace:dateToText>1 month, 15 hours ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>Plugins and Java Methods that throw exceptions</title>
      <link>http://communities.vmware.com/thread/236778</link>
      <description>&lt;br /&gt;
I am trying to determine how to deal in my plugin with exposing a java object method that could throw and exception.  For the example below, I have added an object mapping for the exception class and the getErrno and getReason methods&lt;br /&gt;
&lt;p /&gt;
 in my java script I have &lt;br /&gt;
&lt;p /&gt;
try {&lt;br /&gt;
&lt;p /&gt;
  method.invoke();&lt;br /&gt;
&lt;p /&gt;
}&lt;br /&gt;
&lt;p /&gt;
catch (e) {&lt;br /&gt;
&lt;p /&gt;
  errno = e.getErrno() ;&lt;br /&gt;
&lt;p /&gt;
} &lt;br /&gt;
&lt;p /&gt;
is the e that I catch going to be my java exception object or is it something else?&lt;br /&gt;
&lt;p /&gt;
When I execute this (with invoke set to throw the exception) I get "TypeError: Cannot find function getErrno"</description>
      <pubDate>Wed, 14 Oct 2009 17:03:46 GMT</pubDate>
      <author>BlueDevilDan</author>
      <guid>http://communities.vmware.com/thread/236778</guid>
      <dc:date>2009-10-14T17:03:46Z</dc:date>
      <clearspace:dateToText>1 month, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>Relationship of plugins and classloaders</title>
      <link>http://communities.vmware.com/thread/236372</link>
      <description>&lt;br /&gt;
I was trying to create plugins that are interrelated.  Meaning I have distinct Object groupings that I want to expose as plugins to the orchestrator.  Internally however, there is java code that is common between them.  It appears that each plugin is managed with its own classloader internally, which means that these common classes may be constructed via different class loaders, which creates problems when objects intermingle.&lt;br /&gt;
&lt;p /&gt;
 It would be really cool to have plugins that can depend on other plugins in such a manner as they would be managed via hierarchical class loaders.  In this way I could have a core Plugin A that could be extended via a Plugin B.  I could then in the Java script create objects from Plugin B and hand them to objects of Plugin A to further manipulate.  Then internally, since Plugin B depends on plugin A, Plugin B's classloader would be a child of plugin A's classloader, making it possible for the Plugin A classes to see all instances of Plugin B objects as created within the context of its Plugin A's class loader.   &lt;br /&gt;
&lt;p /&gt;
The particular problem I have is that Plugin A works via annotations and the classes in Plugin B are annotated by classes defined in Plugin A.  Unless these annotation instances are loaded via the same classloader, they are not seen as equivalent. &lt;br /&gt;
&lt;p /&gt;
 Is there some aspect of the plugin mechanism that I have missed that would support this?  Is there any plan that would support this in the future?</description>
      <pubDate>Mon, 12 Oct 2009 19:05:46 GMT</pubDate>
      <author>BlueDevilDan</author>
      <guid>http://communities.vmware.com/thread/236372</guid>
      <dc:date>2009-10-12T19:05:46Z</dc:date>
      <clearspace:dateToText>1 month, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>Missing item in Plugin Schema question</title>
      <link>http://communities.vmware.com/thread/235744</link>
      <description>&lt;br /&gt;
In looking at the schema for plugins &lt;a class="jive-link-external" href="http://www.vmware.com/support/orchestrator/plugin-4-0.xsd"&gt;http://www.vmware.com/support/orchestrator/plugin-4-0.xsd&lt;/a&gt; I notice that when defining a scripting object there are descriptions allowed for objects, methods, and constructors, but not attributes.  However, when using the Orchestrator UI for building the workflow action scripting, the API search for existing items shows attributes with descriptions (Array.length for example).&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
So my question is whether descriptions are allowed for attributes in the Orchestrator engine and if this was simply forgetten to be added to the plugin schema?</description>
      <category domain="http://communities.vmware.com/tags?communityID=3081">plugin</category>
      <category domain="http://communities.vmware.com/tags?communityID=3081">schema</category>
      <pubDate>Thu, 08 Oct 2009 13:23:03 GMT</pubDate>
      <author>BlueDevilDan</author>
      <guid>http://communities.vmware.com/thread/235744</guid>
      <dc:date>2009-10-08T13:23:03Z</dc:date>
      <clearspace:dateToText>1 month, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Better documentation for plugin XML structure</title>
      <link>http://communities.vmware.com/thread/233946</link>
      <description>&lt;br /&gt;
I have been looking at a the XML Schema definition for Orchestrator plugins (&lt;a class="jive-link-external" href="http://www.vmware.com/support/orchestrator/plugin-4-0.xsd"&gt;http://www.vmware.com/support/orchestrator/plugin-4-0.xsd&lt;/a&gt;).  While this helps me to see all the possible elements and attributes, it does not really provide much explanation for them. &lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
For example, in the definition for a scripting object attribute is an XML attribute called returnType which is if type string.  However, there is no defined XSD enums or other comment for what the valid values are for this string.  Is it Java types?  Is it some other keyword mechanism to support the JavaScript/Java mapping?.  The plugin developer's guide does not provide this.&lt;br /&gt;
&lt;p /&gt;
I have the basic pattern for plugin development understood and working.  What I' looking for is a more complete reference information for all the details.  It would be fine for me for this to be annotated in this plugin schema.  In fact that is probably the correct place.  So, that is my suggestion.  In the mean time, is there a resource that I have not yet found that can provide me with this detail?&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;</description>
      <pubDate>Mon, 28 Sep 2009 14:57:23 GMT</pubDate>
      <author>BlueDevilDan</author>
      <guid>http://communities.vmware.com/thread/233946</guid>
      <dc:date>2009-09-28T14:57:23Z</dc:date>
      <clearspace:dateToText>1 month, 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Can I drive UI automation thru Orchestrator</title>
      <link>http://communities.vmware.com/thread/230361</link>
      <description>Hi &lt;br /&gt;
&lt;br /&gt;
I'm a total newbie to this concept of VMware and I have been assigned the task of automating my company's installer on VM Servers. So I was wondering if Orchestrator is the right technology for automating UI actions like button click etc. Also can I automate Pre-boot input thru keyboard visa Orchestrator. If not can somebody please point to the right way of doing it.&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
Mateen</description>
      <pubDate>Tue, 08 Sep 2009 09:45:30 GMT</pubDate>
      <author>mateenhussain</author>
      <guid>http://communities.vmware.com/thread/230361</guid>
      <dc:date>2009-09-08T09:45:30Z</dc:date>
      <clearspace:dateToText>2 months, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>8</clearspace:messageCount>
      <clearspace:replyCount>7</clearspace:replyCount>
    </item>
    <item>
      <title>Orchestrator license question</title>
      <link>http://communities.vmware.com/thread/228882</link>
      <description>&lt;br /&gt;
Hi, &lt;br /&gt;
&lt;p /&gt;
I have a question about the orchestrator &lt;br /&gt;
&lt;p /&gt;
I have a Vmware Foundation license and I have need to install the orchestrator &lt;br /&gt;
&lt;p /&gt;
What do I have to buy in order to install Orchestrator? &lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
Is it  plug in sold separately to the standard license for VMware server?&lt;br /&gt;
&lt;p /&gt;
Many thanks in advance &lt;br /&gt;
&lt;p /&gt;
Regards &lt;br /&gt;
&lt;p /&gt;
Gianluca</description>
      <pubDate>Mon, 31 Aug 2009 12:07:15 GMT</pubDate>
      <author>gchi</author>
      <guid>http://communities.vmware.com/thread/228882</guid>
      <dc:date>2009-08-31T12:07:15Z</dc:date>
      <clearspace:dateToText>2 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>how to disconnect a SCSI device by a virtual machine before running VMotion</title>
      <link>http://communities.vmware.com/thread/229185</link>
      <description>&lt;br /&gt;
Hi ,&lt;br /&gt;
&lt;p /&gt;
I need to learn how to disconnect a SCSI device connected to a virtual machine before running VMotion using Orchestrator &lt;br /&gt;
&lt;p /&gt;
Many thanks in advance &lt;br /&gt;
&lt;p /&gt;
Best regards&lt;br /&gt;
&lt;p /&gt;
Gianluca&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;</description>
      <pubDate>Tue, 01 Sep 2009 17:25:22 GMT</pubDate>
      <author>gchi</author>
      <guid>http://communities.vmware.com/thread/229185</guid>
      <dc:date>2009-09-01T17:25:22Z</dc:date>
      <clearspace:dateToText>2 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Orchestrator is it a right solution ?</title>
      <link>http://communities.vmware.com/thread/228883</link>
      <description>&lt;br /&gt;
Hi folks, &lt;br /&gt;
&lt;p /&gt;
this is a question about an orchestrator solution &lt;br /&gt;
&lt;p /&gt;
 I have a virtual machine where there is' connected a tape &lt;br /&gt;
If I try to move the virtual machine where you' re connected a tape that does not happen &lt;br /&gt;
I checked and the solution to solve this problem could be the orchestration. &lt;br /&gt;
Now , I installed the vCenter foundation . &lt;br /&gt;
Install vCenter orchestrated and 'the really solution? &lt;br /&gt;
&lt;p /&gt;
Many thanks&lt;br /&gt;
&lt;p /&gt;
Best regards&lt;br /&gt;
&lt;p /&gt;
Gchi</description>
      <pubDate>Mon, 31 Aug 2009 12:18:51 GMT</pubDate>
      <author>gchi</author>
      <guid>http://communities.vmware.com/thread/228883</guid>
      <dc:date>2009-08-31T12:18:51Z</dc:date>
      <clearspace:dateToText>2 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Technology Exchange Developer Day - vCenter Orchestrator</title>
      <link>http://communities.vmware.com/thread/226919</link>
      <description>Hello,&lt;br /&gt;
&lt;br /&gt;
We are happy to announce about our hands-on demo at Technology Exchange Developer Day 2009, vCenter Orchestrator&lt;br /&gt;
&lt;br /&gt;
Presenter: Stefan Hochuli Paychere&lt;br /&gt;
&lt;br /&gt;
Demo ID: DS-09&lt;br /&gt;
&lt;br /&gt;
Time: 1:30 - 2:15 PM&lt;br /&gt;
&lt;br /&gt;
Abstract:&lt;br /&gt;
This demo will walk you through the modification of a vCO plug-in. This will touch on modifying the base Java code, adapting the plug-in API implementation accordingly and create workflows to use the modification. As a result, you will gain a better understanding of all aspects of developing with the Orchestrator.</description>
      <category domain="http://communities.vmware.com/tags?communityID=3081">technology_exchange</category>
      <category domain="http://communities.vmware.com/tags?communityID=3081">developer_day</category>
      <category domain="http://communities.vmware.com/tags?communityID=3081">vcenter</category>
      <category domain="http://communities.vmware.com/tags?communityID=3081">orchestrator_api</category>
      <pubDate>Wed, 19 Aug 2009 01:36:25 GMT</pubDate>
      <author>navadavuluri</author>
      <guid>http://communities.vmware.com/thread/226919</guid>
      <dc:date>2009-08-19T01:36:25Z</dc:date>
      <clearspace:dateToText>3 months, 3 days ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Try to do some remote operations of VCenter without VCenter</title>
      <link>http://communities.vmware.com/thread/225918</link>
      <description>&lt;br /&gt;
Hello everybody ,&lt;br /&gt;
&lt;p /&gt;
I'm doing an internship in a company who wants to offer in-house to some users, the management of virtual machines (installing an OS, reboot/start/stop a VM, limit the resources of a VM, ...). I know that VCenter can do this as we have a licence and are using it... bu for safety reasons they want me to not use VCenter.&lt;br /&gt;
&lt;p /&gt;
I would like to develop a securised web application which could be able to do some of these operations...&lt;br /&gt;
&lt;p /&gt;
Do you think it's possible?&lt;br /&gt;
&lt;p /&gt;
Thanks to all of you!&lt;br /&gt;
&lt;p /&gt;
C&amp;eacute;dric</description>
      <category domain="http://communities.vmware.com/tags?communityID=3081">vcenter</category>
      <category domain="http://communities.vmware.com/tags?communityID=3081">remote</category>
      <category domain="http://communities.vmware.com/tags?communityID=3081">web</category>
      <category domain="http://communities.vmware.com/tags?communityID=3081">application</category>
      <pubDate>Thu, 13 Aug 2009 08:54:07 GMT</pubDate>
      <author>cedricmora18</author>
      <guid>http://communities.vmware.com/thread/225918</guid>
      <dc:date>2009-08-13T08:54:07Z</dc:date>
      <clearspace:dateToText>3 months, 6 days ago</clearspace:dateToText>
      <clearspace:messageCount>5</clearspace:messageCount>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>'persistence.xml' file placement to enable direct DB access from a Plug-in</title>
      <link>http://communities.vmware.com/thread/225412</link>
      <description>&lt;br /&gt;
Hey, &lt;br /&gt;
&lt;p /&gt;
 I'm trying to access a DB from within my Orchestrator plug-in, directly.  I have a well formed .dar package, but when I restart the VMO service I get the following error:&lt;br /&gt;
&lt;p /&gt;
2009-08-10 22:20:17.272-0700 ERROR &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=STDERR"&gt;STDERR&lt;/a&gt; javax.persistence.PersistenceException: No Persistence provider for EntityManager named stagebank_pu_mssql&lt;br /&gt;
2009-08-10 22:20:17.272-0700 ERROR &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=STDERR"&gt;STDERR&lt;/a&gt;     at javax.persistence.Persistence.createEntityManagerFactory(Persistence.java:55)&lt;br /&gt;
2009-08-10 22:20:17.272-0700 ERROR &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=STDERR"&gt;STDERR&lt;/a&gt;     at javax.persistence.Persistence.createEntityManagerFactory(Persistence.java:33)&lt;br /&gt;
2009-08-10 22:20:17.272-0700 ERROR &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=STDERR"&gt;STDERR&lt;/a&gt;     at ppsb.stagebank.PersistenceManager.initialize(PersistenceManager.java:22)&lt;br /&gt;
2009-08-10 22:20:17.272-0700 ERROR &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=STDERR"&gt;STDERR&lt;/a&gt;     at ppsb.stagebank.StageBank.getUniqueInstance(StageBank.java:55)&lt;br /&gt;
2009-08-10 22:20:17.272-0700 ERROR &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=STDERR"&gt;STDERR&lt;/a&gt;     at ppsb.vmo.api.ppsbVmoPluginFactory.findRelation(ppsbVmoPluginFactory.java:217)&lt;br /&gt;
2009-08-10 22:20:17.272-0700 ERROR &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=STDERR"&gt;STDERR&lt;/a&gt;     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;br /&gt;
2009-08-10 22:20:17.272-0700 ERROR &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=STDERR"&gt;STDERR&lt;/a&gt;     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)&lt;br /&gt;
2009-08-10 22:20:17.272-0700 ERROR &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=STDERR"&gt;STDERR&lt;/a&gt;     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)&lt;br /&gt;
2009-08-10 22:20:17.272-0700 ERROR &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=STDERR"&gt;STDERR&lt;/a&gt;     at java.lang.reflect.Method.invoke(Unknown Source)&lt;br /&gt;
2009-08-10 22:20:17.272-0700 ERROR &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=STDERR"&gt;STDERR&lt;/a&gt;     at ch.dunes.vso.sdk.TimeoutedInvoker.run(Unknown Source)&lt;br /&gt;
2009-08-10 22:20:17.272-0700 ERROR &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=STDERR"&gt;STDERR&lt;/a&gt;     at java.lang.Thread.run(Unknown Source)&lt;br /&gt;
2009-08-10 22:20:17.272-0700 INFO  &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=STDOUT"&gt;STDOUT&lt;/a&gt; javax.persistence.PersistenceException: No Persistence provider for EntityManager named stagebank_pu_mssql&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
Basically it's complaining that it can't find my 'persistence.xml' file which is located in the /META-INF/ folder in my .dar package.  Where do I need to locate my  'persistence.xml' file so that VMO can find it and allow me to contact my DB?&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
regards,&lt;br /&gt;
&lt;p /&gt;
~Patrick &lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
  Don't forget if the answers help, award points</description>
      <pubDate>Tue, 11 Aug 2009 05:42:08 GMT</pubDate>
      <author>pwyzorski-wyzguy</author>
      <guid>http://communities.vmware.com/thread/225412</guid>
      <dc:date>2009-08-11T05:42:08Z</dc:date>
      <clearspace:dateToText>3 months, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>objects with dynamic icons in inventory view</title>
      <link>http://communities.vmware.com/thread/222060</link>
      <description>&lt;br /&gt;
I'm trying to signify objects with different statuses in the Orchestrator Inventory using different icons, but these are all objects of the same class.  How can I change what icon a class object is associated with dynamically based upon some kind of internal status?&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
regards,&lt;br /&gt;
&lt;p /&gt;
~Patrick&lt;br /&gt;
&lt;br /&gt;
Don't forget if the answers help, award points</description>
      <pubDate>Tue, 21 Jul 2009 06:20:04 GMT</pubDate>
      <author>pwyzorski-wyzguy</author>
      <guid>http://communities.vmware.com/thread/222060</guid>
      <dc:date>2009-07-21T06:20:04Z</dc:date>
      <clearspace:dateToText>3 months, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>11</clearspace:messageCount>
      <clearspace:replyCount>10</clearspace:replyCount>
    </item>
    <item>
      <title>Orchestrator's purpose and sample code?</title>
      <link>http://communities.vmware.com/thread/219312</link>
      <description>I have been reading about Orchestrator as I can get information -- and I have read the manuals that come with vSphere.  Unfortunately, there is not a lot of meat in them.  I think it would help to see some examples of what Orchestrator can do, or what VMware &lt;b&gt;wants&lt;/b&gt; it to do.&lt;br /&gt;
&lt;br /&gt;
Customers ask me about it constantly since VMware is pitching it as a big feature in vSphere, but I can't explain to them why they should care without some kind of example. The slides shown by the sales guys at the vSphere launch events are useless: basically a picture containing flowchart boxes and arrows and the word, "Orchestration" over it all.&lt;br /&gt;
&lt;br /&gt;
I am familiar with LCM and the Orchestrator backend. There were rumors of 'many &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=Orchestrator"&gt;Orchestrator&lt;/a&gt; examples' to be included with vCenter 4.0. I was envisioning hooks between Orchestrator and the currently anemic 'Scheduled Tasks' function of vCenter, but I haven't had time to go spelunking through the C:\Program Files\VMware directories yet.</description>
      <pubDate>Fri, 03 Jul 2009 16:03:10 GMT</pubDate>
      <author>DougBaer</author>
      <guid>http://communities.vmware.com/thread/219312</guid>
      <dc:date>2009-07-03T16:03:10Z</dc:date>
      <clearspace:dateToText>3 months, 4 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>9</clearspace:messageCount>
      <clearspace:replyCount>8</clearspace:replyCount>
    </item>
    <item>
      <title>How to access VC Plugin object from Workflow script or other Java plugin</title>
      <link>http://communities.vmware.com/thread/221314</link>
      <description>A.  I would like to be able to access the VC 4.0 Plugin object from a Workflow script that requires no user intervention.  I actually would like to get access to all the SdkConnection objects on the VC4.0 Plugin as part of a Workflow script that gets called by a server init Policy.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;br /&gt;
B. Alternatively or additionally I would like to gain access to the VC4.0 plugin from within another Java based Plugin.&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
I know there must be a static VC object laying around, but I can't figure out how to get a handle on it. &lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
Does anyone have a Worflow script code snippets for part A? And any Java code for part B&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;br /&gt;
regards, &lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
~Patrick &lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
Don't forget if the answers help, award points</description>
      <pubDate>Thu, 16 Jul 2009 04:31:03 GMT</pubDate>
      <author>pwyzorski-wyzguy</author>
      <guid>http://communities.vmware.com/thread/221314</guid>
      <dc:date>2009-07-16T04:31:03Z</dc:date>
      <clearspace:dateToText>3 months, 4 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>PowerShell snapin/module ?</title>
      <link>http://communities.vmware.com/thread/219317</link>
      <description>Last VMworld Europe I was impressed by the product.&lt;br /&gt;
After the presentation several attendees asked about a PowerShell interface to the product.&lt;br /&gt;
&lt;br /&gt;
Can someone from the Orchestrator people perhaps give us an update on this ?</description>
      <pubDate>Fri, 03 Jul 2009 15:46:23 GMT</pubDate>
      <author>LucD</author>
      <guid>http://communities.vmware.com/thread/219317</guid>
      <dc:date>2009-07-03T15:46:23Z</dc:date>
      <clearspace:dateToText>3 months, 4 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>6</clearspace:messageCount>
      <clearspace:replyCount>5</clearspace:replyCount>
    </item>
    <item>
      <title>can´t select operators like eqal, not equal and so on</title>
      <link>http://communities.vmware.com/thread/222820</link>
      <description>Hi,&lt;br /&gt;
&lt;br /&gt;
i build a workflow and insert a decision field. If i want to select (page 64 in the developers guide) any state the pulldown menu iss empty!&lt;br /&gt;
I can´t find an example workflow wich has a eqal/not equal operator... &lt;br /&gt;
&lt;br /&gt;
I have attached a screenshot wich shows what i mean.&lt;br /&gt;
&lt;br /&gt;
Can anybody tell me what the problem is?&lt;br /&gt;
&lt;br /&gt;
best regards&lt;br /&gt;
Christian</description>
      <pubDate>Fri, 24 Jul 2009 19:50:39 GMT</pubDate>
      <author>mightycjo</author>
      <guid>http://communities.vmware.com/thread/222820</guid>
      <dc:date>2009-07-24T19:50:39Z</dc:date>
      <clearspace:dateToText>3 months, 4 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Tech Exchange Developer Day Session - Integrating with the vCenter Orchestrator API - DE-01</title>
      <link>http://communities.vmware.com/thread/221558</link>
      <description>Folks,&lt;br /&gt;
&lt;br /&gt;
Newly added abstract for the upcoming Technology Exchange - Developer Day. Hope to see you there. &lt;br /&gt;
&lt;br /&gt;
&lt;a class="jive-link-community" href="http://communities.vmware.com/community/private/bitbucket/developer/techexchange"&gt;http://communities.vmware.com/community/developer/techexchange&lt;/a&gt; &lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Session ID&lt;/b&gt;: DE-01&lt;br /&gt;
*Session Title(:Integrating with vCenter Orchestrator&lt;br /&gt;
&lt;br /&gt;
In this session we will discuss the key integration points of the VMware vCenter Orchestrator (vCO). We will discuss the web service API which allows developers to find and run workflows. The plugin API: which allows developers to create vCO plugins which present an external API to the Orchestrator, providing Inventory, Choosers, Scripting extensions and Event generation. This session is ideal for developers looking to integrate with the VMware vCenter Orchestrator APIs. We will also have hands on demos and opportunities to meet the teams from PM and R&amp;#38;D. &lt;br /&gt;
&lt;b&gt;Level&lt;/b&gt; Advanced&lt;br /&gt;
&lt;br /&gt;
 &lt;img src="http://communities.vmware.com/servlet/JiveServlet/downloadImage/2-1313479-6330/stefan.jpg" alt="stefan.jpg" class="jive-image"  /&gt; &lt;br /&gt;
&lt;br /&gt;
Stefan Hochuli Paych&amp;egrave;re runs the R&amp;#38;D unit responsible for VMware&amp;rsquo;s Orchestration platform. Stefan has more than fourteen years experience in computer hardware and software development areas going ranging from real time embedded systems to multi-tiered enterprise business systems.</description>
      <category domain="http://communities.vmware.com/tags?communityID=3081">vmworld</category>
      <category domain="http://communities.vmware.com/tags?communityID=3081">technology_exchange</category>
      <category domain="http://communities.vmware.com/tags?communityID=3081">developer</category>
      <category domain="http://communities.vmware.com/tags?communityID=3081">api</category>
      <pubDate>Thu, 16 Jul 2009 23:30:08 GMT</pubDate>
      <author>heyitspablo</author>
      <guid>http://communities.vmware.com/thread/221558</guid>
      <dc:date>2009-07-16T23:30:08Z</dc:date>
      <clearspace:dateToText>4 months, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Proper debugout method for Plug-in apps</title>
      <link>http://communities.vmware.com/thread/220155</link>
      <description>&lt;br /&gt;
Is it possible to get Plug-in debugout to appear in Orchestrator logs and what is the proper method if yes?  I am following the method described in the SolarSystem sample, but no Plug-in application specific debugout can be found not evern for the SolarSystem sample.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
regards,&lt;br /&gt;
&lt;p /&gt;
~Patrick&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
Don't forget if the answers help, award points</description>
      <pubDate>Thu, 09 Jul 2009 10:19:54 GMT</pubDate>
      <author>pwyzorski-wyzguy</author>
      <guid>http://communities.vmware.com/thread/220155</guid>
      <dc:date>2009-07-09T10:19:54Z</dc:date>
      <clearspace:dateToText>4 months, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>Recieving error with a VMO Plugin that has a JMS stack built-in</title>
      <link>http://communities.vmware.com/thread/220097</link>
      <description>Hey,&lt;br /&gt;
&lt;br /&gt;
I have an Orchestrator 4.0 plug-in with a JMS client stack that I am attempting to initialize from within a Orchestrator workflow. The class that supports the JMS stack is getting properly created, but I am recieving an error upon initialization. Error log is below. Can anyone on the Orchestrator team take a look at it?&lt;br /&gt;
&lt;p /&gt;
regards, &lt;br /&gt;
&lt;p /&gt;
~Patrick&lt;br /&gt;
&lt;p /&gt;
INFO | jvm 1 | 2009/07/08 15:04:38 | 2009-07-08 15:04:38.653-0700 DEBUG &lt;a class="jive-link-external" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;#38;subject=WrappedJavaMethod"&gt;WrappedJavaMethod&lt;/a&gt; Calling method : public void ppsb.stagebank.MessageClient.initializeMessageClient()&lt;br /&gt;
INFO | jvm 1 | 2009/07/08 15:04:38 | 2009-07-08 15:04:38.653-0700 ERROR &lt;a class="jive-link-external" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;#38;subject=MessageClient"&gt;MessageClient&lt;/a&gt; destroyMessageClient: null&lt;br /&gt;
INFO | jvm 1 | 2009/07/08 15:04:38 | 2009-07-08 15:04:38.653-0700 DEBUG &lt;a class="jive-link-external" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;#38;subject=SCRIPTING_LOG"&gt;SCRIPTING_LOG&lt;/a&gt; org/apache/activemq/ActiveMQConnectionFactory (Workflow:Initialize SPT JMS / Initialize JMS Client (item0)#1)&lt;br /&gt;
INFO | jvm 1 | 2009/07/08 15:04:38 | 2009-07-08 15:04:38.669-0700 DEBUG &lt;a class="jive-link-external" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;#38;subject=WorkflowScriptRunner"&gt;WorkflowScriptRunner&lt;/a&gt; Execute exception&lt;br /&gt;
INFO | jvm 1 | 2009/07/08 15:04:38 | org.mozilla.javascript.EvaluatorException: org/apache/activemq/ActiveMQConnectionFactory (Workflow:Initialize SPT JMS / Initialize JMS Client (item0)#1)&lt;br /&gt;
INFO | jvm 1 | 2009/07/08 15:04:38 | at org.mozilla.javascript.DefaultErrorReporter.runtimeError(DefaultErrorReporter.java:95)&lt;br /&gt;
INFO | jvm 1 | 2009/07/08 15:04:38 | at org.mozilla.javascript.Context.reportRuntimeError(Context.java:978)&lt;br /&gt;
INFO | jvm 1 | 2009/07/08 15:04:38 | at org.mozilla.javascript.Context.reportRuntimeError(Context.java:1034)&lt;br /&gt;
INFO | jvm 1 | 2009/07/08 15:04:38 | at ch.dunes.vso.sdk.WrappedJavaMethod.call(Unknown Source)&lt;br /&gt;
INFO | jvm 1 | 2009/07/08 15:04:38 | at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:3082)&lt;br /&gt;
INFO | jvm 1 | 2009/07/08 15:04:38 | at script(Workflow:Initialize SPT JMS / Initialize JMS Client (item0):1)&lt;br /&gt;
INFO | jvm 1 | 2009/07/08 15:04:38 | at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:2248)&lt;br /&gt;
INFO | jvm 1 | 2009/07/08 15:04:38 | at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:158)&lt;br /&gt;
INFO | jvm 1 | 2009/07/08 15:04:38 | at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:337)&lt;br /&gt;
INFO | jvm 1 | 2009/07/08 15:04:38 | at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:2755)&lt;br /&gt;
INFO | jvm 1 | 2009/07/08 15:04:38 | at org.mozilla.javascript.InterpretedFunction.exec(InterpretedFunction.java:169)&lt;br /&gt;
INFO | jvm 1 | 2009/07/08 15:04:38 | at org.mozilla.javascript.Context.evaluateString(Context.java:1144)&lt;br /&gt;
INFO | jvm 1 | 2009/07/08 15:04:38 | at ch.dunes.scripting.server.script.MainScriptingObject.executeScript(Unknown Source)&lt;br /&gt;
INFO | jvm 1 | 2009/07/08 15:04:38 | at ch.dunes.scripting.server.script.MainScriptingObject.executeScript(Unknown Source)&lt;br /&gt;
INFO | jvm 1 | 2009/07/08 15:04:38 | at ch.dunes.workflow.engine.mbean.WorkflowScriptRunner.execute(Unknown Source)&lt;br /&gt;
INFO | jvm 1 | 2009/07/08 15:04:38 | at ch.dunes.workflow.engine.mbean.ScriptWorkflowItemRunner.runWorkflowItemTask(Unknown Source)&lt;br /&gt;
INFO | jvm 1 | 2009/07/08 15:04:38 | at ch.dunes.workflow.engine.mbean.runner.WorkflowItemTaskRunner.execute(Unknown Source)&lt;br /&gt;
INFO | jvm 1 | 2009/07/08 15:04:38 | at ch.dunes.workflow.engine.mbean.runner.WorkflowRunner.execute(Unknown Source)&lt;br /&gt;
INFO | jvm 1 | 2009/07/08 15:04:38 | at ch.dunes.workflow.engine.mbean.runner.WorkflowTokenRunner.execute(Unknown Source)&lt;br /&gt;
INFO | jvm 1 | 2009/07/08 15:04:38 | at ch.dunes.workflow.engine.mbean.helper.WorkflowHandler.execute(Unknown Source)&lt;br /&gt;
INFO | jvm 1 | 2009/07/08 15:04:38 | at ch.dunes.workflow.engine.mbean.helper.WorkflowHandler.run(Unknown Source)&lt;br /&gt;
INFO | jvm 1 | 2009/07/08 15:04:38 | at java.lang.Thread.run(Unknown Source)&lt;br /&gt;
INFO | jvm 1 | 2009/07/08 15:04:38 | &lt;br /&gt;
INFO | jvm 1 | 2009/07/08 15:04:38 | 2009-07-08 15:04:38.669-0700 WARN &lt;a class="jive-link-external" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;#38;subject=WorkflowItemTaskRunner"&gt;WorkflowItemTaskRunner&lt;/a&gt; Script execution error on workflow : Initialize SPT JMS / 'Initialize JMS Client'(item0) : org/apache/activemq/ActiveMQConnectionFactory (Workflow:Initialize SPT JMS / Initialize JMS Client (item0)#1)&lt;br /&gt;
INFO | jvm 1 | 2009/07/08 15:04:38 | 2009-07-08 15:04:38.669-0700 DEBUG &lt;a class="jive-link-external" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;#38;subject=WorkflowItemTaskRunner"&gt;WorkflowItemTaskRunner&lt;/a&gt; Script execution error stack&lt;br /&gt;
INFO | jvm 1 | 2009/07/08 15:04:38 | ch.dunes.workflow.engine.mbean.ScriptExecutionException: org/apache/activemq/ActiveMQConnectionFactory (Workflow:Initialize SPT JMS / Initialize JMS Client (item0)#1)&lt;br /&gt;
INFO | jvm 1 | 2009/07/08 15:04:38 | at ch.dunes.workflow.engine.mbean.WorkflowScriptRunner.execute(Unknown Source)&lt;br /&gt;
INFO | jvm 1 | 2009/07/08 15:04:38 | at ch.dunes.workflow.engine.mbean.ScriptWorkflowItemRunner.runWorkflowItemTask(Unknown Source)&lt;br /&gt;
INFO | jvm 1 | 2009/07/08 15:04:38 | at ch.dunes.workflow.engine.mbean.runner.WorkflowItemTaskRunner.execute(Unknown Source)&lt;br /&gt;
INFO | jvm 1 | 2009/07/08 15:04:38 | at ch.dunes.workflow.engine.mbean.runner.WorkflowRunner.execute(Unknown Source)&lt;br /&gt;
INFO | jvm 1 | 2009/07/08 15:04:38 | at ch.dunes.workflow.engine.mbean.runner.WorkflowTokenRunner.execute(Unknown Source)&lt;br /&gt;
INFO | jvm 1 | 2009/07/08 15:04:38 | at ch.dunes.workflow.engine.mbean.helper.WorkflowHandler.execute(Unknown Source)&lt;br /&gt;
INFO | jvm 1 | 2009/07/08 15:04:38 | at ch.dunes.workflow.engine.mbean.helper.WorkflowHandler.run(Unknown Source)&lt;br /&gt;
INFO | jvm 1 | 2009/07/08 15:04:38 | at java.lang.Thread.run(Unknown Source)&lt;br /&gt;
INFO | jvm 1 | 2009/07/08 15:04:38 | 2009-07-08 15:04:38.700-0700 DEBUG &lt;a class="jive-link-external" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;#38;subject=WorkflowRunner"&gt;WorkflowRunner&lt;/a&gt; #### No catch exception (root workflow)&lt;br /&gt;
INFO | jvm 1 | 2009/07/08 15:04:38 | 2009-07-08 15:04:38.700-0700 TRACE &lt;a class="jive-link-external" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;#38;subject=VSOFactoryBean"&gt;VSOFactoryBean&lt;/a&gt; --updateWorkflowTokenWithContent() called.&lt;br /&gt;
INFO | jvm 1 | 2009/07/08 15:04:38 | 2009-07-08 15:04:38.716-0700 TRACE &lt;a class="jive-link-external" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;#38;subject=DunesObjectJMSHelper"&gt;DunesObjectJMSHelper&lt;/a&gt; -- notify dunes model changes : 'edit' on object : 91808080808080808080808080808080808080800124603703214331e2f6fa669&lt;br /&gt;
INFO | jvm 1 | 2009/07/08 15:04:38 | 2009-07-08 15:04:38.716-0700 DEBUG &lt;a class="jive-link-external" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;#38;subject=WorkflowEngine"&gt;WorkflowEngine&lt;/a&gt; ItemNameStack : '/item0' - Exception : 'org/apache/activemq/ActiveMQConnectionFactory (Workflow:Initialize SPT JMS / Initialize JMS Client (item0)#1)' (91808080808080808080808080808080808080800124603703214331e2f6fa669) - GlobalState : 'failed'&lt;br /&gt;
INFO | jvm 1 | 2009/07/08 15:04:38 | 2009-07-08 15:04:38.716-0700 TRACE &lt;a class="jive-link-external" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;#38;subject=LogFactoryBean"&gt;LogFactoryBean&lt;/a&gt; --Inserting LogEvent ( '2', 'org/apache/activemq/ActiveMQConnectionFactory (Workflow:Initialize SPT JMS / Initialize JMS Client (item0)#1)' - originatorUri:'dunes://service.dunes.ch/WorkflowToken?id='91808080808080808080808080808080808080800124603703214331e2f6fa669'&amp;#38;dunesName='WorkflowToken'' )&lt;br /&gt;
INFO | jvm 1 | 2009/07/08 15:04:38 | 2009-07-08 15:04:38.716-0700 TRACE &lt;a class="jive-link-external" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;#38;subject=SharedVSOFactoryClient"&gt;SharedVSOFactoryClient&lt;/a&gt; JMS Received (edit) : ch.dunes.model.workflow.WorkflowToken@4ce1cd Registered : null&lt;br /&gt;
INFO | jvm 1 | 2009/07/08 15:04:38 | 2009-07-08 15:04:38.716-0700 TRACE &lt;a class="jive-link-external" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;#38;subject=SharedVSOFactoryClient"&gt;SharedVSOFactoryClient&lt;/a&gt; Received change on an object not registered in the factory !&lt;br /&gt;
INFO | jvm 1 | 2009/07/08 15:04:38 | 2009-07-08 15:04:38.731-0700 TRACE &lt;a class="jive-link-external" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;#38;subject=VSOFactoryClient"&gt;VSOFactoryClient&lt;/a&gt; JMS Received (edit) : ch.dunes.model.workflow.WorkflowToken@17c6631 Registered : null&lt;br /&gt;
INFO | jvm 1 | 2009/07/08 15:04:38 | 2009-07-08 15:04:38.731-0700 TRACE &lt;a class="jive-link-external" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;#38;subject=VSOFactoryClient"&gt;VSOFactoryClient&lt;/a&gt; Received change on an object not registered in the factory !&lt;br /&gt;
INFO | jvm 1 | 2009/07/08 15:04:38 | 2009-07-08 15:04:38.731-0700 DEBUG &lt;a class="jive-link-external" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;#38;subject=WorkflowHandler"&gt;WorkflowHandler&lt;/a&gt; Workflow 'Initialize SPT JMS' failed.&lt;br /&gt;
INFO | jvm 1 | 2009/07/08 15:04:38 | 2009-07-08 15:04:38.731-0700 DEBUG &lt;a class="jive-link-external" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;#38;subject=WorkflowHandler"&gt;WorkflowHandler&lt;/a&gt; Ending WorkflowHandler (91808080808080808080808080808080808080800124603703214331e2f6fa669)&lt;br /&gt;
INFO | jvm 1 | 2009/07/08 15:04:38 | 2009-07-08 15:04:38.731-0700 DEBUG &lt;a class="jive-link-external" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;#38;subject=VSOFactoryClient"&gt;VSOFactoryClient&lt;/a&gt; Disconnect from server&lt;br /&gt;
INFO | jvm 1 | 2009/07/08 15:04:38 | 2009-07-08 15:04:38.731-0700 TRACE &lt;a class="jive-link-external" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;#38;subject=VSOFactoryBean"&gt;VSOFactoryBean&lt;/a&gt; --disconnect() called.&lt;br /&gt;
INFO | jvm 1 | 2009/07/08 15:04:38 | 2009-07-08 15:04:38.731-0700 DEBUG &lt;a class="jive-link-external" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;#38;subject=VSOFactoryBean"&gt;VSOFactoryBean&lt;/a&gt; --VSOFactoryBean - ejbRemove called and session '1247090677466'&lt;br /&gt;
INFO | jvm 1 | 2009/07/08 15:04:38 | 2009-07-08 15:04:38.747-0700 DEBUG &lt;a class="jive-link-external" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;#38;subject=WorkflowHandler"&gt;WorkflowHandler&lt;/a&gt; MainScriptingObject exited&lt;br /&gt;
INFO | jvm 1 | 2009/07/08 15:04:38 | 2009-07-08 15:04:38.747-0700 DEBUG &lt;a class="jive-link-external" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;#38;subject=WorkflowHandler"&gt;WorkflowHandler&lt;/a&gt; Context exited&lt;br /&gt;
INFO | jvm 1 | 2009/07/08 15:04:38 | 2009-07-08 15:04:38.856-0700 TRACE &lt;a class="jive-link-external" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;#38;subject=VSOFactoryBean"&gt;VSOFactoryBean&lt;/a&gt; --getWorkflowForId() called.&lt;br /&gt;
INFO | jvm 1 | 2009/07/08 15:04:38 | 2009-07-08 15:04:38.872-0700 TRACE &lt;a class="jive-link-external" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;#38;subject=VSOFactoryBean"&gt;VSOFactoryBean&lt;/a&gt; --getWorkflowTokenContent() called.&lt;br /&gt;
INFO | jvm 1 | 2009/07/08 15:04:38 | 2009-07-08 15:04:38.872-0700 TRACE &lt;a class="jive-link-external" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;#38;subject=VSOFactoryBean"&gt;VSOFactoryBean&lt;/a&gt; --getWorkflowForId() called.&lt;br /&gt;
INFO | jvm 1 | 2009/07/08 15:04:38 | 2009-07-08 15:04:38.888-0700 TRACE &lt;a class="jive-link-external" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;#38;subject=VSOFactoryBean"&gt;VSOFactoryBean&lt;/a&gt; --getDebugLocation() called.&lt;br /&gt;
INFO | jvm 1 | 2009/07/08 15:04:38 | 2009-07-08 15:04:38.888-0700 TRACE &lt;a class="jive-link-external" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;#38;subject=VSOFactoryBean"&gt;VSOFactoryBean&lt;/a&gt; --getWorkflowForId() called.&lt;br /&gt;
INFO | jvm 1 | 2009/07/08 15:04:39 | 2009-07-08 15:04:39.091-0700 TRACE &lt;a class="jive-link-external" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;#38;subject=VSOFactoryBean"&gt;VSOFactoryBean&lt;/a&gt; --getChildsCountForWorkflowToken() called.&lt;br /&gt;
INFO | jvm 1 | 2009/07/08 15:04:39 | 2009-07-08 15:04:39.278-0700 DEBUG &lt;a class="jive-link-external" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;#38;subject=LocalPublisher"&gt;LocalPublisher&lt;/a&gt; Create Publisher on : PolicyLogTopic&lt;br /&gt;
INFO | jvm 1 | 2009/07/08 15:04:39 | 2009-07-08 15:04:39.278-0700 DEBUG &lt;a class="jive-link-external" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;#38;subject=LocalPublisher"&gt;LocalPublisher&lt;/a&gt; Message Dispatcher hooked on : PolicyLogTopic&lt;br /&gt;
INFO | jvm 1 | 2009/07/08 15:04:39 | 2009-07-08 15:04:39.403-0700 TRACE &lt;a class="jive-link-external" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;#38;subject=VSOFactoryBean"&gt;VSOFactoryBean&lt;/a&gt; --getWorkflowForId() called.&lt;br /&gt;
INFO | jvm 1 | 2009/07/08 15:04:39 | 2009-07-08 15:04:39.403-0700 TRACE &lt;a class="jive-link-external" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;#38;subject=VSOFactoryBean"&gt;VSOFactoryBean&lt;/a&gt; --getWorkflowForId() called.&lt;br /&gt;
INFO | jvm 1 | 2009/07/08 15:04:39 | 2009-07-08 15:04:39.419-0700 TRACE &lt;a class="jive-link-external" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;#38;subject=VSOFactoryBean"&gt;VSOFactoryBean&lt;/a&gt; --getWorkflowForId() called.&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
Don't forget if the answers help, award points</description>
      <pubDate>Wed, 08 Jul 2009 22:28:51 GMT</pubDate>
      <author>pwyzorski-wyzguy</author>
      <guid>http://communities.vmware.com/thread/220097</guid>
      <dc:date>2009-07-08T22:28:51Z</dc:date>
      <clearspace:dateToText>4 months, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>7</clearspace:messageCount>
      <clearspace:replyCount>6</clearspace:replyCount>
    </item>
    <item>
      <title>Welcome Orchestrator API Developers !</title>
      <link>http://communities.vmware.com/thread/219161</link>
      <description>Folks - just wanted to welcome our vCenter Orchestrator API developers out there. Please join us, ask questions, share ideas, help us build a robust community. &lt;br /&gt;
&lt;br /&gt;
Regards,&lt;br /&gt;
Pablo&lt;br /&gt;
ps. We will have an Orchestrator API Session at our VMware Developer Day  - August 31st, 2009 @ VMworld</description>
      <category domain="http://communities.vmware.com/tags?communityID=3081">orchestrator_api</category>
      <category domain="http://communities.vmware.com/tags?communityID=3081">sdk</category>
      <category domain="http://communities.vmware.com/tags?communityID=3081">vmware</category>
      <category domain="http://communities.vmware.com/tags?communityID=3081">automation</category>
      <pubDate>Thu, 02 Jul 2009 19:27:02 GMT</pubDate>
      <author>heyitspablo</author>
      <guid>http://communities.vmware.com/thread/219161</guid>
      <dc:date>2009-07-02T19:27:02Z</dc:date>
      <clearspace:dateToText>4 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
  </channel>
</rss>

