• SHRINKWRAP-106: Inner Classes

    @see https://jira.jboss.org/jira/browse/SHRINKWRAP-106 What should be the expected behaviour? Add a class and its inner classes get thrown in too? Some user option? The issue is one of visibility; clients of ShrinkW...
    Profile Photo
    last modified by alrubinger
  • SHRINKWRAP-99 ExplodedExporter and Filesystem conflicts

    https://jira.jboss.org/jira/browse/SHRINKWRAP-99: "The contract for ExplodedExporter should be documented to state what happens if there is an already existing target directory. "Overwriting an existing directory wi...
    Profile Photo
    last modified by alrubinger
  • SHRINKWRAP-102: Do not expose extension loading in Archives

    Per my notes in the description; thoughts? :) I'd like to see the Archives API act as a factory alone, with configuration elsewhere. https://jira.jboss.org/jira/browse/SHRINKWRAP-102 S, ALR
    Profile Photo
    created by alrubinger
  • Embedded API Design Problems

    Please take it as feedback and not hassling ;) INCONSISTENT METHOD NAMES * ISSUE 1: Many Embedded project classes/intefaces follow BEAN naming convention but there are some exceptions. * RULE 1: API should be con...
    Profile Photo
    last modified by ropalka
  • Embedded Server and classloading issues

    I have been trying to use Embedded Server API in the testsuite of one of the JBoss EJB3 components. The setup details are: - JBoss AS 6.0 M1 (built from tag) - Embedded Trunk (1.0.0-SNAPSHOT) - Java 1.6 In the EJB3 ...
    Profile Photo
    last modified by jaikiran
  • Maven JBoss AS Embedded Build "Profile with id: 'dist-zip' h

    The build will actually make the final zip distro in the maven 2 repository.
    Profile Photo
    last modified by elponderador
  • Tried to check out & build with cygwin - OOME

    I was trying to build/checkout on my windows machine using Cygwin bash this weekend and I wasn't able to get testsuite to run without an OOME. * JBoss AS was from http://anonsvn.jboss.org/repos/jbossas/tags/JBoss_6_0...
    Profile Photo
    last modified by pgmjsd
  • JbossWS in embbeded

    Hi, i've been playing with the test, trying to test webservices deployments. When i test a deploy of a war with an annotated @WebService class, the test throws this error: org.jboss.tmpdpl.api.container.DeploymentEx...
    Profile Photo
    last modified by manuel.chinea
  • ShrinkWrap Logo Design

    The guys over at .org have prepared for us 9 options for a ShrinkWrap logo. http://www.jboss.org/files/jbosslabs/design/shrinkwrap/index.htm Please vote for your preferences. Any elements you'd like to pick apart an...
    Profile Photo
    last modified by alrubinger
  • ShrinkWrap Continuous Integration

    I've added a job: http://hudson.jboss.org/hudson/job/ShrinkWrap/ This will run each day at 4AM EST, and deploy the new snapshots to the repo. FindBugs and Code coverage reports included. S, ALR
    Profile Photo
    last modified by alrubinger
  • Embedded and Bootstrap Development

    Now is a great time to get started with development on the JBoss Bootstrap and Embedded projects. We've kept the scope of these small so there's not a great deal of ramp-up investment required. @see documentation at: ...
    Profile Photo
    last modified by alrubinger
  • Peer Review of Embedded, ShrinkWrap and Bootstrap

    Jesper was kind enough to have a look at our work and give his input. "Jesper Pedesen" wrote: Overall: ======== * Good idea to add overview.html / package.html * Good idea to run checkstyle * Good idea to run find...
    Profile Photo
    last modified by alrubinger
  • embedded and bootsrap dependencies

    Briefly looking at the embedded and bootstrap project i noticed: public interface JBossASEmbeddedServer extends JBossASBasedServer<JBossASEmbeddedServer, JBossASServerConfig>, Container I think this is a ...
    Profile Photo
    last modified by emuckenhuber
  • JAR Plugin Config in impl-base

    impl-base POM has: <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <executions> <execution>...
    Profile Photo
    last modified by alrubinger
  • ShrinkWrap Coverage

    @see http://jboss.hudson.alrubinger.com/job/ShrinkWrap/24/cobertura/ Likely we should comb through there for candidates for further testing. Ignore the 0% on the "export" package, that's some bug where a whole set is...
    Profile Photo
    created by alrubinger
  • Exploded Exporter Test Case

    While doing some refactoring I came across: Asset assetOne = new ClassLoaderAsset("org/jboss/declarchive/impl/base/asset/Test.properties"); Path pathOne = new BasicPath("test.properties"); Couple things for clarif...
    Profile Photo
    last modified by alrubinger
  • Refactor to org.jboss.shrinkwrap

    @see: https://jira.jboss.org/jira/browse/TMPARCH-20 https://jira.jboss.org/jira/browse/TMPDPL-5 https://jira.jboss.org/jira/browse/EMB-47 I've refactored: * Maven2 GroupID to org.jboss.shrinkwrap * Package namespac...
    Profile Photo
    last modified by alrubinger
  • Reloaded eclipse project usage

    I'm looking at getting a new profile service integrated into a reloaded subproject and was looking at the as5_0_1-profile as an example. When I run the org.jboss.reloaded.repoclassloader.test.simple.unit.SimpleTestCas...
    Profile Photo
    last modified by starksm64
  • Archive Conversion Design Descussion

    In flushing out the design of a archive conversion utility, I wanted to get some more input. It seems like there are a few possible use cases for converting archive types. 1. Change the internal storage archive of an...
    Profile Photo
    last modified by johnbailey
  • Change requests for TMPARCH-9

    In building upon the work done in TMPARCH-9 to make a VFS Implementation of a storage engine (https://jira.jboss.org/jira/browse/TMPARCH-16), I've come across the following points for discussion/adjustment: * Seems t...
    Profile Photo
    last modified by alrubinger