• Covarient returns from a storage delagate

    I ran into some interesting gotchas when implementing the MemoryMapArchive. The chaining API breaks down a bit when implementing a storage archive. The difficulty is the return type of the storage implementation is se...
    Profile Photo
    last modified by johnbailey
  • Do we need Asset.getPath?

    Have had some debates with both Aslak and John on the subject. From IRC today: "#jboss-dev" wrote: baileyje> ALR: ping ALR> baileyje: Pong baileyje> ALR: So I had thrown together a MemoryMap impl earlier be...
    Profile Photo
    created by alrubinger
  • External Contribution to AS Embedded

    With the jboss-bootstrap:2.0.0 series now integrated into Branch_5_x, we can start to entertain external contributions as we've got greater focus. I had some conversations over email with Josh Davis, who raised on the...
    Profile Photo
    last modified by alrubinger
  • Embedded Tasks

      "John Bailey" wrote: Andrew- Are there any embedded task you have in mind for me to work on? Looks to be a project I would be very interested in. Let me know if you have anything to start with. Thanks, John ...
    Profile Photo
    created by alrubinger
  • Is Embedded testsuite-full-dependency ready to use?

    I was just looking at running the testsuite-full-dependency against AS branch 5_x in Embedded. But looks like its testcases are having compile issues because of dependencies not being speicified in the pom: [INFO] [...
    Profile Photo
    last modified by jaikiran
  • Shortcomings of Virtual Archives (in progress)

    Given the following code: final VirtualVfsArchive deployment = new VirtualVfsArchiveImpl(name).addClasses(OutputBean.class, OutputLocalBusiness.class); log.info(deployment.toString(true)); ...we get: 01:21:52,30...
    Profile Photo
    last modified by alrubinger
  • AS Branch_5_x now booting in Embedded

    With a bunch of the requisite bootstrap refactoring done, I've moved into making an Embedded booter for AS. At the same time, I'm prototyping some APIs for virtual (declarative, VFS-backed) deployments much like Bill ...
    Profile Photo
    last modified by alrubinger
  • Need vfs work for the embedded startup

    In looking at extending the JBossEmbeddedAS work Andrew started to allow for better integration with a profile service, the memory usage and speed of trying to use a jbossas structure from within a large monolithic ja...
    Profile Photo
    last modified by starksm64
  • ProfileService changes to support embedded

    Related to several discussions about how the profile service should be part of the bootstrap process, supporting embedded: ProfileService API http://www.jboss.com/index.html?module=bb&op=viewtopic&t=146270 To...
    Profile Photo
    last modified by starksm64
  • Common Bootstrap Component

    @see https://jira.jboss.org/jira/browse/JBBOOT-1 I'm forking the "bootstrap" module of AS into its own component. http://anonsvn.jboss.org/repos/jbossas/projects/bootstrap/trunk This will be the basis upon which AS...
    Profile Photo
    last modified by alrubinger
  • Embedded and contribution

    OK, moving this discussion here. "alesj" wrote: Hey, cool, always good to hear people wanting to help. OK, first just a few post about Embedded in POJO server forum, in case anyone missed them: - http://www.jbos...
    Profile Photo
    last modified by alesj
  • JBossAS Changes to Enable Embedded

    @see http://www.jboss.com/index.html?module=bb&op=viewtopic&t=145261 I'm starting with some work within AS itself to remove all notions that a standalone process or filesystem access is required. The general...
    Profile Photo
    last modified by alrubinger
  • Mavenizing/Projectizing org.jboss.embedded

    I've hit the first (of probably several) dependencies mavenizing ejb3 for projects/ejb3. We depend on org.jboss.embedded, which is now in jbossas. So, I've got to rip it out of jbossas and create a jboss-embedded pro...
    Profile Photo
    last modified by bdecoste