Re: ServerException unmarshalling : unknown protocol felix (RMI and ExtensionManager?)

2008-12-06 Thread james yong
Yes. the server doesn't use felix. I have also raised the issue at JIRA. Regards, James Karl Pauls wrote: > > I assume the exception is happening on the server which doesn't use > felix, right? > > regards, > > Karl > > -- View this message in context: http://www.nabble.com/ServerExcep

Re: ServerException unmarshalling : unknown protocol felix (RMI and ExtensionManager?)

2008-12-04 Thread james yong
Hi, Is there a way to disable the extension manager or a solution? i am facing similar exception as the topic starter, when retrieving workitem from openwfe via rmi. The client application is using felix 1.2. Tried equinox without problem. Below is the stack trace. regards, james java.rmi.Serve

EventAdmin

2008-04-04 Thread james yong
Hi, May I know what is the event admin for? Is there any article on it? Regards, James -- View this message in context: http://www.nabble.com/EventAdmin-tp16493534p16493534.html Sent from the Apache Felix - Users mailing list archive at Nabble.com. ---

Re: How to append classpath to other bundles?

2008-01-08 Thread james yong
Thanks for the reply. I read somewhere that fragment will be implemented in version 1.2 of felix. Is there a planned release date for it? Regards, James -- View this message in context: http://www.nabble.com/How-to-append-classpath-to-other-bundles--tp14660017p14691098.html Sent from the Apac

How to append classpath to other bundles?

2008-01-06 Thread james yong
Hi, I am facing similar problem to what is described in the following url (See "Here is an example of the problem") http://dev.eclipse.org/newslists/news.eclipse.technology.equinox/msg03962.html Since fragment hasn't been implemented in felix, is there an alternative solution? Regards, James --

Re: Activator not found

2007-12-15 Thread james yong
Richard S. Hall wrote: > > First, it is probably not a good idea to have your activator in a > package that you export, since this is unlikely to be part of your > public API. Regarding the CNFE, I am not sure. If you look in your > bundle, is that class actually there? > > You could send me

Re: Activator not found

2007-12-13 Thread james yong
Hi, Thanks all for the tips. It works after the following are done: 1) set com.foo.osgi.window.text as Private-Package 2) move some of the classes at com.foo.osgi.window.text package into other packages, so that they can be exported. Regards, James -- View this message in context: http://www.n

Activator not found

2007-12-12 Thread james yong
Hi, I encounter the following error when starting felix. ERROR: Error starting file:C:/workspace/ApacheWelo/bundle/com.foo.osgi.window.text_1.0.0.jar (org.osgi.framework.BundleException: Not found: com.foo.osgi.window.text.Activator) java.lang.ClassNotFoundException: com.foo.osgi.window.text.Act