• How to create EAR with libraries which have same artifactId for different groups without file name clashing?

    Hi all,   while I'm new to ShrinkWrap and Arquillian I'm wondering how create an EAR which contains libraries with non-unique artifactIds (same artifactId is used for different groups). With the Maven EAR plugi...
    Profile Photo
    last modified by tjuerge
  • Arquillian test with real EAR from build War is not loaded

    For better testing and to avoid to much code, I thought, I could take an EAR file directly from the build process.     @Deployment           public static Enter...
    Profile Photo
    created by sky201063
  • MavenDependencyResolver for retrieving test jar

    Hello,   I want to resolve a maven artifact for test jar files, how do I do it? Normally for retrieving dependency the artifact string looks like <groupid>:<artifactid>:<version>, I want to r...
    Profile Photo
    last modified by skshyamal
  • Shrinkwrap + Maven

    I've been trying to find out how to solve this issue and I'm hoping that someone can help me out. I am using shrinkwrap-resolver-impl-maven version 2.0.0-beta-3 and I can't seem to include the dependencies from the pa...
    Profile Photo
    last modified by shinin
  • Is it possible to access nested exploded archives?

    Is it possible to access an exploded WAR inside an exploded EAR archive?  As part of an Arquillian createDeployment method, I access my EAR as follows:   EnterpriseArchive er = ShrinkWrap    ...
    Profile Photo
    created by lowecg2004
  • ShrinkWrap Maven Resolver - remove the -SNAPSHOT- trail from a dependency artifact

    Hi all.   My problem is pretty simple, but as I am new to ShrinkWrap and Arquillian, I still cannot figure out how to solve it. I would like to try getting a response in the forum. Thanks in advance !!   W...
    Profile Photo
    last modified by maikelnait
  • Include package in src/main/java but exclude package in src/test/java

    Hello   I have a normal maven project in which I run some Arquillian Tests.   src/main/java/      com.example.SampleClass src/test/java/      com.example.SampleCl...
    Profile Photo
    created by squidy
  • Support resolution of variables in Maven settings file

    Variables in Maven settings file are not resolved.   For instance if you have this node in your settings.xml file :   <localRepository>${user.home}/.m2/repository</localRepository>   then ...
    Profile Photo
    last modified by tsegismont
  • Dependency resolver and proxy

    Our Hudson environment uses proxy. Unfortunately maven dependency resolver seams not to work properly. During arquillian tests on hudson we receive the following error:   WARNING: Failed downloading org/jboss/s...
    Profile Photo
    last modified by mmatloka
  • Where is shrinkwrap ?

    Hi Guys, Sorry for the stupid question but I've updated some Arquillian dependencies and noticed I was using a quite old Shrinkwrap version. I updated it but some of my deployment builds are not working anymore. ...
    Profile Photo
    last modified by anthonyhib
  • error while generating javadocs - mvn site 1.1.1-SNAPSHOT

    Hi all,   I have hard times to get api documentation for 1.1.1-SNAPSHOT generated.   All I do is cd-ing to shrinkwrap/api and   $ mvn site   I have installed graphviz (and dot (2)) by fedora's...
    Profile Photo
    last modified by smikloso
  • Using dependencies from the pom.xml

    I'm using Shrinkwrap in conjunction with Arquillian for my integration testing.  At the moment I'm including dependencies using the code below which works fine.  However I don't want to have to duplicate all...
    Profile Photo
    last modified by mcgin
  • IllegalOverwriteException after upgrading from 1.0.1 to 1.1.0-alpha-4

    After upgrading to 1.1.0-alpha-4 I'm getting the stacktrace below. I'm running tests with JBoss 7.1.2 and the according Arquillian which is build upon ShrinkWrap 1.0.1. Any hint is appreciated!     org.jbos...
    Profile Photo
    last modified by juergen.zimmermann
  • MavenDependencyResolver performance

    Hi guys, first of all thank you for MavenDependencyResolver, it's a wonderful job you've done. I'm using it for testing library with small pom (few dependencies), but when I've tried it againts a project with seam3 a...
    Profile Photo
    last modified by blabno
  • Add directory recursively to arquillian using ShrinkWrap

    Hi all,   I want to create a WebArchive using ShirnkWrap. I have several xhtml files inside one directory on my project. Is ther any way to add all contents that exist into one directory recursively?   Th...
    Profile Photo
    last modified by xilosh
  • JBAS011440: Can't find a persistence unit named null in deployment

    Within my RequirementBeanTest I have the following deployment declaration:   @Deployment     public static JavaArchive createDeployment() {         JavaArchive...
    Profile Photo
    last modified by b69
  • Using ShrinkWrap with SOA-P

    I received this question via email from a community member:   My name is Sathish Anickode and I work for Early Warning Services. I attended your presentation on JBoss AS7 and Arquillian at Phoenix Java User group...
    Profile Photo
    last modified by alrubinger
  • EJB3 packaging as jar archive in JBoss 4.2.3

    I am trying to setup an intergration tests for an ejb project with the persistence context being different for the intergration tests. I would like to have the intergration test be executed as part of the maven execut...
    Profile Photo
    last modified by abhishekhp
  • Using MavenDependencyResolver while releasing a multi-module Web project

    We have a multi module web project with, say, modules web, core and simu.  Module web has dependencies toward module web and simu, and module core has a dependency toward module simu. Module simu has no dependenc...
    Profile Photo
    last modified by laurent.thil
  • Shrinkwrap descriptors classpath error saxon8-dom.jar not found

    Hi,   I'm playing with the shrinkwrap/descriptors 1.2.0-alpha-2 release and try to generate a ejb31 deployment descriptor. When I run org.jboss.shrinkwrap.descriptor.test.ejbjar31.EjbJarDescriptorTestCase I get...
    Profile Photo
    last modified by frankie007