[JBoss jBPM] - Re: jBPM expert needed ASAP Part Time Denver, CO or Dallas,
by falazar
What do you consider an expert?
Have you got it installed and just need a full demo?
We have got it working here in Austin, tx University of Texas, with the default database, and now an Oracle DB, and have setup successfully a few of the features, and some processes defined.
We have tested the timers and they work fine, but were having some troubles with the group task assignment, as that does not seem fully fledged out in the 3.1.1 version. I have been told this is to be updated greatly in the 3.2 CVS head, and am currently trying to put that together.
James Ratcliff
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3959167#3959167
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3959167
19 years, 9 months
[JBoss jBPM] - Re: Problem trying Class Tutorial
by falazar
Hmm ok yes, Im not sure how that got messed up, fixed that part, but still getting another failure that I was getting sometimes yesterday as well.
http://www.falazar.com/ut/Screenshot-4.png
junit.framework.AssertionFailedError: The greeting variable should not exist
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.assertTrue(Assert.java:20)
at junit.framework.Assert.assertNotNull(Assert.java:220)
at com.jbay.action.HelloTest.testActionHandler(HelloTest.java:46)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at junit.framework.TestCase.runTest(TestCase.java:154)
at junit.framework.TestCase.runBare(TestCase.java:127)
at junit.framework.TestResult$1.protect(TestResult.java:106)
at junit.framework.TestResult.runProtected(TestResult.java:124)
at junit.framework.TestResult.run(TestResult.java:109)
at junit.framework.TestCase.run(TestCase.java:118)
at junit.framework.TestSuite.runTest(TestSuite.java:208)
at junit.framework.TestSuite.run(TestSuite.java:203)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:478)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:344)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:196)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3959163#3959163
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3959163
19 years, 9 months
[JBoss Seam] - Re: Facelets: Parameters to custom tags
by niesar
OK, next try ;)
Let me see if I understand your problem now...
| <t:dataList var="kontozeile_iter" value="#{leistungsschein.kontozeilen.gefilterteListe}">
| <tr>
| <ui:include src="/komponenten/kontoname.xhtml">
| <ui:param name="konto" value="#{kontozeile_iter}" />
| <ui:param name="liste" value="#{leistungsschein.kontozeilen}" />
| </ui:include>
| </tr>
| </t:dataList>
| You are basically iterating through #{leistungsschein.kontozeilen.gefilterteListe} and you say kontoname.xhtml is doing what you are expecting, is that right?
You know, what I don't catch yet is what you want to do now with "konto" aka "kontozeile_Iter". In kontoname.xhtml you are able to access it as "konto". In the code snipplet above, you can use it with name "kontozeile_iter". And after you are leaving <t:dataList> "kontozeile_iter" is undefined (and makes no sense any more since that was the iterator for the table rows - but the table is complete now). Do you need the last "kontozeile_iter" to know which was the last displayed line or something like that?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3959162#3959162
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3959162
19 years, 9 months