History | Log In     View a printable version of the current page. Get help!  
Issue Details [XML]

Key: BPM-193
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Critical Critical
Assignee: Wouter Zoons
Reporter: Leif Johansson
Votes: (View)
Watchers: (View)
Operations

If you were logged in you would be able to see more operations.
Bpm4Struts Cartridge

Something (tiles probably) tries to getMethod on the empty string (!)

Created: 11/May/05 08:08 PM   Updated: 12/May/05 10:19 AM
Component/s: CRUD
Affects Version/s: 3.0 Final
Fix Version/s: 3.0 Final

File Attachments: 1. Java Source File ManagePhysicalHost.java (6 kb)



 Description   
From the log: This happens as soon as you hit any of the submit-buttons. The database is
empty but I believe this is entierly a struts problem.

19:56:48,318 INFO [TilesRequestProcessor] Tiles definition factory found for request processor ''.
19:56:48,354 ERROR [DispatchAction] Action[/PhysicalHost/Manage] does not contain method named ''
java.lang.NoSuchMethodException: se.su.it.hostdb.crud.ManagePhysicalHost.(org.apache.struts.action.ActionMapping, org.apache.struts.action.ActionForm, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
        at java.lang.Class.getMethod(Class.java:1581)
        at org.apache.struts.actions.DispatchAction.getMethod(DispatchAction.java:324)
        at org.apache.struts.actions.DispatchAction.dispatchMethod(DispatchAction.java:264)
        at org.apache.struts.actions.DispatchAction.execute(DispatchAction.java:196)
        at se.su.it.hostdb.crud.ManagePhysicalHost.execute(ManagePhysicalHost.java:20)
        at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:421)
        at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:226)
        at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1164)
        at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:415)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)

 All   Comments   Change History      Sort Order:
Comment by Wouter Zoons [12/May/05 10:19 AM]
this was a JavaScript copy&paste bug introduced in one of the other fixes (not-related to this)