Tuesday, October 30, 2007

be a host

Join http://www.hospitalityclub.org. This is a good thing(tm).

Monday, October 29, 2007

ORABPEL-10902

Just had this error:

[Fehler ORABPEL-10902]: Kompilierung nicht erfolgreich
[Beschreibung]: in "C:\Projekte\CruisePlanner\src\bpel\CpOutput\bpel\CpOutput.bpel", XML-Parsing nicht erfolgreich. Grund "".
[Mögliche Behebung]: n/v.


Solution:
In my case it was an error in an expression-attribute of a <from>-Tag which caused the trouble, since the expression is evaluated at compile time.
Just iteratively comment out the statements to find the problem.