Skip to content

Instantly share code, notes, and snippets.

View anpieber's full-sized avatar

Andreas Pieber anpieber

  • Schmutterer+Partner Information Technology GmbH
  • Austria, Vienna
View GitHub Profile
public class Activator implements BundleActivator {
private DefaultWebApplicationFactory applicationFactory;
public void start(BundleContext context) throws Exception {
applicationFactory =
new DefaultWebApplicationFactory(context, WicketApplication.class, "plain.simple", "plain/simple");
applicationFactory.register();
}
Delivery to the following recipient failed permanently:
[email protected]
Technical details of permanent failure:
Google tried to deliver your message, but it was rejected by the recipient domain. We recommend contacting the other email provider for further information about the cause of this error. The error that the other server returned was: 552 552 spam score (5.3) exceeded threshold (FREEMAIL_FROM,FREEMAIL_REPLY,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL,URI_HEX (state 18).
10:30:41,268 | ERROR | rint Extender: 3 | BlueprintContainerImpl | ntainer.BlueprintContainerImpl$1 293 | 9 - org.apache.aries.blueprint - 0.3.1 | Unable to start blueprint container for bundle org.apache.karaf.features.management due to unresolved dependencies [(objectClass=org.apache.karaf.features.FeaturesService)]
java.util.concurrent.TimeoutException
at org.apache.aries.blueprint.container.BlueprintContainerImpl$1.run(BlueprintContainerImpl.java:287)[9:org.apache.aries.blueprint:0.3.1]
@anpieber
anpieber / gist:1170553
Created August 25, 2011 12:34
osgi patch wicket
diff --git a/pom.xml b/pom.xml
index c3b66f8..98d28b4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -99,12 +99,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<inherited>true</inherited>
</plugin>
- <plugin>
- <groupId>org.apache.felix</groupId>
[pieber@coprime exam-test-karaf]$ mvn clean install
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building test 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ test ---
[INFO] Deleting /home/pieber/projects/exam-test-karaf/target
[INFO]
package test;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.ops4j.pax.exam.Option;
import org.ops4j.pax.exam.junit.Configuration;
import org.ops4j.pax.exam.junit.ExamReactorStrategy;
import org.ops4j.pax.exam.junit.JUnit4TestRunner;
import org.ops4j.pax.exam.options.CustomFrameworkOption;
import org.ops4j.pax.exam.spi.reactors.AllConfinedStagedReactorFactory;
junit junit-4.9.jar LICENSE.txt META-INF org
[pieber@prime Downloads]$ unzip -p junit-4.9.jar META-INF/MANIFEST.MF
Manifest-Version: 1.0
Ant-Version: Apache Ant 1.8.2
Created-By: 1.6.0_26-b03-384-10M3425 (Apple Inc.)
[BootDelegationOption{package='sun.*'}, FrameworkStartLevelOption{startlevel='5'}, UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.rbc.link'}'}, UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link'}'}, UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.extender.service.link'}'}, UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.osgi.compendium.link'}'}, UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.ops4j.pax.logging.api.link'}'}, UrlProvisionOption{url='RawUrlReference{url='link:classpath:META-INF/links/org.apache.geronimo.specs.atinject.link'}'}, org.openengsb.labs.paxexam.karaf.options.KarafDistributionConfigurationOption@191410e5, SystemPropertyOption{key='org.ops4j.pax.exam.rbc.rmi.host', value='prime'}, SystemPropertyOption{key='org.ops4j.pax.exam.rbc.rmi.port', value='21413'}, SystemPropertyOption{key='org.
diff --git a/core/api/src/main/java/org/openengsb/core/api/remote/CustomJsonMarshaller.java b/core/api/src/main/java/org/openengsb/core/api/remote/CustomJsonMarshaller.java
new file mode 100644
index 0000000..a598eef
--- /dev/null
+++ b/core/api/src/main/java/org/openengsb/core/api/remote/CustomJsonMarshaller.java
@@ -0,0 +1,36 @@
+/**
+ * Licensed to the Austrian Association for Software Tool Integration (AASTI)
+ * under one or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information regarding copyright
diff --git a/assembly/src/main/filtered-resources/etc/jre.properties b/assembly/src/main/filtered-resources/etc/jre.properties
index ec48374..ceb568b 100644
--- a/assembly/src/main/filtered-resources/etc/jre.properties
+++ b/assembly/src/main/filtered-resources/etc/jre.properties
@@ -178,8 +178,6 @@ jre-1.6= \
javax.imageio.plugins.jpeg, \
javax.imageio.spi, \
javax.imageio.stream, \
- javax.jws, \
- javax.jws.soap, \