-
1. Re: String truncates in jbpm-console
salaboy21 Jan 27, 2015 1:30 PM (in response to sammeek)Can you please share a project/test that reproduce the issue? so we can help you out. There are tons of things that can be wrong (in your code or inside the framework) but it is almost impossible to fix them if you don't show us exactly how you get the error.
Cheers
-
2. Re: String truncates in jbpm-console
sammeek Jan 28, 2015 5:13 AM (in response to salaboy21)Hi Mauricio,
There's not really a great deal to it. I set up a workitem in the MVEL file, I define a variable that use new import org.drools.core.process.core.datatype.impl.type.ObjectDataType() (I don't use StringDataType() because the process may receive a GML stream). When I enter the URL as a variable in the inputObservations/ inputAuthoritativeData, the URL truncates for some reason (only some of the time):
[
"name" : "Pillar4PointInPolygon",
"parameters" : [
"wpsURL" : new StringDataType(),
"processDescription" : new StringDataType(),
"inputAuthoritativeData" : new ObjectDataType(),
"inputObservations" : new ObjectDataType(),
],
"results" : [
"result" : new ObjectDataType(),
"qual_result" : new ObjectDataType(),
],
The rest of the processes and workflows work fine and I can produce an output.
Cheers
Sam