Page 1 of 1

Eclipse plugin 10.2 XQuery does not return from eXist query

Posted: Sat Apr 25, 2009 9:08 pm
by deniskramer
Hi,

I have problems executing xqueries from within the eclipse plugin against a eXist data source. If I run the same query in the stand-alone version, it returns properly.

The symptoms :
- configure a Transformation Senario to use configured eXist server with an XQuery file
- Upon applying the transformation, the status line states "Transformation in progress" with a green LED
- It stays like this forever :cry:

If I try to apply the same query again, a popup window informs me that "Another operation is in progress."

Exactly the same configuration works just fine within the stand-alone version.

Any help is appreciated! Is there a way to log the oxygen plugin for eclipse to narrow it down?

Thanks,
Denis

Here my configuration:
- Oxygen Eclipse Plugin Version: 10.2.0
- Eclipse Ganymede Version: 3.4.1
- Mac OS X 10.5
- JVM 1.5.0 (Apple)

Re: Eclipse plugin 10.2 XQuery does not return from eXist query

Posted: Sat Apr 25, 2009 9:15 pm
by deniskramer
Just solved the problem.

I changed the name of the data source AFTER configuring the Transformation senario. Thus, it tried to use a non-existing data source!

Dear Oxygen team: it'd be nice to get an error message if this happens!

Cheers,
Denis

Re: Eclipse plugin 10.2 XQuery does not return from eXist query

Posted: Mon Apr 27, 2009 1:10 pm
by sorin_ristache
Hello,
deniskramer wrote:I changed the name of the data source AFTER configuring the Transformation senario. Thus, it tried to use a non-existing data source!

Dear Oxygen team: it'd be nice to get an error message if this happens!
Thank you for letting us know but what Oxygen version do you use? In version 10.2 if I change the database connection name after setting the scenario I get the following error in the Problems view of Eclipse when I try to run the scenario:

Code: Select all

The transformer eXist con is not available anymore. Please reconfigure the transformation scenario.
What is the error message that you get?


Regards,
Sorin