For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 14 replies, 3 voices, and was last updated 21 years, 4 months ago by
Riyad Kalla.
-
AuthorPosts
-
Dennis ByrneMemberWhen I try and open the struts config file using the myeclipse struts editor, M7 hangs. I see this in the terminal window..
internalEntityDecl: %AttributeName;CDATA
internalEntityDecl: %BeanName;CDATA
internalEntityDecl: %Boolean;(true|false|yes|no)
internalEntityDecl: %ClassName;CDATA
internalEntityDecl: %Integer;CDATA
internalEntityDecl: %Location;#PCDATA
internalEntityDecl: %PropName;CDATA
internalEntityDecl: %RequestPath;CDATA
internalEntityDecl: %RequestScope;(request|session)March 23, 2004 at 12:58 pm #205157
Dennis ByrneMemberi am using the ga 3.7 myeclipse on redhat linux 9
March 23, 2004 at 4:21 pm #205169
Riyad KallaMemberWhat version of struts? (1.0, 1.1, dev?) Also are you behind a proxy, this may cause the XML editor great pain it tries to pull down the DTD.
March 23, 2004 at 5:38 pm #205172
Scott AndersonParticipantIt may also be related to this bug in M7:
https://www.genuitec.com/forums/topic/connectexception-right-clicking-on-web-xml-closed/March 25, 2004 at 7:49 am #205227
Dennis ByrneMemberI am not behind a proxy and am using struts 1.1
March 25, 2004 at 7:58 am #205228
Dennis ByrneMemberAlso, I am not having trouble with the xml editor, but the struts editor
March 25, 2004 at 8:36 am #205232
Riyad KallaMembercan you send the struts-config file in question to support@genuitec.com with a reference to this thread and quick explination of what is going on so we don’t get confused. This may prove to be a test case we overlooked.
March 25, 2004 at 9:47 am #205243
Dennis ByrneMemberWhen I try and open this stuts config file using the struts editor, M7 hands and must be killed. I see the outline of the file, but the editor never opens and hangs eclipse. I am runnning on linux 9
– System Setup ——————————-
Operating System and version: rhat 9
Eclipse version: m7
Eclipse build id:
Fresh Eclipse install (y/n): yes
If not, was it upgraded to its current version using the update manager?
Other installed external plugins:
Number of plugins in the <eclipse>/plugins directory that begin with org.eclipse.pde.*:
MyEclipse version: 3.7ga
Eclipse JDK version: 1.4.2
Application Server JDK version: jboss 3.2.3
Are there any exceptions in the Eclipse log file? No<?xml version=”1.0″ encoding=”UTF-8″?>
<!DOCTYPE struts-config PUBLIC “-//Apache Software Foundation//DTD Struts Configuration 1.1//EN” “http://jakarta.apache.org/struts/dtds/struts-config_1_1.dtd”>
<struts-config>
<form-beans>
<form-bean name=”logonForm” type=”com.globalknowledge.rlms.model.user.LogonForm”>
</form-bean><form-bean name=”userForm” type=”com.globalknowledge.rlms.model.user.UserTextForm”>
</form-bean><form-bean name=”roleForm” type=”com.globalknowledge.rlms.model.user.RoleTextForm”>
</form-bean><form-bean name=”productLineForm” type=”com.globalknowledge.rlms.model.productline.ProductLineTextForm”>
</form-bean>
<form-bean name=”courseListForm” type=”com.globalknowledge.rlms.model.course.CourseListForm”>
</form-bean>
<form-bean name=”courseForm” type=”com.globalknowledge.rlms.model.course.CourseTextForm”>
</form-bean>
<form-bean name=”mkrForm” type=”com.globalknowledge.rlms.model.labkit.mkr.MKRTextForm”>
</form-bean>
<form-bean name=”mcrForm” type=”com.globalknowledge.rlms.model.classroom.mcr.MCRTextForm”>
</form-bean>
<form-bean name=”kitRequirementForm” type=”com.globalknowledge.rlms.model.labkit.kitrequirement.KitRequirementTextForm”>
</form-bean>
<form-bean name=”classroomRequirementForm” type=”com.globalknowledge.rlms.model.classroom.requirement.ClassroomRequirementTextForm”>
</form-bean>
<form-bean name=”labResourceDefinitionForm” type=”com.globalknowledge.rlms.model.labresource.labresourcedefinition.LabResourceDefinitionTextForm”>
</form-bean>
<form-bean name=”labResourceDefinitionListForm” type=”com.globalknowledge.rlms.model.labresource.labresourcedefinition.LabResourceDefinitionListForm”>
</form-bean>
<form-bean name=”hwResourceDefinitionForm” type=”com.globalknowledge.rlms.model.hwresource.hwdefinition.HardwareResourceDefinitionTextForm”>
</form-bean>
<form-bean name=”networkGearDefinitionForm” type=”com.globalknowledge.rlms.model.networkgear.networkgeardefinition.NetworkGearDefinitionTextForm”>
</form-bean>
<form-bean name=”powerGearDefinitionForm” type=”com.globalknowledge.rlms.model.powergear.powergeardefinition.PowerGearDefinitionTextForm”>
</form-bean>
<form-bean name=”computerDefinitionForm” type=”com.globalknowledge.rlms.model.computer.computerdefinition.ComputerDefinitionTextForm”>
</form-bean>
<form-bean name=”swResourceDefinitionForm” type=”com.globalknowledge.rlms.model.swresource.swdefinition.SoftwareResourceDefinitionTextForm”>
</form-bean>
<form-bean name=”applicationDefinitionForm” type=”com.globalknowledge.rlms.model.application.applicationdefinition.ApplicationDefinitionTextForm”>
</form-bean>
<form-bean name=”imageDefinitionForm” type=”com.globalknowledge.rlms.model.image.imagedefinition.ImageDefinitionTextForm”>
</form-bean><form-bean name=”idrfdcForm” type=”com.globalknowledge.rlms.workflow.idrfdc.IdrFdcHomeForm”>
</form-bean>
<form-bean name=”reqForm” type=”com.globalknowledge.rlms.model.request.RequestTextForm”>
</form-bean>
<form-bean name=”labFormatForm” type=”com.globalknowledge.rlms.model.request.labformat.LabFormatTextForm”>
</form-bean>
<form-bean name=”responseForm” type=”com.globalknowledge.rlms.model.response.ResponseTextForm”>
</form-bean><form-bean name=”labkitAdminForm” type=”com.globalknowledge.rlms.workflow.admin.resources.LabKitAdminForm”>
</form-bean>
<form-bean name=”labkitForm” type=”com.globalknowledge.rlms.model.labkit.LabKitTextForm”>
</form-bean>
<form-bean name=”podForm” type=”com.globalknowledge.rlms.model.pod.PodTextForm”>
</form-bean>
<form-bean name=”podCapForm” type=”com.globalknowledge.rlms.model.pod.PodCapacityTextForm”>
</form-bean>
<form-bean name=”labunitForm” type=”com.globalknowledge.rlms.model.labunit.LabUnitTextForm”>
</form-bean>
<form-bean name=”labresourceForm” type=”com.globalknowledge.rlms.model.labresource.LabResourceTextForm”>
</form-bean>
<form-bean name=”componentListForm” type=”com.globalknowledge.rlms.model.labresource.LabResourceListForm”>
</form-bean><form-bean name=”hwresourceForm” type=”com.globalknowledge.rlms.model.hwresource.HardwareResourceTextForm”>
</form-bean>
<form-bean name=”networkgearForm” type=”com.globalknowledge.rlms.model.networkgear.NetworkGearTextForm”>
</form-bean>
<form-bean name=”powergearForm” type=”com.globalknowledge.rlms.model.powergear.PowerGearTextForm”>
</form-bean>
<form-bean name=”computerForm” type=”com.globalknowledge.rlms.model.computer.ComputerTextForm”>
</form-bean>
<form-bean name=”swresourceForm” type=”com.globalknowledge.rlms.model.swresource.SoftwareResourceTextForm”>
</form-bean>
<form-bean name=”applicationForm” type=”com.globalknowledge.rlms.model.application.ApplicationTextForm”>
</form-bean>
<form-bean name=”imageForm” type=”com.globalknowledge.rlms.model.image.ImageTextForm”>
</form-bean><form-bean name=”pmAdminTextForm” type=”com.globalknowledge.rlms.model.user.productmanager.ProductManagerAdminTextForm”>
</form-bean><form-bean name=”reqConfirmForm” type=”com.globalknowledge.rlms.model.request.RequestConfrimForm” />
<form-bean name=”reservationStatusForm” type=”com.globalknowledge.rlms.model.reservation.ReservationTextForm” />
</form-beans><global-forwards>
<forward name=”logon” path=”/logon.jsp” />
<forward name=”logoff” path=”/logoff.do” />
<forward name=”welcome” path=”/index.jsp” />
<forward name=”admin” path=”/workflow/admin/index.jsp” />
<forward name=”userAdmin” path=”/userAdmin.do?method=index” />
<forward name=”userDeleteUser” path=”/userAdmin.do?method=delete” />
<forward name=”userDeleteRole” path=”/userAdmin.do?method=unassignRole” />
<forward name=”userEditUser” path=”/userAdmin.do?method=edit” />
<forward name=”products” path=”/workflow/products/index.jsp” />
<forward name=”productManagement” path=”/productLine.do?method=index” />
<forward name=”productLineDeleteCourse” path=”/productLine.do?method=unassignCourse” />
<forward name=”productLineEditCourse” path=”/course.do?method=index” />
<forward name=”productDevelopment” path=”/workflow/products/development/index.jsp” />
<forward name=”course” path=”/pm/course.jsp” />
<forward name=”editcourse” path=”/course/editCourse.jsp” />
<forward name=”pmselectcourse” path=”/pm/addCourse.jsp” />
<forward name=”pmdeletecourse” path=”/pmEdit.do?action=deleteCourse” />
<forward name=”createcourse” path=”/course/createCourse.jsp” />
<forward name=”pmeditcourse” path=”/course.do?method=index” />
<forward name=”kitRequirementIndex” path=”/editKR.do?method=index” />
<forward name=”editrequirement” path=”/editKR.do?method=index” />
<forward name=”deleterequirement” path=”/editMKR.do?action=delete” />
<forward name=”editclassrequirement” path=”/editCR.do?action=edit” />
<forward name=”deleteclassrequirement” path=”/editMCR.do?action=delete” />
<forward name=”idrfdc” path=”/workflow/idrfdc/index.jsp” />
<forward name=”editrequest” path=”/idr.do?method=index” />
<forward name=”confirmrequest” path=”/idr.do?method=confirm” />
<forward name=”cancelrequest” path=”/idr.do?method=deactivate” />
<forward name=”requestdates” path=”/idr.do?method=requestDates” />
<forward name=”labformatdelete” path=”/labformat.do?method=removeLabFormat” />
<forward name=”labformatedit” path=”/labformat.do?method=editLabFormat” />
<forward name=”labKitIndex” path=”/labkit.do?method=index” />
<forward name=”labkitedit” path=”/labkit.do?method=index” />
<forward name=”labkitremove” path=”/labkit.do?method=remove” />
<forward name=”labkitcoursedelete” path=”/labkit.do?method=unassignCourse” />
<forward name=”labkitschedule” path=”/labkit.do?method=schedule” />
<forward name=”labkitreserve” path=”/labkit.do?method=reserve” />
<forward name=”labkitlabunitedit” path=”/labunit.do?method=index” />
<forward name=”labkitlabunitdelete” path=”/labunit.do?method=remove” />
<forward name=”labkitresourceedit” path=”/labresource.do?method=index” />
<forward name=”labkitresourceconfigure” path=”/labresource.do?method=configure” />
<forward name=”labkitpodedit” path=”/pod.do?method=index” />
<forward name=”podIndex” path=”/pod.do?method=index” />
<forward name=”podedit” path=”/pod.do?method=index” />
<forward name=”podremove” path=”/pod.do?method=remove” />
<forward name=”podresourceedit” path=”/labresource.do?method=index” />
<forward name=”podresourcedelete” path=”/pod.do?method=unassignComponent” />
<forward name=”podcapIndex” path=”/podCap.do?method=index” />
<forward name=”podcapedit” path=”/podCap.do?method=index” />
<forward name=”podcapremove” path=”/podCap.do?method=remove” />
<forward name=”labunitIndex” path=”/labunit.do?method=index” />
<forward name=”labunitpodedit” path=”/pod.do?method=index” />
<forward name=”labunitpoddelete” path=”/labunit.do?method=removePod” />
<forward name=”labunitresourceedit” path=”/labresource.do?method=index” />
<forward name=”labunitresourceconfigure” path=”/labresource.do?method=configure” />
<forward name=”labunitresourcecoredelete” path=”/labunit.do?method=unassignComponent” />
<forward name=”labResourceIndex” path=”/labresource.do?method=index” />
<forward name=”labresourcecomponentedit” path=”/labresource.do?method=index” />
<forward name=”labresourcecomponentdelete” path=”/labresource.do?method=unassignComponent” />
<forward name=”hardwareResourceIndex” path=”/hwresource.do?method=index” />
<forward name=”hwresourcecomponentedit” path=”/hwresource.do?method=index” />
<forward name=”hwresourcecomponentdelete” path=”/hwresource.do?method=unassignComponent” />
<forward name=”hwresourceportconfigure” path=”/hwresource.do?method=configurePort” />
<forward name=”hwresourceportdelete” path=”/hwresource.do?method=removePort” />
<forward name=”networkGearIndex” path=”/networkgear.do?method=index” />
<forward name=”networkgearcomponentedit” path=”/networkgear.do?method=index” />
<forward name=”networkgearcomponentdelete” path=”/networkgear.do?method=unassignComponent” />
<forward name=”networkgearportconfigure” path=”/networkgear.do?method=configurePort” />
<forward name=”networkgearportdelete” path=”/networkgear.do?method=removePort” />
<forward name=”powerGearIndex” path=”/powergear.do?method=index” />
<forward name=”powergearcomponentedit” path=”/powergear.do?method=index” />
<forward name=”powergearcomponentdelete” path=”/powergear.do?method=unassignComponent” />
<forward name=”powergearportconfigure” path=”/powergear.do?method=configurePort” />
<forward name=”powergearportdelete” path=”/powergear.do?method=removePort” />
<forward name=”computerIndex” path=”/computer.do?method=index” />
<forward name=”computercomponentedit” path=”/computer.do?method=index” />
<forward name=”computercomponentdelete” path=”/computer.do?method=unassignComponent” />
<forward name=”computerportconfigure” path=”/computer.do?method=configurePort” />
<forward name=”computerportdelete” path=”/computer.do?method=removePort” />
<forward name=”softwareResourceIndex” path=”/swresource.do?method=index” />
<forward name=”swresourcecomponentedit” path=”/swresource.do?method=index” />
<forward name=”swresourcecomponentdelete” path=”/swresource.do?method=unassignComponent” />
<forward name=”applicationIndex” path=”/app.do?method=index” />
<forward name=”applicationcomponentedit” path=”/app.do?method=index” />
<forward name=”applicationcomponentdelete” path=”/app.do?method=unassignComponent” />
<forward name=”imageIndex” path=”/image.do?method=index” />
<forward name=”imagecomponentedit” path=”/image.do?method=index” />
<forward name=”imagecomponentdelete” path=”/image.do?method=unassignComponent” /><forward name=”pmadmin” path=”/pm/admin.jsp” />
<forward name=”pmedit” path=”/pm/admin.jsp” />
<forward name=”pmeditpm” path=”/pmEdit.do” />
<forward name=”sessiontimeout” path=”/timeout.jsp” redirect=”false” /><forward name=”deactivaterequest” path=”/idr.do?method=deactivate” redirect=”false” /></global-forwards><action-mappings>
<action path=”/logoff” type=”com.globalknowledge.rlms.model.user.LogoffAction” />
<action path=”/LogonSubmit” type=”com.globalknowledge.rlms.model.user.LogonAction” name=”logonForm” scope=”request” validate=”true” input=”/logon.jsp”>
<forward name=”success” path=”/index.jsp” />
<forward name=”welcome” path=”/index.jsp” />
<forward name=”course” path=”/pm/course.jsp” />
<forward name=”pmadmin” path=”/pm/admin.jsp” />
</action><action path=”/userAdmin” type=”com.globalknowledge.rlms.model.user.UserAction” name=”userForm” scope=”request” validate=”false” parameter=”method”>
<forward name=”userIndex” path=”/workflow/admin/users/index.jsp” />
<forward name=”userEdit” path=”/workflow/admin/users/editUser.jsp” />
<forward name=”userAdd” path=”/workflow/admin/users/editUser.jsp” />
<forward name=”userAssignRole” path=”userAdmin.do?method=assignRole” />
</action>
<action path=”/roleAdmin” type=”com.globalknowledge.rlms.model.user.RoleAction” name=”roleForm” scope=”request” validate=”false” parameter=”method”>
<forward name=”userEdit” path=”/workflow/admin/users/editUser.jsp” />
<forward name=”roleCreate” path=”/roleAdmin.do?method=create” />
<forward name=”roleCancel” path=”/roleAdmin.do?method=cancel” />
</action><action path=”/productLine” type=”com.globalknowledge.rlms.model.productline.ProductLineAction” name=”productLineForm” scope=”request” validate=”true” parameter=”method” input=”/workflow/products/management/addProductLine.jsp”>
<forward name=”productLineedit” path=”/workflow/products/management/index.jsp” />
<forward name=”productLinecancel” path=”/productLine.do?method=cancel” />
<forward name=”productLinecreate” path=”/productLine.do?method=create” />
<forward name=”productLinesuccess” path=”/workflow/products/management/index.jsp” />
<forward name=”productLinefailure” path=”/workflow/products/management/index.jsp” />
<forward name=”productLineIndex” path=”/productLine.do?method=index” />
</action><action path=”/productLineCourses” type=”com.globalknowledge.rlms.model.productline.ProductLineAction” name=”courseListForm” scope=”request” validate=”false” parameter=”method”>
<forward name=”productLineAssignCourse” path=”/productLine.do?method=assignCourse” />
<forward name=”productLineUnassignCourse” path=”/productLine.do?method=unassignCourse” />
<forward name=”productLineListCourses” path=”/workflow/products/management/addCourse.jsp” />
<forward name=”productLineEdit” path=”/workflow/products/management/index.jsp” />
</action><action path=”/course” type=”com.globalknowledge.rlms.model.course.CourseAction” name=”courseForm” scope=”request” validate=”true” parameter=”method” input=”/course/editCourse.jsp”>
<forward name=”pmedit” path=”/pm/admin.jsp” />
<forward name=”courseedit” path=”/course/editCourse.jsp” />
<forward name=”editmkr” path=”/editMKR.do?action=edit” />
<forward name=”editmcr” path=”/editMCR.do?action=edit” />
<forward name=”courseIndex” path=”/course/createCourse.jsp” />
<forward name=”coursecreate” path=”/course.do?method=create” />
<forward name=”courseupdate” path=”/course.do?method=update” />
<forward name=”coursecancel” path=”/course.do?method=cancel” />
<forward name=”coursesuccess” path=”/course.do?method=cancel” />
</action><action path=”/editMKR” type=”com.globalknowledge.rlms.model.labkit.mkr.MKRAction” name=”mkrForm” scope=”request” validate=”false”>
<forward name=”editcourse” path=”/course.do?method=index” />
<forward name=”listreqs” path=”/course/mkr.jsp” />
<forward name=”editmkr” path=”/editMKR.do?action=edit” />
</action>
<action path=”/editMCR” type=”com.globalknowledge.rlms.model.classroom.mcr.MCRAction” name=”mcrForm” scope=”request” validate=”false”>
<forward name=”editcourse” path=”/course.do?method=index” />
<forward name=”listreqs” path=”/course/mcr.jsp” />
<forward name=”editmcr” path=”/editMCR.do?action=edit” />
</action>
<action path=”/editKR” type=”com.globalknowledge.rlms.model.labkit.kitrequirement.KitRequirementAction” name=”kitRequirementForm” scope=”request” validate=”true” parameter=”method” input=”/course/editKR.jsp”>
<forward name=”editmkr” path=”/editMKR.do?action=edit” />
<forward name=”kitRequirementsuccess” path=”/editMKR.do?action=edit” />
<forward name=”kitRequirementedit” path=”/course/editKR.jsp” />
<forward name=”kitRequirementcreate” path=”/editKR.do?method=create” />
<forward name=”kitRequirementIndex” path=”/editKR.do?method=index” />
<forward name=”kitRequirementcancel” path=”/editKR.do?method=cancel” />
<forward name=”kitRequirementupdate” path=”/editKR.do?method=update” />
</action>
<action path=”/editCR” type=”com.globalknowledge.rlms.model.classroom.requirement.ClassroomRequirementAction” name=”classroomRequirementForm” scope=”request” validate=”false”>
<forward name=”editmcr” path=”/editMCR.do?action=edit” />
<forward name=”editreq” path=”/course/editCR.jsp” />
</action><action path=”/editLabResourceDefinition” type=”com.globalknowledge.rlms.model.labresource.labresourcedefinition.LabResourceDefinitionAction” name=”labResourceDefinitionForm” scope=”request” validate=”true” parameter=”method” input=”/course/createLRDefinition.jsp”>
<forward name=”editlrd” path=”/course/editKR.jsp” />
<forward name=”editmkr” path=”/editKR.do?method=index” />
<forward name=”labresourcedefinitionsuccess” path=”/editKR.do?method=index” />
<forward name=”labresourcedefinitionedit” path=”/course/createLRDefinition.jsp” />
<forward name=”labresourcedefinitioncreate” path=”/editLabResourceDefinition.do?method=create” />
<forward name=”labresourcedefinitionIndex” path=”/editLabResourceDefinition.do?method=index” />
<forward name=”labresourcedefinitioncancel” path=”/editLabResourceDefinition.do?method=cancel” />
<forward name=”labresourcedefinitionupdate” path=”/editLabResourceDefinition.do?method=update” />
<forward name=”hwresourcedefinitionedit” path=”/editHWResourceDefinition.do?method=index” />
<forward name=”networkgearDefinitionedit” path=”/editNetworkGearDefinition.do?method=index” />
<forward name=”powergearDefinitionedit” path=”/editPowerGearDefinition.do?method=index” />
<forward name=”computerDefinitionedit” path=”/editComputerDefinition.do?method=index” />
<forward name=”swresourcedefinitionedit” path=”/editSWResourceDefinition.do?method=index” />
<forward name=”applicationDefinitionedit” path=”/editApplicationDefinition.do?method=index” />
<forward name=”imageDefinitionedit” path=”/editImageDefinition.do?method=index” />
</action><action path=”/editHWResourceDefinition” type=”com.globalknowledge.rlms.model.hwresource.hwdefinition.HardwareResourceDefinitionAction” name=”hwResourceDefinitionForm” scope=”request” validate=”true” parameter=”method” input=”/course/createHWDefinition.jsp”>
<forward name=”editlrd” path=”/course/editKR.jsp” />
<forward name=”editmkr” path=”/editKR.do?method=index” />
<forward name=”hwresourcedefinitionsuccess” path=”/editKR.do?method=index” />
<forward name=”hwresourcedefinitionedit” path=”/course/createHWDefinition.jsp” />
<forward name=”hwresourcedefinitioncreate” path=”/editHWResourceDefinition.do?method=create” />
<forward name=”hwresourcedefinitionIndex” path=”/editHWResourceDefinition.do?method=index” />
<forward name=”hwresourcedefinitioncancel” path=”/editHWResourceDefinition.do?method=cancel” />
<forward name=”hwresourcedefinitionupdate” path=”/editHWResourceDefinition.do?method=update” />
<forward name=”networkgearDefinitionedit” path=”/editNetworkGearDefinition.do?method=index” />
</action><action path=”/editNetworkGearDefinition” type=”com.globalknowledge.rlms.model.networkgear.networkgeardefinition.NetworkGearDefinitionAction” name=”networkGearDefinitionForm” scope=”request” validate=”true” parameter=”method” input=”/course/createNetworkGearDefinition.jsp”>
<forward name=”editlrd” path=”/course/editKR.jsp” />
<forward name=”editmkr” path=”/editKR.do?method=index” />
<forward name=”networkgearDefinitionsuccess” path=”/editKR.do?method=index” />
<forward name=”networkgearDefinitionedit” path=”/course/createNetworkGearDefinition.jsp” />
<forward name=”networkgearDefinitioncreate” path=”/editNetworkGearDefinition.do?method=create” />
<forward name=”networkgearDefinitionIndex” path=”/editNetworkGearDefinition.do?method=index” />
<forward name=”networkgearDefinitioncancel” path=”/editNetworkGearDefinition.do?method=cancel” />
<forward name=”networkgearDefinitionupdate” path=”/editNetworkGearDefinition.do?method=update” />
</action><action path=”/editPowerGearDefinition” type=”com.globalknowledge.rlms.model.powergear.powergeardefinition.PowerGearDefinitionAction” name=”powerGearDefinitionForm” scope=”request” validate=”true” parameter=”method” input=”/course/createPowerGearDefinition.jsp”>
<forward name=”editlrd” path=”/course/editKR.jsp” />
<forward name=”editmkr” path=”/editKR.do?method=index” />
<forward name=”powergearDefinitionsuccess” path=”/editKR.do?method=index” />
<forward name=”powergearDefinitionedit” path=”/course/createPowerGearDefinition.jsp” />
<forward name=”powergearDefinitioncreate” path=”/editPowerGearDefinition.do?method=create” />
<forward name=”powergearDefinitionIndex” path=”/editPowerGearDefinition.do?method=index” />
<forward name=”powergearDefinitioncancel” path=”/editPowerGearDefinition.do?method=cancel” />
<forward name=”powergearDefinitionupdate” path=”/editPowerGearDefinition.do?method=update” />
</action><action path=”/editComputerDefinition” type=”com.globalknowledge.rlms.model.computer.computerdefinition.ComputerDefinitionAction” name=”computerDefinitionForm” scope=”request” validate=”true” parameter=”method” input=”/course/createComputerDefinition.jsp”>
<forward name=”editlrd” path=”/course/editKR.jsp” />
<forward name=”editmkr” path=”/editKR.do?method=index” />
<forward name=”computerDefinitionsuccess” path=”/editKR.do?method=index” />
<forward name=”computerDefinitionedit” path=”/course/createComputerDefinition.jsp” />
<forward name=”computerDefinitioncreate” path=”/editComputerDefinition.do?method=create” />
<forward name=”computerDefinitionIndex” path=”/editComputerDefinition.do?method=index” />
<forward name=”computerDefinitioncancel” path=”/editComputerDefinition.do?method=cancel” />
<forward name=”computerDefinitionupdate” path=”/editComputerDefinition.do?method=update” />
</action><action path=”/editSWResourceDefinition” type=”com.globalknowledge.rlms.model.swresource.swdefinition.SoftwareResourceDefinitionAction” name=”swResourceDefinitionForm” scope=”request” validate=”true” parameter=”method” input=”/course/createSWDefinition.jsp”>
<forward name=”editlrd” path=”/course/editKR.jsp” />
<forward name=”editmkr” path=”/editKR.do?method=index” />
<forward name=”swresourcedefinitionsuccess” path=”/editKR.do?method=index” />
<forward name=”swresourcedefinitionedit” path=”/course/createSWDefinition.jsp” />
<forward name=”swresourcedefinitioncreate” path=”editSWResourceDefinition.do?method=create” />
<forward name=”swresourcedefinitionIndex” path=”editSWResourceDefinition.do?method=index” />
<forward name=”swresourcedefinitioncancel” path=”editSWResourceDefinition.do?method=cancel” />
<forward name=”swresourcedefinitionupdate” path=”editSWResourceDefinition.do?method=update” />
<forward name=”applicationDefinitionedit” path=”/editApplicationDefinition.do?method=index” />
<forward name=”imageDefinitionedit” path=”/editImageDefinition.do?method=index” />
</action><action path=”/editApplicationDefinition” type=”com.globalknowledge.rlms.model.application.applicationdefinition.ApplicationDefinitionAction” name=”applicationDefinitionForm” scope=”request” validate=”true” parameter=”method” input=”/course/createApplicationDefinition.jsp”>
<forward name=”editlrd” path=”/course/editKR.jsp” />
<forward name=”editmkr” path=”/editKR.do?method=index” />
<forward name=”applicationDefinitionsuccess” path=”/editKR.do?method=index” />
<forward name=”applicationDefinitionedit” path=”/course/createApplicationDefinition.jsp” />
<forward name=”applicationDefinitioncreate” path=”/editApplicationDefinition.do?method=create” />
<forward name=”applicationDefinitionIndex” path=”/editApplicationDefinition.do?method=index” />
<forward name=”applicationDefinitioncancel” path=”/editApplicationDefinition.do?method=cancel” />
<forward name=”applicationDefinitionupdate” path=”/editApplicationDefinition.do?method=update” />
</action><action path=”/editImageDefinition” type=”com.globalknowledge.rlms.model.image.imagedefinition.ImageDefinitionAction” name=”imageDefinitionForm” scope=”request” validate=”true” parameter=”method” input=”/course/createImageDefinition.jsp”>
<forward name=”editlrd” path=”/course/editKR.jsp” />
<forward name=”editmkr” path=”/editKR.do?method=index” />
<forward name=”imageDefinitionsuccess” path=”/editKR.do?method=index” />
<forward name=”imageDefinitionedit” path=”/course/createImageDefinition.jsp” />
<forward name=”imageDefinitioncreate” path=”/editImageDefinition.do?method=create” />
<forward name=”imageDefinitionIndex” path=”/editImageDefinition.do?method=index” />
<forward name=”imageDefinitioncancel” path=”/editImageDefinition.do?method=cancel” />
<forward name=”imageDefinitionupdate” path=”/editImageDefinition.do?method=update” />
</action><action path=”/idrfdc” type=”com.globalknowledge.rlms.workflow.idrfdc.IdrFdcAction” name=”idrfdcForm” scope=”request” validate=”false” parameter=”method”>
<forward name=”idrfdcsuccess” path=”/course/editKR.jsp” />
<forward name=”idrfdcedit” path=”/workflow/idrfdc/index.jsp” />
<forward name=”idrfdcfailure” path=”/editKR.do?method=index” /><forward name=”idrfdchelp” path=”/workflow/idrfdc/help.jsp” redirect=”false” />
</action>
<action path=”/idr” name=”reqForm” scope=”request” validate=”true” parameter=”method” type=”com.globalknowledge.rlms.model.request.RequestAction” input=”/workflow/idrfdc/create.jsp”>
<forward name=”requestcreate” path=”/idr.do?method=create” />
<forward name=”requestupdate” path=”/idr.do?method=update” />
<forward name=”requestsubmit” path=”/idr.do?method=submit” />
<forward name=”requestsuccess” path=”/idrfdc.do?method=index” />
<forward name=”requestedit” path=”/workflow/idrfdc/create.jsp” />
<forward name=”requesteditext” path=”/workflow/idrfdc/createExt.jsp” />
<forward name=”requestfailure” path=”/idrfdc.do?method=index” />
<forward name=”requestcancel” path=”/idrfdc.do?method=index” />
<forward name=”response” path=”/response.do?method=index” />
<forward name=”listDates” path=”/workflow/idrfdc/labFormatList.jsp” /><forward name=”requesthelp” path=”/idrfdc.do?method=help” redirect=”false” /><forward name=”requestconfirm” redirect=”false” path=”/workflow/idrfdc/enterConfirm.jsp” /><forward name=”requestdeactivate” redirect=”false” path=”/workflow/idrfdc/cancel.jsp” />
</action>
<action path=”/response” type=”com.globalknowledge.rlms.model.response.ResponseAction” name=”responseForm” scope=”request” validate=”false” parameter=”method”>
<forward name=”responseedit” path=”/workflow/idrfdc/response.jsp” />
<forward name=”responsefailure” path=”/idrfdc.do?method=index” />
<forward name=”responsecancel” path=”/idrfdc.do?method=index” />
<forward name=”responsesuccess” path=”/idrfdc.do?method=index” />
</action>
<action path=”/labformat” type=”com.globalknowledge.rlms.model.request.RequestAction” name=”labFormatForm” scope=”request” validate=”true” parameter=”method” input=”/workflow/idrfdc/createLabFormat.jsp”>
<forward name=”labFormat” path=”/workflow/idrfdc/createLabFormat.jsp” />
<forward name=”requestsuccess” path=”/idrfdc.do?method=index” />
<forward name=”requesteditext” path=”/idr.do?method=index” />
<forward name=”requestcancel” path=”/workflow/idrfdc/createExt.jsp” />
<forward name=”requestfailure” path=”/workflow/idrfdc/createLabFormat.jsp” />
</action><action path=”/labkitAdmin” type=”com.globalknowledge.rlms.workflow.admin.resources.LabKitAdminAction” name=”labkitAdminForm” scope=”request” validate=”false” parameter=”method”>
<forward name=”labkitedit” path=”/workflow/admin/resources/index.jsp” />
</action><action path=”/labresource” type=”com.globalknowledge.rlms.model.labresource.LabResourceAction” name=”labresourceForm” scope=”request” validate=”true” parameter=”method” input=”/workflow/admin/resources/createLabResource.jsp”>
<forward name=”labresourceedit” path=”/workflow/admin/resources/createLabResource.jsp” />
<forward name=”labresourcecreate” path=”/labresource.do?method=create” />
<forward name=”labresourceupdate” path=”/labresource.do?method=update” />
<forward name=”labresourcesuccess” path=”/labkit.do?method=index” />
<forward name=”labresourceeditext” path=”/workflow/admin/resources/createLabResourceExt.jsp” />
<forward name=”labresourcefailure” path=”/labresource.do?method=cancel” />
<forward name=”labresourcecancel” path=”/labresource.do?method=cancel” />
<forward name=”labresourceAssignComponent” path=”/labresource.do?method=assignComponent” />
<forward name=”hwresourceedit” path=”/hwresource.do?method=index” />
<forward name=”swresourceedit” path=”/swresource.do?method=index” />
<forward name=”networkgearedit” path=”/networkgear.do?method=index” />
<forward name=”powergearedit” path=”/powergear.do?method=index” />
<forward name=”computeredit” path=”/computer.do?method=index” />
<forward name=”applicationedit” path=”/app.do?method=index” />
<forward name=”imageedit” path=”/image.do?method=index” />
<forward name=”labkitback” path=”/labkit.do?method=index” />
<forward name=”labunitback” path=”/labunit.do?method=index” />
<forward name=”labunitListCore” path=”/workflow/admin/resources/addLabUnitCoreResource.jsp” />
<forward name=”labresourceListComponents” path=”/workflow/admin/resources/addResource.jsp” />
</action><action path=”/hwresource” type=”com.globalknowledge.rlms.model.hwresource.HardwareResourceAction” name=”hwresourceForm” scope=”request” validate=”true” parameter=”method” input=”/workflow/admin/resources/createHardwareResource.jsp”>
<forward name=”hwresourceedit” path=”/workflow/admin/resources/createHardwareResource.jsp” />
<forward name=”hwresourcecreate” path=”/hwresource.do?method=create” />
<forward name=”hwresourceupdate” path=”/hwresource.do?method=update” />
<forward name=”hwresourcesuccess” path=”/labkit.do?method=index” />
<forward name=”hwresourceeditext” path=”/workflow/admin/resources/createHardwareResourceExt.jsp” />
<forward name=”hwresourcefailure” path=”/hwresource.do?method=cancel” />
<forward name=”hwresourcecancel” path=”/hwresource.do?method=cancel” />
<forward name=”hwresourceAssignComponent” path=”/hwresource.do?method=assignComponent” />
<forward name=”networkgearedit” path=”/networkgear.do?method=index” />
<forward name=”powergearedit” path=”/powergear.do?method=index” />
<forward name=”computeredit” path=”/computer.do?method=index” />
<forward name=”swresourceedit” path=”/swresource.do?method=index” />
<forward name=”labkitback” path=”/labkit.do?method=index” />
<forward name=”labunitback” path=”/labunit.do?method=index” />
<forward name=”labunitListCore” path=”/workflow/admin/resources/addLabUnitCoreResource.jsp” />
<forward name=”labresourceListComponents” path=”/workflow/admin/resources/addResource.jsp” />
</action><action path=”/networkgear” type=”com.globalknowledge.rlms.model.networkgear.NetworkGearAction” name=”networkgearForm” scope=”request” validate=”true” parameter=”method” input=”/workflow/admin/resources/createNetworkGear.jsp”>
<forward name=”networkgearedit” path=”/workflow/admin/resources/createNetworkGear.jsp” />
<forward name=”networkgearcreate” path=”/networkgear.do?method=create” />
<forward name=”networkgearupdate” path=”/networkgear.do?method=update” />
<forward name=”networkgearsuccess” path=”/labkit.do?method=index” />
<forward name=”networkgeareditext” path=”/workflow/admin/resources/createNetworkGearExt.jsp” />
<forward name=”networkgearfailure” path=”/networkgear.do?method=cancel” />
<forward name=”networkgearcancel” path=”/networkgear.do?method=cancel” />
<forward name=”networkgearAssignComponent” path=”/networkgear.do?method=assignComponent” />
<forward name=”computeredit” path=”/computer.do?method=index” />
<forward name=”otheredit” path=”/hwresource.do?method=index” />
<forward name=”swresourceedit” path=”/swresource.do?method=index” />
<forward name=”labkitback” path=”/labkit.do?method=index” />
<forward name=”labunitback” path=”/labunit.do?method=index” />
<forward name=”labunitListCore” path=”/workflow/admin/resources/addLabUnitCoreResource.jsp” />
<forward name=”labresourceListComponents” path=”/workflow/admin/resources/addResource.jsp” />
</action><action path=”/powergear” type=”com.globalknowledge.rlms.model.powergear.PowerGearAction” name=”powergearForm” scope=”request” validate=”true” parameter=”method” input=”/workflow/admin/resources/createPowerGear.jsp”>
<forward name=”powergearedit” path=”/workflow/admin/resources/createPowerGear.jsp” />
<forward name=”powergearcreate” path=”/powergear.do?method=create” />
<forward name=”powergearupdate” path=”/powergear.do?method=update” />
<forward name=”powergearsuccess” path=”/labkit.do?method=index” />
<forward name=”powergeareditext” path=”/workflow/admin/resources/createPowerGearExt.jsp” />
<forward name=”powergearfailure” path=”/powergear.do?method=cancel” />
<forward name=”powergearcancel” path=”/powergear.do?method=cancel” />
<forward name=”powergearAssignComponent” path=”/powergear.do?method=assignComponent” />
<forward name=”computeredit” path=”/computer.do?method=index” />
<forward name=”otheredit” path=”/hwresource.do?method=index” />
<forward name=”swresourceedit” path=”/swresource.do?method=index” />
<forward name=”labkitback” path=”/labkit.do?method=index” />
<forward name=”labunitback” path=”/labunit.do?method=index” />
<forward name=”labunitListCore” path=”/workflow/admin/resources/addLabUnitCoreResource.jsp” />
<forward name=”labresourceListComponents” path=”/workflow/admin/resources/addResource.jsp” />
</action><action path=”/computer” type=”com.globalknowledge.rlms.model.computer.ComputerAction” name=”computerForm” scope=”request” validate=”true” parameter=”method” input=”/workflow/admin/resources/createComputer.jsp”>
<forward name=”computeredit” path=”/workflow/admin/resources/createComputer.jsp” />
<forward name=”computercreate” path=”/computer.do?method=create” />
<forward name=”computerupdate” path=”/computer.do?method=update” />
<forward name=”computersuccess” path=”/labkit.do?method=index” />
<forward name=”computereditext” path=”/workflow/admin/resources/createComputerExt.jsp” />
<forward name=”computerfailure” path=”/computer.do?method=cancel” />
<forward name=”computercancel” path=”/computer.do?method=cancel” />
<forward name=”computerAssignComponent” path=”/computer.do?method=assignComponent” />
<forward name=”networkgearedit” path=”/networkgear.do?method=index” />
<forward name=”otheredit” path=”/hwresource.do?method=index” />
<forward name=”swresourceedit” path=”/swresource.do?method=index” />
<forward name=”labkitback” path=”/labkit.do?method=index” />
<forward name=”labunitback” path=”/labunit.do?method=index” />
<forward name=”labunitListCore” path=”/workflow/admin/resources/addLabUnitCoreResource.jsp” />
<forward name=”labresourceListComponents” path=”/workflow/admin/resources/addResource.jsp” />
</action><action path=”/swresource” type=”com.globalknowledge.rlms.model.swresource.SoftwareResourceAction” name=”swresourceForm” scope=”request” validate=”true” parameter=”method” input=”/workflow/admin/resources/createSoftwareResource.jsp”>
<forward name=”swresourceedit” path=”/workflow/admin/resources/createSoftwareResource.jsp” />
<forward name=”swresourcecreate” path=”/swresource.do?method=create” />
<forward name=”swresourceupdate” path=”/swresource.do?method=update” />
<forward name=”swresourcesuccess” path=”/labkit.do?method=index” />
<forward name=”swresourceeditext” path=”/workflow/admin/resources/createSoftwareResourceExt.jsp” />
<forward name=”swresourcefailure” path=”/swresource.do?method=cancel” />
<forward name=”swresourcecancel” path=”/swresource.do?method=cancel” />
<forward name=”swresourceAssignComponent” path=”/swresource.do?method=assignComponent” />
<forward name=”applicationedit” path=”/app.do?method=index” />
<forward name=”imageedit” path=”/image.do?method=index” />
<forward name=”hwresourceedit” path=”/hwresource.do?method=index” />
<forward name=”labkitback” path=”/labkit.do?method=index” />
<forward name=”labunitback” path=”/labunit.do?method=index” />
<forward name=”labunitListCore” path=”/workflow/admin/resources/addLabUnitCoreResource.jsp” />
<forward name=”labresourceListComponents” path=”/workflow/admin/resources/addResource.jsp” />
</action><action path=”/app” type=”com.globalknowledge.rlms.model.application.ApplicationAction” name=”applicationForm” scope=”request” validate=”true” parameter=”method” input=”/workflow/admin/resources/createApplication.jsp”>
<forward name=”applicationedit” path=”/workflow/admin/resources/createApplication.jsp” />
<forward name=”applicationcreate” path=”/app.do?method=create” />
<forward name=”applicationupdate” path=”/app.do?method=update” />
<forward name=”applicationsuccess” path=”/labkit.do?method=index” />
<forward name=”applicationeditext” path=”/workflow/admin/resources/createApplicationExt.jsp” />
<forward name=”applicationfailure” path=”/app.do?method=cancel” />
<forward name=”applicationcancel” path=”/app.do?method=cancel” />
<forward name=”applicationAssignComponent” path=”/app.do?method=assignComponent” />
<forward name=”otheredit” path=”/swresource.do?method=index” />
<forward name=”hwresourceedit” path=”/hwresource.do?method=index” />
<forward name=”labkitback” path=”/labkit.do?method=index” />
<forward name=”labunitback” path=”/labunit.do?method=index” />
<forward name=”labunitListCore” path=”/workflow/admin/resources/addLabUnitCoreResource.jsp” />
<forward name=”labresourceListComponents” path=”/workflow/admin/resources/addResource.jsp” />
</action><action path=”/image” type=”com.globalknowledge.rlms.model.image.ImageAction” name=”imageForm” scope=”request” validate=”true” parameter=”method” input=”/workflow/admin/resources/createImage.jsp”>
<forward name=”imageedit” path=”/workflow/admin/resources/createImage.jsp” />
<forward name=”imagecreate” path=”/image.do?method=create” />
<forward name=”imageupdate” path=”/image.do?method=update” />
<forward name=”imagesuccess” path=”/labkit.do?method=index” />
<forward name=”imageeditext” path=”/workflow/admin/resources/createImageExt.jsp” />
<forward name=”imagefailure” path=”/image.do?method=cancel” />
<forward name=”imagecancel” path=”/image.do?method=cancel” />
<forward name=”imageAssignComponent” path=”/image`.do?method=assignComponent” />
<forward name=”otheredit” path=”/swresource.do?method=index” />
<forward name=”hwresourceedit” path=”/hwresource.do?method=index” />
<forward name=”labkitback” path=”/labkit.do?method=index” />
<forward name=”labunitback” path=”/labunit.do?method=index” />
<forward name=”labunitListCore” path=”/workflow/admin/resources/addLabUnitCoreResource.jsp” />
<forward name=”labresourceListComponents” path=”/workflow/admin/resources/addResource.jsp” />
</action><action path=”/labresourceComponents” type=”com.globalknowledge.rlms.model.labresource.LabResourceAction” name=”componentListForm” scope=”request” validate=”false” parameter=”method”>
<forward name=”labresourceedit” path=”/labresource.do?method=index” />
<forward name=”labresourceListComponents” path=”/workflow/admin/resources/addResource.jsp” />
<forward name=”labresourceAssignComponent” path=”/labresource.do?method=assignComponent” />
<forward name=”hwresourceAssignComponent” path=”/hwresource.do?method=assignComponent” />
<forward name=”swresourceAssignComponent” path=”/swresource.do?method=assignComponent” />
<forward name=”networkgearAssignComponent” path=”/networkgear.do?method=assignComponent” />
<forward name=”computerAssignComponent” path=”/computer.do?method=assignComponent” />
<forward name=”applicationAssignComponent” path=”/app.do?method=assignComponent” />
<forward name=”podAssignComponent” path=”/pod.do?method=assignComponent” />
</action><action path=”/labkit” type=”com.globalknowledge.rlms.model.labkit.LabKitAction” name=”labkitForm” scope=”request” validate=”true” parameter=”method” input=”/workflow/admin/resources/createLabKit.jsp”>
<forward name=”labkitedit” path=”/workflow/admin/resources/createLabKit.jsp” />
<forward name=”labkitcreate” path=”/labkit.do?method=create” />
<forward name=”labkitupdate” path=”/labkit.do?method=update” />
<forward name=”labkitsuccess” path=”/labkitAdmin.do?method=index” />
<forward name=”labkiteditext” path=”/workflow/admin/resources/createLabKitExt.jsp” />
<forward name=”labkitfailure” path=”/labkitAdmin.do?method=index” />
<forward name=”labkitcancel” path=”/labkitAdmin.do?method=index” />
<forward name=”labkitListCourses” path=”/workflow/admin/resources/addCourse.jsp” />
<forward name=”labkitUnassignCourse” path=”/labkit.do?method=unassignCourse” />
</action><action path=”/labkitCourses” type=”com.globalknowledge.rlms.model.labkit.LabKitAction” name=”courseListForm” scope=”request” validate=”false” parameter=”method”>
<forward name=”labkitListCourses” path=”/workflow/admin/resources/addCourse.jsp” />
<forward name=”labkitAssignCourse” path=”/labkit.do?method=assignCourse” />
</action><action path=”/pod” type=”com.globalknowledge.rlms.model.pod.PodAction” name=”podForm” scope=”request” validate=”true” parameter=”method” input=”/workflow/admin/resources/createPod.jsp”>
<forward name=”podedit” path=”/workflow/admin/resources/createPod.jsp” />
<forward name=”podcreate” path=”/pod.do?method=create” />
<forward name=”podupdate” path=”/pod.do?method=update” />
<forward name=”podsuccess” path=”/pod.do?method=cancel” />
<forward name=”podeditext” path=”/workflow/admin/resources/createPodExt.jsp” />
<forward name=”podfailure” path=”/pod.do?method=cancel” />
<forward name=”podcancel” path=”/pod.do?method=cancel” />
<forward name=”podCreateIndex” path=”/pod.do?method=createIndex” />
<forward name=”podCreateEdit” path=”/workflow/admin/resources/assignPod.jsp” />
<forward name=”podAssignComponent” path=”/pod.do?method=assignComponent” />
<forward name=”labunitAddPod” path=”/labunit.do?method=addPod” />
<forward name=”labresourceListComponents” path=”/workflow/admin/resources/addResource.jsp” />
</action><action path=”/podCap” type=”com.globalknowledge.rlms.model.pod.PodCapacityAction” name=”podCapForm” scope=”request” validate=”true” parameter=”method” input=”/workflow/admin/resources/addCapacity.jsp”>
<forward name=”podcapedit” path=”/workflow/admin/resources/addCapacity.jsp” />
<forward name=”podcapcreate” path=”/podCap.do?method=submit” />
<forward name=”podcapupdate” path=”/podCap.do?method=submit” />
<forward name=”podcapsuccess” path=”/podCap.do?method=cancel” />
<forward name=”podcapfailure” path=”/podCap.do?method=cancel” />
<forward name=”podcapcancel” path=”/podCap.do?method=cancel” />
</action><action path=”/labunit” type=”com.globalknowledge.rlms.model.labunit.LabUnitAction” name=”labunitForm” scope=”request” validate=”true” parameter=”method” input=”/workflow/admin/resources/createLabUnit.jsp”>
<forward name=”labunitedit” path=”/workflow/admin/resources/createLabUnit.jsp” />
<forward name=”labunitcreate” path=”/labunit.do?method=create” />
<forward name=”labunitupdate” path=”/labunit.do?method=update” />
<forward name=”labunitindex” path=”/labunit.do?method=index” />
<forward name=”labunitsuccess” path=”/labkit.do?method=index” />
<forward name=”labuniteditext” path=”/workflow/admin/resources/createLabUnitExt.jsp” />
<forward name=”labuniteditlabresource” path=”/workflow/admin/resources/createLabResource.jsp” />
<forward name=”labunitfailure” path=”/labkit.do?method=index” />
<forward name=”labunitcancel” path=”/labkit.do?method=index” />
<forward name=”labunitAddPod” path=”/labunit.do?method=addPod” />
<forward name=”labunitListCore” path=”/workflow/admin/resources/addLabUnitCoreResource.jsp” />
<forward name=”labunitAssignComponent” path=”/labunit.do?method=assignComponent” />
</action><action path=”/labunitComponents” type=”com.globalknowledge.rlms.model.labunit.LabUnitAction” name=”componentListForm” scope=”request” validate=”false” parameter=”method”>
<forward name=”labunitListCore” path=”/workflow/admin/resources/addLabUnitCoreResource.jsp” />
<forward name=”labunitAssignComponent” path=”/labunit.do?method=assignComponent” />
<forward name=”labunitEditComponent” path=”/workflow/admin/resources/createLabResource.jsp” />
<forward name=”labunitIndex” path=”/labunit.do?method=index” />
</action><action path=”/pmAssignCourse” type=”com.globalknowledge.rlms.model.user.productmanager.ProductManagerAdminAction” name=”courseListForm” scope=”request” validate=”false”>
<forward name=”pmedit” path=”/pm/admin.jsp” />
<forward name=”pmselectcourse” path=”/pm/addCourse.jsp” />
<forward name=”pmassigncoursefailure” path=”/pm/courseAssignmentFailure.jsp” />
</action>
<action path=”/pmEditCourses” type=”com.globalknowledge.rlms.model.user.productmanager.ProductManagerAdminAction” name=”courseListForm” scope=”request” validate=”false”>
<forward name=”pmedit” path=”/pm/admin.jsp” />
<forward name=”pmselectcourse” path=”/pm/addCourse.jsp” />
</action>
<action path=”/pmEdit” type=”com.globalknowledge.rlms.model.user.productmanager.ProductManagerAdminAction” name=”pmAdminTextForm” scope=”session” validate=”false”>
<forward name=”pmeditpm” path=”/pmEdit.do” />
<forward name=”pmedit” path=”/pm/admin.jsp” />
</action>
<action path=”/reservation” parameter=”method” type=”com.globalknowledge.rlms.model.reservation.ReservationAction” name=”reservationStatusForm” validate=”false” /></action-mappings>
<message-resources parameter=”com.globalknowledge.rlms.view.resources.ApplicationResources” /><plug-in className=”org.apache.struts.tiles.TilesPlugin”>
<set-property property=”definitions-config” value=”/WEB-INF/tiles-definitions.xml” />
</plug-in></struts-config>
March 25, 2004 at 11:03 am #205250
Riyad KallaMemberWe have a known bug with cycles in the struts editor currently, is your processor pegged at 100% usage when this “crash” happens?
March 26, 2004 at 8:24 am #205308
Dennis ByrneMemberI have a dual proccessor and both are pegged at 100%
March 26, 2004 at 8:36 am #205309
Riyad KallaMemberAhh… this sounds like our cycle problem, I believe this fix is comming out in 2.7.1/3.7.1 but I’ll verify with the team.
March 26, 2004 at 9:39 am #205314
Scott AndersonParticipantWe’ve tested this example with the build candidate for 2.7.1 and 3.7.1 and it renders properly on those versions. 2.7.1 and 3.7.1 should be released either today or tomorrow (3/26-3/27).
March 26, 2004 at 10:21 am #205321
Dennis ByrneMemberIncredible support as always…
Thank You..
March 29, 2004 at 9:59 am #205407
Dennis ByrneMemberThis was fixed in 3.7.1
March 29, 2004 at 10:18 am #205408
Riyad KallaMemberGreat, we are glad to hear you are up and running again.
-
AuthorPosts