Eclipse plugin 10.2 XQuery does not return from eXist query

Having trouble installing Oxygen? Got a bug to report? Post it all here.
deniskramer
Posts: 2
Joined: Sat Apr 25, 2009 8:56 pm

Eclipse plugin 10.2 XQuery does not return from eXist query

Post 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)
deniskramer
Posts: 2
Joined: Sat Apr 25, 2009 8:56 pm

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

Post 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
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

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

Post 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
Post Reply