<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>ActiveVOS Customer Support Forums</title>
		<link>http://forums.activevos.com/</link>
		<description>This is a discussion forum powered by vBulletin. To find out about vBulletin, go to http://www.vbulletin.com/ .</description>
		<language>en</language>
		<lastBuildDate>Thu, 17 May 2012 00:57:35 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://forums.activevos.com/images/misc/rss.jpg</url>
			<title>ActiveVOS Customer Support Forums</title>
			<link>http://forums.activevos.com/</link>
		</image>
		<item>
			<title>install.properties parameter explanation needed</title>
			<link>http://forums.activevos.com/showthread.php?t=5842&amp;goto=newpost</link>
			<pubDate>Wed, 16 May 2012 13:13:11 GMT</pubDate>
			<description>Hello, 
 
Regarding to our customer requirement, i would like ask for explanation of following install.properties parameter (line): 
...</description>
			<content:encoded><![CDATA[<div>Hello,<br />
<br />
Regarding to our customer requirement, i would like ask for explanation of following install.properties parameter (line):<br />
<br />
progress-targets=install,<br />
<br />
Customer asked about more detailed info about that line (functionality, parameters, if it is needed, the comma at the end)<br />
<br />
Thanks for info.<br />
<br />
Regards,<br />
<br />
Tomas</div>

]]></content:encoded>
			<category domain="http://forums.activevos.com/forumdisplay.php?f=28">Developer Assistance Support</category>
			<dc:creator>tomasf</dc:creator>
			<guid isPermaLink="true">http://forums.activevos.com/showthread.php?t=5842</guid>
		</item>
		<item>
			<title><![CDATA[System Performance Page doesn't render on Chrome Browser]]></title>
			<link>http://forums.activevos.com/showthread.php?t=5841&amp;goto=newpost</link>
			<pubDate>Wed, 16 May 2012 04:55:10 GMT</pubDate>
			<description>It renders fine on Firefox. 
 
This is on ActiveVOS 9.1.0.2.  
 
Im using the latest version of Chrome. 
 
Mark</description>
			<content:encoded><![CDATA[<div>It renders fine on Firefox.<br />
<br />
This is on ActiveVOS 9.1.0.2. <br />
<br />
Im using the latest version of Chrome.<br />
<br />
Mark</div>

]]></content:encoded>
			<category domain="http://forums.activevos.com/forumdisplay.php?f=28">Developer Assistance Support</category>
			<dc:creator>MBucayan</dc:creator>
			<guid isPermaLink="true">http://forums.activevos.com/showthread.php?t=5841</guid>
		</item>
		<item>
			<title>Building Workspace Freezes after Upgrading to 9.1</title>
			<link>http://forums.activevos.com/showthread.php?t=5840&amp;goto=newpost</link>
			<pubDate>Tue, 15 May 2012 14:37:11 GMT</pubDate>
			<description>After upgrading to 9.1, my local workspace will not complete building.  I have let it run for over 1 hour now, it just continually churns. 
 
I am...</description>
			<content:encoded><![CDATA[<div>After upgrading to 9.1, my local workspace will not complete building.  I have let it run for over 1 hour now, it just continually churns.<br />
<br />
I am not sure what to even check.  Please advise.</div>

]]></content:encoded>
			<category domain="http://forums.activevos.com/forumdisplay.php?f=28">Developer Assistance Support</category>
			<dc:creator>SSmokowski</dc:creator>
			<guid isPermaLink="true">http://forums.activevos.com/showthread.php?t=5840</guid>
		</item>
		<item>
			<title>ProcessUnderCoordination</title>
			<link>http://forums.activevos.com/showthread.php?t=5839&amp;goto=newpost</link>
			<pubDate>Tue, 15 May 2012 14:28:30 GMT</pubDate>
			<description><![CDATA[Would you please clarify what "ProcessUnderCoordination" means? If I have a workflow/process, within this workflow it calls another workflow/process,...]]></description>
			<content:encoded><![CDATA[<div>Would you please clarify what &quot;ProcessUnderCoordination&quot; means? If I have a workflow/process, within this workflow it calls another workflow/process, would this count for ProcessUnderCoordination? Where in the datamodel/database table will persist this parent -child relationship?<br />
<br />
If I used the embedded subprocess from the Control flow palette, will this count for ProcessUnderCoordination? Where in the datamodel/database table will persist this parent -child relationship?</div>

]]></content:encoded>
			<category domain="http://forums.activevos.com/forumdisplay.php?f=28">Developer Assistance Support</category>
			<dc:creator>mariap</dc:creator>
			<guid isPermaLink="true">http://forums.activevos.com/showthread.php?t=5839</guid>
		</item>
		<item>
			<title>custom functions imports for script action</title>
			<link>http://forums.activevos.com/showthread.php?t=5838&amp;goto=newpost</link>
			<pubDate>Tue, 15 May 2012 13:43:11 GMT</pubDate>
			<description>Hello, 
 
we have a project containing custom java functions, and a process project referencing this project. The process in this project is making...</description>
			<content:encoded><![CDATA[<div>Hello,<br />
<br />
we have a project containing custom java functions, and a process project referencing this project. The process in this project is making use of the custom functions.<br />
<br />
When we use a custom function in a assignment activity then the designer puts in the processes pdd file entry like this:<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;pdd:other location=&quot;project:/XquerySample/functionContexts/AvosHeaders&quot; namespace=&quot;http://cz.csas/activevos&quot; typeURI=&quot;http://activevos/functionContext&quot;/&gt;</code><hr />
</div>So far so good, both projects are deployed and process is running.<br />
<br />
When we use a Script activity (ie assignment activity with 'New script' - there is no return value assignment) then there is no such entry in the pdd and the process does fail on an error that it does not know the custom function (although the simulation passed correctly):<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">Error executing expression (chf:addHeaders('PersonService')).&nbsp; Reason: Cannot find a matching 1-argument function named {http://cz.csas/activevos}addHeaders()<br />
Parse Errors: <br />
Error on line 1 of *module with no systemId*:<br />
&nbsp; XPST0017: Cannot find a matching 1-argument function named {http://cz.csas/activevos}addHeaders()</code><hr />
</div>This behaviour is the same with your custom function sample - just switch all the assignments to scripts and the entry from the pdd is removed and process is failing...<br />
<br />
Regards,<br />
<br />
marek</div>

]]></content:encoded>
			<category domain="http://forums.activevos.com/forumdisplay.php?f=28">Developer Assistance Support</category>
			<dc:creator>mlapin</dc:creator>
			<guid isPermaLink="true">http://forums.activevos.com/showthread.php?t=5838</guid>
		</item>
		<item>
			<title><![CDATA[receive AeEngineEvent & AeHumanTaskEvent]]></title>
			<link>http://forums.activevos.com/showthread.php?t=5836&amp;goto=newpost</link>
			<pubDate>Tue, 15 May 2012 01:06:38 GMT</pubDate>
			<description>I want to capture AeEngineEvent and  AeHumanTaskEvent. I created a new bpel process based on Event Action Process template.  When I create Partner...</description>
			<content:encoded><![CDATA[<div>I want to capture AeEngineEvent and  AeHumanTaskEvent. I created a new bpel process based on Event Action Process template.  When I create Partner Service Provider which System Services I need to choose? I have reviewed <a href="http://infocenter.activevos.com/infocenter/ActiveVOS/v91/index.jsp?topic=/com.activee.bpel.doc/html/UG26-3.html" target="_blank">http://infocenter.activevos.com/info...ml/UG26-3.html</a> , but I was unable to find the answer.</div>

]]></content:encoded>
			<category domain="http://forums.activevos.com/forumdisplay.php?f=28">Developer Assistance Support</category>
			<dc:creator>mariap</dc:creator>
			<guid isPermaLink="true">http://forums.activevos.com/showthread.php?t=5836</guid>
		</item>
		<item>
			<title><![CDATA[Best way to recover from 'Error deploying file'  failure?]]></title>
			<link>http://forums.activevos.com/showthread.php?t=5835&amp;goto=newpost</link>
			<pubDate>Mon, 14 May 2012 17:37:28 GMT</pubDate>
			<description>I went to deploy a contribution as we always do, but this morning the AV process server seemed to be choking and eventually had to be restarted. ...</description>
			<content:encoded><![CDATA[<div>I went to deploy a contribution as we always do, but this morning the AV process server seemed to be choking and eventually had to be restarted.  Needless to say, during the choking part, I was right in the middle of a deployment.  The deployment never completed.  Subsequent deployments result in the following error message:<br />
<br />
Error deploying file: SQLException generated executing query: 'InsertContribution'<br />
<br />
Since then, I've deleted any contribution by the same name and gone into the storage page and purged everything there as well.  However I still get the same error.<br />
<br />
What's the best way to clean up this mess - should I go into the database and start deleting rows using the ContributionId?<br />
<br />
If that is the case, can you be descriptive, even starting with how does one get the ContributionId, etc.?  I don't want to screw up the other contributions, for example.<br />
<br />
Many thanks in advance!!!</div>

]]></content:encoded>
			<category domain="http://forums.activevos.com/forumdisplay.php?f=28">Developer Assistance Support</category>
			<dc:creator>ScottMA</dc:creator>
			<guid isPermaLink="true">http://forums.activevos.com/showthread.php?t=5835</guid>
		</item>
		<item>
			<title>ActiveVOS on WAS cluster issues with failover</title>
			<link>http://forums.activevos.com/showthread.php?t=5834&amp;goto=newpost</link>
			<pubDate>Mon, 14 May 2012 14:30:39 GMT</pubDate>
			<description>Hello, 
 
We are running into issues with failover of processes on cluster. Several issues observed: 
 
1. Process recovery sometimes not correctly...</description>
			<content:encoded><![CDATA[<div>Hello,<br />
<br />
We are running into issues with failover of processes on cluster. Several issues observed:<br />
<br />
1. Process recovery sometimes not correctly save / restore process state<br />
2. Human Task invocation can cause errors in caller process<br />
<br />
Environment:<br />
<br />
1. ActiveVOS 9.1.0.2<br />
2. WAS ND 7.0.0.19<br />
3. SLES 10<br />
was7:~ # cat /etc/*-release<br />
SUSE Linux Enterprise Server 10 (i586)<br />
VERSION = 10<br />
PATCHLEVEL = 3<br />
LSB_VERSION=&quot;core-2.0-noarch:core-3.0-noarch:core-2.0-ia32:core-3.0-ia32&quot;<br />
was7:~ # uname -a<br />
Linux was7 2.6.16.60-0.54.5-bigsmp #1 SMP Fri Sep 4 01:28:03 UTC 2009 i686 i686 i386 GNU/Linux<br />
<br />
4. Oracle 11g<br />
5. IBM JDK supplied with WAS<br />
<br />
Please find attached testcase with description plus results and provide feedback.<br />
<br />
<a href="http://forums.activevos.com/attachment.php?attachmentid=5264" target="_blank">Attachment 5264</a><br />
<br />
Thanks,<br />
Ivan</div>


	<br />
	<div style="padding:6px">

	

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Files</legend>
			<table cellpadding="0" cellspacing="3" border="0">
			<tr>
	<td><img class="inlineimg" src="http://forums.activevos.com/images/attach/zip.gif" alt="File Type: zip" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://forums.activevos.com/attachment.php?attachmentid=5264&amp;d=1337005762">error-report-details.zip</a> (1.82 MB)</td>
</tr>
			</table>
		</fieldset>
	

	</div>
]]></content:encoded>
			<category domain="http://forums.activevos.com/forumdisplay.php?f=28">Developer Assistance Support</category>
			<dc:creator>ivan.vasyliev</dc:creator>
			<guid isPermaLink="true">http://forums.activevos.com/showthread.php?t=5834</guid>
		</item>
		<item>
			<title>HTTPS: ignore certificate validation?</title>
			<link>http://forums.activevos.com/showthread.php?t=5833&amp;goto=newpost</link>
			<pubDate>Mon, 14 May 2012 08:52:30 GMT</pubDate>
			<description>Hi, 
 
Is it possible to ignore certificate validation when connecting to an HTTPS server? 
 
Thank you, 
 
Octavi</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
Is it possible to ignore certificate validation when connecting to an HTTPS server?<br />
<br />
Thank you,<br />
<br />
Octavi</div>

]]></content:encoded>
			<category domain="http://forums.activevos.com/forumdisplay.php?f=28">Developer Assistance Support</category>
			<dc:creator>Octavi</dc:creator>
			<guid isPermaLink="true">http://forums.activevos.com/showthread.php?t=5833</guid>
		</item>
		<item>
			<title><![CDATA[Can't login to ActiveVOS central....... HELP !]]></title>
			<link>http://forums.activevos.com/showthread.php?t=5832&amp;goto=newpost</link>
			<pubDate>Fri, 11 May 2012 05:34:07 GMT</pubDate>
			<description><![CDATA[Can't login to ActiveVOS central....... HELP !  
 
Hello, 
We are experiencing a login problem with ActiveVOS central. 
Having the post "Notes on...]]></description>
			<content:encoded><![CDATA[<div>Can't login to ActiveVOS central....... HELP ! <br />
<br />
Hello,<br />
We are experiencing a login problem with ActiveVOS central.<br />
Having the post &quot;Notes on Login Issue in ActiveVOS Central&quot; and<br />
followed its suggestions we are still having the same login problrm.<br />
<br />
Our setup is ActiveVOS 9.0.2 running on Jboss 5.1 with an Oracle 11g<br />
datasource. The JBoss server is currently bound to the ip address of<br />
MS Windows server it is running on.<br />
<br />
<br />
We can succesfully login to <a href="http://servername:8080/activevos" target="_blank">http://servername:8080/activevos</a>, <a href="http://servername:8080/active-bpel/services" target="_blank">http://servername:8080/active-bpel/services</a><br />
<a href="http://servername:8080/activevos-hel...ionConsole.pdf" target="_blank">http://servername:8080/activevos-hel...ionConsole.pdf</a> but not,<br />
<a href="http://servername:8080/activevos-central" target="_blank">http://servername:8080/activevos-central</a><br />
<br />
The login dialog box is oddly displayed, instead of username and password we see:<br />
<br />
<br />
[ae.avc.login.username] <br />
<br />
[ae.avc.login.password] <br />
<br />
<br />
Login attempts fail with this message being displayed [ae.avc.login.invalid]<br />
<br />
Also the the activevos log image fails to load as well??<br />
<br />
Any idea how to fix this problem<br />
<br />
cheers..................... <br />
__________________<br />
Paul Zemancheff</div>

]]></content:encoded>
			<category domain="http://forums.activevos.com/forumdisplay.php?f=28">Developer Assistance Support</category>
			<dc:creator>paul.zemancheff</dc:creator>
			<guid isPermaLink="true">http://forums.activevos.com/showthread.php?t=5832</guid>
		</item>
		<item>
			<title>Retry - outbound policy in the PDD</title>
			<link>http://forums.activevos.com/showthread.php?t=5830&amp;goto=newpost</link>
			<pubDate>Wed, 09 May 2012 20:27:12 GMT</pubDate>
			<description><![CDATA[Hi, 
 
I am attaching "Retry - outbound" policy in the PDD with static Retry in which i am setting 5 attempts every 10 seconds. 
But i don't see...]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I am attaching &quot;Retry - outbound&quot; policy in the PDD with static Retry in which i am setting 5 attempts every 10 seconds.<br />
But i don't see process retrying for more than one attempt in the log files. It tries only once and once it gets a fault response process getting suspended.<br />
If any invoke is retried for more than once does &quot;Execution Log&quot; shows all attempts?<br />
Below is the policy attached endpoint for your reference.<br />
<br />
<font color="Blue"><font size="1">&lt;wsa:EndpointReference xmlns:ns5=&quot;http://updateSOR.dol.csc.com&quot; xmlns:soapenv=&quot;http://schemas.xmlsoap.org/soap/envelope/&quot; xmlns:wsa=&quot;http://www.w3.org/2005/08/addressing&quot; xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot; xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;&gt;<br />
	&lt;wsa:Address&gt;http://&lt;host&gt;:&lt;port&gt;/services/UpdateStatusWS.UpdateStatusWSHttpSoap11Endpoint&lt;/wsa:Address&gt;<br />
	&lt;wsa:Metadata&gt;<br />
		&lt;wsa:ServiceName PortName=&quot;UpdateStatusWSHttpSoap11Endpoint&quot;&gt;ns5:Up  dateStatusWS&lt;/wsa:ServiceName&gt;<br />
		&lt;wsp:Policy xmlns:abp=&quot;http://schemas.active-endpoints.com/ws/2005/12/policy&quot; xmlns:wsp=&quot;http://schemas.xmlsoap.org/ws/2004/09/policy&quot;&gt;<br />
			&lt;abp:retry attempts=&quot;5&quot; interval=&quot;10&quot; onFailure=&quot;suspend&quot;/&gt;<br />
		&lt;/wsp:Policy&gt;<br />
	&lt;/wsa:Metadata&gt;<br />
&lt;/wsa:EndpointReference&gt;</font></font><br />
<br />
I am working in embedded tomcat server.<br />
Designer Version: 9.0.1 Build id: 20110809.5459<br />
FYI, I tried by having a &quot;Catch All&quot; in the process and even without any &quot;catch&quot; in the process, but in both cases i see same behavior.<br />
<br />
Thanks</div>

]]></content:encoded>
			<category domain="http://forums.activevos.com/forumdisplay.php?f=28">Developer Assistance Support</category>
			<dc:creator>abasavaraj</dc:creator>
			<guid isPermaLink="true">http://forums.activevos.com/showthread.php?t=5830</guid>
		</item>
		<item>
			<title>metadata for workflow</title>
			<link>http://forums.activevos.com/showthread.php?t=5829&amp;goto=newpost</link>
			<pubDate>Wed, 09 May 2012 19:59:00 GMT</pubDate>
			<description>When I create a workflow, what should I do to instrument the workflow to generate metadata about the workflow? So I can publish ActiveVOS workflow...</description>
			<content:encoded><![CDATA[<div>When I create a workflow, what should I do to instrument the workflow to generate metadata about the workflow? So I can publish ActiveVOS workflow metadata and listen for events from metadata and publish the information for other subsystem. Eventually I want to create a listener deployed in ActiveVOS that catches metadata tagged events and logs their occurrence.</div>

]]></content:encoded>
			<category domain="http://forums.activevos.com/forumdisplay.php?f=28">Developer Assistance Support</category>
			<dc:creator>mariap</dc:creator>
			<guid isPermaLink="true">http://forums.activevos.com/showthread.php?t=5829</guid>
		</item>
		<item>
			<title>dateTime calculation in 9.1.0.2</title>
			<link>http://forums.activevos.com/showthread.php?t=5826&amp;goto=newpost</link>
			<pubDate>Wed, 09 May 2012 04:27:23 GMT</pubDate>
			<description><![CDATA[Using xquery: 
 
current-dateTime()- current-dateTime() = xs:dayTimeDuration ("PT0S") 
 
in previous versions of ActiveVOS: 
 
current-dateTime()-...]]></description>
			<content:encoded><![CDATA[<div>Using xquery:<br />
<br />
current-dateTime()- current-dateTime() = xs:dayTimeDuration (&quot;PT0S&quot;)<br />
<br />
in previous versions of ActiveVOS:<br />
<br />
current-dateTime()- current-dateTime() = &quot;PT0S&quot;<br />
<br />
OnAlarm nows try to wait for &quot;xs:dayTimeDuration (&quot;PT0S&quot;)&quot; which of course is invalid duration expression and fails.<br />
<br />
Mark</div>

]]></content:encoded>
			<category domain="http://forums.activevos.com/forumdisplay.php?f=28">Developer Assistance Support</category>
			<dc:creator>MBucayan</dc:creator>
			<guid isPermaLink="true">http://forums.activevos.com/showthread.php?t=5826</guid>
		</item>
		<item>
			<title>Timeout getting cluster names during startup</title>
			<link>http://forums.activevos.com/showthread.php?t=5825&amp;goto=newpost</link>
			<pubDate>Tue, 08 May 2012 20:39:57 GMT</pubDate>
			<description><![CDATA[When we start the server in a clustered environment, we are seeing the following error in the system out logs. 
 
[5/8/12 15:19:10:975 CDT] 0000002a...]]></description>
			<content:encoded><![CDATA[<div>When we start the server in a clustered environment, we are seeing the following error in the system out logs.<br />
<br />
[5/8/12 15:19:10:975 CDT] 0000002a AeException   W   Starting ActiveVOS Enterprise Server for WebSphere in Clustered mode.<br />
[5/8/12 15:25:11:402 CDT] 0000002a DMAdapter     I com.ibm.ws.ffdc.impl.DMAdapter getAnalysisEngine FFDC1009I: Analysis Engine using data base: /opt/WebSphere/7/AppServerBase2/profiles/AppServerBase1/properties/logbr/ffdc/adv/ffdcdb.xml<br />
[5/8/12 15:25:12:288 CDT] 0000002a FfdcProvider  W com.ibm.ws.ffdc.impl.FfdcProvider logIncident FFDC1003I: FFDC Incident emitted on /opt/WebSphere/7/AppServerBase2/profiles/AppServerBase1/logs/ffdc/MBCS_ActiveVOS_Unit_d05jbapp03_1cbad1a_12.05.08_15  .25.11.3137970399250841851645.txt com.ibm.ws.management.connector.jsr160rmi.JSR160RM  IConnectorClient.queryNames 688<br />
[<font color="Red">5/8/12 15:25:12:334 CDT] 0000002a AeException   E   Error attempting to obtain cluster node names.</font>com.ibm.websphere.management.exception.ConnectorEx  ception: Exception received<br />
        at com.ibm.ws.management.connector.jsr160rmi.JSR160RM  IConnectorClient.handleException(JSR160RMIConnecto  rClient.java:319)<br />
        at com.ibm.ws.management.connector.jsr160rmi.JSR160RM  IConnectorClient.queryNames(JSR160RMIConnectorClie  nt.java:878)<br />
        at com.ibm.ws.management.AdminClientImpl.queryNames(A  dminClientImpl.java:108)<br />
        at com.activee.rt.websphere.cluster.AeWebSphereCluste  r.discoverClusterMembers(AeWebSphereCluster.java:3  06)<br />
        at com.activee.rt.cluster.AePollingCluster.getCluster  MembersMap(AePollingCluster.java:108)<br />
<br />
Caused by: java.rmi.RemoteException: CORBA NO_RESPONSE 0x4942fb01 Maybe; nested exception is: <br />
        org.omg.CORBA.NO_RESPONSE: Request 44 timed out  vmcid: IBM  minor code: B01 completed: Maybe<br />
        at com.ibm.CORBA.iiop.UtilDelegateImpl.mapSystemExcep  tion(UtilDelegateImpl.java:330)<br />
        at javax.rmi.CORBA.Util.mapSystemException(Util.java:  84)<br />
<br />
Caused by: org.omg.CORBA.NO_RESPONSE: Request 44 timed out  vmcid: IBM  minor code: B01 completed: Maybe<br />
        at com.ibm.rmi.iiop.Connection.getCallStream(Connecti  on.java:2316)<br />
        at com.ibm.rmi.iiop.Connection.send(Connection.java:2  243)<br />
        at com.ibm.rmi.iiop.ClientRequestImpl.invoke(ClientRe  questImpl.java:330)</div>

]]></content:encoded>
			<category domain="http://forums.activevos.com/forumdisplay.php?f=28">Developer Assistance Support</category>
			<dc:creator>scott.pierson</dc:creator>
			<guid isPermaLink="true">http://forums.activevos.com/showthread.php?t=5825</guid>
		</item>
		<item>
			<title>BUnit test with a people activity fails to pass validation</title>
			<link>http://forums.activevos.com/showthread.php?t=5824&amp;goto=newpost</link>
			<pubDate>Tue, 08 May 2012 17:57:54 GMT</pubDate>
			<description>Any time I add a People Activity to a BPEL process and then attempt to create and run a BUnit test, the test fails to pass validation.  The only...</description>
			<content:encoded><![CDATA[<div>Any time I add a People Activity to a BPEL process and then attempt to create and run a BUnit test, the test fails to pass validation.  The only error I receive is :<br />
<br />
Error validationg process &quot;processName&quot;:<br />
Did not understand a required extension.<br />
Did not understand a required extension. [/process/sequence/extensionActivity]<br />
Did not understand a required extension.<br />
Did not understand a required extension. [/process/sequence/extensionActivity/peopleActivity[@name='peopleActivityName']]<br />
<br />
I can however create a BUnit test for any BPEL process that does not contain a people activity.  Also, I can simulate a process with the people activity perfectly fine.<br />
<br />
I am running the BUnit test from ActiveVOS Designer version 8.0.4.  <br />
<br />
Thanks.</div>

]]></content:encoded>
			<category domain="http://forums.activevos.com/forumdisplay.php?f=28">Developer Assistance Support</category>
			<dc:creator>ChristopherH</dc:creator>
			<guid isPermaLink="true">http://forums.activevos.com/showthread.php?t=5824</guid>
		</item>
		<item>
			<title>Problem sending JSON request to external server</title>
			<link>http://forums.activevos.com/showthread.php?t=5821&amp;goto=newpost</link>
			<pubDate>Fri, 04 May 2012 23:43:28 GMT</pubDate>
			<description><![CDATA[Hi, 
 
I'm trying to send a JSON request to an external server. To do this I use a ns11:RESTRequest variable that I fill by means of an XSLT...]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I'm trying to send a JSON request to an external server. To do this I use a ns11:RESTRequest variable that I fill by means of an XSLT transformation. The resulting request is then sent by an Invoke activity. This is an example (taken from process details in the ActiveVOS Console) of the request that I create:<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;aetgt:RESTRequest xmlns:aetgt=&quot;http://schemas.activebpel.org/REST/2007/12/01/aeREST.xsd&quot; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  xmlns:rest=&quot;http://schemas.activebpel.org/REST/2007/12/01/aeREST.xsd&quot; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  xmlns:fn=&quot;http://www.w3.org/2005/xpath-functions&quot;&gt; <br />
&nbsp;  &lt;rest:method&gt;POST&lt;/rest:method&gt; <br />
&nbsp;  &lt;rest:pathInfo&gt;api/1/assets&lt;/rest:pathInfo&gt; <br />
&nbsp;  &lt;rest:payload contentType=&quot;application/json&quot;&gt;{&nbsp; &quot;name&quot;: &quot;sky_90101446208262nlm00tr&quot;,&nbsp; &quot;description&quot;: &quot;ROVI test: Elle s'appelait Sarah&quot;,&nbsp; &quot;provider&quot;: &quot;sky&quot;,&nbsp; &quot;pub&quot;: &quot;2012-02-09T13:56:00.000Z&quot;,&nbsp; &quot;unpub&quot;: &quot;2019-12-31T22:59:59.000Z&quot;,&nbsp; &quot;length&quot;: 6377}&lt;/rest:payload&gt; <br />
&lt;/aetgt:RESTRequest&gt;</code><hr />
</div>The remote server is responding with an error so I captured the trace by means of tcpdump and to my surprise this is what the server is getting:<br />
<br />
POST /edgeware/api/1/assets HTTP/1.1<br />
User-Agent: Jakarta Commons-HttpClient/3.1<br />
Host: 159.23.98.29:8081<br />
Content-Length: 0<br />
<br />
So apparently no body is included in the request.<br />
<br />
Isn't this the right approach for sending a JSON request?<br />
<br />
Any help would be appreciated. Thanks for your support.<br />
<br />
Kind regards,<br />
<br />
Octavi</div>

]]></content:encoded>
			<category domain="http://forums.activevos.com/forumdisplay.php?f=28">Developer Assistance Support</category>
			<dc:creator>Octavi</dc:creator>
			<guid isPermaLink="true">http://forums.activevos.com/showthread.php?t=5821</guid>
		</item>
		<item>
			<title>The designer removed Sequence containers</title>
			<link>http://forums.activevos.com/showthread.php?t=5818&amp;goto=newpost</link>
			<pubDate>Wed, 02 May 2012 17:41:49 GMT</pubDate>
			<description>The designer removed Sequence containers. The issue can be reproduced using the attachment. The designer version is 9.1.0.2. 
 
1. Open Main.bpel 
2....</description>
			<content:encoded><![CDATA[<div>The designer removed Sequence containers. The issue can be reproduced using the attachment. The designer version is 9.1.0.2.<br />
<br />
1. Open Main.bpel<br />
2. Save it as BPMN Editing Style<br />
<br />
<br />
Thanks<br />
<br />
Pope Xie</div>


	<br />
	<div style="padding:6px">

	

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Files</legend>
			<table cellpadding="0" cellspacing="3" border="0">
			<tr>
	<td><img class="inlineimg" src="http://forums.activevos.com/images/attach/zip.gif" alt="File Type: zip" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://forums.activevos.com/attachment.php?attachmentid=5236&amp;d=1335980473">loop.zip</a> (44.8 KB)</td>
</tr>
			</table>
		</fieldset>
	

	</div>
]]></content:encoded>
			<category domain="http://forums.activevos.com/forumdisplay.php?f=28">Developer Assistance Support</category>
			<dc:creator>PopeX</dc:creator>
			<guid isPermaLink="true">http://forums.activevos.com/showthread.php?t=5818</guid>
		</item>
		<item>
			<title>error from test connection for ActiveVOS data source</title>
			<link>http://forums.activevos.com/showthread.php?t=5817&amp;goto=newpost</link>
			<pubDate>Wed, 02 May 2012 15:03:32 GMT</pubDate>
			<description><![CDATA[I created a ActiveVOS report project using UserReport template. When I double click Data Source=> ActiveVOS it brought up window for "Edit Data...]]></description>
			<content:encoded><![CDATA[<div>I created a ActiveVOS report project using UserReport template. When I double click Data Source=&gt; ActiveVOS it brought up window for &quot;Edit Data Source -ActiveVOS&quot; . The driver class is org.apache.derby.jdbc.EmbeddedDriver (Apache Derby Embedded Driver), <br />
Database URL is jdbc:derby:D:\Users\maria\Install\ActiveVOS\Design  er\designer\plugins\org.activebpel.enginep_9.1.0.2  \server\database\ActiveVOS, <br />
User name is bpeluser and password is bpel, JNDI URL is blank.<br />
<br />
When I click on Test Connection the following is the error I got. I would like to bring up BPELUSER schema and view the tables.<br />
<br />
org.eclipse.birt.report.data.oda.jdbc.JDBCExceptio  n: There is an error in get connection, Failed to start database 'D:\Users\Maria.Pao\Install\ActiveVOS\Designer\des  igner\plugins\org.activebpel.enginep_9.1.0.2\serve  r\database\ActiveVOS', see the next exception for details..<br />
	at org.eclipse.birt.report.data.oda.jdbc.JDBCDriverMa  nager.doConnect(JDBCDriverManager.java:262)<br />
	at org.eclipse.birt.report.data.oda.jdbc.JDBCDriverMa  nager.getConnection(JDBCDriverManager.java:186)<br />
	at org.eclipse.birt.report.data.oda.jdbc.JDBCDriverMa  nager.tryCreateConnection(JDBCDriverManager.java:7  06)<br />
	at org.eclipse.birt.report.data.oda.jdbc.JDBCDriverMa  nager.testConnection(JDBCDriverManager.java:634)<br />
	at org.eclipse.birt.report.data.oda.jdbc.ui.util.Driv  erLoader.testConnection(DriverLoader.java:120)<br />
	at org.eclipse.birt.report.data.oda.jdbc.ui.util.Driv  erLoader.testConnection(DriverLoader.java:133)<br />
	at org.eclipse.birt.report.data.oda.jdbc.ui.profile.J  DBCSelectionPageHelper.testConnection(JDBCSelectio  nPageHelper.java:687)<br />
	at org.eclipse.birt.report.data.oda.jdbc.ui.profile.J  DBCSelectionPageHelper.access$7(JDBCSelectionPageH  elper.java:655)<br />
	at org.eclipse.birt.report.data.oda.jdbc.ui.profile.J  DBCSelectionPageHelper$7.widgetSelected(JDBCSelect  ionPageHelper.java:578)<br />
	at org.eclipse.swt.widgets.TypedListener.handleEvent(  TypedListener.java:234)<br />
	at org.eclipse.swt.widgets.EventTable.sendEvent(Event  Table.java:84)<br />
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.ja  va:1053)<br />
	at org.eclipse.swt.widgets.Display.runDeferredEvents(  Display.java:4066)<br />
	at org.eclipse.swt.widgets.Display.readAndDispatch(Di  splay.java:3657)<br />
	at org.eclipse.jface.window.Window.runEventLoop(Windo  w.java:825)<br />
	at org.eclipse.jface.window.Window.open(Window.java:8  01)<br />
	at org.eclipse.birt.report.designer.ui.dialogs.BaseDi  alog.open(BaseDialog.java:111)<br />
	at org.eclipse.birt.report.designer.data.ui.providers  .EditableDataSourceNodeProvider.performEdit(Editab  leDataSourceNodeProvider.java:73)<br />
	at org.eclipse.birt.report.designer.internal.ui.views  .DefaultNodeProvider.performRequest(DefaultNodePro  vider.java:442)<br />
	at org.eclipse.birt.report.designer.internal.ui.views  .actions.EditAction.doAction(EditAction.java:90)<br />
	at org.eclipse.birt.report.designer.internal.ui.views  .actions.AbstractElementAction.run(AbstractElement  Action.java:70)<br />
	at org.eclipse.birt.report.designer.internal.ui.views  .RenameListener.doubleClick(RenameListener.java:21  4)<br />
	at org.eclipse.jface.viewers.StructuredViewer$1.run(S  tructuredViewer.java:824)<br />
	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner  .java:42)<br />
	at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.  java:49)<br />
	at org.eclipse.jface.util.SafeRunnable.run(SafeRunnab  le.java:175)<br />
	at org.eclipse.jface.viewers.StructuredViewer.fireDou  bleClick(StructuredViewer.java:822)<br />
	at org.eclipse.jface.viewers.AbstractTreeViewer.handl  eDoubleSelect(AbstractTreeViewer.java:1421)<br />
	at org.eclipse.jface.viewers.StructuredViewer$4.widge  tDefaultSelected(StructuredViewer.java:1225)<br />
	at org.eclipse.jface.util.OpenStrategy.fireDefaultSel  ectionEvent(OpenStrategy.java:238)<br />
	at org.eclipse.jface.util.OpenStrategy.access$0(OpenS  trategy.java:235)<br />
	at org.eclipse.jface.util.OpenStrategy$1.handleEvent(  OpenStrategy.java:296)<br />
	at org.eclipse.swt.widgets.EventTable.sendEvent(Event  Table.java:84)<br />
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.ja  va:1053)<br />
	at org.eclipse.swt.widgets.Display.runDeferredEvents(  Display.java:4066)<br />
	at org.eclipse.swt.widgets.Display.readAndDispatch(Di  splay.java:3657)<br />
	at org.eclipse.ui.internal.Workbench.runEventLoop(Wor  kbench.java:2640)<br />
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.  java:2604)<br />
	at org.eclipse.ui.internal.Workbench.access$4(Workben  ch.java:2438)<br />
	at org.eclipse.ui.internal.Workbench$7.run(Workbench.  java:671)<br />
	at org.eclipse.core.databinding.observable.Realm.runW  ithDefault(Realm.java:332)<br />
	at org.eclipse.ui.internal.Workbench.createAndRunWork  bench(Workbench.java:664)<br />
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(Pl  atformUI.java:149)<br />
	at org.eclipse.ui.internal.ide.application.IDEApplica  tion.start(IDEApplication.java:115)<br />
	at org.eclipse.equinox.internal.app.EclipseAppHandle.  run(EclipseAppHandle.java:196)<br />
	at org.eclipse.core.runtime.internal.adaptor.EclipseA  ppLauncher.runApplication(EclipseAppLauncher.java:  110)<br />
	at org.eclipse.core.runtime.internal.adaptor.EclipseA  ppLauncher.start(EclipseAppLauncher.java:79)<br />
	at org.eclipse.core.runtime.adaptor.EclipseStarter.ru  n(EclipseStarter.java:369)<br />
	at org.eclipse.core.runtime.adaptor.EclipseStarter.ru  n(EclipseStarter.java:179)<br />
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ  e Method)<br />
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknow  n Source)<br />
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Un  known Source)<br />
	at java.lang.reflect.Method.invoke(Unknown Source)<br />
	at org.eclipse.equinox.launcher.Main.invokeFramework(  Main.java:620)<br />
	at org.eclipse.equinox.launcher.Main.basicRun(Main.ja  va:575)<br />
	at org.eclipse.equinox.launcher.Main.run(Main.java:14  08)<br />
	at org.eclipse.equinox.launcher.Main.main(Main.java:1  384)</div>

]]></content:encoded>
			<category domain="http://forums.activevos.com/forumdisplay.php?f=28">Developer Assistance Support</category>
			<dc:creator>mariap</dc:creator>
			<guid isPermaLink="true">http://forums.activevos.com/showthread.php?t=5817</guid>
		</item>
		<item>
			<title>Deploying 9.1.0.2</title>
			<link>http://forums.activevos.com/showthread.php?t=5814&amp;goto=newpost</link>
			<pubDate>Wed, 02 May 2012 09:21:31 GMT</pubDate>
			<description>I am downloading the latest version as we speak (well, as I type this), should I install it as an upgrade to 9.1.0.1 or in a separate directory? and...</description>
			<content:encoded><![CDATA[<div>I am downloading the latest version as we speak (well, as I type this), should I install it as an upgrade to 9.1.0.1 or in a separate directory? and are there any problems/issues I should know about?<br />
<br />
Thank you<br />
<br />
Regards<br />
<br />
Andrew</div>

]]></content:encoded>
			<category domain="http://forums.activevos.com/forumdisplay.php?f=28">Developer Assistance Support</category>
			<dc:creator>ABillington</dc:creator>
			<guid isPermaLink="true">http://forums.activevos.com/showthread.php?t=5814</guid>
		</item>
		<item>
			<title>output as xquery and HT input/output sample generation</title>
			<link>http://forums.activevos.com/showthread.php?t=5813&amp;goto=newpost</link>
			<pubDate>Wed, 02 May 2012 08:42:21 GMT</pubDate>
			<description>Hello, 
 
consider this as features request. 
 
1. HT output as xquery - it would be helpful to have the possibility to run xquery at the time of...</description>
			<content:encoded><![CDATA[<div>Hello,<br />
<br />
consider this as features request.<br />
<br />
1. HT output as xquery - it would be helpful to have the possibility to run xquery at the time of processing output (from HT or service call). At the moment we can only assign the output to a variable or do some xpaths to extract data. When there is a need to make more complex operations or use prepared xquery functions we need to use the variable assignment and in subsequent activity perform this actions<br />
<br />
2. Generate input/output samples for HT. At the moment it is possible to generate input/output samples for Partner Links but not for HTs.<br />
<br />
Regards,<br />
<br />
marek</div>

]]></content:encoded>
			<category domain="http://forums.activevos.com/forumdisplay.php?f=28">Developer Assistance Support</category>
			<dc:creator>mlapin</dc:creator>
			<guid isPermaLink="true">http://forums.activevos.com/showthread.php?t=5813</guid>
		</item>
		<item>
			<title><![CDATA[Engine won't start]]></title>
			<link>http://forums.activevos.com/showthread.php?t=5812&amp;goto=newpost</link>
			<pubDate>Tue, 01 May 2012 20:14:31 GMT</pubDate>
			<description>When I attempt to start the ActiveVOS engine the following error is displayed and the engine does not start. 
 
(Fatal error starting engine-Unable...</description>
			<content:encoded><![CDATA[<div>When I attempt to start the ActiveVOS engine the following error is displayed and the engine does not start.<br />
<br />
<font color="Red">(Fatal error starting engine-Unable to determine cluster name, may be running standalone.)</font><br />
<br />
We are running in WebSphere 7 within a cluster arrangement.  I think I need to setup the JAAS configuration but need to confirm that before I request the system administrators to do so.<br />
<br />
Thanks for your help.</div>

]]></content:encoded>
			<category domain="http://forums.activevos.com/forumdisplay.php?f=28">Developer Assistance Support</category>
			<dc:creator>scott.pierson</dc:creator>
			<guid isPermaLink="true">http://forums.activevos.com/showthread.php?t=5812</guid>
		</item>
		<item>
			<title>Wrapping system services</title>
			<link>http://forums.activevos.com/showthread.php?t=5811&amp;goto=newpost</link>
			<pubDate>Tue, 01 May 2012 15:10:21 GMT</pubDate>
			<description>Hi all- 
 
So we want to expose our AV system services, to be called by other services and applications in our integrated environment. 
 
Based on...</description>
			<content:encoded><![CDATA[<div>Hi all-<br />
<br />
So we want to expose our AV system services, to be called by other services and applications in our integrated environment.<br />
<br />
Based on previous input from Uma:<br />
<br />
<a href="http://forums.activevos.com/showthread.php?t=5725" target="_blank">http://forums.activevos.com/showthread.php?t=5725</a><br />
<br />
... I understand we need some sort of wrapper. Can this be done outside of ActiveVOS, or does it need to be done as a BPEL process? I suspect the latter, but I'm hoping for confirmation, maybe some more detail, samples/examples, guidance ...<br />
<br />
Thanks!</div>

]]></content:encoded>
			<category domain="http://forums.activevos.com/forumdisplay.php?f=28">Developer Assistance Support</category>
			<dc:creator>ABadera</dc:creator>
			<guid isPermaLink="true">http://forums.activevos.com/showthread.php?t=5811</guid>
		</item>
		<item>
			<title>How to remove orphaned human tasks?</title>
			<link>http://forums.activevos.com/showthread.php?t=5810&amp;goto=newpost</link>
			<pubDate>Tue, 01 May 2012 14:52:34 GMT</pubDate>
			<description><![CDATA[Hello, we've been doing some testing with human tasks and have a workflow that produces a number of human tasks sequentially. During the course of...]]></description>
			<content:encoded><![CDATA[<div>Hello, we've been doing some testing with human tasks and have a workflow that produces a number of human tasks sequentially. During the course of testing we ended up terminating a number of instances of the workflow. In a number of cases, the associated human task that was showing up in the ActiveVOS-Central Inbox is still there and since the associated workflow is no longer active, when we click on one of those tasks, the Inbox icon just spins for a while and eventually throws an error 500 code. There doesn't appear to be any way to clear those tasks. Is there a way to do that or is there something we can look for in the database to clear those out?<br />
<br />
We're using ActiveVOS 9.0 and we have an Oracle SQL database.<br />
<br />
Thanks.</div>

]]></content:encoded>
			<category domain="http://forums.activevos.com/forumdisplay.php?f=28">Developer Assistance Support</category>
			<dc:creator>dougm</dc:creator>
			<guid isPermaLink="true">http://forums.activevos.com/showthread.php?t=5810</guid>
		</item>
		<item>
			<title>BUnit - How to create a BUnit with a Terminate/Exit Activity</title>
			<link>http://forums.activevos.com/showthread.php?t=5809&amp;goto=newpost</link>
			<pubDate>Tue, 01 May 2012 14:13:21 GMT</pubDate>
			<description><![CDATA[Im trying to create a BUnit for a process that has a Terminate as a last activity. When I run simulation it faulted:  
 
[1][2012-05-01 10:07:07.166]...]]></description>
			<content:encoded><![CDATA[<div>Im trying to create a BUnit for a process that has a Terminate as a last activity. When I run simulation it faulted: <br />
<br />
[1][2012-05-01 10:07:07.166] Terminate : Executing [/process/sequence/terminate]<br />
[1][2012-05-01 10:07:07.166] Terminate : Terminated [/process/sequence/terminate]<br />
[1][2012-05-01 10:07:07.228] Process LRPMLDaily: Completed with fault: processTerminated () :  [/process]<br />
<br />
Any idea how to create a BUnit for such a process?<br />
Thanks!</div>

]]></content:encoded>
			<category domain="http://forums.activevos.com/forumdisplay.php?f=28">Developer Assistance Support</category>
			<dc:creator>ZiadC</dc:creator>
			<guid isPermaLink="true">http://forums.activevos.com/showthread.php?t=5809</guid>
		</item>
		<item>
			<title><![CDATA[Https & ssl]]></title>
			<link>http://forums.activevos.com/showthread.php?t=5808&amp;goto=newpost</link>
			<pubDate>Tue, 01 May 2012 11:07:48 GMT</pubDate>
			<description>Hi  
 
Does activevos support Https and SSL when exchanging messages with external service providers?  
 
Thanks</description>
			<content:encoded><![CDATA[<div>Hi <br />
<br />
Does activevos support Https and SSL when exchanging messages with external service providers? <br />
<br />
Thanks</div>

]]></content:encoded>
			<category domain="http://forums.activevos.com/forumdisplay.php?f=28">Developer Assistance Support</category>
			<dc:creator>vahid.torabi</dc:creator>
			<guid isPermaLink="true">http://forums.activevos.com/showthread.php?t=5808</guid>
		</item>
		<item>
			<title>PrimarySearchBy is not working</title>
			<link>http://forums.activevos.com/showthread.php?t=5807&amp;goto=newpost</link>
			<pubDate>Mon, 30 Apr 2012 11:12:17 GMT</pubDate>
			<description><![CDATA[I am trying to set custom property for Human task in presentation tab. 
But I couldn't retrieve the  task Information using the the query API.I got...]]></description>
			<content:encoded><![CDATA[<div>I am trying to set custom property for Human task in presentation tab.<br />
But I couldn't retrieve the  task Information using the the query API.I got the exception below.<br />
<font color="Red">com.activevos.api.humantask.IllegalArgumentFault: Fault string, and possibly fault code, not set</font><br />
<br />
I used all the combination<br />
<br />
      String where = &quot;Task.PrimarySearchBy = searchby:efmstaskName-task1&quot;;<br />
      String where = &quot;Task.PrimarySearchBy = efmstaskName-task1&quot;;<br />
      String where = &quot;Task.PrimarySearchBy = efmstaskName:task1&quot;;<br />
<br />
I attached the sample below and I am using ActiveVos 9.0.2 version.</div>


	<br />
	<div style="padding:6px">

	

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Files</legend>
			<table cellpadding="0" cellspacing="3" border="0">
			<tr>
	<td><img class="inlineimg" src="http://forums.activevos.com/images/attach/zip.gif" alt="File Type: zip" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://forums.activevos.com/attachment.php?attachmentid=5232&amp;d=1335784315">SearchBy.zip</a> (36.2 KB)</td>
</tr>
			</table>
		</fieldset>
	

	</div>
]]></content:encoded>
			<category domain="http://forums.activevos.com/forumdisplay.php?f=28">Developer Assistance Support</category>
			<dc:creator>BrindaM</dc:creator>
			<guid isPermaLink="true">http://forums.activevos.com/showthread.php?t=5807</guid>
		</item>
		<item>
			<title>Human Task Events</title>
			<link>http://forums.activevos.com/showthread.php?t=5806&amp;goto=newpost</link>
			<pubDate>Mon, 30 Apr 2012 11:04:28 GMT</pubDate>
			<description>I have scenario like, Once Human Task is activated, claimed or skipped, We need to execute some piece of information synchronously. Is there any...</description>
			<content:encoded><![CDATA[<div>I have scenario like, Once Human Task is activated, claimed or skipped, We need to execute some piece of information synchronously. Is there any extension api to do some operation before going into next state.</div>

]]></content:encoded>
			<category domain="http://forums.activevos.com/forumdisplay.php?f=28">Developer Assistance Support</category>
			<dc:creator>BrindaM</dc:creator>
			<guid isPermaLink="true">http://forums.activevos.com/showthread.php?t=5806</guid>
		</item>
		<item>
			<title><![CDATA[Process doesn't wait for Rest response]]></title>
			<link>http://forums.activevos.com/showthread.php?t=5803&amp;goto=newpost</link>
			<pubDate>Thu, 26 Apr 2012 16:18:09 GMT</pubDate>
			<description>I have a simple process running local. It has one partner participant which calls a rest type service that is running on internal corporate servers....</description>
			<content:encoded><![CDATA[<div>I have a simple process running local. It has one partner participant which calls a rest type service that is running on internal corporate servers. The process calls the service, checks for valid data then tries to copy a piece of the data (author name) into a variable called authorName. The process seems to run by or through the service call and not wait for a response. The monitor shows the correct data in the RESTResponse variable by the time I look, but the authorName is not initialized. If I rewind and do the copy again, it copies correctly and the authorName has the right data. The partner service call is set up as a requestResponse type call. The properties tab shows input and output tabs. <br />
Is there a way to make sure the process waits for the response? The service call could take several seconds (5 or 6 maybe) to complete. Running 9.1.0.2.</div>

]]></content:encoded>
			<category domain="http://forums.activevos.com/forumdisplay.php?f=28">Developer Assistance Support</category>
			<dc:creator>rogerc</dc:creator>
			<guid isPermaLink="true">http://forums.activevos.com/showthread.php?t=5803</guid>
		</item>
		<item>
			<title>Process Editor and the Outline synchronization</title>
			<link>http://forums.activevos.com/showthread.php?t=5801&amp;goto=newpost</link>
			<pubDate>Thu, 26 Apr 2012 15:44:26 GMT</pubDate>
			<description>Hello, 
 
is there a way to turn off the Process Editor and the Outline view synchronization? 
 
We rarely (if not at all) use the Process Activities...</description>
			<content:encoded><![CDATA[<div>Hello,<br />
<br />
is there a way to turn off the Process Editor and the Outline view synchronization?<br />
<br />
We rarely (if not at all) use the Process Activities part of the Outline and its all the time 'open' and when we need to use the other parts of the Outline (and that we do very often) then we need to scroll to the Process Activities start and collapse it in order to see something in the Outline<br />
<br />
And its quite annoying.<br />
<br />
There is an icon and an option 'Focus on Active Task' but it seems disabled (gray icon). I would expect that this is the option we want to turn off.<br />
<br />
Regards,<br />
<br />
marek</div>

]]></content:encoded>
			<category domain="http://forums.activevos.com/forumdisplay.php?f=28">Developer Assistance Support</category>
			<dc:creator>mlapin</dc:creator>
			<guid isPermaLink="true">http://forums.activevos.com/showthread.php?t=5801</guid>
		</item>
		<item>
			<title>Process failed, I made rewind and after process not able to resume</title>
			<link>http://forums.activevos.com/showthread.php?t=5800&amp;goto=newpost</link>
			<pubDate>Thu, 26 Apr 2012 08:26:24 GMT</pubDate>
			<description>Hi 
 
We make update to one of the backend services, that is called from process. The backend service schema contained new attribute, that was not in...</description>
			<content:encoded><![CDATA[<div>Hi<br />
<br />
We make update to one of the backend services, that is called from process. The backend service schema contained new attribute, that was not in process, which caused that the process failed even the message was not for that process. Does ActiveVOS Server work in the order, that the process will validate the message against the schema first and then correlate the message. (We had deployed also the new version of the process, which have support for the new schema)<br />
<br />
After returning the backend service to the previous version. I tried to rewind the failed process. After rewind the process picture disappeared and when trying to press resume for the process nothing happened. To the server log new error message appeared. I have attached the excel export of the log.  This problem appears in the test system so in that sense it is not critical, but we would like to know what is the correct process in this kind case. <br />
<br />
ActiveVOS server version is <br />
Server Status<br />
 Date Started:  	2012/03/29 04:15 PM<br />
 Process Definitions:  	37<br />
 Description:  	ActiveVOS Enterprise<br />
 Cluster Status:  	Running<br />
 Cluster Monitoring Level:  	Normal<br />
 Version:  	9.1.0.2 (5690.001)</div>

]]></content:encoded>
			<category domain="http://forums.activevos.com/forumdisplay.php?f=28">Developer Assistance Support</category>
			<dc:creator>niklask</dc:creator>
			<guid isPermaLink="true">http://forums.activevos.com/showthread.php?t=5800</guid>
		</item>
		<item>
			<title>Recomended POST size limit for WLS 10.3</title>
			<link>http://forums.activevos.com/showthread.php?t=5798&amp;goto=newpost</link>
			<pubDate>Wed, 25 Apr 2012 15:35:16 GMT</pubDate>
			<description>We have AV deployed on a Weblogic platform, and we have been given an advisory that we need to limit the POST size that we accept. Before we do I...</description>
			<content:encoded><![CDATA[<div>We have AV deployed on a Weblogic platform, and we have been given an advisory that we need to limit the POST size that we accept. Before we do I wanted to confirm if there was a size recomended by AV.</div>

]]></content:encoded>
			<category domain="http://forums.activevos.com/forumdisplay.php?f=28">Developer Assistance Support</category>
			<dc:creator>DanDuncan</dc:creator>
			<guid isPermaLink="true">http://forums.activevos.com/showthread.php?t=5798</guid>
		</item>
		<item>
			<title>ActiveVOS 9.1 SSO Configuration</title>
			<link>http://forums.activevos.com/showthread.php?t=5796&amp;goto=newpost</link>
			<pubDate>Wed, 25 Apr 2012 03:22:49 GMT</pubDate>
			<description>We need to configure ActiveVOS 9.1 running on Redhat Enterprise Linux / JBoss 5 EAP for single sign-on with MS Active Directory.  
 
We have java...</description>
			<content:encoded><![CDATA[<div>We need to configure ActiveVOS 9.1 running on Redhat Enterprise Linux / JBoss 5 EAP for single sign-on with MS Active Directory. <br />
<br />
We have java swing client applications that have custom GUIs for completing human tasks in our work-flows. We need to pass the user's credentials from MS Windows 7 where the java GUIs are running to ActiveVOS.  We do not want to require the users to re-enter their credentials when our client application makes service calls to ActiveVOS. <br />
<br />
We have already configure our ActiveVOS Identity Service to authenticate users using MS Active Directory Server.<br />
<br />
Do you have any documentation containing case studies or best practices that detail using ActiveVOS SSO in this manner?<br />
<br />
Thanks in advance for your help!</div>

]]></content:encoded>
			<category domain="http://forums.activevos.com/forumdisplay.php?f=28">Developer Assistance Support</category>
			<dc:creator>emmettd</dc:creator>
			<guid isPermaLink="true">http://forums.activevos.com/showthread.php?t=5796</guid>
		</item>
		<item>
			<title>Question about using custom functions</title>
			<link>http://forums.activevos.com/showthread.php?t=5795&amp;goto=newpost</link>
			<pubDate>Tue, 24 Apr 2012 21:25:40 GMT</pubDate>
			<description><![CDATA[I have a question regarding custom functions. On Admin Console Help, it shows how to add custom functions to the server (Admin->Configure...]]></description>
			<content:encoded><![CDATA[<div>I have a question regarding custom functions. On Admin Console Help, it shows how to add custom functions to the server (Admin-&gt;Configure Server-&gt;Global Function Contexts-&gt;Adding Custom Functions to ActiveVOS Server). In our use case, we cannot do this on the console, but have to make it happen programmatically. Could you please let me know whether it is possible to do so, and how? Thanks.</div>

]]></content:encoded>
			<category domain="http://forums.activevos.com/forumdisplay.php?f=28">Developer Assistance Support</category>
			<dc:creator>jingyiw</dc:creator>
			<guid isPermaLink="true">http://forums.activevos.com/showthread.php?t=5795</guid>
		</item>
		<item>
			<title>Get a list of  Human Tasks and task current state by a given Process ID?</title>
			<link>http://forums.activevos.com/showthread.php?t=5794&amp;goto=newpost</link>
			<pubDate>Tue, 24 Apr 2012 19:49:06 GMT</pubDate>
			<description>Is there any API in ActiveBpelAdmin which will allow me to get a list of  Human Tasks and task current state that are related to specific process id?...</description>
			<content:encoded><![CDATA[<div>Is there any API in ActiveBpelAdmin which will allow me to get a list of  Human Tasks and task current state that are related to specific process id?  <br />
<br />
Also if I define  several sub-flows within a workflow, how do I  get a list of Human Tasks that are all  related to this specific workflow and sub-flows?</div>

]]></content:encoded>
			<category domain="http://forums.activevos.com/forumdisplay.php?f=28">Developer Assistance Support</category>
			<dc:creator>mariap</dc:creator>
			<guid isPermaLink="true">http://forums.activevos.com/showthread.php?t=5794</guid>
		</item>
		<item>
			<title>Date format validation error message bug (I18N)</title>
			<link>http://forums.activevos.com/showthread.php?t=5790&amp;goto=newpost</link>
			<pubDate>Tue, 24 Apr 2012 06:21:00 GMT</pubDate>
			<description><![CDATA[From generated source of avc.jsp using FF: Current locale, country and language 
 
 
Code: 
--------- 
AE_ACTIVEVOS_I18N_LOCALE = "en_GB";...]]></description>
			<content:encoded><![CDATA[<div>From generated source of avc.jsp using FF: Current locale, country and language<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">AE_ACTIVEVOS_I18N_LOCALE = &quot;en_GB&quot;;<br />
AE_ACTIVEVOS_I18N_LANGUAGE = &quot;en&quot;;&nbsp;  <br />
AE_ACTIVEVOS_I18N_COUNTRY = &quot;GB&quot;;</code><hr />
</div><br />
Note using IE the locale is “en_AU”.<br />
<br />
<br />
The problem is an incorrect date format referenced in validation error message on activevos request form.<br />
<br />
The incorrect validation message displayed is “Please enter a valid date in format mm/dd/yyyy”.  See screen shot err-msg-3.png<br />
<br />
While the correct validation message should be “Please enter a valid date in format dd/mm/yyyy”<br />
<br />
<br />
It seems the data format validation message is falling back to the default jquery-iu.js parameter  regional[‘’].dateFormat of ‘mm/dd/yy’ which is adjusted to ‘mm/dd/yyyy’ in ae-additional-methods.js because the i18N conditional logic in additional-methods.js (below) isn’t working correctly (Note the locale variables above from /activevos-central/avc/avc.jsp):<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&nbsp; &nbsp; &nbsp; var ae_date_format = null;&nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; if (AE_ACTIVEVOS_I18N_LOCALE &amp;&amp; jQuery.datepicker &amp;&amp; jQuery.datepicker.regional &amp;&amp; jQuery.datepicker.regional[AE_ACTIVEVOS_I18N_LOCALE]) {<br />
&nbsp; &nbsp; &nbsp; &nbsp;  // check Lang_Country first. e.g fr_CA.<br />
&nbsp; &nbsp; &nbsp; &nbsp;  ae_date_format = jQuery.datepicker.regional[AE_ACTIVEVOS_I18N_LOCALE].dateFormat;<br />
&nbsp; &nbsp; &nbsp; } else if (AE_ACTIVEVOS_I18N_LANGUAGE &amp;&amp; jQuery.datepicker &amp;&amp; jQuery.datepicker.regional &amp;&amp; jQuery.datepicker.regional[AE_ACTIVEVOS_I18N_LANGUAGE]) {<br />
&nbsp; &nbsp; &nbsp; &nbsp;  // check if language is available.<br />
&nbsp; &nbsp; &nbsp; &nbsp;  ae_date_format = jQuery.datepicker.regional[AE_ACTIVEVOS_I18N_LANGUAGE].dateFormat;<br />
&nbsp; &nbsp; &nbsp; } else if (jQuery.datepicker &amp;&amp; jQuery.datepicker.regional &amp;&amp; jQuery.datepicker.regional['']) {<br />
&nbsp; &nbsp; &nbsp; &nbsp;  ae_date_format = jQuery.datepicker.regional[''].dateFormat;<br />
&nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; if (ae_date_format == null) {<br />
&nbsp; &nbsp; &nbsp; &nbsp;  ae_date_format = &quot;yy-mm-dd&quot;;&nbsp;  <br />
&nbsp; &nbsp; &nbsp; }</code><hr />
</div><br />
/activevos-central/avc/avc.jsp correctly imports   <br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;script type=&quot;text/javascript&quot; src=&quot;/activevos-central/avc-res/js/jquery/base/datepicker-i18n/jquery.ui.datepicker-en-GB.js&quot;&gt;&lt;/script&gt;</code><hr />
</div>Which contains $.datepicker.regional['en-GB']<br />
<br />
Note how ‘en-GB’ is NOT equal to the value of AE_ACTIVEVOS_I18N_LOCALE which is ‘en_GB’<br />
<br />
AE_ACTIVEVOS_I18N_LOCALE is set in avc.jsp via JSP java snippet java.util.Locale localeObj = (java.util.Locale) request.getSession().getAttribute(&quot;aeWorkFlowUserL  ocale&quot;); <br />
<br />
It seems web browser locale format “en-GB” is adjusted to “en_GB” within filter org.activebpel.b4p.war.web.servlet.AeI8NDetectionF  ilter which is used to popular session object “aeWorkFlowUserLocale”.  This locale formatting then doesn’t match the naming I18N convention of the jquery date picker.<br />
<br />
<br />
To replicate the problem, user will need to type a bad format date to cause the error message to display.  User will attempt to fix their format error by following the instruction ie (mm/dd/yyyy) but this is the incorrect format as the server will require dd/mm/yyyy (see screen shot err-msg-3.png).<br />
<br />
When the date is typed correctly as dd/mm/yyyy the format error message disappears – see screen shot err-msg-2.png.<br />
<br />
This is very misleading to the user.<br />
<br />
<br />
<br />
I changed the datepicker.regional['en-GB'] value in jquery.ui.datepicker-en-GB.js to datepicker.regional['en_GB'] to match what I thought it was expecting, but this didn’t work.<br />
<br />
I then simply changed the mm/dd/yy string in jquery-ui.min.js to dd/mm/yy and this has fixed the issue, though the problem still completely ignores the intended I18N features of activevos.</div>


	<br />
	<div style="padding:6px">

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Images</legend>
			<table cellpadding="0" cellspacing="3" border="0">
			<tr>
	<td><img class="inlineimg" src="http://forums.activevos.com/images/attach/png.gif" alt="File Type: png" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://forums.activevos.com/attachment.php?attachmentid=5213&amp;d=1335248408">err-msg-2.png</a> (5.7 KB)</td>
</tr><tr>
	<td><img class="inlineimg" src="http://forums.activevos.com/images/attach/png.gif" alt="File Type: png" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://forums.activevos.com/attachment.php?attachmentid=5214&amp;d=1335248413">err-msg-3.png</a> (6.0 KB)</td>
</tr>
			</table>
			</fieldset>
	

	

	</div>
]]></content:encoded>
			<category domain="http://forums.activevos.com/forumdisplay.php?f=28">Developer Assistance Support</category>
			<dc:creator>asmith</dc:creator>
			<guid isPermaLink="true">http://forums.activevos.com/showthread.php?t=5790</guid>
		</item>
		<item>
			<title>Incorrect namespace prefix of instance type in JSON response</title>
			<link>http://forums.activevos.com/showthread.php?t=5789&amp;goto=newpost</link>
			<pubDate>Mon, 23 Apr 2012 09:04:52 GMT</pubDate>
			<description>Hi, 
 
we have trouble to create concrete sub-type of abstract parent type due to invalid namespace in JSON response during the runtime. 
 
Our model...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
we have trouble to create concrete sub-type of abstract parent type due to invalid namespace in JSON response during the runtime.<br />
<br />
Our model (see attachement InheritanceModel.jpg) contains type with list  of abstract type AbstractMetainfo that has various sub-types such as PersonMetainfo etc. This model defines Human Task input.<br />
<br />
When we try to get this Human Task using WebService API, we receive response with defined subtype as follows (xsi:type=&quot;ns2:PersonMetainfo&quot;). Prefix ns2 correctly references to namespace <a href="http://csas.cz/BOM/v01/service/BackendCreationMetainfo" target="_blank">http://csas.cz/BOM/v01/service/BackendCreationMetainfo</a>. <br />
<br />
But when we try to get the same Human Task using JSON API we get<br />
this subtype defined as follows (&quot;xsi$type&quot;:&quot;ns2:PersonMetainfo&quot;) but this time the prefix ns2 reference wrong namspace &quot;xmlns$ns2&quot;:&quot;http:\/\/csas.cz\/CDM\/v01\/Products\/Transactions&quot;.<br />
<br />
Pls for XML response see attachement HumanTask_XML_Response.txt and for JSON response HumanTask_JSON_Response.txt.<br />
<br />
<br />
Best Regards,<br />
Peter</div>


	<br />
	<div style="padding:6px">

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Images</legend>
			<table cellpadding="0" cellspacing="3" border="0">
			<tr>
	<td><img class="inlineimg" src="http://forums.activevos.com/images/attach/jpg.gif" alt="File Type: jpg" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://forums.activevos.com/attachment.php?attachmentid=5210&amp;d=1335170736">InheritanceModel.jpg</a> (24.1 KB)</td>
</tr><tr>
	<td><img class="inlineimg" src="http://forums.activevos.com/images/attach/jpg.gif" alt="File Type: jpg" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://forums.activevos.com/attachment.php?attachmentid=5211&amp;d=1335170745">JSONResponse_Snippet.jpg</a> (214.0 KB)</td>
</tr><tr>
	<td><img class="inlineimg" src="http://forums.activevos.com/images/attach/jpg.gif" alt="File Type: jpg" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://forums.activevos.com/attachment.php?attachmentid=5212&amp;d=1335170752">XMLResponse_Snippet.jpg</a> (132.6 KB)</td>
</tr>
			</table>
			</fieldset>
	

	
		<fieldset class="fieldset">
			<legend>Attached Files</legend>
			<table cellpadding="0" cellspacing="3" border="0">
			<tr>
	<td><img class="inlineimg" src="http://forums.activevos.com/images/attach/txt.gif" alt="File Type: txt" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://forums.activevos.com/attachment.php?attachmentid=5208&amp;d=1335170723">HumanTask_JSON_Response.txt</a> (4.4 KB)</td>
</tr><tr>
	<td><img class="inlineimg" src="http://forums.activevos.com/images/attach/txt.gif" alt="File Type: txt" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://forums.activevos.com/attachment.php?attachmentid=5209&amp;d=1335170729">HumanTask_XML_Response.txt</a> (2.4 KB)</td>
</tr>
			</table>
		</fieldset>
	

	</div>
]]></content:encoded>
			<category domain="http://forums.activevos.com/forumdisplay.php?f=28">Developer Assistance Support</category>
			<dc:creator>pzelenak</dc:creator>
			<guid isPermaLink="true">http://forums.activevos.com/showthread.php?t=5789</guid>
		</item>
		<item>
			<title>Created on clause HT</title>
			<link>http://forums.activevos.com/showthread.php?t=5785&amp;goto=newpost</link>
			<pubDate>Thu, 19 Apr 2012 12:50:41 GMT</pubDate>
			<description><![CDATA[Hello, 
We implemented our own HT Central using WSHT4J. And we would like to select tasks depending on the day (e.g. today's tasks). For querying...]]></description>
			<content:encoded><![CDATA[<div>Hello,<br />
We implemented our own HT Central using WSHT4J. And we would like to select tasks depending on the day (e.g. today's tasks). For querying ActiveVos service we are using 'getMyTasks' method. The problem we encountered is filtering using &quot;CreatedOn Clause&quot; - whatever we fill into the clause, we get the same response as if that expression didn't matter.<br />
We tried the same using SoapUI Client, and encountered the same situation. Here is the sample of soap request:<br />
<br />
&lt;soapenv:Envelope xmlns:soapenv=&quot;http://schemas.xmlsoap.org/soap/envelope/&quot; xmlns:xsd=&quot;http://www.example.org/WS-HT/api/xsd&quot;&gt;<br />
   &lt;soapenv:Header/&gt;<br />
   &lt;soapenv:Body&gt;<br />
      &lt;xsd:getMyTasks&gt;<br />
         &lt;xsd:taskType&gt;TASKS&lt;/xsd:taskType&gt;<br />
         &lt;xsd:createdOnClause&gt;'2012-04-18'&lt;/xsd:createdOnClause&gt;<br />
     <br />
      &lt;/xsd:getMyTasks&gt;<br />
   &lt;/soapenv:Body&gt;<br />
&lt;/soapenv:Envelope&gt;<br />
<br />
The response is the same no matter what we put into CreatedOnClause.<br />
<br />
Is this the right way to filter tasks depending on which day it is? If not, how can we do that? And if yes, how should we use createdOn?<br />
<br />
We are using ActiveVos 9.0.2.<br />
<br />
Nice Regards,<br />
Dina Zjaca</div>

]]></content:encoded>
			<category domain="http://forums.activevos.com/forumdisplay.php?f=28">Developer Assistance Support</category>
			<dc:creator>dinaz</dc:creator>
			<guid isPermaLink="true">http://forums.activevos.com/showthread.php?t=5785</guid>
		</item>
		<item>
			<title>Collapsed process entry in Console</title>
			<link>http://forums.activevos.com/showthread.php?t=5783&amp;goto=newpost</link>
			<pubDate>Wed, 18 Apr 2012 14:09:27 GMT</pubDate>
			<description>Hi, 
 
I have defined a set of processes and used the Process/Sub-Process linkage in the pdd files. When I look in the Console view, these...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I have defined a set of processes and used the Process/Sub-Process linkage in the pdd files. When I look in the Console view, these sub-processes are shown under the parent process (with a + label next to the parent) as well as an entry of their own.<br />
<br />
I have tried filtering the Monitor screen to just show the top calling process for each invocation, but the best I have managed is to use isParentProcess() which shows entries for each process that calls sub-processes, even if they are sub-processes to other processes.<br />
<br />
Is there a way to filter the result so there is only one entry for each top-level process, rather than the 4 entries that I see at the moment?<br />
<br />
Thanks,<br />
<br />
Mike</div>

]]></content:encoded>
			<category domain="http://forums.activevos.com/forumdisplay.php?f=28">Developer Assistance Support</category>
			<dc:creator>mikef</dc:creator>
			<guid isPermaLink="true">http://forums.activevos.com/showthread.php?t=5783</guid>
		</item>
		<item>
			<title>xquery functions documentation for import</title>
			<link>http://forums.activevos.com/showthread.php?t=5782&amp;goto=newpost</link>
			<pubDate>Wed, 18 Apr 2012 12:37:05 GMT</pubDate>
			<description><![CDATA[Hi, 
 
I'm using the xquery functions with activevos 9.1.0.2 and it works well.  
There is one issue with the function signature as they appear when...]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I'm using the xquery functions with activevos 9.1.0.2 and it works well. <br />
There is one issue with the function signature as they appear when we want to use them in an assign.<br />
<br />
ex:<br />
let's say i have a function with this signature:<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">declare function ns:function1 ($type1 , $type2 )&nbsp; {<br />
(snip)<br />
};</code><hr />
</div>I cannot use types in the signature as i get an error (requires saxon, explained in <a href="http://forums.activevos.com/showthread.php?t=5763" target="_blank">http://forums.activevos.com/showthread.php?t=5763</a> ) but i can leave with that.<br />
<br />
my problem is that when i want to use it in an assign operation, what i see is:<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">ns:function1 (node() , node() )</code><hr />
</div>and this is not really obvious to use...<br />
<br />
do you have any hints or idea on how i could improve the usability? Also, is there a way that i can write a comment in my xquery function definition so that it appears when i do a mouse-over later?<br />
<br />
Thanks for the help,<br />
Florent</div>

]]></content:encoded>
			<category domain="http://forums.activevos.com/forumdisplay.php?f=28">Developer Assistance Support</category>
			<dc:creator>florentj</dc:creator>
			<guid isPermaLink="true">http://forums.activevos.com/showthread.php?t=5782</guid>
		</item>
		<item>
			<title>xsd validation on linked resources</title>
			<link>http://forums.activevos.com/showthread.php?t=5780&amp;goto=newpost</link>
			<pubDate>Wed, 18 Apr 2012 11:39:22 GMT</pubDate>
			<description><![CDATA[Hello, 
 
we have wsdl and xsd resources in a separate folder that is being linked (via directory-> Link to alternate location) into a orchestration...]]></description>
			<content:encoded><![CDATA[<div>Hello,<br />
<br />
we have wsdl and xsd resources in a separate folder that is being linked (via directory-&gt; Link to alternate location) into a orchestration project.<br />
<br />
Now in the xsd that are including each other in cyclic manner (A includes B, B includes A)<br />
<br />
The project has validation errors on these xsd:<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">sch-props-correct.2: A schema cannot contain two global components with the same name; this schema contains two occurrences of 'http://csas.cz/PrintingTemplates_BOM/v02/Signatures,AgreementSignature'.</code><hr />
</div>When we do a copy of these resources directly into the project (that is remove the linked folder and copy its content into the project) then this is not an issue - the xsd-s are valid.<br />
<br />
I will provide the resources in question in a private attachment.<br />
<br />
Regards,<br />
<br />
marek</div>

]]></content:encoded>
			<category domain="http://forums.activevos.com/forumdisplay.php?f=28">Developer Assistance Support</category>
			<dc:creator>mlapin</dc:creator>
			<guid isPermaLink="true">http://forums.activevos.com/showthread.php?t=5780</guid>
		</item>
		<item>
			<title>8.0.4 to 9.1.0.1 migration issue</title>
			<link>http://forums.activevos.com/showthread.php?t=5779&amp;goto=newpost</link>
			<pubDate>Tue, 17 Apr 2012 16:23:20 GMT</pubDate>
			<description>I have a process which runs on 8.0.4 connecting to Remedy via a Restful interface it creates a work order on our Remedy support system, when ported...</description>
			<content:encoded><![CDATA[<div>I have a process which runs on 8.0.4 connecting to Remedy via a Restful interface it creates a work order on our Remedy support system, when ported to 9.1.0.1 it returns an &quot;Unknown Fault&quot; in ActiveVOS Central and I get this warning in the console within ActiveVOS: <br />
<br />
[WARNING][2012-04-17 17:08:22.829] Service definition with name {urn:CHG_ChangeInterface_Create_WS_Met29}CHG_Chang  eInterface_Create_WS_Met29Service could not be resolved from context WSDL during invoke within ProcessId 2,308 at LocationPath /process/sequence/scope[@name='Create']/sequence/invoke[@name='Create'].</div>

]]></content:encoded>
			<category domain="http://forums.activevos.com/forumdisplay.php?f=28">Developer Assistance Support</category>
			<dc:creator>ABillington</dc:creator>
			<guid isPermaLink="true">http://forums.activevos.com/showthread.php?t=5779</guid>
		</item>
		<item>
			<title>error at setVariable</title>
			<link>http://forums.activevos.com/showthread.php?t=5778&amp;goto=newpost</link>
			<pubDate>Tue, 17 Apr 2012 14:34:06 GMT</pubDate>
			<description>Hello, 
 
we tried to set a process variable via the AdminApi.setVariable and on all processes, all variables and all environments we are getting the...</description>
			<content:encoded><![CDATA[<div>Hello,<br />
<br />
we tried to set a process variable via the AdminApi.setVariable and on all processes, all variables and all environments we are getting the same exception:<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;faultcode&gt;ns2:Server&lt;/faultcode&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp;  &lt;faultstring&gt;Error setting variable; nested exception is: <br />
&nbsp; &nbsp; &nbsp; &nbsp; org.activebpel.rt.AeException: An error was encountered loading the document.&lt;/faultstring&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp;  &lt;detail&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;ns2:exception class=&quot;javax.xml.ws.WebServiceException&quot; note=&quot;To disable this feature, set com.sun.xml.ws.fault.SOAPFaultBuilder.disableCaptureStackTrace system property to false&quot; xmlns:ns2=&quot;http://jax-ws.dev.java.net/&quot;&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  &lt;message&gt;Error setting variable; nested exception is: <br />
&nbsp; &nbsp; &nbsp; &nbsp; org.activebpel.rt.AeException: An error was encountered loading the document.&lt;/message&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  &lt;ns2:stackTrace&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;ns2:frame class=&quot;org.activebpel.rt.metro.admin.impl.AeActiveBpelAdminImpl&quot; file=&quot;AeActiveBpelAdminImpl.java&quot; line=&quot;384&quot; method=&quot;setVariable&quot;/&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;ns2:frame class=&quot;sun.reflect.NativeMethodAccessorImpl&quot; file=&quot;NativeMethodAccessorImpl.java&quot; line=&quot;native&quot; method=&quot;invoke0&quot;/&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;ns2:frame class=&quot;sun.reflect.NativeMethodAccessorImpl&quot; file=&quot;NativeMethodAccessorImpl.java&quot; line=&quot;39&quot; method=&quot;invoke&quot;/&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;ns2:frame class=&quot;sun.reflect.DelegatingMethodAccessorImpl&quot; file=&quot;DelegatingMethodAccessorImpl.java&quot; line=&quot;25&quot; method=&quot;invoke&quot;/&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;ns2:frame class=&quot;java.lang.reflect.Method&quot; file=&quot;Method.java&quot; line=&quot;597&quot; method=&quot;invoke&quot;/&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;ns2:frame class=&quot;com.sun.xml.ws.api.server.InstanceResolver$1&quot; file=&quot;InstanceResolver.java&quot; line=&quot;246&quot; method=&quot;invoke&quot;/&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;ns2:frame class=&quot;com.sun.xml.ws.server.InvokerTube$2&quot; file=&quot;InvokerTube.java&quot; line=&quot;146&quot; method=&quot;invoke&quot;/&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;ns2:frame class=&quot;com.sun.xml.ws.server.sei.EndpointMethodHandler&quot; file=&quot;EndpointMethodHandler.java&quot; line=&quot;257&quot; method=&quot;invoke&quot;/&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;ns2:frame class=&quot;com.sun.xml.ws.server.sei.SEIInvokerTube&quot; file=&quot;SEIInvokerTube.java&quot; line=&quot;93&quot; method=&quot;processRequest&quot;/&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;ns2:frame class=&quot;com.sun.xml.ws.api.pipe.Fiber&quot; file=&quot;Fiber.java&quot; line=&quot;598&quot; method=&quot;__doRun&quot;/&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;ns2:frame class=&quot;com.sun.xml.ws.api.pipe.Fiber&quot; file=&quot;Fiber.java&quot; line=&quot;557&quot; method=&quot;_doRun&quot;/&gt;</code><hr />
</div>To send the request we are using SOAPUI.<br />
We tried to save and validate the request in a separate text editor to eliminate possibility of some white-space character...<br />
<br />
Attached are 2 files (setVariable_soapUI.txt is the request from soapui and setVariable_soapUI_debug.txt is the soapui debug printout of the http request as its sent)<br />
<br />
Regards,<br />
<br />
marek</div>


	<br />
	<div style="padding:6px">

	

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Files</legend>
			<table cellpadding="0" cellspacing="3" border="0">
			<tr>
	<td><img class="inlineimg" src="http://forums.activevos.com/images/attach/txt.gif" alt="File Type: txt" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://forums.activevos.com/attachment.php?attachmentid=5192&amp;d=1334672370">setVariable_soapUI.txt</a> (1.2 KB)</td>
</tr><tr>
	<td><img class="inlineimg" src="http://forums.activevos.com/images/attach/txt.gif" alt="File Type: txt" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
	<td><a href="http://forums.activevos.com/attachment.php?attachmentid=5193&amp;d=1334672376">setVariable_soapUI_debug.txt</a> (3.3 KB)</td>
</tr>
			</table>
		</fieldset>
	

	</div>
]]></content:encoded>
			<category domain="http://forums.activevos.com/forumdisplay.php?f=28">Developer Assistance Support</category>
			<dc:creator>mlapin</dc:creator>
			<guid isPermaLink="true">http://forums.activevos.com/showthread.php?t=5778</guid>
		</item>
		<item>
			<title>Catch not catching Java custom exceptions?</title>
			<link>http://forums.activevos.com/showthread.php?t=5777&amp;goto=newpost</link>
			<pubDate>Tue, 17 Apr 2012 12:35:30 GMT</pubDate>
			<description>I have a Catch on a Scope that encapsulates an Invoke to a partner service.   
 
The partner service will always throw the SAME TYPE of exception. ...</description>
			<content:encoded><![CDATA[<div>I have a Catch on a Scope that encapsulates an Invoke to a partner service.  <br />
<br />
The partner service will always throw the SAME TYPE of exception.  The exception is, for purposes of this discussion, PartnerServiceCustomException.  But the PartnerServiceCustomException will wrap the root cause exception, which may be another custom exception or a Java IllegalArgumentException, etc.<br />
<br />
Here's the issue:  If the partner services' root cause exception is an illegalArgumentException, for example, then ActiveVOS Catch will trap it and allow our BPEL code to handle it.<br />
<br />
However, if root cause exception is another custom exception, the ActiveVOS Catch will not trap it and the fault will return to the orchestration's consumer.<br />
<br />
The only explaination I can come up with for this is that the Catch in ActiveVOS will only catch those exceptions that wrap a java.lang.RuntimeException - which is indeed the case with an IllegalArgumentException, or a NullPointerException, etc.  - and not the case with the partner service's custom exceptions.<br />
<br />
Can someone verify my theory or clarify the issue for me?<br />
<br />
Many thanks in advance!!!!</div>

]]></content:encoded>
			<category domain="http://forums.activevos.com/forumdisplay.php?f=28">Developer Assistance Support</category>
			<dc:creator>ScottMA</dc:creator>
			<guid isPermaLink="true">http://forums.activevos.com/showthread.php?t=5777</guid>
		</item>
		<item>
			<title>All Alarms Deadline set to almost the same time</title>
			<link>http://forums.activevos.com/showthread.php?t=5776&amp;goto=newpost</link>
			<pubDate>Tue, 17 Apr 2012 07:27:40 GMT</pubDate>
			<description>I am not sure how it happened but all of our daily alarms for a given process is executing at the same time when we know that the processes started...</description>
			<content:encoded><![CDATA[<div>I am not sure how it happened but all of our daily alarms for a given process is executing at the same time when we know that the processes started at different times and the interval is set to 1 day.<br />
<br />
It seems to me that during restart, if the alarm is overdue, the alarm is executed and the next alarm is set based on the restart time.   Can you confirm this behavior?<br />
<br />
Furthermore, if the process has been running for more than a year, opening the diagram is so slow.  I think that its because of the size of the process state diagram.  I also think that if we have a couple of hundreds of these process with an alarm set to the same deadline, it eventually bogs down our app server to almost stand still.<br />
<br />
I am now planning to delete all the alarm table records to avoid this from happening (triggering of alarm).  However, what can we do to avoid the same problem?  And why does an daily alarm (over a period of time - a year for example) causes a process to be very slow in loading diagram -- which i assume correlates to the performance of the process in the engine too.<br />
<br />
Mark</div>

]]></content:encoded>
			<category domain="http://forums.activevos.com/forumdisplay.php?f=28">Developer Assistance Support</category>
			<dc:creator>MBucayan</dc:creator>
			<guid isPermaLink="true">http://forums.activevos.com/showthread.php?t=5776</guid>
		</item>
	</channel>
</rss>

