Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » DTP » running datatools in a rap runtime
running datatools in a rap runtime [message #57101] Thu, 25 June 2009 12:26 Go to next message
Erdal Karaca is currently offline Erdal KaracaFriend
Messages: 854
Registered: July 2009
Senior Member
Did anyone do this already and is he/she willing to share his/her
experiences?
Re: running datatools in a rap runtime [message #57127 is a reply to message #57101] Thu, 25 June 2009 12:30 Go to previous messageGo to next message
Erdal Karaca is currently offline Erdal KaracaFriend
Messages: 854
Registered: July 2009
Senior Member
I do not mean to run the whole datatools plugins, just the core plugins
like connectivity...
Re: running datatools in a rap runtime [message #57382 is a reply to message #57127] Mon, 20 July 2009 17:11 Go to previous messageGo to next message
Brian Fitzpatrick is currently offline Brian FitzpatrickFriend
Messages: 500
Registered: July 2009
Senior Member
Erdal Karaca wrote:
> I do not mean to run the whole datatools plugins, just the core plugins
> like connectivity...
>
Hi Erdal...

Unfortunately I know I haven't had the time to spend with RAP that I
might like. So no, haven't tried it.

If you run into issues however, please log some Bugzillas with any
issues you find and we'll try and get to them in a maintenance release
or next year's major release. Or simply put questions up here and we'll
do our best to answer them.

--Fitz
Re: running datatools in a rap runtime [message #477845 is a reply to message #57382] Thu, 06 August 2009 06:54 Go to previous messageGo to next message
Erdal Karaca is currently offline Erdal KaracaFriend
Messages: 854
Registered: July 2009
Senior Member
I was able to use connectivity core and the oracle enablements in an
experimental environment.
There have been no problems except for the connection creation:
connections are created in an eclipe job which are executed in a worker
thread. Those worker threads have no access to the ui (in rap this is the
user session). Now, if the connection is created, rap will complain about
not being able to access the ui.
For now, I changed the connection creation within
org.eclipse.datatools.connectivity.internal.ConnectionProfil e.ConnectJob.run(..)
to use the NullProgressMonitor whenever
org.eclipse.core.runtime.jobs.IJobManager.createProgressGrou p() (fyi:
https://dfruits.dev.java.net/source/browse/dfruits/trunk/com .dfruits.patches.rap/src/com/dfruits/patches/rap/Connectivit yPatch.java?rev=385&view=markup)
Re: running datatools in a rap runtime [message #479582 is a reply to message #477845] Tue, 11 August 2009 15:36 Go to previous message
Brian Fitzpatrick is currently offline Brian FitzpatrickFriend
Messages: 500
Registered: July 2009
Senior Member
Erdal Karaca wrote:
> I was able to use connectivity core and the oracle enablements in an
> experimental environment.
> There have been no problems except for the connection creation:
> connections are created in an eclipe job which are executed in a worker
> thread. Those worker threads have no access to the ui (in rap this is
> the user session). Now, if the connection is created, rap will complain
> about not being able to access the ui.
> For now, I changed the connection creation within
> org.eclipse.datatools.connectivity.internal.ConnectionProfil e.ConnectJob.run(..)
> to use the NullProgressMonitor whenever
> org.eclipse.core.runtime.jobs.IJobManager.createProgressGrou p() (fyi:
> https://dfruits.dev.java.net/source/browse/dfruits/trunk/com .dfruits.patches.rap/src/com/dfruits/patches/rap/Connectivit yPatch.java?rev=385&view=markup)
>
>
That's awesome that you got it to work. Interesting that RAP can't
access worker jobs. Is that a known issue with RAP that just has to be
worked around?
Re: running datatools in a rap runtime [message #596012 is a reply to message #57101] Thu, 25 June 2009 12:30 Go to previous message
Erdal Karaca is currently offline Erdal KaracaFriend
Messages: 854
Registered: July 2009
Senior Member
I do not mean to run the whole datatools plugins, just the core plugins
like connectivity...
Re: running datatools in a rap runtime [message #596098 is a reply to message #57127] Mon, 20 July 2009 17:11 Go to previous message
Brian Fitzpatrick is currently offline Brian FitzpatrickFriend
Messages: 500
Registered: July 2009
Senior Member
Erdal Karaca wrote:
> I do not mean to run the whole datatools plugins, just the core plugins
> like connectivity...
>
Hi Erdal...

Unfortunately I know I haven't had the time to spend with RAP that I
might like. So no, haven't tried it.

If you run into issues however, please log some Bugzillas with any
issues you find and we'll try and get to them in a maintenance release
or next year's major release. Or simply put questions up here and we'll
do our best to answer them.

--Fitz
Re: running datatools in a rap runtime [message #596260 is a reply to message #57382] Thu, 06 August 2009 06:54 Go to previous message
Erdal Karaca is currently offline Erdal KaracaFriend
Messages: 854
Registered: July 2009
Senior Member
I was able to use connectivity core and the oracle enablements in an
experimental environment.
There have been no problems except for the connection creation:
connections are created in an eclipe job which are executed in a worker
thread. Those worker threads have no access to the ui (in rap this is the
user session). Now, if the connection is created, rap will complain about
not being able to access the ui.
For now, I changed the connection creation within
org.eclipse.datatools.connectivity.internal.ConnectionProfil e.ConnectJob.run(..)
to use the NullProgressMonitor whenever
org.eclipse.core.runtime.jobs.IJobManager.createProgressGrou p() (fyi:
https://dfruits.dev.java.net/source/browse/dfruits/trunk/com .dfruits.patches.rap/src/com/dfruits/patches/rap/Connectivit yPatch.java?rev=385&view=markup)
Re: running datatools in a rap runtime [message #596274 is a reply to message #477845] Tue, 11 August 2009 15:36 Go to previous message
Brian Fitzpatrick is currently offline Brian FitzpatrickFriend
Messages: 500
Registered: July 2009
Senior Member
Erdal Karaca wrote:
> I was able to use connectivity core and the oracle enablements in an
> experimental environment.
> There have been no problems except for the connection creation:
> connections are created in an eclipe job which are executed in a worker
> thread. Those worker threads have no access to the ui (in rap this is
> the user session). Now, if the connection is created, rap will complain
> about not being able to access the ui.
> For now, I changed the connection creation within
> org.eclipse.datatools.connectivity.internal.ConnectionProfil e.ConnectJob.run(..)
> to use the NullProgressMonitor whenever
> org.eclipse.core.runtime.jobs.IJobManager.createProgressGrou p() (fyi:
> https://dfruits.dev.java.net/source/browse/dfruits/trunk/com .dfruits.patches.rap/src/com/dfruits/patches/rap/Connectivit yPatch.java?rev=385&view=markup)
>
>
That's awesome that you got it to work. Interesting that RAP can't
access worker jobs. Is that a known issue with RAP that just has to be
worked around?
Previous Topic:About navigatorContent in connectivity
Next Topic:About navigatorContent in connectivity
Goto Forum:
  


Current Time: Fri Apr 19 04:44:02 GMT 2024

Powered by FUDForum. Page generated in 0.01926 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top