No worries on my part. Only took a minute or two to fix locally. Besides I learned a little more about @Override haha.
On 7/27/07, Tammo van Lessen (JIRA) <[EMAIL PROTECTED]> wrote: > > > [ > https://issues.apache.org/jira/browse/ODE-158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12516031] > > Tammo van Lessen commented on ODE-158: > -------------------------------------- > > For the side note: sorry about that. I should not trust my IDE that much > :) - at least for Java 6 it was compiling... > > As I was curious why Eclipse did not complain, I found this thing. FYI: > http://blogs.sun.com/ahe/entry/override > > > Unable to deal with empty "query" element in to-spec > > ---------------------------------------------------- > > > > Key: ODE-158 > > URL: https://issues.apache.org/jira/browse/ODE-158 > > Project: ODE > > Issue Type: Improvement > > Components: BPEL Compilation/Parsing > > Affects Versions: 1.1 > > Environment: JDK 1.5.0_11 > > Axis2 Distro > > WinXP x64 > > Reporter: Richard Taylor > > Assignee: Matthieu Riou > > Priority: Trivial > > Fix For: 1.1 > > > > Attachments: update.patch > > > > > > Note: A patch is attached for this issue. > > There is currently a common case in the Eclipse BPEL editor which > inserts an empty "query" element in the to-spec of an "Assign" activity. > Ode throws an IllegalStateException stating "XPath string and xpath node are > both null". It is arguable whether this is a Eclipse BPEL issue or Ode > issue. I feel this is an issue on the editor side, not Ode, however we > needed to work around it until the Eclipse BPEL project stops producing > empty Query elements. > > Fixing this removes one more hurdle for someone trying to use the > Eclipse BPEL editor with Ode. > > To reproduce this, using the latest Eclipse BPEL editor, simply create a > process and create an Assign activity in which a value is assigned to a > variable or a message part, but no deeper, i.e. don't specify a query. > > Again, this is not a critical fix for Ode, it's something we needed in > order to work with the Eclipse BPEL editor and Ode. If the Eclipse editor > fixes this on their side, this issue will go away. > > -- > This message is automatically generated by JIRA. > - > You can reply to this email to add a comment to the issue online. > >
