Note that there are some explanatory texts on larger screens.

plurals
  1. POJava-JBoss-Maven: Error getting jboss-as-client 5.0.1.GA Maven
    primarykey
    data
    text
    <p>Iam using the JBoss Server 5.0.1.GA, Eclipse and Maven to write a JBoss Client program.</p> <p>I added the following lines to my pom.xml:</p> <pre><code>&lt;dependency&gt; &lt;groupId&gt;org.jboss.jbossas&lt;/groupId&gt; &lt;artifactId&gt;jboss-as-client&lt;/artifactId&gt; &lt;type&gt;pom&lt;/type&gt; &lt;version&gt;5.0.1.GA&lt;/version&gt; &lt;/dependency&gt; </code></pre> <p>But now iam getting this error messages:</p> <pre><code>08.12.10 11:41:58 MEZ: Missing artifact org.jboss.jbossas:jboss-as-client:jar:5.0.1.GA:compile 08.12.10 11:41:58 MEZ: Missing artifact cglib:cglib:jar:2.1.3:compile 08.12.10 11:41:58 MEZ: Missing artifact jacorb:jacorb:jar:2.3.0jboss.patch5-brew:compile 08.12.10 11:41:58 MEZ: Missing artifact org.jboss.jbossas:jboss-as-iiop:jar:5.0.1.GA:compile 08.12.10 11:41:58 MEZ: Missing artifact org.jboss.jbossas:jboss-as-server:jar:5.0.1.GA:compile 08.12.10 11:41:58 MEZ: Missing artifact org.jboss.microcontainer:jboss-kernel:jar:2.0.4.GA:compile 08.12.10 11:41:58 MEZ: Missing artifact org.jboss.jbossas:jboss-as-server:jar:client:5.0.1.GA:compile 08.12.10 11:41:58 MEZ: Missing artifact sun-jaxb:jaxb-api:jar:2.1.9:compile 08.12.10 11:41:58 MEZ: Missing artifact org.jboss.jbossas:jboss-as-bootstrap:jar:5.0.1.GA:compile 08.12.10 11:41:58 MEZ: Missing artifact org.jboss.security:jbosssx:jar:2.0.2.SP6:compile 08.12.10 11:41:58 MEZ: Missing artifact org.jboss.jbossas:jboss-as-system-jmx:jar:5.0.1.GA:compile 08.12.10 11:41:58 MEZ: Missing artifact org.jboss.jbossas:jboss-as-system:jar:5.0.1.GA:compile 08.12.10 11:41:58 MEZ: Missing artifact org.jboss.jbossas:jboss-as-security:jar:5.0.1.GA:compile 08.12.10 11:41:58 MEZ: Missing artifact org.jboss.javaee:jboss-jacc-api:jar:1.1.0.GA_SP1:compile 08.12.10 11:41:58 MEZ: Missing artifact org.jboss.ws.native:jbossws-native-saaj:jar:3.0.5.GA:compile 08.12.10 11:41:58 MEZ: Missing artifact javax.security:jaas:jar:1.0.01:compile 08.12.10 11:41:58 MEZ: Missing artifact org.jboss.javaee:jboss-jca-api:jar:1.5.0.GA:compile 08.12.10 11:41:58 MEZ: Missing artifact jpl-util:jpl-util:jar:1.0:compile 08.12.10 11:41:58 MEZ: Missing artifact jpl-pattern:jpl-pattern:jar:1.0:compile 08.12.10 11:41:58 MEZ: Missing artifact org.jboss.naming:jnpserver:jar:5.0.1.GA:compile 08.12.10 11:41:58 MEZ: Missing artifact gnu-getopt:getopt:jar:1.0.12-brew:compile 08.12.10 11:41:58 MEZ: Missing artifact org.jboss:jboss-common-core:jar:2.2.11.GA:compile 08.12.10 11:41:58 MEZ: Missing artifact org.jboss.deployers:jboss-deployers-client-spi:jar:2.0.5.GA:compile 08.12.10 11:41:58 MEZ: Missing artifact org.jboss.man:jboss-managed:jar:2.0.0.GA:compile 08.12.10 11:41:58 MEZ: Missing artifact org.jboss.deployers:jboss-deployers-core-spi:jar:2.0.5.GA:compile 08.12.10 11:41:58 MEZ: Missing artifact org.jboss.jbossas:jboss-as-deployment:jar:5.0.1.GA:compile 08.12.10 11:41:58 MEZ: Missing artifact org.jboss.ejb3:jboss-ejb3-common:jar:client:1.0.0:compile 08.12.10 11:41:58 MEZ: Missing artifact org.jboss.ejb3:jboss-ejb3-core:jar:client:1.0.0:compile 08.12.10 11:41:58 MEZ: Missing artifact org.jboss.cache:jbosscache-core:jar:3.0.0.CR4:compile 08.12.10 11:41:58 MEZ: Missing artifact org.jboss.aspects:jboss-remoting-aspects:jar:1.0.1.CR4:compile 08.12.10 11:41:58 MEZ: Missing artifact org.jboss.aspects:jboss-transaction-aspects:jar:1.0.0.Beta1:compile 08.12.10 11:41:58 MEZ: Missing artifact org.jboss.aspects:jboss-security-aspects:jar:1.0.0.Beta1:compile 08.12.10 11:41:58 MEZ: Missing artifact org.jboss.cluster:jboss-ha-server-api:jar:1.1.0.CR4:compile 08.12.10 11:41:58 MEZ: Missing artifact org.jboss.ejb3:jboss-ejb3-async:jar:1.0.0:compile 08.12.10 11:41:58 MEZ: Missing artifact org.jboss.ejb3:jboss-ejb3-security:jar:1.0.0:compile 08.12.10 11:41:58 MEZ: Missing artifact org.jboss.ejb3:jboss-ejb3-proxy:jar:1.0.0:compile 08.12.10 11:41:58 MEZ: Missing artifact org.jboss.ejb3:jboss-ejb3-proxy-clustered:jar:1.0.0:compile 08.12.10 11:41:58 MEZ: Missing artifact org.jboss.ejb3:jboss-ejb3-transactions:jar:1.0.0:compile 08.12.10 11:41:58 MEZ: Missing artifact org.jboss.ejb3:jboss-ejb3-proxy:jar:client:1.0.0:compile 08.12.10 11:41:58 MEZ: Missing artifact org.jboss.ejb3:jboss-ejb3-proxy-clustered:jar:client:1.0.0:compile 08.12.10 11:41:58 MEZ: Missing artifact org.jboss.ejb3:jboss-ejb3-security:jar:client:1.0.0:compile 08.12.10 11:41:58 MEZ: Missing artifact org.jboss.jbossas:jboss-as-cluster:jar:jboss-ha-legacy-client:5.0.1.GA:compile 08.12.10 11:41:58 MEZ: Missing artifact org.jboss.cluster:jboss-ha-server-cache-spi:jar:1.1.0.GA:compile 08.12.10 11:41:58 MEZ: Missing artifact org.jboss.cluster:jboss-ha-server-cache-jbc:jar:1.1.0.GA:compile 08.12.10 11:41:58 MEZ: Missing artifact org.jboss.jbossas:jboss-as-iiop:jar:client:5.0.1.GA:compile 08.12.10 11:41:58 MEZ: Missing artifact apache-avalon:avalon-framework:jar:4.1.5:compile 08.12.10 11:41:58 MEZ: Missing artifact org.jboss.integration:jboss-classloading-spi:jar:5.0.3.GA:compile 08.12.10 11:41:58 MEZ: Missing artifact org.jboss.jbossas:jboss-as-main:jar:5.0.1.GA:compile 08.12.10 11:41:58 MEZ: Missing artifact org.jboss.integration:jboss-integration:jar:5.0.3.GA:compile 08.12.10 11:41:58 MEZ: Missing artifact org.jboss.jbossas:jboss-as-j2se:jar:5.0.1.GA:compile 08.12.10 11:41:58 MEZ: Missing artifact org.jboss.javaee:jboss-javaee:jar:5.0.1.GA:compile 08.12.10 11:41:58 MEZ: Missing artifact org.jboss.jbossas:jboss-as-management:jar:jsr77-client:5.0.1.GA:compile 08.12.10 11:41:58 MEZ: Missing artifact org.jboss.jbossas:jboss-as-cluster:jar:5.0.1.GA:compile 08.12.10 11:41:58 MEZ: Missing artifact org.jboss.logging:jboss-logging-jdk:jar:2.0.5.GA:compile 08.12.10 11:41:58 MEZ: Missing artifact org.jboss.jbossas:jboss-as-main:jar:client:5.0.1.GA:compile 08.12.10 11:41:58 MEZ: Missing artifact org.jboss:jboss-mdr:jar:2.0.1.GA:compile 08.12.10 11:41:58 MEZ: Missing artifact jboss.messaging:jboss-messaging:jar:1.4.1.GA:compile 08.12.10 11:41:58 MEZ: Missing artifact org.jboss.remoting:jboss-remoting:jar:2.5.0.SP2:compile 08.12.10 11:41:58 MEZ: Missing artifact org.jboss.security:jboss-security-spi:jar:2.0.2.SP6:compile 08.12.10 11:41:58 MEZ: Missing artifact org.jboss.jbossas:jboss-as-system:jar:client:5.0.1.GA:compile 08.12.10 11:41:58 MEZ: Missing artifact org.jboss.aop:jboss-aop:jar:2.0.1.GA:compile 08.12.10 11:41:58 MEZ: Missing artifact org.jboss.integration:jboss-profileservice-spi:jar:5.0.3.GA:compile 08.12.10 11:41:58 MEZ: Missing artifact org.jboss.man:jboss-metatype:jar:2.0.0.GA:compile 08.12.10 11:41:58 MEZ: Missing artifact org.jboss.microcontainer:jboss-dependency:jar:2.0.4.GA:compile 08.12.10 11:41:58 MEZ: Missing artifact org.jboss.microcontainer:jboss-aop-mc-int:jar:2.0.4.GA:compile 08.12.10 11:41:58 MEZ: Missing artifact org.jboss.jbossas:jboss-as-system-jmx:jar:client:5.0.1.GA:compile 08.12.10 11:41:58 MEZ: Missing artifact org.jboss.jbossas:jboss-as-jmx:jar:5.0.1.GA:compile 08.12.10 11:41:58 MEZ: Missing artifact org.jboss.jbossas:jboss-as-j2se:test-jar:tests:5.0.1.GA:compile 08.12.10 11:41:58 MEZ: Missing artifact org.jboss.jbossas:jboss-as-mbeans:jar:5.0.1.GA:compile 08.12.10 11:41:58 MEZ: Missing artifact org.jboss.test:jboss-test:jar:1.1.3.GA:compile 08.12.10 11:41:58 MEZ: Missing artifact jboss.profiler.jvmti:jboss-profiler-jvmti:jar:1.0.0.CR5:compile 08.12.10 11:41:58 MEZ: Missing artifact org.jboss.jbossas:jboss-server-manager:jar:1.0.0.GA:compile 08.12.10 11:41:58 MEZ: Missing artifact org.jboss.security:jbosssx-client:jar:2.0.2.SP6:compile 08.12.10 11:41:58 MEZ: Missing artifact org.jboss.jbossas:jboss-as-server:jar:jmx-invoker-adaptor-client:5.0.1.GA:compile 08.12.10 11:41:58 MEZ: Missing artifact org.jboss.naming:jnp-client:jar:5.0.1.GA:compile 08.12.10 11:41:58 MEZ: Missing artifact org.jboss.slf4j:slf4j-jboss-logging:jar:1.0.0.GA:compile </code></pre> <p>Thanks for your help in advance!</p> <p>Best wishes,</p> <p>Daniel</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload