jkoch70
jkoch70
Sure, here it is: ``` java.lang.NullPointerException: Cannot invoke "org.eclipse.jetty.ee8.webapp.WebAppContext.toString()" because the return value of "org.eclipse.jetty.ee8.webapp.WebAppContext.getCurrentWebAppContext()" is null at com.csc.dip.styler.oc.gen.ui.OmnichannelStylerGenerator$OmnichannelWebAppTracker.addingService(OmnichannelStylerGenerator.java:83) at com.csc.dip.styler.oc.gen.ui.OmnichannelStylerGenerator$OmnichannelWebAppTracker.addingService(OmnichannelStylerGenerator.java:1) at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:947) at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:1) at org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:258) at org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:231) at...
Are you able to deploy a simple static web app like suggested in the 10.x documentation in Jetty 12.x? That is exactly what we want to do. We have a...
Yes, sure, I have it. My dictionary looks like this: ``` dic.put(OSGiWebappConstants.RFC66_WEB_CONTEXTPATH, contextPath); dic.put(OSGiWebappConstants.JETTY_WAR_RESOURCE_PATH, location); dic.put("managedServerName", "defaultJettyServer"); dic.put(OSGiWebappConstants.JETTY_ENVIRONMENT, "ee8"); ``` As this doesn't work, my question would be if you...
Will you re-add the ability to deploy webapps as services in a later release of Jetty again? Our Eclipse application generates web applications and deploys them on the fly to...
No, we haven't tried it, so far.
Unfortunately, this is really hard to achieve as we have a very complex build environment but I think that I added all relevant facts to my description. Is there any...
After breaking down the problem into two very small projects I have some new findings: The problem came in between Tycho version 2.6.0 and version 2.7.0. The problem is, that,...
The pom.xml in the broke down example file that causes the problem looks like this: ```xml 4.0.0 com.some B 1.0.0 eclipse-plugin 2.7.0 com.some A 1.0.0 provided org.eclipse.tycho target-platform-configuration ${tycho-version} p2...
Would it be possible to get an update on this issue?
@CasperNLD, our problem is actually pretty simple. If you once resolve a dependency via Maven (our own bundles) then their dependencies will not be resolved by the target platforms P2...