I have been able to comile the code. However hen I pasted new ProceedAction.class in my old( running build). The Proceed button has stopped working. I see following error in logs:
2006-07-13 09:25:24,911 INFOI have Modified in edit-workitem.jsp in webclient. I wanted to see how to modify the edit-workitem.jsp so that I can customize it. I simple put a text box and I want to retrieve the informatio in text box everywehre .)
org.apache.struts.action.RequestProcessor - Processing a 'POST' for
path '/proceed'
2006-07-13 09:25:24,929 ERROR
org.apache.struts.action.RequestProcessor - No action instance for
path /proceed could be created
java.lang.UnsupportedClassVersionError:
openwfe/org/webclient/actions/ProceedAction (Unsupported major.minor
version 49.0)
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:537)
at
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
at
java.net.URLClassLoader.defineClass(URLClassLoader.java:251)
at java.net.URLClassLoader.access$100(URLClassLoader.java:55)
at java.net.URLClassLoader$1.run(URLClassLoader.java:194)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
at
org.mortbay.http.ContextLoader.loadClass(ContextLoader.java:219)
at
org.mortbay.http.ContextLoader.loadClass(ContextLoader.java:187)
at
org.apache.struts.util.RequestUtils.applicationClass(RequestUtils.java:182)
(Just giving a brief idea why I modified the ProceedAction.java :
Kindly let me know wehre is the mistake
Thanks & Regards
JP
John Mettraux <[EMAIL PROTECTED]> wrote:
Hi JP,
On 7/12/06, JP Singh <[EMAIL PROTECTED]> wrote:
> Hi John,
>
> Please refer to source code. I am getting following error:
> BUILD FAILED
> /tmp/openwfe-1.7.0b-src/build.xml:82: The following error occurred
> while executing this line:
> /tmp/openwfe-1.7.0b-src/releases/build.xml:190: Warning: Could not
> find file /tmp/openwfe-python/CHANGELOG
> .txt to copy.
You have three options :
1). in the build.xml you remove any references to openwfe-python
2). you download openwfe-python so that the build.xml may see it
3). you manually create CHANGELOG.txt
> I have created a dir /tmp/openwfe-python manually.
> what is CHANGELOG.txt?
This file details the changes between releases of a software package.
It's just a text file, its content is not processed at all.
Best regards,
--
John Mettraux -///- http://jmettraux.openwfe.org
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
OpenWFE - Open source WorkFlow Engine
OpenWFE-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openwfe-users
[EMAIL PROTECTED]>
Do you Yahoo!?
Everyone is raving about the all-new Yahoo! Mail Beta.
------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________ OpenWFE - Open source WorkFlow Engine OpenWFE-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openwfe-users
