Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cme-users] Serializable concerns - parsing problem?


Marius,

Thanks for letting us know.  I will take a look at this as soon as I get a chance.

Regards,

Stan

Stan Sutton, Ph. D.
IBM T. J. Watson Research Center
19 Skyline Drive, Hawthorne, NY 10532 USA
telephone:  1-914-784-7316, FAX:  1-914-784-7455, T/L 863
e-mail:  suttons@xxxxxxxxxx, Stan Sutton/Watson/IBM@IBMUS



"Marius M." <marin_marius@xxxxxxxxx>
Sent by: cme-users-bounces@xxxxxxxxxxx

08/17/2005 11:39 AM

Please respond to
CME user discussions

To
cme-users@xxxxxxxxxxx
cc
Subject
[cme-users] Serializable concerns - parsing problem?





Hello,

It seems to be a problem in the CME when restoring the
user concerns that contain queries with multiple
conditions.

This is a part of my UserConcerns.xml file.

<concern name="Test" kind="group" >
  <concern name="SomeQTest"
intensionalPattern="call( * name(..)) && in(type
Classifier)" scope="Workspace" >
  </concern>
</concern>

Here is the error:

[Fatal Error] :1:759: The entity name must
immediately follow the '&' in the entity reference.
The following parse error occurred at line 1:

If I remove the "&& ..." part (the second condition),
the (user) concern(s) will be loaded correctly in the
ConcernExplorer.

Thanks,
Marius

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
_______________________________________________
cme-users mailing list
cme-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cme-users


Back to the top