• custom jboss extensions

    I am not sure if this is the write place to post this question, but we are using custom jboss extensions to allow users (clients) to login to an application.  We have a custom login module we wrote that provide...
    Profile Photo
    created by alex_little
  • ShrinkWrap FindBugs

    I've put a FindBugs static analysis on the ShrinkWrap project. It's exposed https://jira.jboss.org/jira/browse/SHRINKWRAP-38, which I resolved today. To run it, use "mvn site" then find projectName/target/site/findbu...
    Profile Photo
    last modified by alrubinger
  • New Embedded Prototype

    I've committed new jboss-embedded projects: http://anonsvn.jboss.org/repos/jbossas/projects/embedded/trunk/ This is defined by: https://jira.jboss.org/jira/browse/EMB-17 Included in this initial setup is a prototy...
    Profile Photo
    last modified by alrubinger
  • Deploy allready running web.war into embeddedJboss.

    Hi ,   Im new to EmbeddedJboss and appreciate your help on this.   Im having a set of .war files which is able to deply in normal Jboss 5.2 envirnment. Just wanted to know how can I deploy them in the Embe...
    Profile Photo
    created by samithpinnaduwa
  • Blocking unwanted startup Jboss

    Hi,    I am writing because my Jboss server keeps locking up during its startup phase. In addition, it provides no log. I work on Windows XP SP3, Eclipse Helios Service Release 2, Java 6, JBoss EAP 5.1 Do...
    Profile Photo
    created by spaw
  • How to debug embedded JBoss ?

    Hi,   I am running embedded JBoss AS for unit testing and I would like to know if there is a way to enable debugging. I know that I can start JBoss AS with debugging enabled (set JAVA_OPTS=-Xdebug -Xrunjdwp:tra...
    Profile Photo
    last modified by satrapu
  • Test within embedded container in Eclipse not working...

    Hello everybody,   I'm trying to get a test working in Eclipse within the embedded container (using JBoss 6) and JUnit. I changed the Run Configurations to this:   -Djboss.home=/home/linn/workspace_test/e...
    Profile Photo
    created by clynnah
  • ShrinkWrap - Descriptors

    I played around with how we could impl descriptors into the archives last night.. Basicly; - a WebArchiveDescriptor IF with methods like addFilter, addServlet etc. - a JAXB based WebArchiveDescriptorAsset that handle...
    Profile Photo
    last modified by aslak
  • Relaunching bootstrap with additional configuration information

    One thing we discussed a week ago during the domain model work around JBossAS was the need to be able to read jvm settings from the domain model, and to be able to restart the jvm with the bootstrap configuration. I j...
    Profile Photo
    last modified by starksm64
  • ShrinkWrapDeployer: A MainDeployer adaptor for Archives

    The next step forward in getting an Arquillian Container for Reloaded is to support deployment of ShrinkWrap archives into MainDeployer.  Bailey's provided us with an ArchiveFileSystem such that archives can be r...
    Profile Photo
    created by alrubinger
  • EmbeddedAS Boot Error Against AS/trunk

    In placing EmbeddedAS stuff into AS trunk, I'm coming across:   java.lang.reflect.InvocationTargetException     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)     at ...
    Profile Photo
    last modified by alrubinger
  • Missing AOP dependency?

    Thanks to ALR for the 0.1.1 update today, jboss-reloaded-vdf-bootstrap-minimal seems to work against HEAD of AS versions of MC etc.   I had to add a dependency block to slurp in jboss-aop explicitly, though: ...
    Profile Photo
    last modified by bob.mcwhirter
  • JBoss Embedded for 6.0.0.M2

    Is JBoss Embedded included in 6.0.0.M2? If so, where can I find some hints how to use it? If not, is a separate download location available?
    Profile Photo
    last modified by juergen.zimmermann
  • Trying out the full classpath example

    I was able to spend some time trying out the 'full classpath' Maven example in the past few days.  I ran into a snag though.   The surefire plugin configuration specifies -Djboss.home=${JBOSS_HOME}, but...
    Profile Photo
    last modified by pgmjsd
  • SHRINKWRAP-104: Empty Directories

    https://jira.jboss.org/jira/browse/SHRINKWRAP-104 I've added support for empty directories (and tests) in r3836. This is nice, because importers can now account for empty dirs as well. The design I've used is a new ...
    Profile Photo
    last modified by alrubinger
  • bug in VFS preventing testsuiting from running on OS X

    I've spent some time debugging a problem trying to run the jboss-embedded testsuite, and thought I'd post the outcome here in case anyone else comes across the same problem.   The issue is that the testsuite (r...
    Profile Photo
    last modified by matt.drees
  • Maven build issue?

    I've been trying to make my spike of Embedded AS work on WinDoze this morning and I ran into a small snag.  Here's my setup: WinDoze XP IDEA 9.0 Maven 2.0.10 JDK 1.6   The configuration for the compiler...
    Profile Photo
    last modified by pgmjsd
  • SHRINKWRAP-110: Community Review on ExtensionLoader and Assignable.as()

    @see https://jira.jboss.org/jira/browse/SHRINKWRAP-110   Aslak originally took on the difficult task of getting us what appears to the end-user to be multi-inheritance within a fluent API.   archive.as(Java...
    Profile Photo
    created by alrubinger
  • ShrinkWrap Export to File

      "Jaikiran" wrote: I happened to try out the ShrinkWrap (1.0.0-alpha-1) this weekend. Pretty useful stuff, especially in test case environments :) I read through the project wiki http://www.jboss.org/community/...
    Profile Photo
    last modified by alrubinger
  • SHRINKWRAP-97: Verbose toString format

    Jesper's proposed we provide for: log.info(Archives.create("alr", JavaArchive.class).addClass(this.getClass()).toString(true)); from: /org/jboss/shrinkwrap/impl/base/unit/MemoryMapArchiveTestCase.class ...to: ...
    Profile Photo
    last modified by alrubinger