javax.servlet.ServletException: org.jboss.portal.common.NotYetImplemented: Feature: todo is not yet implemented
org.jboss.portal.server.servlet.PortalServlet.service(PortalServlet.java:278)
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
This happens when i redirect to <portlet:resourceURL/> from my portlet....
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4185736#4185736
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4185736
Hi Peter,
Second thing which you had mentioned is didn't work for me.
Following are the updates.
1.Signal the JVM to print out a StackTrace
JbossServer is started in UNIX environment.When I try to run the command kill -3 processid in the UNIX. Process is not killed.
After running this command, if I check the status of the Jboss server it says server is running.
2.Generate a thread dump using the jmx-console
I can't open the jbossConsole using the following url
http://localhost:8080. Page never opens but it says opening the page.
I believe without opening the jbossconsole we can't open the JMX console.
It's not listining for http://localhost:8080.
3.Deploy a thread dump JSP under Java 5.
we can't open the page http://localhost:8080/threaddump/.Server is not responding.
4.Use the jconsole when run under a Sun 1.5+ JVM
I ran the JConsole, under the remote tab I have entered the ip address of the server, portnumber,user and password. I got the message connection failed.
Do we have any alternatives to investigate this issue?
Regards,
Prakash
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4185733#4185733
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4185733
Hi,
We are busy implementing jbpm.
In order to migrate historic data, I have written code to create the tasks, start the task and then end the task. This is working well except I now want to set the start date and end date on the taskInstance to my own dates.
However, if I look at the code in org.jbpm.taskmgmt.exe.TaskInstance setStart sets the date to null.
| public void setStart(Date date) {
| start = null;
| }
|
I am using version 3.2.3.
Does anyone know how I can set the start date?
Thanks in advance.
Caron
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4185729#4185729
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4185729
rubenv wrote : I can see the advice code being run, as expected (once for the first sayHello call, twice for the second one, because the interceptor has been added). This leads me to believe that the prepare isn't being noticed.
This is unexpected. It looks like you have found a bug.
Just to rule out any other possibilities, do you see the same behavior when you do AOP + AS in the standard way? I.e., when you add jboss-aop.xml (with the prepare statement) to the deploy directory before deploying your application, instead of setting a value for jboss.aop.path?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4185725#4185725
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4185725