[Design of JBoss Labs] - Re: Problems compiling JBoss Labs
by phillips4jc
After renaming jsf-facelets.jar to jsf-facelets-porlet.jar we were able to compile and deploy. Is there some documentation that explains how to create and manage multiple projects, etc. The information that I found online indicates that it is integrated with SVN, JIRA, Cruise Control, has blogs, wiki, etc.. The complany currently uses CVS but is wanting to transition to SVN, they use JIRA, and they use CruiseControl, so this would be a great fit. When logging in to a specific project, will you only see the source, bugs, etc for that particular project?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3997660#3997660
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3997660
19 years
[Design of JBoss jBPM] - Re: releasing 3.2.Beta1
by david.lloyd@jboss.com
Along the way to verifying this I ran across what looks like a separate bug. I made a process with no tasks in it at all. When you start such a process it should run right through and immediately exit the process. However, what is actually happening is that the TaskMgmtInstance is creating a kind of null task instance that is getting assigned (thus generating an entry in the assignment logs). This task instance has mostly null property values so everything is generating NPEs when trying to view the task.
Shouldn't "taskMgmtInstance.createStartTaskInstance();" return null and not add a task if there is no start task instance? Also, why is this step even necessary? I would think that task instances should be created automatically when a node is entered.
Any clarification is appreciated.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3997642#3997642
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3997642
19 years