<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:www.nabble.com,2006:forum-2747</id>
	<title>Nabble - OpenSymphony</title>
	<updated>2008-10-07T21:31:28Z</updated>
	<link rel="self" type="application/atom+xml" href="http://www.nabble.com/OpenSymphony-f2747.xml" />
	<link rel="alternate" type="text/html" href="http://www.nabble.com/OpenSymphony-f2747.html" />
	<subtitle type="html">OpenSymphony is an Open Source project dedicated to providing venterprise class J2EE components. Our components aim to stress simplicity, integration, pluggability and specification compliance. Please see the individual projects for more information. OpenSymphony home is &lt;a href=&quot;http://www.opensymphony.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.</subtitle>
	
<entry>
	<id>tag:www.nabble.com,2006:post-19872133</id>
	<title>It it possible to replace the body of a CustomTag?</title>
	<published>2008-10-07T21:31:28Z</published>
	<updated>2008-10-07T21:31:28Z</updated>
	<author>
		<name>mraible</name>
	</author>
	<content type="html">I want to grab a &amp;lt;component&amp;gt; tag, parse its attributes and then replace the tag (and its contents) with HTML from a remote server. Is this possible with CustomTag and a custom HTMLPageParser?
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.opensymphony.com/sitemesh/api/com/opensymphony/module/sitemesh/html/CustomTag.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.opensymphony.com/sitemesh/api/com/opensymphony/module/sitemesh/html/CustomTag.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Matt&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/OpenSymphony---SiteMesh-f2752.html&quot; embed=&quot;fixTarget[2752]&quot; target=&quot;_top&quot; &gt;OpenSymphony - SiteMesh&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/It-it-possible-to-replace-the-body-of-a-CustomTag--tp19872133p19872133.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19870970</id>
	<title>help!!!!!! &quot;New Workflow&quot; error!</title>
	<published>2008-10-07T18:56:40Z</published>
	<updated>2008-10-07T18:56:40Z</updated>
	<author>
		<name>Shantanu Puranik</name>
	</author>
	<content type="html">I met an problem when running osworkflow_example.war. The problem can be described as the following:
&lt;br&gt;when I login as a user,whose role is &amp;quot;foos&amp;quot; group,and then typed the super link &amp;quot;New Workflow&amp;quot;,then the exception is throwed in the page,&amp;quot;org.apache.jasper.JasperException: Error in workflow descriptor: file:/E:/project/oswf-exmp/WebRoot/WEB-INF/classes/example.xml: root cause: Network is unreachable: connect&amp;quot;.At the same time,server printed the folowing errors,&amp;quot;ä¸¥é: Servlet.service() for servlet jsp threw exception
&lt;br&gt;java.net.SocketException: Network is unreachable: connect
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.net.PlainSocketImpl.socketConnect(Native Method)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.net.Socket.connect(Socket.java:507)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.net.Socket.connect(Socket.java:457)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.net.NetworkClient.doConnect(NetworkClient.java:157)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.net.www.http.HttpClient.openServer(HttpClient.java:365)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.net.www.http.HttpClient.openServer(HttpClient.java:477)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:676)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:554)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:936)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.setupCurrentEntity(XMLEntityManager.java:973)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.startEntity(XMLEntityManager.java:905)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.startDTDEntity(XMLEntityManager.java:872)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.sun.org.apache.xerces.internal.impl.XMLDTDScannerImpl.setInputSource(XMLDTDScannerImpl.java:282)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$DTDDispatcher.dispatch(XMLDocumentScannerImpl.java:1021)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:368)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:834)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:764)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:148)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:250)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:292)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:98)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.opensymphony.workflow.loader.WorkflowLoader.load(WorkflowLoader.java:68)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.opensymphony.workflow.loader.WorkflowLoader.load(WorkflowLoader.java:48)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.opensymphony.workflow.loader.XMLWorkflowFactory.loadWorkflow(XMLWorkflowFactory.java:284)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.opensymphony.workflow.loader.XMLWorkflowFactory.getWorkflow(XMLWorkflowFactory.java:71)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.opensymphony.workflow.loader.AbstractWorkflowFactory.getWorkflow(AbstractWorkflowFactory.java:48)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.opensymphony.workflow.config.DefaultConfiguration.getWorkflow(DefaultConfiguration.java:83)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.opensymphony.workflow.AbstractWorkflow.initialize(AbstractWorkflow.java:594)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.jsp.newworkflow_jsp._jspService(newworkflow_jsp.java:54)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:98)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:328)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:315)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:265)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:210)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:174)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:870)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:685)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.lang.Thread.run(Thread.java:595)
&lt;br&gt;&amp;quot;!!!
&lt;br&gt;help me!!! :-(
&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;Posted via Jive Forums
&lt;br&gt;&lt;a href=&quot;http://forums.opensymphony.com/thread.jspa?threadID=480885&amp;messageID=570186#570186&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forums.opensymphony.com/thread.jspa?threadID=480885&amp;messageID=570186#570186&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19870970&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19870970&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/OpenSymphony---OSWorkFlow-f2750.html&quot; embed=&quot;fixTarget[2750]&quot; target=&quot;_top&quot; &gt;OpenSymphony - OSWorkFlow&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/help%21%21%21%21%21%21-%22New-Workflow%22-error%21-tp19870970p19870970.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19858792</id>
	<title>Re: help for analyzing validateDTD method</title>
	<published>2008-10-07T06:56:26Z</published>
	<updated>2008-10-07T06:56:26Z</updated>
	<author>
		<name>Shantanu Puranik</name>
	</author>
	<content type="html">No, I haven't run into performance issue, I just guess if it could be optimized, maybe I am wrong, but all these has to be proven by my actual practice.
&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;Posted via Jive Forums
&lt;br&gt;&lt;a href=&quot;http://forums.opensymphony.com/thread.jspa?threadID=457948&amp;messageID=569581#569581&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forums.opensymphony.com/thread.jspa?threadID=457948&amp;messageID=569581#569581&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19858792&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19858792&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/OpenSymphony---OSWorkFlow-f2750.html&quot; embed=&quot;fixTarget[2750]&quot; target=&quot;_top&quot; &gt;OpenSymphony - OSWorkFlow&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/help-for-analyzing-validateDTD-method-tp19471565p19858792.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19858591</id>
	<title>problem on using jdbc access</title>
	<published>2008-10-07T06:48:09Z</published>
	<updated>2008-10-07T06:48:09Z</updated>
	<author>
		<name>Shantanu Puranik</name>
	</author>
	<content type="html">Hi, everyone
&lt;br&gt;&lt;br&gt;I am trying to use oracle 10.1 for the sample application as backed persistence, when I open the link &amp;quot;create new account&amp;quot;, some exceptions are as follow:
&lt;br&gt;&lt;br&gt;[(provider.jdbc.BaseJDBCProvider)] Could not look up DataSource using JNDI location: OracleDS
&lt;br&gt;javax.naming.NameNotFoundException: OracleDS not bound
&lt;br&gt;&lt;br&gt;[(user.util.ConfigLoader)] Could not create instance of provider
&lt;br&gt;java.lang.RuntimeException: Could not initialize provider com.opensymphony.user.provider.jdbc.JDBCAccessProvider
&lt;br&gt;&lt;br&gt;[(opensymphony.user.UserManager)] unexpected runtime exception during initialization
&lt;br&gt;java.lang.RuntimeException: Could not initialize provider com.opensymphony.user.provider.jdbc.JDBCAccessProvider
&lt;br&gt;&lt;br&gt;[[jsp]] Servlet.service() for servlet jsp threw exception
&lt;br&gt;java.lang.NullPointerException
&lt;br&gt;&lt;br&gt;I have done as some official document (right now, I am using JBoss 4.2.2) told, whichever I use DefaultDS or OracleDS, I get the similar exceptions. 
&lt;br&gt;&lt;br&gt;So, how to correctly configure jndi datasource for osworkflow 2.8 or 3.0 so that BaseJDBCProvider can lookup DataSource using jndi name, which is the correct jndi name to use? Can anyone tell me how to do it ? Thanks in advance.
&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;Posted via Jive Forums
&lt;br&gt;&lt;a href=&quot;http://forums.opensymphony.com/thread.jspa?threadID=480292&amp;messageID=569572#569572&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forums.opensymphony.com/thread.jspa?threadID=480292&amp;messageID=569572#569572&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19858591&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19858591&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/OpenSymphony---OSWorkFlow-f2750.html&quot; embed=&quot;fixTarget[2750]&quot; target=&quot;_top&quot; &gt;OpenSymphony - OSWorkFlow&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/problem-on-using-jdbc-access-tp19858591p19858591.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19856500</id>
	<title>Re: Removing a workflow instance from DB</title>
	<published>2008-10-07T04:57:12Z</published>
	<updated>2008-10-07T04:57:12Z</updated>
	<author>
		<name>Hubert Felber</name>
	</author>
	<content type="html">Good question, would like to know about that too.
&lt;br&gt;&lt;br&gt;hub
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; vishalj &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19856500&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;osworkflow-users@...&lt;/a&gt;&amp;gt; 06.10.2008 15:14 &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;Is their some method to remove workflow entries from DB completely 
&lt;br&gt;as finish=&amp;quot;TRUE&amp;quot; leaves the entries in history step tables what if someone wants to remove from their
&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;Posted via Jive Forums
&lt;br&gt;&lt;a href=&quot;http://forums.opensymphony.com/thread.jspa?threadID=479246&amp;messageID=568509#568509&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forums.opensymphony.com/thread.jspa?threadID=479246&amp;messageID=568509#568509&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19856500&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt; 
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19856500&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt; 
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19856500&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19856500&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/OpenSymphony---OSWorkFlow-f2750.html&quot; embed=&quot;fixTarget[2750]&quot; target=&quot;_top&quot; &gt;OpenSymphony - OSWorkFlow&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Removing-a-workflow-instance-from-DB-tp19837745p19856500.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19856458</id>
	<title>Re: Loops after a join</title>
	<published>2008-10-07T04:54:22Z</published>
	<updated>2008-10-07T04:54:22Z</updated>
	<author>
		<name>Hubert Felber</name>
	</author>
	<content type="html">&amp;lt; Do joins work correctly after a workflow instance has looped around and entered that join a second time?
&lt;br&gt;&lt;br&gt;Yes and no. If your join refers to step status Finished, it will not work after the second loop because history contains those steps already.
&lt;br&gt;I don't see a elegant solution for your problem, (which could be my problem too one day). 
&lt;br&gt;You could modify your join condition in a way, that it checks &amp;nbsp;the loops involved via persistant variables (inProgress / Finished). You set this variables on loop start/end.
&lt;br&gt;This is ugly: You could leave your join condition as it is, and modify the history steps status after the join e.g. makeit &amp;quot;finished&amp;quot; instead of &amp;quot;Finished&amp;quot;.
&lt;br&gt;&lt;br&gt;I would appreciate if you gave feedback if you find a solution.
&lt;br&gt;&lt;br&gt;&amp;lt;2) Our audit trail (from the historyPrev.table) is listing every historical step that feeds into the join, rather than the relevant steps for that loop, as the previous step.
&lt;br&gt;&lt;br&gt;I dont understand this problem. 
&lt;br&gt;&lt;br&gt;hub
&lt;br&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Daniel O'Connor &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19856458&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;osworkflow-users@...&lt;/a&gt;&amp;gt; 03.10.2008 23:11 &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;Do joins work correctly after a workflow instance has looped around and entered that join a second time?
&lt;br&gt;&lt;br&gt;The problem seems to be that the join pulls steps from the history to consider whether its criteria are satisfied. There doesn't seem to be any concept in OSWorkflow that would allow me to distinguish between a historical step and a current step with the same step id--or even multiple historical steps with the same step id. 
&lt;br&gt;&lt;br&gt;(See AbstractWorkflow.transitionWorkflow around line 1181 for the code that loads the historical steps. See JoinNodes.getStep around line 33 for the code that gets a step for comparison--if multiple steps have the desired stepId this method will select the first one it encounters.)
&lt;br&gt;&lt;br&gt;We have workflows that need to loop around when work needs to be redone, and we have encountered two specific problems:
&lt;br&gt;&lt;br&gt;1) The join condition evaluates to &amp;quot;true&amp;quot; prematurely because it is testing the wrong steps.
&lt;br&gt;&lt;br&gt;2) Our audit trail (from the historyPrev.table) is listing every historical step that feeds into the join, rather than the relevant steps for that loop, as the previous step.
&lt;br&gt;&lt;br&gt;Thanks for any ideas...
&lt;br&gt;&lt;br&gt;-Dan
&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;Posted via Jive Forums
&lt;br&gt;&lt;a href=&quot;http://forums.opensymphony.com/thread.jspa?threadID=477008&amp;messageID=566225#566225&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forums.opensymphony.com/thread.jspa?threadID=477008&amp;messageID=566225#566225&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19856458&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt; 
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19856458&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt; 
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19856458&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19856458&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/OpenSymphony---OSWorkFlow-f2750.html&quot; embed=&quot;fixTarget[2750]&quot; target=&quot;_top&quot; &gt;OpenSymphony - OSWorkFlow&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Loops-after-a-join-tp19805663p19856458.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19837745</id>
	<title>Removing a workflow instance from DB</title>
	<published>2008-10-06T06:14:26Z</published>
	<updated>2008-10-06T06:14:26Z</updated>
	<author>
		<name>Shantanu Puranik</name>
	</author>
	<content type="html">Is their some method to remove workflow entries from DB completely 
&lt;br&gt;as finish=&amp;quot;TRUE&amp;quot; leaves the entries in history step tables what if someone wants to remove from their
&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;Posted via Jive Forums
&lt;br&gt;&lt;a href=&quot;http://forums.opensymphony.com/thread.jspa?threadID=479246&amp;messageID=568509#568509&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forums.opensymphony.com/thread.jspa?threadID=479246&amp;messageID=568509#568509&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19837745&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19837745&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/OpenSymphony---OSWorkFlow-f2750.html&quot; embed=&quot;fixTarget[2750]&quot; target=&quot;_top&quot; &gt;OpenSymphony - OSWorkFlow&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Removing-a-workflow-instance-from-DB-tp19837745p19837745.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19826673</id>
	<title>How to add a object to value stack in Freemarker..</title>
	<published>2008-10-05T09:54:30Z</published>
	<updated>2008-10-05T09:54:30Z</updated>
	<author>
		<name>mil-4</name>
	</author>
	<content type="html">I am trying a use webwork component tag to call from one freemarker to template to another. I would have to pass an object to another template determined at runtime.. I am passing the object using the param tag and the string in the value attribute is evaluated against the value stack. 
&lt;br&gt;&lt;br&gt;However, I am unable to get the value passed to the second template by setting the object in request, session, application, etc..
&lt;br&gt;&lt;br&gt;When I pass the ActionContext object from the jsp to the first template and then put the object in the ActionContext from the first template, the param value object is resolved in the value stack..
&lt;br&gt;&lt;br&gt;Could someone show me an option to pass an object from one template to another and possibly explain how all this works..
&lt;br&gt;&lt;br&gt;Thanks!!
&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;Posted via Jive Forums
&lt;br&gt;&lt;a href=&quot;http://forums.opensymphony.com/thread.jspa?threadID=478532&amp;messageID=567780#567780&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forums.opensymphony.com/thread.jspa?threadID=478532&amp;messageID=567780#567780&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19826673&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19826673&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/java.net---webwork-dev-f2751.html&quot; embed=&quot;fixTarget[2751]&quot; target=&quot;_top&quot; &gt;java.net - webwork dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/How-to-add-a-object-to-value-stack-in-Freemarker..-tp19826673p19826673.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19821514</id>
	<title>Re: Problem Using OsWorkflowTemplate</title>
	<published>2008-10-05T01:02:51Z</published>
	<updated>2008-10-05T01:02:51Z</updated>
	<author>
		<name>Shantanu Puranik</name>
	</author>
	<content type="html">Well, this is the very first thing you usually do when you want to start your workflow, and in fact the below exception is thrown during the initialization process itself.
&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;Posted via Jive Forums
&lt;br&gt;&lt;a href=&quot;http://forums.opensymphony.com/thread.jspa?threadID=454252&amp;messageID=567387#567387&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forums.opensymphony.com/thread.jspa?threadID=454252&amp;messageID=567387#567387&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19821514&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19821514&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/OpenSymphony---OSWorkFlow-f2750.html&quot; embed=&quot;fixTarget[2750]&quot; target=&quot;_top&quot; &gt;OpenSymphony - OSWorkFlow&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Problem-Using-OsWorkflowTemplate-tp19408568p19821514.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19821322</id>
	<title>architect should go for work flow??</title>
	<published>2008-10-05T00:18:29Z</published>
	<updated>2008-10-05T00:18:29Z</updated>
	<author>
		<name>Shantanu Puranik</name>
	</author>
	<content type="html">Lot of work flow engine available in market but all application does not need work flow engine for it. what is the use of wok flow engine? .when a architect should go for work flow engine ?if I use work flow engine ,then what benefit I would get ?
&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;Posted via Jive Forums
&lt;br&gt;&lt;a href=&quot;http://forums.opensymphony.com/thread.jspa?threadID=478132&amp;messageID=567369#567369&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forums.opensymphony.com/thread.jspa?threadID=478132&amp;messageID=567369#567369&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19821322&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19821322&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/OpenSymphony---OSWorkFlow-f2750.html&quot; embed=&quot;fixTarget[2750]&quot; target=&quot;_top&quot; &gt;OpenSymphony - OSWorkFlow&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/architect-should-go-for-work-flow---tp19821322p19821322.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19805663</id>
	<title>Loops after a join</title>
	<published>2008-10-03T14:11:07Z</published>
	<updated>2008-10-03T14:11:07Z</updated>
	<author>
		<name>Shantanu Puranik</name>
	</author>
	<content type="html">Do joins work correctly after a workflow instance has looped around and entered that join a second time?
&lt;br&gt;&lt;br&gt;The problem seems to be that the join pulls steps from the history to consider whether its criteria are satisfied. There doesn't seem to be any concept in OSWorkflow that would allow me to distinguish between a historical step and a current step with the same step id--or even multiple historical steps with the same step id. 
&lt;br&gt;&lt;br&gt;(See AbstractWorkflow.transitionWorkflow around line 1181 for the code that loads the historical steps. See JoinNodes.getStep around line 33 for the code that gets a step for comparison--if multiple steps have the desired stepId this method will select the first one it encounters.)
&lt;br&gt;&lt;br&gt;We have workflows that need to loop around when work needs to be redone, and we have encountered two specific problems:
&lt;br&gt;&lt;br&gt;1) The join condition evaluates to &amp;quot;true&amp;quot; prematurely because it is testing the wrong steps.
&lt;br&gt;&lt;br&gt;2) Our audit trail (from the historyPrev.table) is listing every historical step that feeds into the join, rather than the relevant steps for that loop, as the previous step.
&lt;br&gt;&lt;br&gt;Thanks for any ideas...
&lt;br&gt;&lt;br&gt;-Dan
&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;Posted via Jive Forums
&lt;br&gt;&lt;a href=&quot;http://forums.opensymphony.com/thread.jspa?threadID=477008&amp;messageID=566225#566225&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forums.opensymphony.com/thread.jspa?threadID=477008&amp;messageID=566225#566225&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19805663&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19805663&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/OpenSymphony---OSWorkFlow-f2750.html&quot; embed=&quot;fixTarget[2750]&quot; target=&quot;_top&quot; &gt;OpenSymphony - OSWorkFlow&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Loops-after-a-join-tp19805663p19805663.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19800694</id>
	<title>Training &amp; jobs</title>
	<published>2008-10-03T08:57:55Z</published>
	<updated>2008-10-03T08:57:55Z</updated>
	<author>
		<name>KiranGupta</name>
	</author>
	<content type="html">“Join us to make future”
&lt;br&gt;FOR OPT/F-1 STUDENTS
&lt;br&gt;FREE TRAINING 
&lt;br&gt;FOOD ACCOMODATION 
&lt;br&gt;H1B PROCESSING 	FOR L1/ L2/ H1/ H4/ EAD/ GC 
&lt;br&gt;EXCELLENT OPPRTUNITIES 
&lt;br&gt;TRAINING 
&lt;br&gt;PLACEMENT 
&lt;br&gt;Highly Competitive offers for New H1b Transfers
&lt;br&gt;About Us:
&lt;br&gt;V2 technology inc is serving NJ since 2005, for us our employees are of utmost importance. Our highly skilled and dedicated instructors train you explicitly in market-related technologies for today and tomorrow. We will work with you in developing marketing strategies and finding the assignments of your choice.
&lt;br&gt;We not only help you get a job but we build your long lasting careers!!! 
&lt;br&gt;What are we Looking for:
&lt;br&gt;Excellent communication skills. 
&lt;br&gt;Valid F1/ OPT/ CPT/ H1/ H4/ L1 or valid work status (EAD, GC). 
&lt;br&gt;Bachelors’ degree in CS/ IT or previous IT experience. 
&lt;br&gt;Preferably (not mandatory) Master's Degree in Computers/ Electronics or previous IT experience. 
&lt;br&gt;Willing to relocate anywhere in USA. 
&lt;br&gt;What’s The Deal: 
&lt;br&gt;H1-B sponsorship to F1/ OPT/ H4/ L1/ L2/ E3/ EAD 
&lt;br&gt;Transfer of H1 &amp; L1 visas. 
&lt;br&gt;Green Card sponsorship through PERM 
&lt;br&gt;Job focused professional training in 
&lt;br&gt;Java/ J2EE 
&lt;br&gt;.NET 
&lt;br&gt;Documentum 
&lt;br&gt;Share point 
&lt;br&gt;Oracle 
&lt;br&gt;Data Modeling 
&lt;br&gt;Relocation assistance- airfare, hotel accommodation, car rental etc 
&lt;br&gt;Guarantee lowest bench period. 
&lt;br&gt;Employee referral program. 
&lt;br&gt;Effective Resume writing help, Marketing and Placement. 
&lt;br&gt;Technical mock interviews. Preparation of In Person Interviews 
&lt;br&gt;100% Guaranteed placement 
&lt;br&gt;Get in Touch:
&lt;br&gt;Contact immediately to know more about the opportunities with us at:609-843-0312 
&lt;br&gt;or 		
&lt;br&gt;write mail at jobs@v2techinc.com
&lt;br&gt;Contact person : John
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/OpenSymphony---OSWorkFlow-f2750.html&quot; embed=&quot;fixTarget[2750]&quot; target=&quot;_top&quot; &gt;OpenSymphony - OSWorkFlow&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Training---jobs-tp19800694p19800694.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19782963</id>
	<title>federal student loan consolidation</title>
	<published>2008-10-02T09:35:36Z</published>
	<updated>2008-10-02T09:35:36Z</updated>
	<author>
		<name>Lensuslytut</name>
	</author>
	<content type="html">No job or pool of points â We are not idiots. unmistakably if you made a lot of affluence, more than suitproficient you would not fulness our serve. This is why your uphold of rdespite that smoothues does not matter. No one order do any enquire or serene ask any questions.
&lt;br&gt;A utter low fico bevy of 450 â We see that getting a accommodation with out of pocket or serene as a rule honour is a utter naughty task. My Miracle Loans ordain stand for you to sponge $1,000 - $1 million in less than 7 days with positively no drink faith compare arrive!
&lt;br&gt;Bad honour, no trust, or measurcompetent honour â For those of you that drink had attired in b be committed to faith problems in the history, but now take your honour comprised in command, this is also not an issue. Your history trust problems on not be looked at because at any time a immediately again, for some of our methods THERE ARE really NO trustworthiness CHECKS!
&lt;br&gt;Bankruptcies in the end 7 years â If you take bankruptcies, I am solid that you were told that you won't serene be proficient to dream up at hand having despite that smooth the slightest probability of touch someone foring despite that smooth the smallest amounts of ready &amp;nbsp;for at least 7 years. THAT IS NOT TRUE. It's a millstone of bunk!
&lt;br&gt;(Using our methods one man spongeed $110,000 in condign 32 hours after having 3 bankruptcies on his executed in condign the end 10 years. One of them being in the keep on 12 months)
&lt;br&gt;No collateral or assets â If you drink certainly no collateral or assets, postulate what? IT'S OK. Our structure does not certainly get banks to loan you affluence according to your human possessions. Let me get something off one's chest you something. 
&lt;br&gt;&amp;lt;a href=&lt;a href=&quot;http://studentloansconsolidate.org/consolidation-loan-mae-sallie-student.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://studentloansconsolidate.org/consolidation-loan-mae-sallie-student.html&lt;/a&gt;&amp;gt;bad credit student consolidation loans&amp;lt;/a&amp;gt; The collateral set-up is a unabated butt! basic as that. 
&lt;br&gt;Been turned down in front of â If you drink been turned down in the days, or been shocked to allot for countenanceances because you take been turned down in the days, My Miracle Loans order assuage influence for you. Be jumpy no longer my great squeeze! You won't be turned down this time.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://studentloansconsolidate.org/student-loan-debt-consolidation-calculator.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://studentloansconsolidate.org/student-loan-debt-consolidation-calculator.html&lt;/a&gt;&amp;nbsp;
&lt;br&gt;Recently moved to The partnership States â If you take recently moved to the partnership States or you are call of the age of 18 years of age, but are old sufficient to legally influence in this realm, your assiduity ordain be accepted and you could be paid in est extent in 7 days, spell! We don't solicitude if youâre from Mars, try our program and we order serve you.
&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;Posted via Jive Forums
&lt;br&gt;&lt;a href=&quot;http://forums.opensymphony.com/thread.jspa?threadID=475818&amp;messageID=565009#565009&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forums.opensymphony.com/thread.jspa?threadID=475818&amp;messageID=565009#565009&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19782963&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19782963&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/java.net---webwork-users-f13575.html&quot; embed=&quot;fixTarget[13575]&quot; target=&quot;_top&quot; &gt;java.net - webwork users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/federal-student-loan-consolidation-tp19782963p19782963.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19775773</id>
	<title>Training &amp; jobs</title>
	<published>2008-10-02T02:04:27Z</published>
	<updated>2008-10-02T02:04:27Z</updated>
	<author>
		<name>KiranGupta</name>
	</author>
	<content type="html">“Join us to make future”
&lt;br&gt;FOR OPT/F-1 STUDENTS
&lt;br&gt;FREE TRAINING 
&lt;br&gt;FOOD ACCOMODATION 
&lt;br&gt;H1B PROCESSING 	FOR L1/ L2/ H1/ H4/ EAD/ GC 
&lt;br&gt;EXCELLENT OPPRTUNITIES 
&lt;br&gt;TRAINING 
&lt;br&gt;PLACEMENT 
&lt;br&gt;Highly Competitive offers for New H1b Transfers
&lt;br&gt;About Us:
&lt;br&gt;V2 technology inc is serving NJ since 2005, for us our employees are of utmost importance. Our highly skilled and dedicated instructors train you explicitly in market-related technologies for today and tomorrow. We will work with you in developing marketing strategies and finding the assignments of your choice.
&lt;br&gt;We not only help you get a job but we build your long lasting careers!!! 
&lt;br&gt;What are we Looking for:
&lt;br&gt;Excellent communication skills. 
&lt;br&gt;Valid F1/ OPT/ CPT/ H1/ H4/ L1 or valid work status (EAD, GC). 
&lt;br&gt;Bachelors’ degree in CS/ IT or previous IT experience. 
&lt;br&gt;Preferably (not mandatory) Master's Degree in Computers/ Electronics or previous IT experience. 
&lt;br&gt;Willing to relocate anywhere in USA. 
&lt;br&gt;What’s The Deal: 
&lt;br&gt;H1-B sponsorship to F1/ OPT/ H4/ L1/ L2/ E3/ EAD 
&lt;br&gt;Transfer of H1 &amp; L1 visas. 
&lt;br&gt;Green Card sponsorship through PERM 
&lt;br&gt;Job focused professional training in 
&lt;br&gt;Java/ J2EE 
&lt;br&gt;.NET 
&lt;br&gt;Documentum 
&lt;br&gt;Share point 
&lt;br&gt;Oracle 
&lt;br&gt;Data Modeling 
&lt;br&gt;Relocation assistance- airfare, hotel accommodation, car rental etc 
&lt;br&gt;Guarantee lowest bench period. 
&lt;br&gt;Employee referral program. 
&lt;br&gt;Effective Resume writing help, Marketing and Placement. 
&lt;br&gt;Technical mock interviews. Preparation of In Person Interviews 
&lt;br&gt;100% Guaranteed placement 
&lt;br&gt;Get in Touch:
&lt;br&gt;Contact immediately to know more about the opportunities with us at:609-843-0312 
&lt;br&gt;or 		
&lt;br&gt;write mail at jobs@v2techinc.com
&lt;br&gt;Contact person : John
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/java.net---webwork-users-f13575.html&quot; embed=&quot;fixTarget[13575]&quot; target=&quot;_top&quot; &gt;java.net - webwork users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Training---jobs-tp19775773p19775773.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19774634</id>
	<title>student debt consolidation</title>
	<published>2008-10-02T00:35:06Z</published>
	<updated>2008-10-02T00:35:06Z</updated>
	<author>
		<name>mil-4</name>
	</author>
	<content type="html">No job or pool of points â We are not idiots. unmistakably if you made a lot of lolly, more than credible you would not fulness our advise. This is why your tempered support of profits does not matter. No one ordain do any study or to ask any questions.
&lt;br&gt;A extremely low fico get equal of 450 â We empathize with that getting a stand forance with in need or to normally trust is a definitely obstructive task. My Miracle Loans on stand for you to take $1,000 - $1 million in less than 7 days with unexceptionally no honour stop!
&lt;br&gt;Bad honour, no honour, or sleepy trust â For those of you that drink had take faith problems in the history, but now take your trust comprised in command, this is also not an issue. Your days trust problems order not be looked at because in a wink again, for some of our methods THERE ARE really NO trust CHECKS!
&lt;br&gt;Bankruptcies in the end 7 years â If you drink bankruptcies, I am certain that you were told that you won't serene be competent to dream up on touching having despite that smooth the slightest possibly of takeing serene the smallest amounts of affluence for at least 7 years. THAT IS NOT TRUE. It's a burden of stuff!
&lt;br&gt;(Using our methods one man spongeed $110,000 in condign 32 hours after having 3 bankruptcies on his finished in condign the keep on 10 years. One of them being in the ultimate 12 months)
&lt;br&gt;No collateral or assets â If you attired in b be committed to unexceptionally no collateral or assets, dare say what? IT'S OK. Our set-up does not naturally get banks to confer you affluence according to your human possessions. Let me tear a strip off you something. 
&lt;br&gt;&amp;lt;a href=&lt;a href=&quot;http://studentloansconsolidate.org/benefit-of-student-loan-consolidation.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://studentloansconsolidate.org/benefit-of-student-loan-consolidation.html&lt;/a&gt;&amp;gt;how do i consolidate student loans&amp;lt;/a&amp;gt; The collateral arrangement is a finished tease! basic as that. 
&lt;br&gt;Been turned down first â If you take been turned down in the ago, or been alarmed to be relevant for set apartances because you attired in b be committed to been turned down in the days, My Miracle Loans on noiselessness influence for you. Be jumpy no longer my large squeeze! You won't be turned down this time.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://studentloansconsolidate.org/consolidation-great-lake-loan-student.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://studentloansconsolidate.org/consolidation-great-lake-loan-student.html&lt;/a&gt;&amp;nbsp;
&lt;br&gt;Recently moved to The synergistic States â If you take recently moved to the synergistic States or you are call of the age of 18 years of age, but are old sufficiency to legally influence in this outback, your relevance on be accepted and you could be paid in est extent in 7 days, spell! We don't solicitude if youâre from Mars, try our program and we order advise you.
&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;Posted via Jive Forums
&lt;br&gt;&lt;a href=&quot;http://forums.opensymphony.com/thread.jspa?threadID=475289&amp;messageID=564473#564473&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forums.opensymphony.com/thread.jspa?threadID=475289&amp;messageID=564473#564473&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19774634&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19774634&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/java.net---webwork-dev-f2751.html&quot; embed=&quot;fixTarget[2751]&quot; target=&quot;_top&quot; &gt;java.net - webwork dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/student-debt-consolidation-tp19774634p19774634.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19769665</id>
	<title>Re: [Enhancement] Method to add multiple entries in cache</title>
	<published>2008-10-01T14:37:34Z</published>
	<updated>2008-10-01T14:37:34Z</updated>
	<author>
		<name>Daniel I. Applebaum</name>
	</author>
	<content type="html">Please raise an issue in JIRA.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://jira.opensymphony.com/browse/CACHE?report=com.atlassian.jira.plugin.system.project:roadmap-panel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.opensymphony.com/browse/CACHE?report=com.atlassian.jira.plugin.system.project:roadmap-panel&lt;/a&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;Posted via Jive Forums
&lt;br&gt;&lt;a href=&quot;http://forums.opensymphony.com/thread.jspa?threadID=394408&amp;messageID=564164#564164&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forums.opensymphony.com/thread.jspa?threadID=394408&amp;messageID=564164#564164&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19769665&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19769665&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/OpenSymphony---OSCache-f2749.html&quot; embed=&quot;fixTarget[2749]&quot; target=&quot;_top&quot; &gt;OpenSymphony - OSCache&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-Enhancement--Method-to-add-multiple-entries-in-cache-tp18485862p19769665.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19765415</id>
	<title>Re: oscache not using the disk in Hibernate</title>
	<published>2008-10-01T10:28:43Z</published>
	<updated>2008-10-01T10:28:43Z</updated>
	<author>
		<name>Daniel I. Applebaum</name>
	</author>
	<content type="html">I'm using 2.4 of oscache.
&lt;br&gt;&lt;br&gt;Using com.opensymphony.oscache.hibernate.OSCacheProvider in my hibernate config
&lt;br&gt;&lt;br&gt;I'm not using clustering either.
&lt;br&gt;&lt;br&gt;The weird thing is that the area of our app that uses OSCache progammatically has no problems with disk. &amp;nbsp;Just for science, I completely disabled it, and Hibernate's usage still didn't hit the disk.
&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;Posted via Jive Forums
&lt;br&gt;&lt;a href=&quot;http://forums.opensymphony.com/thread.jspa?threadID=474742&amp;messageID=563931#563931&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forums.opensymphony.com/thread.jspa?threadID=474742&amp;messageID=563931#563931&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19765415&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19765415&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/OpenSymphony---OSCache-f2749.html&quot; embed=&quot;fixTarget[2749]&quot; target=&quot;_top&quot; &gt;OpenSymphony - OSCache&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/oscache-not-using-the-disk-in-Hibernate-tp19764652p19765415.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19765154</id>
	<title>Re: oscache not using the disk in Hibernate</title>
	<published>2008-10-01T10:15:25Z</published>
	<updated>2008-10-01T10:15:25Z</updated>
	<author>
		<name>Daniel I. Applebaum</name>
	</author>
	<content type="html">Which version of OSCache do you use?
&lt;br&gt;&lt;br&gt;Do you use the com.opensymphony.oscache.hibernate.OSCacheProvider from OSCache or did they once again changed an interface signature and you have to use there OSCacheProvider?
&lt;br&gt;&lt;br&gt;Did you configured a different configuration file for Hibernate?
&lt;br&gt;&lt;a href=&quot;http://wiki.opensymphony.com/display/CACHE/Hibernate&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.opensymphony.com/display/CACHE/Hibernate&lt;/a&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;Posted via Jive Forums
&lt;br&gt;&lt;a href=&quot;http://forums.opensymphony.com/thread.jspa?threadID=474742&amp;messageID=563922#563922&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forums.opensymphony.com/thread.jspa?threadID=474742&amp;messageID=563922#563922&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19765154&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19765154&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/OpenSymphony---OSCache-f2749.html&quot; embed=&quot;fixTarget[2749]&quot; target=&quot;_top&quot; &gt;OpenSymphony - OSCache&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/oscache-not-using-the-disk-in-Hibernate-tp19764652p19765154.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19764652</id>
	<title>oscache not using the disk in Hibernate</title>
	<published>2008-10-01T09:49:47Z</published>
	<updated>2008-10-01T09:49:47Z</updated>
	<author>
		<name>Daniel I. Applebaum</name>
	</author>
	<content type="html">[ cross-posted from Hibernate forums, where no one had any replies ]
&lt;br&gt;&lt;br&gt;I'm using OSCache in two places in my application. In one place, it is being used in code &amp;quot;manually&amp;quot; to cache images. This configuration specified a non-existent directory for the disk cache, which gets created and populated at runtime, very much as I'd expect.
&lt;br&gt;&lt;br&gt;In the other place, I'm using Hibernate EntityManager with OSCache as the second level cache. I'm providing a second properties for this purpose, so I can have seperate control over the caching. To avoid any clashes, I'm specifying an alternate directory.
&lt;br&gt;&lt;br&gt;This directory never gets created, nor populated, even if I turn memory caching off.
&lt;br&gt;&lt;br&gt;The logs indicate that they are using my alternate cache, but the settings don't seem to have any real effect.
&lt;br&gt;&lt;br&gt;If I disable the use of the non-Hibernate cache, the situation remains the same.
&lt;br&gt;&lt;br&gt;Hibernate version: Annotations: 3.3.1GA, EntityManager: 3.3.2GA
&lt;br&gt;&lt;br&gt;hibernate-oscache.properties:
&lt;br&gt;&lt;br&gt;cache.memory=false
&lt;br&gt;cache.capacity=5
&lt;br&gt;cache.unlimited.disk=true
&lt;br&gt;cache.path=/tmp/foo/hb-cache
&lt;br&gt;cache.persistence.overflow.only=true
&lt;br&gt;cache.use.host.domain.in.key=true
&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;Posted via Jive Forums
&lt;br&gt;&lt;a href=&quot;http://forums.opensymphony.com/thread.jspa?threadID=474742&amp;messageID=563912#563912&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forums.opensymphony.com/thread.jspa?threadID=474742&amp;messageID=563912#563912&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19764652&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19764652&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/OpenSymphony---OSCache-f2749.html&quot; embed=&quot;fixTarget[2749]&quot; target=&quot;_top&quot; &gt;OpenSymphony - OSCache&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/oscache-not-using-the-disk-in-Hibernate-tp19764652p19764652.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19761617</id>
	<title>Re: Re[Opensymphony-workflow] moval of Unfinished tasks fortheCompleted Workflow.</title>
	<published>2008-10-01T07:22:23Z</published>
	<updated>2008-10-01T07:22:23Z</updated>
	<author>
		<name>Hubert Felber</name>
	</author>
	<content type="html">&lt;br&gt;In an action you must always have an unconditional result and can have several conditional results. If none of the conditions of the conditional results are fullfilled, then the unconditional result is taken. 
&lt;br&gt;&lt;br&gt;Instead of &amp;quot;administative&amp;quot; you could also use the word &amp;quot;dummy conditional result&amp;quot;, because it is never executed. It has a condition that will never be true.
&lt;br&gt;example:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;results&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;result old-status=&amp;quot;Finished&amp;quot; join=&amp;quot;1023&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;conditions&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;condition type=&amp;quot;class&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;arg name=&amp;quot;class.name&amp;quot;&amp;gt;com.opensymphony.workflow.util.StatusCondition&amp;lt;/arg&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;arg name=&amp;quot;stepId&amp;quot;&amp;gt;26&amp;lt;/arg&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;arg name=&amp;quot;status&amp;quot;&amp;gt;AStatusThatDoesNotExist&amp;lt;/arg&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/condition&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/conditions&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/result&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;unconditional-result old-status=&amp;quot;Finished&amp;quot; status=&amp;quot;Underway&amp;quot; step=&amp;quot;19&amp;quot; owner=&amp;quot;${someOwner}&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/unconditional-result&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/results&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;On a fullfilled &amp;nbsp;join, OSWorkflow checks the ActionDescriptors of all available steps if the contain a result with destination to that join and moves them to history.
&lt;br&gt;&lt;br&gt;hth
&lt;br&gt;hub
&lt;br&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; dts &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19761617&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dsradher@...&lt;/a&gt;&amp;gt; 01.10.2008 16:01 &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&lt;br&gt;Hi Hu,
&lt;br&gt;&amp;nbsp;Thanks for the reply,
&lt;br&gt;&amp;nbsp;Im using split and joins for the workflow model.
&lt;br&gt;&amp;nbsp;Could you elaborate more on &amp;quot;This should be an &amp;quot;admistrative&amp;quot; result with a
&lt;br&gt;condition that is never true!&amp;quot;
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&amp;nbsp;Dilip
&lt;br&gt;-- 
&lt;br&gt;View this message in context: &lt;a href=&quot;http://www.nabble.com/Removal-of-Unfinished-tasks-for-the-Completed-Workflow.-tp19758609p19761143.html&quot; target=&quot;_top&quot;&gt;http://www.nabble.com/Removal-of-Unfinished-tasks-for-the-Completed-Workflow.-tp19758609p19761143.html&lt;/a&gt;&amp;nbsp;
&lt;br&gt;Sent from the OpenSymphony - OSWorkFlow mailing list archive at Nabble.com.
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19761617&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt; 
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19761617&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt; 
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19761617&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19761617&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/OpenSymphony---OSWorkFlow-f2750.html&quot; embed=&quot;fixTarget[2750]&quot; target=&quot;_top&quot; &gt;OpenSymphony - OSWorkFlow&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Removal-of-Unfinished-tasks-for-the-Completed-Workflow.-tp19758609p19761617.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19761143</id>
	<title>Re: Re[Opensymphony-workflow] moval of Unfinished tasks for theCompleted Workflow.</title>
	<published>2008-10-01T07:01:32Z</published>
	<updated>2008-10-01T07:01:32Z</updated>
	<author>
		<name>dts</name>
	</author>
	<content type="html">Hi Hu,
&lt;br&gt;&amp;nbsp;Thanks for the reply,
&lt;br&gt;&amp;nbsp;Im using split and joins for the workflow model.
&lt;br&gt;&amp;nbsp;Could you elaborate more on &amp;quot;This should be an &amp;quot;admistrative&amp;quot; result with a condition that is never true!&amp;quot;
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&amp;nbsp;Dilip&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/OpenSymphony---OSWorkFlow-f2750.html&quot; embed=&quot;fixTarget[2750]&quot; target=&quot;_top&quot; &gt;OpenSymphony - OSWorkFlow&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Removal-of-Unfinished-tasks-for-the-Completed-Workflow.-tp19758609p19761143.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19760677</id>
	<title>Re: Re[Opensymphony-workflow] moval of Unfinished tasks for theCompleted Workflow.</title>
	<published>2008-10-01T06:38:56Z</published>
	<updated>2008-10-01T06:38:56Z</updated>
	<author>
		<name>Hubert Felber</name>
	</author>
	<content type="html">&lt;HTML&gt;&lt;HEAD&gt;
&lt;META http-equiv=Content-Type content=&quot;text/html; charset=utf-8&quot;&gt;
&lt;META content=&quot;MSHTML 6.00.6000.16705&quot; name=GENERATOR&gt;&lt;/HEAD&gt;
&lt;BODY style=&quot;MARGIN: 4px 4px 1px; FONT: 10pt Tahoma&quot;&gt;
&lt;DIV&gt;&lt;SPAN style=&quot;FONT: 10pt Tahoma; COLOR: #000000&quot;&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style=&quot;FONT: 10pt Tahoma; COLOR: #000000&quot;&gt;Are you doing this with split/join?&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style=&quot;FONT: 10pt Tahoma; COLOR: #000000&quot;&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style=&quot;FONT: 10pt Tahoma; COLOR: #000000&quot;&gt;If yes, then:&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR&gt;&lt;/DIV&gt;&lt;/SPAN&gt;
&lt;DIV&gt;&lt;SPAN style=&quot;FONT: 10pt Tahoma; COLOR: #000000&quot;&gt;-all steps/actions after split must have a conditional result with destination to that join. This should be an &quot;admistrative&quot; result with a condition that is never true!&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style=&quot;FONT: 10pt Tahoma; COLOR: #000000&quot;&gt;-if the &quot;approval&quot; join is fullfilled, OSWorkflow checks all current steps/actions&amp;nbsp;if they have&amp;nbsp;a result with destination to that join. If found,&amp;nbsp;these steps&amp;nbsp;are moved to history.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style=&quot;FONT: 10pt Tahoma; COLOR: #000000&quot;&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style=&quot;FONT: 10pt Tahoma; COLOR: #000000&quot;&gt;This is how you do OR joins in OSWorkflow.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style=&quot;FONT: 10pt Tahoma; COLOR: #000000&quot;&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style=&quot;FONT: 10pt Tahoma; COLOR: #000000&quot;&gt;hth&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style=&quot;FONT: 10pt Tahoma; COLOR: #000000&quot;&gt;hub&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style=&quot;FONT: 10pt Tahoma; COLOR: #000000&quot;&gt;&lt;BR&gt;&amp;gt;&amp;gt;&amp;gt; dts &amp;lt;&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT: 10pt Tahoma; COLOR: #ff0000; TEXT-DECORATION: underline&quot;&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19760677&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dsradher@...&lt;/a&gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT: 10pt Tahoma; COLOR: #000000&quot;&gt;&amp;gt; 01.10.2008 13:35 &amp;gt;&amp;gt;&amp;gt;&lt;BR&gt;&lt;BR&gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT: 10pt Tahoma; COLOR: #ff0000; TEXT-DECORATION: underline&quot;&gt;&lt;A href=&quot;http://www.nabble.com/file/p19758609/workflow.jpg&quot; target=&quot;_top&quot;&gt;http://www.nabble.com/file/p19758609/workflow.jpg&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT: 10pt Tahoma; COLOR: #000000&quot;&gt; &lt;BR&gt;&lt;BR&gt;Consider the scenario, when the manager checks the form and finds it a&lt;BR&gt;incomplete, &lt;BR&gt;he reassigns back to the user and the respective user fills it again and&lt;BR&gt;sends again for approval.&lt;BR&gt;&lt;BR&gt;It is observed that even though the form is approved by the manager and the&lt;BR&gt;workflow comes to the stop stage, &lt;BR&gt;some of the tasks still exists in the unfinished stages and are shown in&lt;BR&gt;the tasklist.&lt;BR&gt;&lt;BR&gt;For simplicity purpose considering the manager having the 3 roles (his own,&lt;BR&gt;user1 and user2).&lt;BR&gt;The flow of actions are as follows:&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1) When the manager checks the form by both the user, he can forward it&lt;BR&gt;to the following 3 options: &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a)Reassign to user1 &lt;BR&gt;b)Reassign to user2 &lt;BR&gt;c)Approval &lt;BR&gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2) If the manager rejects the form of the user1 and sends him back then&lt;BR&gt;the list of tasks are &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a)Reassign to user2 &lt;BR&gt;b)Approval &lt;BR&gt;c)Form filling by user1&lt;BR&gt;&amp;nbsp;&amp;nbsp; &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3) If the form is filled by the user1 and sent back to manager, then&lt;BR&gt;the list of tasks are&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a) Reassign to user2 &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; b) Approval&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; c) Manager Checks the form of user1&lt;BR&gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4) If the form is filled by the user1 is found complete by the manager,&lt;BR&gt;then the list of tasks are&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a)Reassign to user2 &lt;BR&gt;b)Approval &lt;BR&gt;c)Reassign to user1 &lt;BR&gt;d)Approval &lt;BR&gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5) If the form is approved by the manager, then the list of tasks are &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a)Reassign to user2 &lt;BR&gt;b)Reassign to user1 &lt;BR&gt;c)Approval &lt;BR&gt;&lt;BR&gt;It is observed that :&lt;BR&gt;A) In the 4th step above that the task &quot;Approval&quot; occurs twice and &lt;BR&gt;B) In the 5th step, even the workflow is approved and comes to a stop stage,&lt;BR&gt;it still contains the following tasks in the unfinished stage. &lt;BR&gt;&lt;BR&gt;Question: Is there any efficient way of condition checking available in the&lt;BR&gt;actions (especially containing loops) to check for the current status and&lt;BR&gt;remove these unnecessary tasks still shown once the approval is done?&lt;BR&gt;-- &lt;BR&gt;View this message in context: &lt;/SPAN&gt;&lt;SPAN style=&quot;FONT: 10pt Tahoma; COLOR: #ff0000; TEXT-DECORATION: underline&quot;&gt;&lt;A href=&quot;http://www.nabble.com/Removal-of-Unfinished-tasks-for-the-Completed-Workflow.-tp19758609p19758609.html&quot; target=&quot;_top&quot;&gt;http://www.nabble.com/Removal-of-Unfinished-tasks-for-the-Completed-Workflow.-tp19758609p19758609.html&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT: 10pt Tahoma; COLOR: #000000&quot;&gt; &lt;BR&gt;Sent from the OpenSymphony - OSWorkFlow mailing list archive at Nabble.com.&lt;BR&gt;&lt;BR&gt;&lt;BR&gt;---------------------------------------------------------------------&lt;BR&gt;To unsubscribe, e-mail: &lt;/SPAN&gt;&lt;SPAN style=&quot;FONT: 10pt Tahoma; COLOR: #ff0000; TEXT-DECORATION: underline&quot;&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19760677&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT: 10pt Tahoma; COLOR: #000000&quot;&gt; &lt;BR&gt;For additional commands, e-mail: &lt;/SPAN&gt;&lt;SPAN style=&quot;FONT: 10pt Tahoma; COLOR: #ff0000; TEXT-DECORATION: underline&quot;&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19760677&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;&lt;/SPAN&gt;&lt;SPAN style=&quot;FONT: 10pt Tahoma; COLOR: #000000&quot;&gt; &lt;BR&gt;&lt;BR&gt;&lt;/DIV&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/OpenSymphony---OSWorkFlow-f2750.html&quot; embed=&quot;fixTarget[2750]&quot; target=&quot;_top&quot; &gt;OpenSymphony - OSWorkFlow&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Removal-of-Unfinished-tasks-for-the-Completed-Workflow.-tp19758609p19760677.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19759967</id>
	<title>applyDecorator and LanguageDecoratorMapper</title>
	<published>2008-10-01T06:00:10Z</published>
	<updated>2008-10-01T06:00:10Z</updated>
	<author>
		<name>Asif-3</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I have the following problem with SiteMesh 2.3: localization works for &amp;quot;normal decorators&amp;quot; but not for nested ones using the applyDecorator tag.
&lt;br&gt;&lt;br&gt;&amp;nbsp;My sitemesh.xml is the following:
&lt;br&gt;&lt;br&gt;&amp;lt;sitemesh&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;property name=&amp;quot;decorators-file&amp;quot; value=&amp;quot;/WEB-INF/decorators.xml&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;excludes file=&amp;quot;${decorators-file}&amp;quot; /&amp;gt;
&lt;br&gt;...
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;decorator-mappers&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;!-- Mapper for localization --&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;mapper class=&amp;quot;com.opensymphony.module.sitemesh.mapper.LanguageDecoratorMapper&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;param name=&amp;quot;match.fr&amp;quot; value=&amp;quot;fr&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;param name=&amp;quot;match.en&amp;quot; value=&amp;quot;en&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/mapper&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;mapper class=&amp;quot;com.opensymphony.module.sitemesh.mapper.ConfigDecoratorMapper&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;param name=&amp;quot;config&amp;quot; value=&amp;quot;${decorators-file}&amp;quot; /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/mapper&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/decorator-mappers&amp;gt;
&lt;br&gt;&amp;lt;/sitemesh&amp;gt;
&lt;br&gt;&lt;br&gt;My decorators.xml is the following:
&lt;br&gt;&amp;lt;decorators defaultdir=&amp;quot;/decorators&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;decorator name=&amp;quot;main&amp;quot; page=&amp;quot;main.jsp&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;pattern&amp;gt;/resources/*&amp;lt;/pattern&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/decorator&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;decorator name=&amp;quot;registration&amp;quot; page=&amp;quot;registration.jsp&amp;quot;/&amp;gt;
&lt;br&gt;&amp;lt;/decorators&amp;gt;
&lt;br&gt;&lt;br&gt;I have a /resources/someFile.jsp which contains 	&amp;lt;page:applyDecorator name=&amp;quot;registration&amp;quot;&amp;gt;
&lt;br&gt;&lt;br&gt;I also have four decorator files: 
&lt;br&gt;- /decorators/main.jsp
&lt;br&gt;- /decorators/main-fr.jsp
&lt;br&gt;- /decorators/registration.jsp
&lt;br&gt;- /decorators/registration-fr.jsp
&lt;br&gt;&lt;br&gt;When I sent the Accept-Language to fr, the main-fr.jsp page is used but not the registration-fr.jsp. It looks like the applyDecorator tag does not take into account the LanguageDecoratorMapper.
&lt;br&gt;&lt;br&gt;Did I miss something?
&lt;br&gt;&lt;br&gt;Best regards
&lt;br&gt;&lt;br&gt;WiPi
&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;Posted via Jive Forums
&lt;br&gt;&lt;a href=&quot;http://forums.opensymphony.com/thread.jspa?threadID=474530&amp;messageID=563699#563699&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forums.opensymphony.com/thread.jspa?threadID=474530&amp;messageID=563699#563699&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19759967&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19759967&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/OpenSymphony---SiteMesh-f2752.html&quot; embed=&quot;fixTarget[2752]&quot; target=&quot;_top&quot; &gt;OpenSymphony - SiteMesh&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/applyDecorator-and-LanguageDecoratorMapper-tp19759967p19759967.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19758609</id>
	<title>Removal of Unfinished tasks for the Completed Workflow.</title>
	<published>2008-10-01T04:35:08Z</published>
	<updated>2008-10-01T04:35:08Z</updated>
	<author>
		<name>dts</name>
	</author>
	<content type="html">&lt;img src=&quot;http://www.nabble.com/file/p19758609/workflow.jpg&quot; border=&quot;0&quot; /&gt;&lt;br&gt;&lt;br&gt;Consider the scenario, when the manager checks the form and finds it a incomplete, 
&lt;br&gt;&amp;nbsp;he reassigns back to the user and the respective user fills it again and sends again for approval.
&lt;br&gt;&lt;br&gt;It is observed that even though the form is approved by the manager and the workflow comes to the stop stage, 
&lt;br&gt;&amp;nbsp;some of the tasks still exists in the unfinished stages and are shown in the tasklist.
&lt;br&gt;&lt;br&gt;For simplicity purpose considering the manager having the 3 roles (his own, user1 and user2).
&lt;br&gt;The flow of actions are as follows:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1) When the manager checks the form by both the user, he can forward it to the following 3 options: 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; a)Reassign to user1 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; b)Reassign to user2 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; c)Approval 
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;2) If the manager rejects the form of the user1 and sends him back then the list of tasks are 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; a)Reassign to user2 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; b)Approval 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; c)Form filling by user1
&lt;br&gt;&amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;3) If the form is filled by the user1 and sent back to manager, then the list of tasks are
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; a) Reassign to user2 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; b) Approval
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; c) Manager Checks the form of user1
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;4) If the form is filled by the user1 is found complete by the manager, then the list of tasks are
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; a)Reassign to user2 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; b)Approval 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; c)Reassign to user1 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; d)Approval 
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;5) If the form is approved by the manager, then the list of tasks are 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; a)Reassign to user2 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; b)Reassign to user1 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; c)Approval 
&lt;br&gt;&lt;br&gt;It is observed that :
&lt;br&gt;A) In the 4th step above that the task &amp;quot;Approval&amp;quot; occurs twice and 
&lt;br&gt;B) In the 5th step, even the workflow is approved and comes to a stop stage, it still contains the following tasks in the unfinished stage. 
&lt;br&gt;&lt;br&gt;&lt;b&gt;Question: Is there any efficient way of condition checking available in the actions (especially containing loops) to check for the current status and remove these unnecessary tasks still shown once the approval is done?&lt;/b&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/OpenSymphony---OSWorkFlow-f2750.html&quot; embed=&quot;fixTarget[2750]&quot; target=&quot;_top&quot; &gt;OpenSymphony - OSWorkFlow&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Removal-of-Unfinished-tasks-for-the-Completed-Workflow.-tp19758609p19758609.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19757858</id>
	<title>Re: &quot;A split or a join cannot result in animmediate split or join again&quot;. Is this a constraint: Clarification Needed</title>
	<published>2008-10-01T03:35:54Z</published>
	<updated>2008-10-01T03:35:54Z</updated>
	<author>
		<name>dts</name>
	</author>
	<content type="html">Hi Hub,
&lt;br&gt;&amp;nbsp;Thanks for the reply, i have put the dummy steps and set the auto=&amp;quot;true&amp;quot; for the action.
&lt;br&gt;&amp;nbsp;And i find this is the solution to overcome the constraint for the time being.
&lt;br&gt;&amp;nbsp;Hope this constraint would be removed in near future.
&lt;br&gt;&lt;br&gt;Thanks for the reply again.
&lt;br&gt;&amp;nbsp;Dilip
&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Hubert Felber wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;Hi,
&lt;br&gt;&lt;br&gt;Yes, that's the way it works.
&lt;br&gt;&lt;br&gt;Why does it have to be an immediate split? Can you put a step between &amp;nbsp;split1 and split(2/3).
&lt;br&gt;Can you do just one split, and two different joins?
&lt;br&gt;&lt;br&gt;hub
&lt;br&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; dts &amp;lt;dsradher@espresso.co.uk&amp;gt; 29.09.2008 13:33 &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&lt;br&gt;Hi, 
&lt;br&gt;Im currently exploring the features of the OSWorkflow 2.8. 
&lt;br&gt;&amp;nbsp;I have a requirement where in which a split in action leads to another
&lt;br&gt;split in both the parallel paths as represented in the following . 
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ----------&amp;gt; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|-------&amp;gt;split2--| 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;----------&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;---split1 --- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;----------&amp;gt; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|-------&amp;gt;split3--| 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ----------&amp;gt; 
&lt;br&gt;&lt;br&gt;But as per the article &amp;nbsp;mentioned in the link 
&lt;br&gt;&lt;a href=&quot;http://www.opensymphony.com/osworkflow/3.2%20Workflow%20Concepts.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.opensymphony.com/osworkflow/3.2%20Workflow%20Concepts.html&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;it mentions the following constraint : 
&lt;br&gt;&amp;quot;One caveat: currently a split or a join cannot result in an immediate split
&lt;br&gt;or join again.&amp;quot; 
&lt;br&gt;&lt;br&gt;&amp;nbsp;Is this is constraint true, if so let me know if there are any alternate
&lt;br&gt;solution provided? 
&lt;br&gt;&lt;br&gt;Im getting the following error while using the above template in the
&lt;br&gt;example.xml for the sample webapplication provided by the osworkflow 2.8 war 
&lt;br&gt;&lt;br&gt;SEVERE: Servlet.service() for servlet jsp threw exception 
&lt;br&gt;com.opensymphony.workflow.InvalidWorkflowDescriptorException: Result &amp;nbsp;is not
&lt;br&gt;a split or join, and has no status 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;com.opensymphony.workflow.loader.ResultDescriptor.validate(ResultDescriptor.java:156) 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;com.opensymphony.workflow.loader.ActionDescriptor.validate(ActionDescriptor.java:160) 
&lt;br&gt;&lt;br&gt;Thanks in advance, 
&lt;br&gt;&amp;nbsp;Dilip
&lt;br&gt;-- 
&lt;br&gt;View this message in context: &lt;a href=&quot;http://www.nabble.com/%22A-split-or-a-join-cannot-result-in-an-immediate-split-or-join-again%22.-Is-this-a-constraint%3A-Clarification-Needed-tp19722197p19722197.html&quot; target=&quot;_top&quot;&gt;http://www.nabble.com/%22A-split-or-a-join-cannot-result-in-an-immediate-split-or-join-again%22.-Is-this-a-constraint%3A-Clarification-Needed-tp19722197p19722197.html&lt;/a&gt;&amp;nbsp;
&lt;br&gt;Sent from the OpenSymphony - OSWorkFlow mailing list archive at Nabble.com.
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: users-unsubscribe@osworkflow.dev.java.net 
&lt;br&gt;For additional commands, e-mail: users-help@osworkflow.dev.java.net 
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: users-unsubscribe@osworkflow.dev.java.net
&lt;br&gt;For additional commands, e-mail: users-help@osworkflow.dev.java.net
&lt;br&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/OpenSymphony---OSWorkFlow-f2750.html&quot; embed=&quot;fixTarget[2750]&quot; target=&quot;_top&quot; &gt;OpenSymphony - OSWorkFlow&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/%22A-split-or-a-join-cannot-result-in-an-immediate-split-or-join-again%22.-Is-this-a-constraint%3A-Clarification-Needed-tp19722197p19757858.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19744868</id>
	<title>Re: Problem Using OsWorkflowTemplate</title>
	<published>2008-09-30T08:49:06Z</published>
	<updated>2008-09-30T08:49:06Z</updated>
	<author>
		<name>Shantanu Puranik</name>
	</author>
	<content type="html">You probably haven't initialized your template. Typically my class that uses the template would implement org.springframework.beans.factory.InitializingBean and in the afterPropertiesSet() method I would call template.initialize()
&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;Posted via Jive Forums
&lt;br&gt;&lt;a href=&quot;http://forums.opensymphony.com/thread.jspa?threadID=454252&amp;messageID=562849#562849&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forums.opensymphony.com/thread.jspa?threadID=454252&amp;messageID=562849#562849&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19744868&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19744868&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/OpenSymphony---OSWorkFlow-f2750.html&quot; embed=&quot;fixTarget[2750]&quot; target=&quot;_top&quot; &gt;OpenSymphony - OSWorkFlow&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Problem-Using-OsWorkflowTemplate-tp19408568p19744868.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19737110</id>
	<title>ÃÃ¦Ã Ã±Ã­Ã® Ã¢Ã®Ã§Ã¡Ã³Ã¦Ã¤Ã Ã¾Ã¹Ã¨Ã© Ã¬Ã³Ã¦Ã±ÃªÃ®Ã© Ã±Ã¥ÃªÃ±!</title>
	<published>2008-09-29T23:58:22Z</published>
	<updated>2008-09-29T23:58:22Z</updated>
	<author>
		<name>Lensuslytut</name>
	</author>
	<content type="html">[color=green - [size=24 - ÃÃ­Ã¨ ÃµÃ®Ã²Ã¿Ã² Ã²Ã®Ã«Ã¼ÃªÃ® Ã¢ Ã¯Ã®Ã¯ÃªÃ³ Ã¨ Ã²Ã®Ã«Ã¼ÃªÃ® Ã®Ã·Ã¥Ã­Ã¼ Ã£Ã«Ã³Ã¡Ã®ÃªÃ®![/size - [/color - 
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://tds.vendingpmr.ru/go.php?sid=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tds.vendingpmr.ru/go.php?sid=9&lt;/a&gt;&amp;nbsp;- &lt;a href=&quot;http://image.vendingpmr.ru/erotic/220-180/182.JPG&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://image.vendingpmr.ru/erotic/220-180/182.JPG&lt;/a&gt;&amp;nbsp;&lt;a href=&quot;http://tds.vendingpmr.ru/go.php?sid=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tds.vendingpmr.ru/go.php?sid=9&lt;/a&gt;&amp;nbsp;- &lt;a href=&quot;http://image.vendingpmr.ru/erotic/220-180/198.JPG&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://image.vendingpmr.ru/erotic/220-180/198.JPG&lt;/a&gt;&amp;nbsp;&lt;a href=&quot;http://tds.vendingpmr.ru/go.php?sid=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tds.vendingpmr.ru/go.php?sid=9&lt;/a&gt;&amp;nbsp;- &lt;a href=&quot;http://image.vendingpmr.ru/erotic/220-180/80.JPG&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://image.vendingpmr.ru/erotic/220-180/80.JPG&lt;/a&gt;&lt;br&gt;&lt;br&gt;[color=green - [size=24 - ÃÃ²Ã«Ã¨Ã·Ã­Ã»Ã© Ã¢Ã¨Ã¤Ã¥Ã® Ã±Ã Ã©Ã² Ã± Ã¬Ã Ã«Ã¼Ã·Ã¨ÃªÃ Ã¬Ã¨!ÃÃ¥Ã±Ã²ÃªÃ¨Ã© Ã£Ã¥Ã© ÃµÃ Ã°Ã¤ÃªÃ®Ã°.[/size - [/color - 
&lt;br&gt;&lt;br&gt;ÃÃ¶Ã¥Ã­Ã» Ã£Ã°Ã³Ã¯Ã¯Ã®Ã¢Ã®Ã£Ã® Ã±Ã¥ÃªÃ±Ã  Ã­Ã  Ã­Ã Ã¸Ã¥Ã¬ Ã±Ã Ã©Ã²Ã¥.ÃÃ®Ã«Ã¼ÃªÃ® Ã¢Ã¨Ã¤Ã¥Ã®! &lt;a href=&quot;http://turcy.smtp.ru//469.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://turcy.smtp.ru//469.html&lt;/a&gt;&amp;nbsp;- Ã¯Ã³Ã²Ã Ã­Ã  Ã¦Ã¥Ã­Ã¹Ã¨Ã­Ã» Ã¸Ã«Ã¾ÃµÃ¨ ÃÃ¦Ã Ã±Ã­Ã® Ã¢Ã®Ã§Ã¡Ã³Ã¦Ã¤Ã Ã¾Ã¹Ã¨Ã© Ã¬Ã³Ã¦Ã±ÃªÃ®Ã© Ã±Ã¥ÃªÃ±! &lt;a href=&quot;http://buzuer.smtp.ru//index54.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://buzuer.smtp.ru//index54.html&lt;/a&gt;&amp;nbsp;- Ã¸Ã«Ã¾ÃµÃ¨ Ã±Ã®Ã«Ã­Ã¥Ã·Ã­Ã®Ã£Ã®Ã°Ã±Ãª 
&lt;br&gt;ÃÃ»Ã¡Ã¥Ã°Ã¨ Ã±Ã¢Ã®Ã© Ã¯Ã®Ã°Ã­Ã® Ã±Ã Ã©Ã² Ã¨ Ã¯Ã®Ã«Ã³Ã·Ã¨ Ã¤Ã®Ã±Ã²Ã³Ã¯ Ã­Ã  Ã¢Ã±Ã¥ Ã­Ã Ã¸Ã¨ Ã¯Ã®Ã°Ã­Ã® Ã±Ã Ã©Ã²Ã». &lt;a href=&quot;http://moyturcia.smtp.ru//366.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://moyturcia.smtp.ru//366.html&lt;/a&gt;&amp;nbsp;- Ã±Ã Ã¬Ã Ã¿ Ã®Ã£Ã°Ã®Ã¬Ã­Ã Ã¿ Ã¯Ã¨Ã§Ã¤Ã  ÃÃ®Ã«Ã®Ã¤Ã¥Ã­Ã¼ÃªÃ¨Ã¥ Ã±Ã Ã¬Ã®Ã·ÃªÃ¨ Ã³Ã±Ã²Ã°Ã Ã¨Ã¢Ã Ã¾Ã² Ã«Ã¥Ã±Ã¡Ã¨ Ã®Ã°Ã£Ã¨Ã¨ Ã­Ã  ÃªÃ Ã¬Ã¥Ã°Ã³. 
&lt;br&gt;ÃÃ¥Ã¸Ã±ÃªÃ¨Ã¥ Ã¤Ã¥Ã¢Ã·Ã®Ã­ÃªÃ¨ Ã®Ã²Ã°Ã»Ã¢Ã Ã¾Ã²Ã±Ã¿ Ã­Ã  Ã±Ã«Ã Ã¢Ã³. &lt;a href=&quot;http://buzuer.smtp.ru//414.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://buzuer.smtp.ru//414.html&lt;/a&gt;&amp;nbsp;- Ã¤Ã Ã­Ã­Ã»Ãµ Ã¯Ã°Ã®Ã±Ã²Ã¨Ã²Ã³Ã²Ã®Ãª ÃÃ¨Ã¤Ã¥Ã® Ã¬Ã®Ã«Ã®Ã¤Ã»Ãµ Ã¨ ÃªÃ°Ã Ã±Ã¨Ã¢Ã»Ãµ Ã±Ã³Ã·Ã¥Ãª.ÃÃ±Ã¥ Ã¢Ã¨Ã¤Ã» Ã±Ã¥ÃªÃ±Ã . &lt;a href=&quot;http://buzuer.smtp.ru//index43.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://buzuer.smtp.ru//index43.html&lt;/a&gt;&amp;nbsp;- Ã±ÃªÃ Ã·Ã Ã²Ã¼ Ã¡Ã¥Ã±Ã¯Ã«Ã Ã²Ã­Ã® Ã¯Ã®Ã°Ã­Ã® Ã¬Ã³Ã«Ã¼Ã²Ã¨ÃªÃ¨ 
&lt;br&gt;ÃÃ­Ã¨ Ã­Ã¥ Ã¬Ã®Ã«Ã®Ã¤Ã», Ã­Ã® Ã®Ã·Ã¥Ã­Ã¼ Ã£Ã®Ã°Ã¿Ã·Ã¨ Ã¨ Ã±Ã²Ã°Ã Ã±Ã²Ã­Ã» Ã¨ Ã¤Ã¥Ã«Ã Ã¾Ã² ÃÃÃ Ã± Ã®Ã£Ã°Ã®Ã¬Ã­Ã»Ã¬ Ã³Ã¤Ã®Ã¢Ã®Ã«Ã¼Ã±Ã²Ã¢Ã¨Ã¥Ã¬. &lt;a href=&quot;http://turcia-love.smtp.ru//597.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://turcia-love.smtp.ru//597.html&lt;/a&gt;&amp;nbsp;- ÃªÃ«Ã¨Ã²Ã®Ã° ÃÃ¥Ã¢ÃªÃ¨ Ã¤Ã®Ã°Ã¢Ã Ã«Ã¨Ã±Ã¼ Ã¤Ã® Ã±Ã¥ÃªÃ±Ã , Ã¢Ã¥Ã¤Ã¼ Ã°Ã Ã­Ã¼Ã¸Ã¥ Ã¥Ã£Ã® Ã­Ã¥ Ã¡Ã»Ã«Ã®.ÃÃ¬Ã®Ã²Ã°Ã¨Ã¬! 
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://tds.vendingpmr.ru/go.php?sid=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tds.vendingpmr.ru/go.php?sid=9&lt;/a&gt;&amp;nbsp;- &lt;a href=&quot;http://image.vendingpmr.ru/erotic/220-180/188.JPG&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://image.vendingpmr.ru/erotic/220-180/188.JPG&lt;/a&gt;&amp;nbsp;&lt;a href=&quot;http://tds.vendingpmr.ru/go.php?sid=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tds.vendingpmr.ru/go.php?sid=9&lt;/a&gt;&amp;nbsp;- &lt;a href=&quot;http://image.vendingpmr.ru/erotic/220-180/135.JPG&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://image.vendingpmr.ru/erotic/220-180/135.JPG&lt;/a&gt;&amp;nbsp;&lt;a href=&quot;http://tds.vendingpmr.ru/go.php?sid=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tds.vendingpmr.ru/go.php?sid=9&lt;/a&gt;&amp;nbsp;- &lt;a href=&quot;http://image.vendingpmr.ru/erotic/220-180/191.JPG&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://image.vendingpmr.ru/erotic/220-180/191.JPG&lt;/a&gt;&lt;br&gt;&lt;br&gt;ÃÃ²Ã«Ã¨Ã·Ã­Ã»Ã© Ã¯Ã®Ã°Ã­Ã® ÃµÃ Ã°Ã¤ÃªÃ®Ã° Ã¤Ã®Ã¬Ã Ã¸Ã­Ã¥Ã£Ã® Ã¯Ã°Ã®Ã¨Ã§Ã¢Ã®Ã¤Ã±Ã²Ã¢Ã ! &lt;a href=&quot;http://turcia-love.smtp.ru//448.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://turcia-love.smtp.ru//448.html&lt;/a&gt;&amp;nbsp;- Ã¯Ã°Ã®Ã±Ã²Ã¨Ã²Ã³Ã²ÃªÃ¨ Ã¬Ã³Ã«Ã Ã²ÃªÃ¨ Ã¬Ã®Ã±ÃªÃ¢Ã» ÃÃ®Ã°Ã²Ã Ã« Ã®Ã²Ã«Ã¨Ã·Ã­Ã®Ã£Ã® Ã±Ã¥ÃªÃ± Ã¢Ã¨Ã¤Ã¥Ã®.ÃÃ»Ã¡Ã¨Ã°Ã Ã© Ã«Ã¾Ã¡Ã®Ã© Ã±Ã Ã©Ã² Ã¨ Ã±Ã¬Ã®Ã²Ã°Ã¨ Ã¢Ã±Ã¥. &lt;a href=&quot;http://turcy.smtp.ru//index39.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://turcy.smtp.ru//index39.html&lt;/a&gt;&amp;nbsp;- Ã¯Ã°Ã®Ã±Ã²Ã¨Ã²Ã³Ã²ÃªÃ¨ Ã·Ã¥Ã¡Ã®ÃªÃ±Ã Ã°Ã» 
&lt;br&gt;ÃÃ­Ã Ã¬Ã¥Ã­Ã¨Ã²Ã®Ã±Ã²Ã¨ ÃÃ®Ã«Ã«Ã¨Ã¢Ã³Ã¤Ã  Ã¢Ã® Ã¢Ã±Ã¥Ã© Ã±Ã¢Ã®Ã¥Ã© Ã®Ã¡Ã­Ã Ã¦Ã¥Ã­Ã­Ã®Ã© ÃªÃ°Ã Ã±Ã¥ Ã­Ã  Ã¢Ã¨Ã¤Ã¥Ã®. &lt;a href=&quot;http://buzuer.smtp.ru//340.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://buzuer.smtp.ru//340.html&lt;/a&gt;&amp;nbsp;- Ã¯Ã®Ã¯ÃªÃ  Ã¸Ã«Ã¾ÃµÃ¨ ÃÃ­Ã¨ÃªÃ Ã«Ã¼Ã­Ã®Ã¥ Ã¢Ã¨Ã¤Ã¥Ã® Ã¨Ã±ÃªÃ®Ã­Ã­Ã® Ã°Ã³Ã±Ã±ÃªÃ®Ã£Ã® Ã²Ã°Ã ÃµÃ .
&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;Posted via Jive Forums
&lt;br&gt;&lt;a href=&quot;http://forums.opensymphony.com/thread.jspa?threadID=473283&amp;messageID=562429#562429&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forums.opensymphony.com/thread.jspa?threadID=473283&amp;messageID=562429#562429&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/java.net---webwork-users-f13575.html&quot; embed=&quot;fixTarget[13575]&quot; target=&quot;_top&quot; &gt;java.net - webwork users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/%C3%83%C2%93%C3%83%C2%A6%C3%83%C2%A0%C3%83%C2%B1%C3%83%C2%AD%C3%83%C2%AE-%C3%83%C2%A2%C3%83%C2%AE%C3%83%C2%A7%C3%83%C2%A1%C3%83%C2%B3%C3%83%C2%A6%C3%83%C2%A4%C3%83%C2%A0%C3%83%C2%BE%C3%83%C2%B9%C3%83%C2%A8%C3%83%C2%A9-%C3%83%C2%AC%C3%83%C2%B3%C3%83%C2%A6%C3%83%C2%B1%C3%83%C2%AA%C3%83%C2%AE%C3%83%C2%A9-%C3%83%C2%B1%C3%83%C2%A5%C3%83%C2%AA%C3%83%C2%B1%21-tp19737110p19737110.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19723486</id>
	<title>Re: &quot;A split or a join cannot result in animmediate split or join again&quot;. Is this a constraint: Clarification Needed</title>
	<published>2008-09-29T06:04:05Z</published>
	<updated>2008-09-29T06:04:05Z</updated>
	<author>
		<name>Hubert Felber</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;Yes, that's the way it works.
&lt;br&gt;&lt;br&gt;Why does it have to be an immediate split? Can you put a step between &amp;nbsp;split1 and split(2/3).
&lt;br&gt;Can you do just one split, and two different joins?
&lt;br&gt;&lt;br&gt;hub
&lt;br&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; dts &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19723486&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dsradher@...&lt;/a&gt;&amp;gt; 29.09.2008 13:33 &amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&lt;br&gt;Hi, 
&lt;br&gt;Im currently exploring the features of the OSWorkflow 2.8. 
&lt;br&gt;&amp;nbsp;I have a requirement where in which a split in action leads to another
&lt;br&gt;split in both the parallel paths as represented in the following . 
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ----------&amp;gt; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|-------&amp;gt;split2--| 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;----------&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;---split1 --- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;----------&amp;gt; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|-------&amp;gt;split3--| 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ----------&amp;gt; 
&lt;br&gt;&lt;br&gt;But as per the article &amp;nbsp;mentioned in the link 
&lt;br&gt;&lt;a href=&quot;http://www.opensymphony.com/osworkflow/3.2%20Workflow%20Concepts.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.opensymphony.com/osworkflow/3.2%20Workflow%20Concepts.html&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;it mentions the following constraint : 
&lt;br&gt;&amp;quot;One caveat: currently a split or a join cannot result in an immediate split
&lt;br&gt;or join again.&amp;quot; 
&lt;br&gt;&lt;br&gt;&amp;nbsp;Is this is constraint true, if so let me know if there are any alternate
&lt;br&gt;solution provided? 
&lt;br&gt;&lt;br&gt;Im getting the following error while using the above template in the
&lt;br&gt;example.xml for the sample webapplication provided by the osworkflow 2.8 war 
&lt;br&gt;&lt;br&gt;SEVERE: Servlet.service() for servlet jsp threw exception 
&lt;br&gt;com.opensymphony.workflow.InvalidWorkflowDescriptorException: Result &amp;nbsp;is not
&lt;br&gt;a split or join, and has no status 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;com.opensymphony.workflow.loader.ResultDescriptor.validate(ResultDescriptor.java:156) 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;com.opensymphony.workflow.loader.ActionDescriptor.validate(ActionDescriptor.java:160) 
&lt;br&gt;&lt;br&gt;Thanks in advance, 
&lt;br&gt;&amp;nbsp;Dilip
&lt;br&gt;-- 
&lt;br&gt;View this message in context: &lt;a href=&quot;http://www.nabble.com/%22A-split-or-a-join-cannot-result-in-an-immediate-split-or-join-again%22.-Is-this-a-constraint%3A-Clarification-Needed-tp19722197p19722197.html&quot; target=&quot;_top&quot;&gt;http://www.nabble.com/%22A-split-or-a-join-cannot-result-in-an-immediate-split-or-join-again%22.-Is-this-a-constraint%3A-Clarification-Needed-tp19722197p19722197.html&lt;/a&gt;&amp;nbsp;
&lt;br&gt;Sent from the OpenSymphony - OSWorkFlow mailing list archive at Nabble.com.
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19723486&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt; 
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19723486&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt; 
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19723486&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19723486&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/OpenSymphony---OSWorkFlow-f2750.html&quot; embed=&quot;fixTarget[2750]&quot; target=&quot;_top&quot; &gt;OpenSymphony - OSWorkFlow&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/%22A-split-or-a-join-cannot-result-in-an-immediate-split-or-join-again%22.-Is-this-a-constraint%3A-Clarification-Needed-tp19722197p19723486.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19722197</id>
	<title>&quot;A split or a join cannot result in an immediate split or join again&quot;. Is this a constraint: Clarification Needed</title>
	<published>2008-09-29T04:33:45Z</published>
	<updated>2008-09-29T04:33:45Z</updated>
	<author>
		<name>dts</name>
	</author>
	<content type="html">Hi, 
&lt;br&gt;Im currently exploring the features of the OSWorkflow 2.8. 
&lt;br&gt;&amp;nbsp;I have a requirement where in which a split in action leads to another split in both the parallel paths as represented in the following . 
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ----------&amp;gt; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|-------&amp;gt;split2--| 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;----------&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;---split1 --- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;----------&amp;gt; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|-------&amp;gt;split3--| 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ----------&amp;gt; 
&lt;br&gt;&lt;br&gt;But as per the article &amp;nbsp;mentioned in the link 
&lt;br&gt;&lt;a href=&quot;http://www.opensymphony.com/osworkflow/3.2%20Workflow%20Concepts.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.opensymphony.com/osworkflow/3.2%20Workflow%20Concepts.html&lt;/a&gt;&lt;br&gt;&amp;nbsp;it mentions the following constraint : 
&lt;br&gt;&amp;quot;One caveat: currently a split or a join cannot result in an immediate split or join again.&amp;quot; 
&lt;br&gt;&lt;br&gt;&amp;nbsp;Is this is constraint true, if so let me know if there are any alternate solution provided? 
&lt;br&gt;&lt;br&gt;Im getting the following error while using the above template in the example.xml for the sample webapplication provided by the osworkflow 2.8 war 
&lt;br&gt;&lt;br&gt;SEVERE: Servlet.service() for servlet jsp threw exception 
&lt;br&gt;com.opensymphony.workflow.InvalidWorkflowDescriptorException: Result &amp;nbsp;is not a split or join, and has no status 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.opensymphony.workflow.loader.ResultDescriptor.validate(ResultDescriptor.java:156) 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.opensymphony.workflow.loader.ActionDescriptor.validate(ActionDescriptor.java:160) 
&lt;br&gt;&lt;br&gt;Thanks in advance, 
&lt;br&gt;&amp;nbsp;Dilip&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/OpenSymphony---OSWorkFlow-f2750.html&quot; embed=&quot;fixTarget[2750]&quot; target=&quot;_top&quot; &gt;OpenSymphony - OSWorkFlow&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/%22A-split-or-a-join-cannot-result-in-an-immediate-split-or-join-again%22.-Is-this-a-constraint%3A-Clarification-Needed-tp19722197p19722197.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19705235</id>
	<title>Re: PicoContainer and NanoContainer in WebWork 2.2.x</title>
	<published>2008-09-27T11:24:16Z</published>
	<updated>2008-09-27T11:24:16Z</updated>
	<author>
		<name>Lensuslytut</name>
	</author>
	<content type="html">Integration of pico is a bit &amp;nbsp;suboptimal (mea culpa - being a commiter on both sides, but now
&lt;br&gt;I lack of a time and use case) 
&lt;br&gt;&lt;br&gt;ServletRequestContainerFilter just rigs up proper container hierarchy up to request
&lt;br&gt;( and chain filter also based on directories affected - kind of autohandler / dhandler from old perl HTML::Mason times ) 
&lt;br&gt;&lt;br&gt;PIcoObjectFactoryFilter forces webwork to use pico object factory for action creation ( so they can be injecteed ) - apparently you will not need this for GWT, but you may profit from chains there
&lt;br&gt;&lt;br&gt;Hope this sheds some light to the issue ;)
&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;Posted via Jive Forums
&lt;br&gt;&lt;a href=&quot;http://forums.opensymphony.com/thread.jspa?threadID=469343&amp;messageID=560284#560284&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forums.opensymphony.com/thread.jspa?threadID=469343&amp;messageID=560284#560284&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19705235&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19705235&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/java.net---webwork-users-f13575.html&quot; embed=&quot;fixTarget[13575]&quot; target=&quot;_top&quot; &gt;java.net - webwork users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/PicoContainer-and-NanoContainer-in-WebWork-2.2.x-tp19677919p19705235.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19692020</id>
	<title>Re: PicoContainer and NanoContainer in WebWork 2.2.x</title>
	<published>2008-09-26T09:22:42Z</published>
	<updated>2008-09-26T09:22:42Z</updated>
	<author>
		<name>Lensuslytut</name>
	</author>
	<content type="html">I just checked my application configuration again and it looks like we need to use the ServletRequestContainerFilter anyways, since we also use GWT. &amp;nbsp;Our GWT RPC servlets use Nano to instantiate components on the server side by grabbing the PicoContainer out of the servlet request's &amp;quot;nanocontainer.request&amp;quot; attribute.
&lt;br&gt;&lt;br&gt;So to keep things uniform, I think we'll use the ServletRequestContainerFilter for both WW and GWT requests. &amp;nbsp;The PicoFilterDispatcher will only set the nanocontainer.request attribute when handling XWork actions.
&lt;br&gt;&lt;br&gt;Thank you for posting your web.xml configuration!
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;Dan
&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;Posted via Jive Forums
&lt;br&gt;&lt;a href=&quot;http://forums.opensymphony.com/thread.jspa?threadID=469343&amp;messageID=559211#559211&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forums.opensymphony.com/thread.jspa?threadID=469343&amp;messageID=559211#559211&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19692020&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19692020&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/java.net---webwork-users-f13575.html&quot; embed=&quot;fixTarget[13575]&quot; target=&quot;_top&quot; &gt;java.net - webwork users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/PicoContainer-and-NanoContainer-in-WebWork-2.2.x-tp19677919p19692020.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19690874</id>
	<title>Re: PicoContainer and NanoContainer in WebWork 2.2.x</title>
	<published>2008-09-26T08:27:52Z</published>
	<updated>2008-09-26T08:27:52Z</updated>
	<author>
		<name>Lensuslytut</name>
	</author>
	<content type="html">Hi Konstantin,
&lt;br&gt;&lt;br&gt;Thanks for your prompt response and sending your configuration. &amp;nbsp;Mine is similar, though I don't use the Nano ContainerChainFilter (I assume this is because I'm not using any script configuration of the composer, but instead doing it in Java). &amp;nbsp;I do use Velocity and SiteMesh, but my configuration is a little different (and I assume unrelated to the Pico/Nano setup) -- I can show this if it's helpful.
&lt;br&gt;&lt;br&gt;I haven't tried it yet, but as far as I could tell, it looked like the PicoFilterDispatcher was meant to replace the Nano ServletRequestContainerFilter (by starting a ServletRequestContainerLauncher) and the PicoObjectFactoryFilter (by setting the ObjectFactory to a PicoObjectFactory on container startup, and by setting the HttpRequest on the ObjectReference). &amp;nbsp;
&lt;br&gt;&lt;br&gt;What's the difference between using the Nano components (with the WW FilterDispatcher) vs. the WebWork/Nano mix (with the WW PicoFilterDispatcher)?
&lt;br&gt;&lt;br&gt;It seems like both approaches should work, but I wasn't sure why the Pico/Nano support got rolled into WebWork 2.2.x -- or if that reason was still relevant today. &amp;nbsp;Ultimately my goal is to upgrade to WW 2.2.x and probably to Struts 2 shortly after. &amp;nbsp;
&lt;br&gt;&lt;br&gt;Thanks!
&lt;br&gt;Dan
&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;Posted via Jive Forums
&lt;br&gt;&lt;a href=&quot;http://forums.opensymphony.com/thread.jspa?threadID=469343&amp;messageID=559165#559165&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forums.opensymphony.com/thread.jspa?threadID=469343&amp;messageID=559165#559165&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19690874&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19690874&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/java.net---webwork-users-f13575.html&quot; embed=&quot;fixTarget[13575]&quot; target=&quot;_top&quot; &gt;java.net - webwork users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/PicoContainer-and-NanoContainer-in-WebWork-2.2.x-tp19677919p19690874.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19689632</id>
	<title>Re: Quartz with osworkflow</title>
	<published>2008-09-26T07:31:45Z</published>
	<updated>2008-09-26T07:31:45Z</updated>
	<author>
		<name>Shantanu Puranik</name>
	</author>
	<content type="html">i tried writing a bean for the same
&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;lt;bean id=&amp;quot;quartzService&amp;quot; class=&amp;quot;com.pg.workflow.service.QuartScheduler&amp;quot; init-method=&amp;quot;init&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;/bean&amp;gt; &amp;nbsp;
&lt;br&gt;&lt;br&gt;void init()
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;try{
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;SchedulerFactory factory = new StdSchedulerFactory();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Scheduler s= factory.getScheduler();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;s.start();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;System.out.println(&amp;quot;Quartz Scheduler Successfully started&amp;quot;);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;catch(Exception e)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;System.out.println(&amp;quot;ERROR IN STARTING SCHEDULER&amp;quot;);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;e.printStackTrace();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&lt;br&gt;and it worked ..
&lt;br&gt;&lt;br&gt;i tried the change u suggested, it also works.
&lt;br&gt;&lt;br&gt;Thanks a Lot.
&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;Posted via Jive Forums
&lt;br&gt;&lt;a href=&quot;http://forums.opensymphony.com/thread.jspa?threadID=469681&amp;messageID=559120#559120&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forums.opensymphony.com/thread.jspa?threadID=469681&amp;messageID=559120#559120&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19689632&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19689632&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/OpenSymphony---OSWorkFlow-f2750.html&quot; embed=&quot;fixTarget[2750]&quot; target=&quot;_top&quot; &gt;OpenSymphony - OSWorkFlow&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Quartz-with-osworkflow-tp19683659p19689632.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19689490</id>
	<title>Re: How to run the whole OSWorkflow process</title>
	<published>2008-09-26T07:23:57Z</published>
	<updated>2008-09-26T07:23:57Z</updated>
	<author>
		<name>Shantanu Puranik</name>
	</author>
	<content type="html">It only runs in the same transaction if you want it to. There is no reason you can't set some commit points along the way if that makes sense for your workflow.
&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;Posted via Jive Forums
&lt;br&gt;&lt;a href=&quot;http://forums.opensymphony.com/thread.jspa?threadID=467859&amp;messageID=559119#559119&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forums.opensymphony.com/thread.jspa?threadID=467859&amp;messageID=559119#559119&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19689490&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19689490&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/OpenSymphony---OSWorkFlow-f2750.html&quot; embed=&quot;fixTarget[2750]&quot; target=&quot;_top&quot; &gt;OpenSymphony - OSWorkFlow&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/How-to-run-the-whole-OSWorkflow-process-tp19645955p19689490.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19688914</id>
	<title>Re: Quartz with osworkflow</title>
	<published>2008-09-26T06:51:42Z</published>
	<updated>2008-09-26T06:51:42Z</updated>
	<author>
		<name>Shantanu Puranik</name>
	</author>
	<content type="html">org.springframework.scheduling.quartz.SchedulerFactoryBean has a autoStartup attribute.
&lt;br&gt;&lt;br&gt;With 
&lt;br&gt;&lt;br&gt;&amp;lt;property name=&amp;quot;autoStartup&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;value&amp;gt;true&amp;lt;/value&amp;gt;
&lt;br&gt;&amp;lt;/property&amp;gt;
&lt;br&gt;&lt;br&gt;Spring will take care of restarting the scheduler.
&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;Posted via Jive Forums
&lt;br&gt;&lt;a href=&quot;http://forums.opensymphony.com/thread.jspa?threadID=469681&amp;messageID=559091#559091&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forums.opensymphony.com/thread.jspa?threadID=469681&amp;messageID=559091#559091&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19688914&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19688914&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://www.nabble.com/OpenSymphony---OSWorkFlow-f2750.html&quot; embed=&quot;fixTarget[2750]&quot; target=&quot;_top&quot; &gt;OpenSymphony - OSWorkFlow&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Quartz-with-osworkflow-tp19683659p19688914.html" />
</entry>

</feed>
