[Design of JBoss jBPM] - how can we get the UI contents as a workflow request
by dsrkreddy
Dear All
i want to create a workflow for our project such that i need to get the content's of the UI as the request's for jbpm workflow, i mean if i post some values from a jsp or an html can i get those values into jbpm workflow. and now iam using Eclipse-Jbpm(GPD ) to create a workflow.
is there any way such that i can get those values into the JBPM workflow .
and can we setup some rules to that. Please help me ....i had done some workflow using jbpm gpd with eclipse and added some task's for task nodes and but i didn't came to know how other thing's are going to be use ful like process state ,super state, desision, ......
and i searched a lot to get the description of those and how to use those but i couldn't find much description of that... so please help me
how can i use those things to do the thing described above...
Thank's in advance
sam
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972351#3972351
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972351
19 years, 6 months
[Design the new POJO MicroContainer] - AOP Integration tests failing
by adrian@jboss.org
Lots of the integration tests are failing with the following error:
[ur;http://cruisecontrol.jboss.com/cc/artifacts/microcontainer-head-testsu...
| java.lang.reflect.InvocationTargetException at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) at java.lang.reflect.Constructor.newInstance(Constructor.java:494) at org.jboss.test.security.PolicyPlugin.getInstance(PolicyPlugin.java:71) at org.jboss.test.AbstractTestDelegate.setUpSecurity(AbstractTestDelegate.java:175) at org.jboss.test.AbstractTestDelegate.setUp(AbstractTestDelegate.java:123) at org.jboss.test.AbstractTestSetup.setUp(AbstractTestSetup.java:63) at junit.extensions.TestSetup$1.protect(TestSetup.java:18) at junit.extensions.TestSetup.run(TestSetup.java:23)Caused by: java.lang.NullPointerException at java.io.FilterInputStream.read(FilterInputStream.java:111) at java.io.FilterInputStream.read(FilterInputStream.java:90) at java.util.Properties$LineReader.readLine(Properties.java:365) at java.util.Properties.load(Properties.java:293) at org.jboss.test.visitor.PropertiesVisitorImpl.loadProperties(PropertiesVisitorImpl.java:147) at org.jboss.test.visitor.PropertiesVisitorImpl.visitMethods(PropertiesVisitorImpl.java:109) at org.jboss.test.visitor.TypeHierarchyTraversal.processType(TypeHierarchyTraversal.java:57) at org.jboss.test.visitor.TypeHierarchyTraversal.visit(TypeHierarchyTraversal.java:47) at org.jboss.test.security.TestsPolicyPlugin.<init>(TestsPolicyPlugin.java:64) ... 20 more
|
Anybody changed this recently?
I remember reporting a problem with some confusion in that
alogorithm, but I thought I'd worked around it?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972348#3972348
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972348
19 years, 6 months
[Design of POJO Server] - Re: ENC Deployment
by scott.stark@jboss.org
"bill.burke(a)jboss.com" wrote :
| That's nice for basic beans, but as I showed before, it is just not so simple for Java EE land where the ENC -> Global JNDI binding cannot be determine by the available metadata. To put it in other terms, the available metadata may not be enough to construct a Kernel identity or exact JNDI binding. The referenced component will need to be searched for based on the position of the component in the deployment and based on the little of metadata that was made available by the application developer.
The rules for completing the metadata need to be a pluggable aspect of the deployment layer so that when deployment processing is complete, the enc deployer and runtime aspect have nothing to do but create the context and install the correct one. A merge of the org.jboss.ejb.EjbUtil link resolution and whatever new rules have been added should be the starting point.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972339#3972339
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972339
19 years, 6 months