Re: Felix and JavaFX

2017-07-09 Thread Chuck Davis
I spent most of the day yesterday googling to find out if there is a way to build a JavaFX desktop application based upon Felix. So far I've not found anything that advises how to do this or if it is even possible at this stage of development. Can anybody point me to an article that explains how,

Re: Felix and JavaFX

2017-07-09 Thread Chuck Davis
teresting starting Point for you: > http://www.drombler.org > > Kind regards, > Thomas > > Am 09.07.2017 18:17 schrieb "Chuck Davis" : > > > I spent most of the day yesterday googling to find out if there is a way > to > > build a JavaFX desktop application

Re: Felix and JavaFX

2017-07-09 Thread Chuck Davis
On Sun, Jul 9, 2017 at 10:10 AM, Bram Pouwelse wrote: > Hi Chuck, > > It's an old post but could be what you're looking for > > http://paulonjava.blogspot.nl/2014/11/making-javafx-better- > with-osgi.html?m=1 > > Regards, > Bram > > Op 9 jul. 2017 19:05 s

Re: Felix and JavaFX

2017-07-09 Thread Chuck Davis
: segunda-feira, 10 de julho de 2017 03:24 > Para: users@felix.apache.org > Assunto: Re: Felix and JavaFX > > Hi Chuck, > > Using Eclipse as an IDE does not tie you into using Equinox for your > runtime. > > I don’t know much about JavaFX but what is the actual problem you ar

Re: Felix and JavaFX

2017-07-09 Thread Chuck Davis
Hi Neil: I'm just beginning my investigation of OSGi because I want to do things that it sounds like OSGi was designed to do and I'm too lazy to reinvent the wheel if it already exists. I develop desktop business applications and my development style is already quite modular in concept but I want

Re: Felix and JavaFX

2017-07-17 Thread Chuck Davis
quot; in order to start JavaFX engine. > > JP > > -Message d'origine- > De : Chuck Davis [mailto:cjgun...@gmail.com] > Envoyé : dimanche 9 juillet 2017 18:17 > À : users@felix.apache.org > Objet : Re: Felix and JavaFX > > I spent most of the day yesterda

Re: Felix and JavaFX

2017-07-19 Thread Chuck Davis
e is a way to build a JavaFX desktop > application based upon Felix..." > > Well, which problem are you experiencing with JavaFX? > > JP > > -Message d'origine- > De : Chuck Davis [mailto:cjgun...@gmail.com] > Envoyé : lundi 17 juillet 2017 18:41 > À : u

Re: Antwort: RE: Felix and JavaFX

2017-07-21 Thread Chuck Davis
JP: Thanks for the additional information. I've seen some indication that the Felix team are considering how to handle the JavaFX issues as well. Perhaps it is time to investigate Karaf further -- but it adds a lot of additional capabilities that a client doesn't actually need if I understand cor

Re: how do I stop JavaFX bundles?

2017-09-13 Thread Chuck Davis
After a few weeks delay for knee replacement I cobbled together a program yesterday that uses the FrameworkFactory service to create a Framework and install 3 bundles -- all of which is working splendidly as expected. My first bundle is this that Renato directed me to in the last thread about this

Re: how do I stop JavaFX bundles?

2017-09-14 Thread Chuck Davis
uch for sharing your approach. On Thu, Sep 14, 2017 at 3:35 AM, Oliver Lietz wrote: > On Wednesday 13 September 2017 19:36:15 Chuck Davis wrote: > > After a few weeks delay for knee replacement I cobbled together a program > > yesterday that uses the FrameworkFactory service to create

Re: how do I stop JavaFX bundles?

2017-09-14 Thread Chuck Davis
on should be asked on a JavaFX > forum. > > Regards, > Neil > > > > On 14 Sep 2017, at 03:36, Chuck Davis wrote: > > > > After a few weeks delay for knee replacement I cobbled together a program > > yesterday that uses the FrameworkFactory service to create a

Re: Felix and JavaFX

2017-12-12 Thread Chuck Davis
Hi Kerry: Thanks for the note.  Old indeed.  I don't remember anything I learned from that project (though I did keep the modules).  I did get it to work by including the module somebody mentioned.  It seems so easy, looking at that module, I can't understand why Felix doesn't do the export fo

Re: Felix and JavaFX

2017-12-12 Thread Chuck Davis
Karl, thanks for that information. On 12/12/2017 08:31 AM, Karl Pauls wrote: Additionally, the JavaFX exports should now be available on java9 ootb (assuming the modules are on the module path). As Neil correctly points out, the reason they are not on older version is exactly that - we don't

Re: Felix on jdk11

2019-02-17 Thread Chuck Davis
Has there been any discussion among developers regarding referenced subject? I'm only subscribed to the users list. I tried to run 6.0.2 on Linux (which has only jdk11 installed) and it's asking for classes no longer existing in jdk11. Thanks if anybody knows the time-frame for when Felix is tar

Re: Felix on jdk11

2019-02-18 Thread Chuck Davis
Thanks for responding, Rob. I'm very new to OSGi and that sounds like a LOT of tinkering to me (overwhelming in fact at this point !!). But the more I study it the more it makes sense to me and the exceptions I'm seeing. Thanks for your response. On Sun, Feb 17, 2019 at 8:44 PM Rob Walker wrot

Re: Felix on jdk11

2019-02-18 Thread Chuck Davis
bundles - feel free to follow-up with your set-up > and the exceptions you see. > > regards, > > Karl > > On Mon, Feb 18, 2019 at 1:43 PM Chuck Davis wrote: > > > > Thanks for responding, Rob. I'm very new to OSGi and that sounds like a > > LOT of tinker

Re: Felix on jdk11

2019-02-18 Thread Chuck Davis
karaf when you deploy for real, most likely. > > On Mon, Feb 18, 2019 at 7:43 AM Chuck Davis wrote: > > > Thanks for responding, Rob. I'm very new to OSGi and that sounds like a > > LOT of tinkering to me (overwhelming in fact at this point !!). > > > > But the

Re: Felix on jdk11

2019-02-18 Thread Chuck Davis
d be new - are you sure that happens on java11 and how > did you start-up the framework? > > regards, > > Karl > > On Mon, Feb 18, 2019 at 4:08 PM Chuck Davis wrote: > > > > Hi Karl: > > > > This seems to be the root cause of the other exceptions I'

Re: Felix on jdk11

2019-02-18 Thread Chuck Davis
I start my main class with the following bash script: java --module-path /sata2/modules:/sata2/modules/felix:/sata2/Downloads/javafx/javafx-sdk-11.0.1/lib --add-modules=ALL-MODULE-PATH com.yakridge.jfxfelix.JFXMain If I comment out all the Felix stuff the program runs fine. My main class is on th

Re: Felix on jdk11

2019-02-18 Thread Chuck Davis
elix.framework.URLHandlersStreamHandlerProxy.(URLHandlersStreamHandlerProxy.java:79) ... 15 more On Mon, Feb 18, 2019 at 9:39 AM Karl Pauls wrote: > right, as I said, you need to put the felix jar on the classpath - then it > should work. > > regards, > > Karl > > On Monday, Februar

Re: Felix on jdk11

2019-02-18 Thread Chuck Davis
ule > org.apache.felix.framework > at org.apache.felix.framework@6.0.2' > > In other words, Java thinks that Felix is a module. > > Put Felix on the classpath and it should work. > > Regards, > Neil > > > On Mon, Feb 18, 2019 at 6:23 PM Chuck Davis wrote:

Re: downloads

2020-11-21 Thread Chuck Davis
I cannot find a download site that works. I need to download the latest Log jar. Thanks if anybody knows a URL that works.

Re: downloads

2020-11-21 Thread Chuck Davis
Never mind. I got it via Maven Central. On Sat, Nov 21, 2020 at 12:50 PM Chuck Davis wrote: > I cannot find a download site that works. I need to download the latest > Log jar. > > Thanks if anybody knows a URL that works. >

Re: osgi bundles

2021-06-05 Thread Chuck Davis
- I am attempting to modularize my desktop application into osgi bundles and want to use the - Felix Maven Bundle Plugin. I am finding it very difficult to get adequate documentation how to use the plugin. I want Maven to copy my bundle jars to a directory and maintain the repository.xml file in

Re: OSGi bundles

2021-06-10 Thread Chuck Davis
Does anybody know if we can change the URI value in the repository.xml file from the local repository to a remote repository value and, if so, how is it done? Thanks.

Re: repeated calls to Activator

2022-09-16 Thread Chuck Davis
I am attempting to refactor a project into bundles which number 16 presently. I have a "base" bundle that all others depend on. The activator of that bundle is getting called for every other bundle that gets activated. Is this to be expected? It seems to me the framework should only call the ac

Re: repeated calls to Activator

2022-09-17 Thread Chuck Davis
ADER: " + > getClass().getClassLoader()); > > We can take it from there. > > > > On Fri, Sep 16, 2022 at 7:13 PM Chuck Davis wrote: > > > I am attempting to refactor a project into bundles which number 16 > > presently. I have a "base" bundle

Re: repeated calls to Activator

2022-09-17 Thread Chuck Davis
:28 AM Chuck Davis wrote: > Raymond, thank you for the pointers. I have made a little progress this > a.m. creating a new project -- starting from scratch. Favorable result so > far -- maybe I'm off and running to find the problem I've generated. I > will definitely chec

Re: felix-cache

2023-03-25 Thread Chuck Davis
Anybody got an idea what I can do to get rid of all the errors? All bundles in the cache produce this error. The project runs flawlessly on Linux but when I try to run it on windows (10) I get the following errors. I'm not a windows user so I have no idea if there some setting that will make wind