[
https://jira.jboss.org/browse/JBIDE-6607?page=com.atlassian.jira.plugin.s...
]
Jeff DeLong commented on JBIDE-6607:
------------------------------------
I restarted Eclipse and I can edit fields again. I entered the expression
$DrivingRecordResponse.in/numberOfTickets <= 4
This results in an error message:
Description Resource Path Location Type
The XPath segment "child::numberOfTickets" cannot be
resolved. PolicyQuoteProcess.bpel /PolicyQuoteProcessService/bpelContent line 131 BPEL
Validation Marker
Code completion wants to put in a null before numberOfTickets:
$DrivingRecordResponse.in/null:numberOfTickets <= 4 but the BPEL Editor then complains
about this as well.
If I enter for the expression
true()
it gives the error:
Description Resource Path Location Type
The expression in <bpel:condition> is not a boolean
expression. PolicyQuoteProcess.bpel /PolicyQuoteProcessService/bpelContent line 131 BPEL
Validation Marker
BPEL Editor can no longer edit text fields
------------------------------------------
Key: JBIDE-6607
URL:
https://jira.jboss.org/browse/JBIDE-6607
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: bpel
Affects Versions: 3.1.1
Environment: Eclipse 3.5.2 Mac 32 bit cocoa. JBoss Tools 3.1.1. JBoss BPEL
Editor 1.0.0.v201003031622-27l-F9JgLWLLrLrXMgg org.jboss.tools.bpel.feature.feature.group
Reporter: Jeff DeLong
Attachments: PolicyQuoteProcessService.zip
After editing a new process for quite some time, the editor stops allowing input on an
Assign (cannot change name). I then see errors in a If condition - I had followed the
suggestion of the code completion and created a condition expression with
null:numberOfTickets. It would not let me edit the field. I next opened the bpel file in a
text editor and removed the offending if condition, but upon opening the editor would
still not let me edit this field (or any other).
I will attach the project files.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira