Skip to content

Instantly share code, notes, and snippets.

View ALRubinger's full-sized avatar

Andrew Lee Rubinger ALRubinger

View GitHub Profile
15:11:27,661 WARN [BeanInstantiatorDeployer] ALR - DU: ComponentDeploymentContext@575971156{Logging:LOGGER:system:org.apache}
15:11:27,661 WARN [BeanInstantiatorDeployer] ALR - NO JBEBMD attachment
15:11:27,662 WARN [BeanInstantiatorDeployer] ALR - DU: ComponentDeploymentContext@1638421863{Logging:LOGGER:system:jacorb}
15:11:27,662 WARN [BeanInstantiatorDeployer] ALR - NO JBEBMD attachment
15:11:27,662 WARN [BeanInstantiatorDeployer] ALR - DU: ComponentDeploymentContext@1920929607{Logging:LOGGER:system:javax.enterprise.resource.webcontainer.jsf}
15:11:27,662 WARN [BeanInstantiatorDeployer] ALR - NO JBEBMD attachment
15:11:27,662 WARN [BeanInstantiatorDeployer] ALR - DU: ComponentDeploymentContext@1942239498{Logging:LOGGER:system:org.jgroups}
15:11:27,663 WARN [BeanInstantiatorDeployer] ALR - NO JBEBMD attachment
15:11:27,663 WARN [BeanInstantiatorDeployer] ALR - DU: ComponentDeploymentContext@1467808486{Logging:LOGGER:system:org.quartz}
15:11:27,663 WARN [BeanInstantiatorDeployer] ALR - NO JBEBMD at
/*
* JBoss, Home of Professional Open Source.
* Copyright 2010, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation; either version 2.1 of
* the License, or (at your option) any later version.
public BeanInstantiatorDeployer(final BeanInstantiator beanInstantiator)
{
this.beanInstantiator = beanInstantiator;
this.setComponentsOnly(true);
this.setInputs("EJBsDeployer");
}
public EJBsDeployer()
{
// Since we don't set component visitor
public void testAddManifestPackages() throws Exception {
getManifestContainer().addManifestResources(AssetUtil.class.getPackage(), "Test.properties", "Test2.properties");
ArchivePath testPath = new BasicPath(getManifestPath(), NAME_TEST_PROPERTIES);
ArchivePath testPath2 = new BasicPath(getManifestPath(), NAME_TEST_PROPERTIES_2);
Assert.assertTrue(
"Archive should contain " + testPath,
getArchive().contains(testPath));
Assert.assertTrue(
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.4:deploy (default-deploy) on project shrinkwrap-descriptors-parent: Failed to retrieve remote metadata org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-parent:0.1.0-SNAPSHOT/maven-metadata.xml: Could not transfer metadata org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-parent:0.1.0-SNAPSHOT/maven-metadata.xml from/to jboss-releases-repository (https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/): Error transferring file: Server returned HTTP response code: 400 for URL: https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-parent/0.1.0-SNAPSHOT/maven-metadata.xml -> [Help 1]
final String webApp = Descriptors.create(WebAppDescriptor.class)
.moduleName("test")
.description("A description of my webapp")
.displayName("Sample")
.distributable()
.contextParam("com.sun.faces.validateXml", true)
.facesDevelopmentMode()
.facesStateSavingMethod(StateManager.STATE_SAVING_METHOD_CLIENT)
.listener("org.jboss.seam.servlet.SeamListener")
.filter("UrlRewriteFilter", "org.tuckey.web.filters.urlrewrite.UrlRewriteFilter", new String[]
[alr@alr-laptop reloaded-embedded-1]$ git diff
diff --git a/containers/reloaded-embedded-1/src/main/java/org/jboss/arquillian/container/reloaded/embedded_1/ReloadedContainer.java b/con
index e401ed4..2f3f81e 100644
--- a/containers/reloaded-embedded-1/src/main/java/org/jboss/arquillian/container/reloaded/embedded_1/ReloadedContainer.java
+++ b/containers/reloaded-embedded-1/src/main/java/org/jboss/arquillian/container/reloaded/embedded_1/ReloadedContainer.java
@@ -28,6 +28,7 @@ import org.jboss.arquillian.spi.client.container.LifecycleException;
import org.jboss.arquillian.spi.client.protocol.ProtocolDescription;
import org.jboss.arquillian.spi.client.protocol.metadata.ProtocolMetaData;
import org.jboss.arquillian.spi.core.InstanceProducer;
+import org.jboss.arquillian.spi.core.annotation.ContainerScoped;
/**
* @(#)SecureHttpClientTest.java
*
* Copyright (c) 2002 Andrew Lee Rubinger
*
* @author Andrew Lee Rubinger
* @version 1.0
*
* This software is proprietary technology owned
* by Andrew Lee Rubinger
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.1:compile (default-compile) on project jboss-as-arquillian-protocol-jmx: Compilation failure: Compilation failure:
[ERROR] /home/alr/business/jboss/git/jbossas/jboss-as/arquillian/protocol-jmx/src/main/java/org/jboss/as/arquillian/service/BundleContextProcessor.java:[35,45] cannot find symbol
[ERROR] symbol : class BundleContextAssociation
[ERROR] location: package org.jboss.arquillian.testenricher.osgi
[ERROR]
[ERROR] /home/alr/business/jboss/git/jbossas/jboss-as/arquillian/protocol-jmx/src/main/java/org/jboss/as/arquillian/service/ArquillianService.java:[40,45] cannot find symbol
[ERROR] symbol : class BundleAssociation
[ERROR] location: package org.jboss.arquillian.testenricher.osgi
[ERROR]
[ERROR] /home/alr/business/jboss/git/jbossas/jboss-as/arquillian/protocol-jmx/src/main/java/org/jboss/as/arquillian/service/BundleContextProcessor.java:[35,45] cannot find symbol
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.1:compile (default-compile) on project arquillian-protocol-jmx: Compilation failure
[ERROR] /home/alr/business/jboss/git/arquillian/arquillian-core/protocols/jmx/src/main/java/org/jboss/arquillian/protocol/jmx/JMXTestRunner.java:[167,37] cannot find symbol
[ERROR] symbol : class MockTestRunner
[ERROR] location: class org.jboss.arquillian.protocol.jmx.JMXTestRunner
[ERROR] -> [Help 1]