[Installation, Configuration & DEPLOYMENT] - org.jboss.deployment.DeploymentException: No META-INF/applic
by nicolasduminil
Greetings,
This issue apears time to time, during EAR deployments, since the 3.0 version. I thought JBoss people have gotten rid of it but no, I'm keeping experimenting it with 4.2.5 and I won't be surprized to find it in the 5.0 version, if I'll be ever enough kami-kaze to dare using it.
The issue has been signaled dozens of times but lots of people. Sometimes it happens while using certains versions of WinZip or WinRAR, because JBoss AS doesn't seem to be able to find folders inside. As far as I'm concerned, I'm not using neither WinZip nore WinRAR, but it happens anyway, approximativelly 3 times on 10 deployments, without any apparent reason.
It's good to see that the sum of the bugs in JBoss AS is constant and that, times they are achangin', as Bob Dylan used to say, but not JBoss bugs.
Kind regards,
Nicolas
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4186183#4186183
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4186183
17 years, 4 months
[JBoss jBPM] - Task nodes problem
by Black83Angel
Hello,
I'm an italian developer approaching jBPM with NetBeans+GlassFish, and I'm encountering some problems in managing tasks and task nodes: I've created a process definition with a start-state, two task nodes (separated by a simple state I only use to check che flow) and a transition between the two (so I defined the tasks in the processdefinition.xml file). I was trying to get from the first task to the second by completing them, but I don't understand very well how to use the task management stuff.
I read that to obtain a task instance you have to call:
TaskInstance taskInstance = (TaskInstance) processInstance.getTaskMgmtInstance().getTaskInstances().iterator().next();
|
where "processInstance" is a process instance created from a process definition etc; but how must I do if I have more than one task?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4186181#4186181
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4186181
17 years, 4 months
[EJB/JBoss] - Error while accessing access entity beans in jboss 5.0.0 CR2
by nanda_kishore
Hi when i am trying to access entity beans i am getting the following error in this line.
Temperature c = (Temperature)(temp1).get(i);
org.apache.jasper.JasperException: An exception occurred processing JSP page /index.jsp at line 169
|
| 166: temp1= currentSession.findAll();
| 167:
| 168: for (int i = 0; i < temp1.size(); i++) {
| 169: Temperature temp = (Temperature)(temp1).get(i);
| 170: /* SimpleDateFormat dateformatMMDDYYYY = new SimpleDateFormat("MM:dd:yyyy");
| 171: SimpleDateFormat t = new SimpleDateFormat("HH:mm:ss");
|
|
|
| Stacktrace:
| org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:498)
| org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:411)
| org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:322)
| org.apache.jasper.servlet.JspServlet.service(JspServlet.java:249)
| javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
| org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
|
|
| root cause
|
| java.lang.ClassCastException: com.TemperatureEntityBeans.Temperature
| org.apache.jsp.index_jsp._jspService(index_jsp.java:233)
| org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
| javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
| org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:366)
| org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:322)
| org.apache.jasper.servlet.JspServlet.service(JspServlet.java:249)
| javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
| org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
| <%@ page import="com.TemperatureSessionBeans.*"%>
| <%@ page import="com.TemperatureEntityBeans.Temperature"%>
|
|
| for (int i = 0; i < temp1.size(); i++) {
| Temperature c = (Temperature)(temp1).get(i);
| }
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4186177#4186177
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4186177
17 years, 4 months