Re: [osgi-dev] RHelp needed about Web Application with AngularJS

2017-04-05 Thread Mario Curcija
mail. > osgi.org] *On Behalf Of *Peter Kriens > *Sent:* Tuesday, April 04, 2017 10:21 AM > > *To:* OSGi Developer Mail List > *Subject:* Re: [osgi-dev] RHelp needed about Web Application with > AngularJS > > > > I recognise this problem … but I also recall there was a fix f

Re: [osgi-dev] RHelp needed about Web Application with AngularJS

2017-04-04 Thread Mario Curcija
16:47, HENRY Cedric D >> wrote: >> >> Hello, >> >> The only bndrun file I have used is the one from the ‘ >> osgi.enroute.examples.rest.application’ project from >> https://github.com/osgi/osgi.enroute.examples without changing any code, >> and then I ma

Re: [osgi-dev] RHelp needed about Web Application with AngularJS

2017-04-04 Thread HENRY Cedric D
Developer Mail List Subject: Re: [osgi-dev] RHelp needed about Web Application with AngularJS I recognise this problem … but I also recall there was a fix for this. I just looked at Felix but could not fid anything. I also do not see the code in the repository. Sigh, must have fixed it locally or it

Re: [osgi-dev] RHelp needed about Web Application with AngularJS

2017-04-04 Thread Peter Kriens
tps://github.com/osgi/osgi.enroute.examples> without changing any code, >> and then I manually extracted the bundles to put them in a clean Felix >> instance. >> >> I can send the ZIP containing the examples I used, and I can create a ZIP >> with the end result of

Re: [osgi-dev] RHelp needed about Web Application with AngularJS

2017-04-03 Thread Mario Curcija
gt; in my previous email) in order to ease your work in helping me. > > > > Please let me know what would be useful to you so I can help you in > helping me. > > Best Regards, > *Cédric* > > *From:* osgi-dev-boun...@mail.osgi.org [mailto:osgi-dev-bounces@mail. > os

Re: [osgi-dev] RHelp needed about Web Application with AngularJS

2017-03-31 Thread Peter Kriens
now what would be useful to you so I can help you in helping > me. > > Best Regards, > > Cédric > > From: osgi-dev-boun...@mail.osgi.org [mailto:osgi-dev-boun...@mail.osgi.org] > On Behalf Of Peter Kriens > Sent: Thursday, March 30, 2017 11:04 AM > To: OSGi Develo

Re: [osgi-dev] RHelp needed about Web Application with AngularJS

2017-03-30 Thread HENRY Cedric D
ednesday, March 22, 2017 11:08 AM To: OSGi Developer Mail List mailto:osgi-dev@mail.osgi.org>> Subject: Re: [osgi-dev] RHelp needed about Web Application with AngularJS Hmm, manifest looks ok. The fact that your bundle runs means Felix must have resolved this. I vaguely recall that there

Re: [osgi-dev] RHelp needed about Web Application with AngularJS

2017-03-30 Thread Peter Kriens
ted ServerConnector > 10. Open http://localhost: org.osgi.service.http.port>/osgi.enroute.examples.rest/index.html > <http://localhost:%3cFelix%20org.osgi.service.http.port%3e/osgi.enroute.examples.rest/index.html> > > Best Regards, > > Cédric > > From: osgi-

Re: [osgi-dev] RHelp needed about Web Application with AngularJS

2017-03-22 Thread HENRY Cedric D
s, Cédric From: osgi-dev-boun...@mail.osgi.org [mailto:osgi-dev-boun...@mail.osgi.org] On Behalf Of Peter Kriens Sent: Wednesday, March 22, 2017 11:08 AM To: OSGi Developer Mail List Subject: Re: [osgi-dev] RHelp needed about Web Application with AngularJS Hmm, manifest looks ok. The fact that your bun

Re: [osgi-dev] RHelp needed about Web Application with AngularJS

2017-03-22 Thread Peter Kriens
ll the bundles and sent it over. > > Best Regards, > > Cédric > > From: osgi-dev-boun...@mail.osgi.org [mailto:osgi-dev-boun...@mail.osgi.org] > On Behalf Of Peter Kriens > Sent: Tuesday, March 21, 2017 7:10 PM > To: OSGi Developer Mail List > Subject: Re: [osgi

Re: [osgi-dev] RHelp needed about Web Application with AngularJS

2017-03-22 Thread HENRY Cedric D
Tuesday, March 21, 2017 7:10 PM To: OSGi Developer Mail List Subject: Re: [osgi-dev] RHelp needed about Web Application with AngularJS Your GUI bundle must require the angular code and the bootstrap code. Since you can see the CSS this seems to work fine for Twitter but not angular. * Did you r

Re: [osgi-dev] RHelp needed about Web Application with AngularJS

2017-03-21 Thread Peter Kriens
Your GUI bundle must require the angular code and the bootstrap code. Since you can see the CSS this seems to work fine for Twitter but not angular. * Did you remove or change the RequireAngular annotation from the application class? * Verify that your osgi.enroute.rest.application bundle requir

[osgi-dev] RHelp needed about Web Application with AngularJS

2017-03-21 Thread HENRY Cedric D
Hello, I have followed the tutorial http://enroute.osgi.org/qs/050-start.html using the examples available on GIT without any problem. Then, I have extracted the content of the JAR generated at the end of the page http://enroute.osgi.org/qs/300-application.html to use it content with a clean i