jboss « Development « Maven/Ant Q&A

Home
Maven/Ant Q&A
1.Ant
2.artifact
3.dependency
4.deploy
5.Development
6.eclipse
7.glassfish
8.hudson
9.integration
10.jetty
11.junit
12.m2eclipse
13.module
14.netbeans
15.package
16.plugin
17.POM
18.repository
19.svn
Maven/Ant Q&A » Development » jboss 

1. is there a jboss parent maven project for the 6.x release?    stackoverflow.com

im trying to get familiar with the new JBoss 6 and having a really tough time piecing together all the different sub-projects that comprise it. basically what i want is to compose ...

2. How to maintain multiple connection factory descriptors for JBoss AS 5.1.0 in Maven project    stackoverflow.com

I migrated my JCA 1.5 connector project from eclipse project to maven project. In eclipse I've managed *-ds.xml files for target deployment systems with ant script.
Is there way in Maven to ...

3. Custom jboss-app.xml using Maven    stackoverflow.com

I declared a custom jboss-app.xml in my pom.xml, but the plugin is generated a internal and empty jboss-app.xml file into ear/META-INF. I implemented my pom.xml based on this article, with ...

4. application.xml for Jboss 6    stackoverflow.com

Can we package ear for jboss 6 ? What will be application.xml uri ??

<?xml version="1.0" encoding="UTF-8"?>
<application xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="5"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee 
http://java.sun.com/xml/ns/javaee  /application_5.xsd">

<display-name>my-ear</display-name>
<module>
    <ejb>my-ejb</ejb>
</module>
I have tried changing version for version=6 ...

5. JBoss Startup Problem    stackoverflow.com

While starting JBoss, it stops at Binding TransactionManager JNDI. This is a clean install of JBoss on my machine and before installing it I had installed Oracle. I thought there might be a ...

6. Debug JBoss source code    stackoverflow.com

I would like to obtain the JBoss Application Server 5.1.0 source code to go through it on Debugging mode. Where and how can I find the sources of JBoss? (if possible). A Jar ...

7. Unresolved dependence org.jboss.arquillian:arquillian-bom in JBoss 7 Quickstarts    stackoverflow.com

I'm trying to get arquillian run with jboss 7. I have downloaded the Quickstart projects from JBoss site, at http://www.jboss.org/jbossas/downloads, but I'm having troubles in running the Arquillian tests ...

8. How can I get Maven to compare two files from different war-archives?    stackoverflow.com

I need to find a file in my newly built war and compare parts of it (or possibly the entire file) with a file named and placed exactly the same way ...

9. Which version / link please, of Maven should I use for JBOSS 4.1?    stackoverflow.com

Which version / link please, of Maven should I use for JBOSS 4.1? Can you please provide the "Install New Software..." link if possible. I used http://m2eclipse.sonatype.org/sites/archives/0.9.7.20090210120238/ But I am getting errors ...

10. EAR deployement with Datasource and Maven (Already registered MBean)    community.jboss.org

I'm deploying through Maven with cargo plugin. Each time I want to launch a Jenkins task (wich is deploying with cargo plugin), I have build error because of this error (considering ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.