Hi all,
I got an AccessControlException when trying to
lanuch flow described in Vamsee's guide.
The full text is here:
Error : java.security.AccessControlException: access denied
[LaunchPermission name="mainEngine::http://localhost:7079/docflow__1.0.xml"
/]
I checked the worklist.log and found one supicious
line:
2005-11-24 16:30:13,430 [RMI TCP
Connection(8)-10.56.132.127] WARN
openwfe.org.worklist.auth.LaunchPermission - Couldn't parse document http://localhost:7079/docflow__1.0.xml
because of org.jdom.input.JDOMParseException: Error on line 1 of document http://localhost:7079/docflow__1.0.xml:
缺少文件根组件 (chinese: means "lack of root component")。
Then I checked the xml, but it doesn't contain any
error. The full xml is here:
<?xml version="1.0"
encoding="UTF-8"?>
<process-definition
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://www.openwfe.org/flowdef_r1.5.0.xsd"
name="docflow"
revision="1.0">
<description language="default">
This just the complete flow definition of docflow process.
</description>
<sequence>
<participant ref="developer"/>
<participant ref="project-leader"/>
</sequence>
</process-definition>
<process-definition
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://www.openwfe.org/flowdef_r1.5.0.xsd"
name="docflow"
revision="1.0">
<description language="default">
This just the complete flow definition of docflow process.
</description>
<sequence>
<participant ref="developer"/>
<participant ref="project-leader"/>
</sequence>
</process-definition>
So I have no idea abou how to solve
it.
Could anyone help me ?
Thanks in advance.
Best Regards,
Jackie Ju
