[equinox-dev] Bundle update

2008-04-09 Thread Emmanuel Potvin
I have a server side equinox installation deployed on Jboss, and I'm developing bundles to install on it. When I put the bundle in the plugin directory and execute an update bundle number, the bundle stops and starts, but the new version is not there. I need to stop jboss, erase the temporary

[equinox-dev] Hot deploy

2008-04-09 Thread Emmanuel Potvin
What is the best way to deploy a new bundle on a server side running instance of Equinox? Is there an ant implementation who remote install jar files via rmi? Or is there a hot deploy deamon checking new files in a directory like jboss do with de deploy directory? Emmanuel

[equinox-dev] App server classpath

2008-04-02 Thread Emmanuel Potvin
When I execute this line inside a bundle : InitialContext initialContext = new InitialContext(); I have a ___ equinox-dev mailing list equinox-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/equinox-dev

[equinox-dev] App server classpath

2008-04-02 Thread Emmanuel Potvin
When I execute InitialContext context = new InitialContext(); Inside a bundle deployed in a web app in jboss, I got a : javax.naming.NoInitialContextException: Cannot instantiate class: org.jnp.interfaces.NamingContextFactory [Root exception is java.lang.ClassNotFoundException:

[equinox-dev] DataService transactions

2008-03-31 Thread Emmanuel Potvin
I have this error with my data service destination, when I commit changes : [RPC Fault faultString=Unable to access UserTransaction in DataService. faultCode=Server.Processing faultDetail=null] at

RE: [equinox-dev] Hibernate and classloaders

2008-03-28 Thread Emmanuel Potvin
: [equinox-dev] Hibernate and classloaders On Fri, Mar 28, 2008 at 12:01 AM, Emmanuel Potvin [EMAIL PROTECTED] wrote: My question is about classloaders. Hibernate is just an example. How can I change temporarily the classpath of an object? In this case, I pass a string to a configurator class

[equinox-dev] Classpath from another project

2008-03-28 Thread Emmanuel Potvin
I have a plugin project, with the META-INF/MANIFEST.MF, plus another java project with only classes. I want this second project included in the bundle of the first. Can I? And how? ___ equinox-dev mailing list equinox-dev@eclipse.org

[equinox-dev] Eclipse buddy don't works

2008-03-28 Thread Emmanuel Potvin
I have a bundle named com.compuware.alturalib containing hibernate3.jar, with the Eclipse-BuddyPolicy: registered in the manifest And I have another bundle with hibernate entities plus metadata files including hibernate.cfg.xml in the classpath. I put Eclipse-RegisterBuddy:

RE: [equinox-dev] Eclipse buddy don't works

2008-03-28 Thread Emmanuel Potvin
Forget that! I write : Eclise-RegisterBuddy: com.compuware.alturalib, Instead of : Eclipse-RegisterBuddy: com.compuware.alturalib, * De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Emmanuel Potvin Envoyé : 28 mars 2008 14:57 À : 'Equinox development mailing

[equinox-dev] Hibernate and classloaders

2008-03-27 Thread Emmanuel Potvin
My question is about classloaders. Hibernate is just an example. How can I change temporarily the classpath of an object? In this case, I pass a string to a configurator class containing /hibernate.cfg.xml . The configurator open the file and configure hibernate. The problem is : the

[equinox-dev] Servlet filters

2008-03-27 Thread Emmanuel Potvin
Do anybody knows how to add servlet filter to the httpservice? Is that possible? Emmanuel ___ equinox-dev mailing list equinox-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/equinox-dev

[equinox-dev] Servlet mapping

2008-03-19 Thread Emmanuel Potvin
I want to reproduce this servlet installation for Blaze DS (for what is not important) inside a bundle : servlet servlet-nameMessageBrokerServlet/servlet-name display-nameMessageBrokerServlet/display-name

RE: [equinox-dev] Servlet mapping

2008-03-19 Thread Emmanuel Potvin
Thanks Simon for that fast answer! It works! Emmanuel -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Simon Kaegi Envoyé : 19 mars 2008 12:50 À : Equinox development mailing list Objet : Re: [equinox-dev] Servlet mapping Hi Emmanuel, Just register