[
https://issues.apache.org/jira/browse/ODE-735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12791746#action_12791746
]
Ma.Liang commented on ODE-735:
------------------------------
The test step is:
1: I downloaded the apache-ode-war-1.3.3.war、apache-ode-sources-1.3.3.rar from
http://ode.apache.org/getting-ode.html.
2: I put the ode.war into %Tomcat_home%/webapp/ , then start tomcat, ode engine
run normally.
3: I import the sources into eclipse and resolve the compiler error.
4. New Web Project, named "ode", replace the jars with the source code, copy
the responding files in the ode.war into ode project.
5. Deploy the ode project into tomcat server , then start the tomcat .
6. The error about the JPA persistence generate, such as :
java.util.HashMap is not a interface.
> In ODE version 1.3.3, replace the jar with the source code, when starting ODE
> server, an error will generate. java.util.HashMap is not a interface.
> ---------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: ODE-735
> URL: https://issues.apache.org/jira/browse/ODE-735
> Project: ODE
> Issue Type: Bug
> Components: BPEL Runtime
> Affects Versions: 1.3.3
> Environment: Tomcat 5.5, Apache ODE 1.3.3
> Reporter: Ma.Liang
> Fix For: 1.3.3
>
> Attachments: ODE-735.patch
>
>
> I replace the jar with source code, then an error will generate, when
> starting ODE server, I think the source code do not match the jars which are
> in the war.
> Exception:
> HashMap is not an interface.(Occur in the ProcessStoreImpl.java)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.