[Design of JBoss Serialization] - Mavenization status
by trustin
I managed to make everything compiles and JAR created, but am seeing test failures. It seems like the Jrunit configuration in pom.xml is incorrect. I disabled all tests temporarily in pom.xml. To run tests, you can run 'ant run-tests' and 'ant run-performance-tests' as usual.
To build a distribution (zip), run 'ant distr' as usual. I didn't mavenize packaging yet, and I'm not sure if it is even necessary at this point. Let's revisit this issue when we fix the jrunit issue.
To build a JAR, run 'mvn package'. The resulting JAR file will be located in the ${basedir}/target directory. Clebert, could you make sure the generated JAR contains the correct stuff? If so, we can proceed to tagging and artifact deployment.
I also made some path changes in build.xml - all intermediary build files are located in the target now instead of the 'build' directory, following Maven convention.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4229627#4229627
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4229627
16 years, 11 months
[Design of JBoss jBPM] - Re: task assignee vs owner
by citylights
Hello, This is my first post on the forum.
I have been following this thread with interest as this is an area we are currently looking to implement against the jBPM 4 release.
The requirement that we face is that task assignment is a nested workflow process. . Conditional behaviour surrounding who gets allocated the task and what happens to the task due to inactivity / incompleteness are requirements that at we are wanting to address over the next couple of months.
Our objective is to support dynamic workflow allocation across organisational boundaries. In terms of achieving this we have a requirement to support a two stage assignment process whereby tasks are assigned firstly to an organisation and then to an individual within that organisation. The assignments can in some cases be conditional on the approval of the assignee [organisation/ individual].
An excellent article on the sorts of general requirements that a jBPM task allocation module / plug-in should support can be found here http://is.tm.tue.nl/staff/wvdaalst/BPMcenter/reports/2007/BPM-07-10.pdf
If we can be of assistance let me know.
Rgs
Shaun
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4229590#4229590
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4229590
16 years, 11 months
[Design the new POJO MicroContainer] - Configuration Errors
by david.lloyd@jboss.com
I think we should start brainstorming better ways to handle and present configuration errors in the various .xml descriptors that we have.
In other words, it should be possible (somehow) for my service's start method to relate an error back to a specific line in a specific configuration file in a specific deployment unit, if there is such a line that relates to the error.
So if I have a service which binds an socket, and that bind fails, it should be possible for me (as the service author) to present an error message like this:
Could not bind requested address: address already in use (specified in META-INF/network-beans.xml:49 in foo-bar.jar in bla-bzzt.ear in server/default/deploy/)
This implies that every bit of metadata that I assemble should be capable of having complete location information associated with it. Even better if we came up with a format-agnostic mechanism (in other words, not specific to XML) so that deployment types whose metadata is specified via properties or something else can make use of it as well.
What do you guys think? Is this desirable as a feature? Any great ideas on how to actually do it?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4229574#4229574
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4229574
16 years, 11 months
[QA of JBoss Portal] - server.log
by carlosp34
Hello can anyone tell me what errors you see or any issues. The system is having performance issues.
2009-05-07 07:51:07,562 INFO [STDOUT] [http-0.0.0.0-80-100]ERROR:[05/07/09 07:51:07,562][com.fiserv.cm.servlet.DisplayCMChart]: DisplayCMChart Service Exception : ClientAbortException: java.net.SocketException: Connection reset : ClientAbortException: java.net.SocketException: Connection reset
2009-05-07 10:02:29,111 INFO [STDOUT] [http-0.0.0.0-80-12]ERROR:[05/07/09 10:02:29,110][org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/cm].[ActionServlet]]: Servlet.service() for servlet ActionServlet threw exception
java.lang.IllegalArgumentException: Path does not start with a "/" character
at org.apache.catalina.core.ApplicationContext.getRequestDispatcher(ApplicationContext.java:378)
at org.apache.catalina.core.ApplicationContextFacade.getRequestDispatcher(ApplicationContextFacade.java:194)
at org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1062)
at org.apache.struts.action.RequestProcessor.processForwardConfig(RequestProcessor.java:455)
at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:279)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:507)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:697)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175)
at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
at org.jboss.web.tomcat.tc5.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
at java.lang.Thread.run(Thread.java:595)
2009-05-07 10:02:58,904 INFO [STDOUT] [http-0.0.0.0-80-176]DEBUG:[05/07/09 10:02:58,904][com.fiserv.cm.common.CMException.stack]: Application system error: null
at com.fiserv.cm.presentation.action.CMBaseAction.execute(CMBaseAction.java:99)
at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175)
at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
at org.jboss.web.tomcat.tc5.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
at java.lang.Thread.run(Thread.java:595)
2009-05-07 12:51:58,082 INFO [STDOUT] DBCP object created 2009-05-07 12:46:57 by the following code was never closed:
2009-05-07 12:51:58,082 INFO [STDOUT] java.lang.Exception
2009-05-07 12:51:58,083 INFO [STDOUT] at org.apache.commons.dbcp.AbandonedTrace.setStackTrace(AbandonedTrace.java:157)
2009-05-07 12:51:58,084 INFO [STDOUT] at org.apache.commons.dbcp.AbandonedObjectPool.borrowObject(AbandonedObjectPool.java:76)
2009-05-07 12:51:58,084 INFO [STDOUT] at org.apache.commons.dbcp.PoolingDataSource.getConnection(PoolingDataSource.java:95)
2009-05-07 12:51:58,084 INFO [STDOUT] at org.apache.commons.dbcp.BasicDataSource.getConnection(BasicDataSource.java:540)
2009-05-07 12:51:58,084 INFO [STDOUT] at com.fiserv.common.dao.db.AbstractDBHelper.getCommonConnection(AbstractDBHelper.java:130)
2009-05-07 12:51:58,084 INFO [STDOUT] at com.fiserv.cm.dao.db.DBHelper.getConnection(DBHelper.java:38)
2009-05-07 12:51:58,084 INFO [STDOUT] at com.fiserv.cm.dao.db.JDBCBaseDAO.getConnection(JDBCBaseDAO.java:37)
2009-05-07 12:51:58,084 INFO [STDOUT] at com.fiserv.common.dao.db.AbstractJDBCBaseDAO.read(AbstractJDBCBaseDAO.java:83)
2009-05-07 12:51:58,084 INFO [STDOUT] at com.fiserv.common.dao.db.AbstractJDBCBaseDAO.read(AbstractJDBCBaseDAO.java:64)
2009-05-07 12:51:58,084 INFO [STDOUT] at com.fiserv.cm.dao.db.JDBCAccountDAO.read(JDBCAccountDAO.java:268)
2009-05-07 12:51:58,085 INFO [STDOUT] at com.fiserv.cm.model.Account.read(Account.java:109)
2009-05-07 12:51:58,085 INFO [STDOUT] at com.fiserv.cm.connector.ApplicationData.getApplicationData(ApplicationData.java:381)
2009-05-07 12:51:58,085 INFO [STDOUT] at com.fiserv.wf.model.activity.ActivityUtils.populateDictionary(ActivityUtils.java:433)
2009-05-07 12:51:58,085 INFO [STDOUT] at com.fiserv.wf.model.activity.ActivityUtils.populateDictionary(ActivityUtils.java:375)
2009-05-07 12:51:58,085 INFO [STDOUT] at com.fiserv.wf.model.WorkflowEngine.executeActivity(WorkflowEngine.java:463)
2009-05-07 12:51:58,085 INFO [STDOUT] at com.fiserv.wf.model.WorkflowEngine.handleStartActivity(WorkflowEngine.java:429)
2009-05-07 12:51:58,085 INFO [STDOUT] at com.fiserv.wf.model.WorkflowEngine.startActivity(WorkflowEngine.java:312)
2009-05-07 12:51:58,085 INFO [STDOUT] at com.fiserv.wf.model.WorkflowEngine.fireOutgoingTransitions(WorkflowEngine.java:619)
2009-05-07 12:51:58,085 INFO [STDOUT] at com.fiserv.wf.model.WorkflowEngine.handleCompleteActivity(WorkflowEngine.java:710)
2009-05-07 12:51:58,086 INFO [STDOUT] at com.fiserv.wf.model.WorkflowEngine.completeActivity(WorkflowEngine.java:167)
2009-05-07 12:51:58,086 INFO [STDOUT] at com.fiserv.wf.model.api.ActivityControl.wmChangeActivityInstanceState(ActivityControl.java:164)
2009-05-07 12:51:58,086 INFO [STDOUT] at com.fiserv.forms.model.Form.submitForm(Form.java:620)
2009-05-07 12:51:58,086 INFO [STDOUT] at com.fiserv.forms.servlet.FormsListener.handleRequest(FormsListener.java:134)
2009-05-07 12:51:58,086 INFO [STDOUT] at com.fiserv.forms.servlet.FormsListener.doPost(FormsListener.java:90)
2009-05-07 12:51:58,086 INFO [STDOUT] at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
2009-05-07 12:51:58,086 INFO [STDOUT] at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
2009-05-07 12:51:58,086 INFO [STDOUT] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
2009-05-07 12:51:58,086 INFO [STDOUT] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
2009-05-07 12:51:58,087 INFO [STDOUT] at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
2009-05-07 12:51:58,087 INFO [STDOUT] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
2009-05-07 12:51:58,087 INFO [STDOUT] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
2009-05-07 12:51:58,087 INFO [STDOUT] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
2009-05-07 12:51:58,087 INFO [STDOUT] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
2009-05-07 12:51:58,087 INFO [STDOUT] at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175)
2009-05-07 12:51:58,088 INFO [STDOUT] at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74)
2009-05-07 12:51:58,088 INFO [STDOUT] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
2009-05-07 12:51:58,088 INFO [STDOUT] at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
2009-05-07 12:51:58,088 INFO [STDOUT] at org.jboss.web.tomcat.tc5.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156)
2009-05-07 12:51:58,088 INFO [STDOUT] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
2009-05-07 12:51:58,088 INFO [STDOUT] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
2009-05-07 12:51:58,088 INFO [STDOUT] at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
2009-05-07 12:51:58,088 INFO [STDOUT] at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
2009-05-07 12:51:58,088 INFO [STDOUT] at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
2009-05-07 12:51:58,089 INFO [STDOUT] at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
2009-05-07 12:51:58,089 INFO [STDOUT] at java.lang.Thread.run(Thread.java:595)
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4229561#4229561
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4229561
16 years, 11 months