Search found 3 matches
- Wed Jun 08, 2011 7:40 am
- Forum: Installation and configuration
- Topic: [SOLVED] Jira Soap
- Replies: 2
- Views: 5001
Re: Jira Soap (Solved)
They finally gave me a real answers, seems I was on the right way: I am suspecting the URL to be invalid as the exception raised is an invalidstateException which means that the JSP code is trying to forward after it has already starting writing the output to the client. You may want to have a look ...
- Tue Jun 07, 2011 12:18 pm
- Forum: XML-RPC API
- Topic: TestLink API Java Client Implementation
- Replies: 3
- Views: 10921
Re: TestLink API Java Client Implementation
Thanks for opening it!
- Tue Jun 07, 2011 7:57 am
- Forum: Installation and configuration
- Topic: [SOLVED] Jira Soap
- Replies: 2
- Views: 5001
[SOLVED] Jira Soap
Hi, Im triying to set up testlink with Jira via jirasoap But default BUG_TRACK_ENTER_BUG_HREF = secure/Dashboard.jspa?os_destination=%2Fsecure%2FCreateIssue%21default.jspa gives me an error java.lang.IllegalStateException: Cannot forward after response has been committed at org.apache.catalina.core....