Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within EJB and other Jakarta /Java EE Technologies
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
paul wheaton
Jeanne Boyarsky
Ron McLeod
Sheriffs:
Paul Clapham
Liutauras Vilda
Devaka Cooray
Saloon Keepers:
Tim Holloway
Roland Mueller
Bartenders:
Forums:
EJB and other Jakarta /Java EE Technologies
JBoss/WildFly
Deploying Ear at JBoss AS 7
Allan Queiroz
Greenhorn
Posts: 2
posted 11 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hy guys!
Im trying to deploy an EAR at
JBoss
AS 7.1.1 using
maven
:
mvn clean ear:generate-application-xml jboss-as:deploy
But those erros are ocurring:
Log
13:04:16,858 INFO [org.jboss.as.repository] (management-handler-thread - 1) JBAS014900: Content added at location /Users/az/devtools/jboss-as-7.1.1.Final/standalone/data/content/e9/c2fadd7655b9ded7bb10c8e4c59592c88ec525/content 13:04:16,926 INFO [org.jboss.as.server.deployment] (MSC service thread 1-11) JBAS015876: Starting deployment of "hugmeEAR-2014.ear" 13:04:19,712 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry hugme-web.war in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,721 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry lib/obvio-common.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,722 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry lib/obvio-utility.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,723 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry lib/hugme-entity.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,724 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry lib/hugme-mail.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,725 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry lib/hugme-objects.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,726 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry lib/hugme-persistence.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,726 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry lib/hugme-wscliente.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,727 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry hugme-ejb-alert.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,728 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry hugme-ejb-automatizacao.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,729 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry hugme-ejb-common.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,730 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry hugme-ejb-crm.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,731 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry hugme-ejb-log.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,731 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry hugme-ejb-monitor.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,732 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry hugme-ejb-queue.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,732 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry hugme-ejb-report.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,733 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry hugme-ejb-security.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,733 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry hugme-ejb-social.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,734 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry hugme-ejb-ticket.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,734 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry hugme-ejb-alert-client.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,735 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry hugme-ejb-automatizacao-client.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,735 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry hugme-ejb-common-client.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,736 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry hugme-ejb-crm-client.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,736 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry hugme-ejb-log-client.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,737 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry hugme-ejb-monitor-client.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,738 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry hugme-ejb-queue-client.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,738 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry hugme-ejb-report-client.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,739 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry hugme-ejb-security-client.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,739 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry hugme-ejb-social-client.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,740 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry hugme-ejb-ticket-client.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,741 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry lib/hibernate-commons-annotations-3.2.0.Final.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,741 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry lib/slf4j-api-1.5.8.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,742 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry lib/hibernate-core-4.2.0.Final.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,742 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry lib/antlr-2.7.7.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,743 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry lib/jboss-logging-3.1.0.GA.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,743 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry lib/jboss-transaction-api_1.1_spec-1.0.0.Final.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,744 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry lib/dom4j-1.6.1.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,744 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry lib/javassist-3.15.0-GA.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,745 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry lib/hibernate-commons-annotations-4.0.1.Final.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,745 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry lib/hibernate-entitymanager-3.6.0.Final.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,746 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry lib/cglib-2.2.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,746 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry lib/javassist-3.12.0.GA.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,747 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry lib/hibernate-jpa-2.0-api-1.0.0.Final.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,748 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry lib/hibernate-search-engine-4.2.0.Final.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,748 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry lib/hibernate-search-analyzers-4.2.0.Final.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,749 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry lib/lucene-analyzers-3.6.2.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,750 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry lib/solr-analysis-extras-3.6.2.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,751 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry lib/solr-core-3.6.2.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,752 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry lib/solr-solrj-3.6.2.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,753 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry lib/lucene-highlighter-3.6.2.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,753 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry lib/lucene-kuromoji-3.6.2.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,754 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry lib/lucene-memory-3.6.2.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,755 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry lib/lucene-misc-3.6.2.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,756 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry lib/lucene-phonetic-3.6.2.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,756 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry lib/lucene-spatial-3.6.2.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,757 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry lib/lucene-spellchecker-3.6.2.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,758 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry lib/lucene-grouping-3.6.2.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,759 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry lib/commons-io-2.1.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,759 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry lib/guava-r05.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,760 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry lib/lucene-smartcn-3.6.2.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,761 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry lib/lucene-stempel-3.6.2.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,762 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry lib/avro-1.6.3.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,763 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry lib/paranamer-2.3.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,764 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry lib/snappy-java-1.0.4.1.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,764 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry lib/lucene-facet-3.6.2.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,765 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry lib/hibernate-search-orm-4.2.0.Final.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,766 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry lib/spring-social-security-1.1.0.M4.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,767 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry lib/spring-social-twitter-1.1.0.M4.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,767 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry lib/spring-social-core-1.1.0.M4.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,768 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry lib/spring-social-facebook-1.1.0.M4.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,768 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry lib/spring-security-core-3.1.4.RELEASE.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,769 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry lib/spring-aop-3.0.7.RELEASE.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,769 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry lib/spring-asm-3.0.7.RELEASE.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,770 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry lib/aopalliance-1.0.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,770 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry lib/spring-context-3.0.7.RELEASE.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,771 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry lib/spring-beans-3.0.7.RELEASE.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,772 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry lib/spring-expression-3.0.7.RELEASE.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,772 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry lib/spring-security-crypto-3.1.4.RELEASE.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,773 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry lib/spring-core-3.2.5.RELEASE.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,774 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry lib/spring-web-3.2.2.RELEASE.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,774 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry lib/log4j-1.2.16.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,775 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry lib/commons-logging-1.0.4.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,776 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry lib/axis-1.4.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,776 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry lib/commons-discovery-0.2.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,777 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry lib/jaxrpc-api-1.1.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,778 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry lib/saaj-api-1.3.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,778 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry lib/activation-1.0.2.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,779 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry lib/saaj-impl-1.3.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,779 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry lib/wsdl4j-1.6.2.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,780 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry lib/commons-beanutils-1.8.3.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,780 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry lib/jackson-annotations-2.2.2.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,781 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry lib/jackson-core-2.2.2.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,781 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry lib/jackson-databind-2.2.2.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,782 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry lib/jackson-core-asl-1.9.9.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,782 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry lib/jackson-mapper-asl-1.9.9.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,783 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry lib/xwork-core-2.3.4.1.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,784 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry lib/commons-lang3-3.1.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,785 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry lib/ognl-3.0.5.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,785 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry lib/asm-3.3.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,786 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry lib/asm-commons-3.3.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,786 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry lib/asm-tree-3.3.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,787 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry lib/xpp3_min-1.1.4c.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,787 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry lib/xstream-1.3.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,788 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry lib/lucene-core-3.6.2.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,788 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry lib/servlet-api-2.5.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,789 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry lib/velocity-1.7.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,789 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry lib/commons-collections-3.2.1.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,790 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry lib/commons-lang-2.4.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,790 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry lib/poi-3.9.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,791 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry lib/commons-codec-1.5.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,791 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry lib/gson-2.2.4.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,792 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry lib/json-20131018.jar in "/content/hugmeEAR-2014.ear" does not point to a valid jar for a Class-Path reference. 13:04:19,798 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry jaxp-api.jar in "/content/hugmeEAR-2014.ear/lib/saaj-api-1.3.jar" does not point to a valid jar for a Class-Path reference. 13:04:19,799 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry jax-qname.jar in "/content/hugmeEAR-2014.ear/lib/saaj-api-1.3.jar" does not point to a valid jar for a Class-Path reference. 13:04:19,800 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry activation.jar in "/content/hugmeEAR-2014.ear/lib/saaj-api-1.3.jar" does not point to a valid jar for a Class-Path reference. 13:04:19,801 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry servlet.jar in "/content/hugmeEAR-2014.ear/lib/saaj-api-1.3.jar" does not point to a valid jar for a Class-Path reference. 13:04:19,803 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry saaj-api.jar in "/content/hugmeEAR-2014.ear/lib/saaj-impl-1.3.jar" does not point to a valid jar for a Class-Path reference. 13:04:19,803 WARN [org.jboss.as.server.deployment] (MSC service thread 1-5) Class Path entry activation.jar in "/content/hugmeEAR-2014.ear/lib/saaj-impl-1.3.jar" does not point to a valid jar for a Class-Path reference. 13:04:19,827 INFO [org.jboss.as.server.deployment] (MSC service thread 1-10) JBAS015876: Starting deployment of "hugme-ejb-report.jar" 13:04:19,827 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "hugme-ejb-common.jar" 13:04:19,827 INFO [org.jboss.as.server.deployment] (MSC service thread 1-12) JBAS015876: Starting deployment of "hugme-ejb-log.jar" 13:04:19,827 INFO [org.jboss.as.server.deployment] (MSC service thread 1-6) JBAS015876: Starting deployment of "hugme-ejb-monitor.jar" 13:04:19,827 INFO [org.jboss.as.server.deployment] (MSC service thread 1-11) JBAS015876: Starting deployment of "hugme-web.war" 13:04:19,827 INFO [org.jboss.as.server.deployment] (MSC service thread 1-9) JBAS015876: Starting deployment of "hugme-ejb-crm.jar" 13:04:19,827 INFO [org.jboss.as.server.deployment] (MSC service thread 1-14) JBAS015876: Starting deployment of "hugme-ejb-queue.jar" 13:04:19,827 INFO [org.jboss.as.server.deployment] (MSC service thread 1-16) JBAS015876: Starting deployment of "hugme-ejb-automatizacao.jar" 13:04:19,827 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "hugme-ejb-alert.jar" 13:04:19,827 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "hugme-ejb-ticket.jar" 13:04:19,827 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "hugme-ejb-social.jar" 13:04:19,827 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015876: Starting deployment of "hugme-ejb-security.jar" 13:04:20,303 WARN [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015893: Encountered invalid class name 'org.xmlpull.mxp1.MXParser,org.xmlpull.mxp1_serializer.MXSerializer' for service type 'org.xmlpull.v1.XmlPullParserFactory' 13:04:20,385 INFO [org.jboss.as.jpa] (MSC service thread 1-7) JBAS011401: Read persistence.xml for raresponde 13:04:20,750 WARN [org.jboss.modules] (MSC service thread 1-1) Failed to define class br.com.obvio.hugme.alert.service.AlertaSessionBean in Module "deployment.hugmeEAR-2014.ear.hugme-ejb-alert.jar:main" from Service Module Loader: java.lang.LinkageError: Failed to link br/com/obvio/hugme/alert/service/AlertaSessionBean (Module "deployment.hugmeEAR-2014.ear.hugme-ejb-alert.jar:main" from Service Module Loader) at org.jboss.modules.ModuleClassLoader.defineClass(ModuleClassLoader.java:396) at org.jboss.modules.ModuleClassLoader.loadClassLocal(ModuleClassLoader.java:243) at org.jboss.modules.ModuleClassLoader$1.loadClassLocal(ModuleClassLoader.java:73) at org.jboss.modules.Module.loadModuleClass(Module.java:517) at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:182) at org.jboss.modules.ConcurrentClassLoader.performLoadClassUnchecked(ConcurrentClassLoader.java:468) at org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:456) at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:398) at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:120) at java.lang.Class.forName0(Native Method) [rt.jar:1.7.0_45] at java.lang.Class.forName(Class.java:270) [rt.jar:1.7.0_45] at org.jboss.as.server.deployment.reflect.DeploymentClassIndex.classIndex(DeploymentClassIndex.java:54) at org.jboss.as.ee.component.deployers.InterceptorAnnotationProcessor.processComponentConfig(InterceptorAnnotationProcessor.java:63) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final] at org.jboss.as.ee.component.deployers.InterceptorAnnotationProcessor.deploy(InterceptorAnnotationProcessor.java:55) [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final] at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:113) at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_45] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_45] at java.lang.Thread.run(Thread.java:744) [rt.jar:1.7.0_45] Caused by: java.lang.NoClassDefFoundError: br/com/obvio/hugme/alert/service/AlertaSessionBeanRemote at java.lang.ClassLoader.defineClass1(Native Method) [rt.jar:1.7.0_45] at java.lang.ClassLoader.defineClass(ClassLoader.java:800) [rt.jar:1.7.0_45] at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) [rt.jar:1.7.0_45] at org.jboss.modules.ModuleClassLoader.doDefineOrLoadClass(ModuleClassLoader.java:327) at org.jboss.modules.ModuleClassLoader.defineClass(ModuleClassLoader.java:391) ... 19 more Caused by: java.lang.ClassNotFoundException: br.com.obvio.hugme.alert.service.AlertaSessionBeanRemote from [Module "deployment.hugmeEAR-2014.ear.hugme-ejb-alert.jar:main" from Service Module Loader] at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:190) at org.jboss.modules.ConcurrentClassLoader.performLoadClassUnchecked(ConcurrentClassLoader.java:468) at org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:456) at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:398) at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:120) ... 24 more My POMs:
Root POM
<?xml version="1.0"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>br.com.obvio.hugme</groupId> <artifactId>hugme-parent</artifactId> <version>2014</version> <packaging>pom</packaging> <modules> <module>hugmeEAR</module> <module>obvio-common</module> <!--<module>obvio-parser</module>--> <module>obvio-utility</module> <module>hugme-entity</module> <module>hugme-ejb-alert</module> <module>hugme-ejb-alert-client</module> <module>hugme-ejb-automatizacao</module> <module>hugme-ejb-automatizacao-client</module> <module>hugme-ejb-common</module> <module>hugme-ejb-common-client</module> <module>hugme-ejb-crm</module> <module>hugme-ejb-crm-client</module> <module>hugme-ejb-log</module> <module>hugme-ejb-log-client</module> <module>hugme-ejb-monitor</module> <module>hugme-ejb-monitor-client</module> <module>hugme-ejb-queue</module> <module>hugme-ejb-queue-client</module> <module>hugme-ejb-report</module> <module>hugme-ejb-report-client</module> <module>hugme-ejb-security</module> <module>hugme-ejb-security-client</module> <module>hugme-ejb-social</module> <module>hugme-ejb-social-client</module> <module>hugme-ejb-ticket</module> <module>hugme-ejb-ticket-client</module> <module>hugme-mail</module> <module>hugme-objects</module> <module>hugme-persistence</module> <module>hugme-web</module> <module>hugme-wscliente</module> </modules> <properties> <project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding> </properties> <dependencies> <dependency> <groupId>javax</groupId> <artifactId>javaee-api</artifactId> <version>6.0</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.jboss.spec.javax.annotation</groupId> <artifactId>jboss-annotations-api_1.1_spec</artifactId> <version>1.0.1.Final</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.jboss.spec.javax.ejb</groupId> <artifactId>jboss-ejb-api_3.1_spec</artifactId> <version>1.0.1.Final</version> <scope>provided</scope> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <version>2.1.2</version> <executions> <execution> <id>attach-sources</id> <phase>package</phase> <goals> <goal>jar</goal> </goals> </execution> </executions> <configuration> <attach>true</attach> </configuration> </plugin> </plugins> </build>
Ear POM
<?xml version="1.0"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>br.com.obvio.hugme</groupId> <artifactId>hugmeEAR</artifactId> <version>2014</version> <packaging>ear</packaging> <parent> <groupId>br.com.obvio.hugme</groupId> <artifactId>hugme-parent</artifactId> <version>2014</version> </parent> <dependencies> <dependency> <groupId>br.com.obvio</groupId> <artifactId>obvio-common</artifactId> <version>${project.version}</version> <type>jar</type> </dependency> <dependency> <groupId>br.com.obvio</groupId> <artifactId>obvio-utility</artifactId> <version>${project.version}</version> <type>jar</type> </dependency> <dependency> <groupId>br.com.obvio.hugme</groupId> <artifactId>hugme-entity</artifactId> <version>${project.version}</version> <type>jar</type> </dependency> <dependency> <groupId>br.com.obvio.hugme</groupId> <artifactId>hugme-mail</artifactId> <version>${project.version}</version> <type>jar</type> </dependency> <dependency> <groupId>br.com.obvio.hugme</groupId> <artifactId>hugme-objects</artifactId> <version>${project.version}</version> <type>jar</type> </dependency> <dependency> <groupId>br.com.obvio.hugme</groupId> <artifactId>hugme-persistence</artifactId> <version>${project.version}</version> <type>jar</type> </dependency> <dependency> <groupId>br.com.obvio.hugme</groupId> <artifactId>hugme-wscliente</artifactId> <version>${project.version}</version> <type>jar</type> </dependency> <dependency> <groupId>br.com.obvio.hugme</groupId> <artifactId>hugme-web</artifactId> <version>${project.version}</version> <type>war</type> </dependency> <dependency> <groupId>br.com.obvio.hugme</groupId> <artifactId>hugme-ejb-alert</artifactId> <version>${project.version}</version> <type>ejb</type> </dependency> <dependency> <groupId>br.com.obvio.hugme</groupId> <artifactId>hugme-ejb-automatizacao</artifactId> <version>${project.version}</version> <type>ejb</type> </dependency> <dependency> <groupId>br.com.obvio.hugme</groupId> <artifactId>hugme-ejb-common</artifactId> <version>${project.version}</version> <type>ejb</type> </dependency> <dependency> <groupId>br.com.obvio.hugme</groupId> <artifactId>hugme-ejb-crm</artifactId> <version>${project.version}</version> <type>ejb</type> </dependency> <dependency> <groupId>br.com.obvio.hugme</groupId> <artifactId>hugme-ejb-log</artifactId> <version>${project.version}</version> <type>ejb</type> </dependency> <dependency> <groupId>br.com.obvio.hugme</groupId> <artifactId>hugme-ejb-monitor</artifactId> <version>${project.version}</version> <type>ejb</type> </dependency> <dependency> <groupId>br.com.obvio.hugme</groupId> <artifactId>hugme-ejb-queue</artifactId> <version>${project.version}</version> <type>ejb</type> </dependency> <dependency> <groupId>br.com.obvio.hugme</groupId> <artifactId>hugme-ejb-report</artifactId> <version>${project.version}</version> <type>ejb</type> </dependency> <dependency> <groupId>br.com.obvio.hugme</groupId> <artifactId>hugme-ejb-security</artifactId> <version>${project.version}</version> <type>ejb</type> </dependency> <dependency> <groupId>br.com.obvio.hugme</groupId> <artifactId>hugme-ejb-social</artifactId> <version>${project.version}</version> <type>ejb</type> </dependency> <dependency> <groupId>br.com.obvio.hugme</groupId> <artifactId>hugme-ejb-ticket</artifactId> <version>${project.version}</version> <type>ejb</type> </dependency> <dependency> <groupId>br.com.obvio.hugme</groupId> <artifactId>hugme-ejb-alert-client</artifactId> <version>${project.version}</version> <type>jar</type> </dependency> <dependency> <groupId>br.com.obvio.hugme</groupId> <artifactId>hugme-ejb-automatizacao-client</artifactId> <version>${project.version}</version> <type>jar</type> </dependency> <dependency> <groupId>br.com.obvio.hugme</groupId> <artifactId>hugme-ejb-common-client</artifactId> <version>${project.version}</version> <type>jar</type> </dependency> <dependency> <groupId>br.com.obvio.hugme</groupId> <artifactId>hugme-ejb-crm-client</artifactId> <version>${project.version}</version> <type>jar</type> </dependency> <dependency> <groupId>br.com.obvio.hugme</groupId> <artifactId>hugme-ejb-log-client</artifactId> <version>${project.version}</version> <type>jar</type> </dependency> <dependency> <groupId>br.com.obvio.hugme</groupId> <artifactId>hugme-ejb-monitor-client</artifactId> <version>${project.version}</version> <type>jar</type> </dependency> <dependency> <groupId>br.com.obvio.hugme</groupId> <artifactId>hugme-ejb-queue-client</artifactId> <version>${project.version}</version> <type>jar</type> </dependency> <dependency> <groupId>br.com.obvio.hugme</groupId> <artifactId>hugme-ejb-report-client</artifactId> <version>${project.version}</version> <type>jar</type> </dependency> <dependency> <groupId>br.com.obvio.hugme</groupId> <artifactId>hugme-ejb-security-client</artifactId> <version>${project.version}</version> <type>jar</type> </dependency> <dependency> <groupId>br.com.obvio.hugme</groupId> <artifactId>hugme-ejb-social-client</artifactId> <version>${project.version}</version> <type>jar</type> </dependency> <dependency> <groupId>br.com.obvio.hugme</groupId> <artifactId>hugme-ejb-ticket-client</artifactId> <version>${project.version}</version> <type>jar</type> </dependency> <!-- HIBERNATE --> <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-commons-annotations</artifactId> <version>3.2.0.Final</version> </dependency> <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-core</artifactId> <version>4.2.0.Final</version> </dependency> <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-entitymanager</artifactId> <version>3.6.0.Final</version> </dependency> <dependency> <groupId>org.hibernate.javax.persistence</groupId> <artifactId>hibernate-jpa-2.0-api</artifactId> <version>1.0.0.Final</version> </dependency> <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-search-engine</artifactId> <version>4.2.0.Final</version> </dependency> <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-search-orm</artifactId> <version>4.2.0.Final</version> </dependency> <!-- SPRING --> <dependency> <groupId>org.springframework.social</groupId> <artifactId>spring-social-security</artifactId> <version>1.1.0.M4</version> </dependency> <dependency> <groupId>org.springframework.social</groupId> <artifactId>spring-social-twitter</artifactId> <version>1.1.0.M4</version> </dependency> <dependency> <groupId>org.springframework.social</groupId> <artifactId>spring-social-core</artifactId> <version>1.1.0.M4</version> </dependency> <dependency> <groupId>org.springframework.social</groupId> <artifactId>spring-social-facebook</artifactId> <version>1.1.0.M4</version> </dependency> <dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-core</artifactId> <version>3.1.4.RELEASE</version> </dependency> <dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-crypto</artifactId> <version>3.1.4.RELEASE</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> <version>3.2.5.RELEASE</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-web</artifactId> <version>3.2.2.RELEASE</version> </dependency> <!-- LOG --> <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <version>1.2.16</version> </dependency> <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> <version>1.0.4</version> </dependency> <!-- WS --> <dependency> <groupId>org.apache.axis</groupId> <artifactId>axis</artifactId> <version>1.4</version> </dependency> <dependency> <groupId>commons-discovery</groupId> <artifactId>commons-discovery</artifactId> <version>0.2</version> </dependency> <dependency> <groupId>javax.xml</groupId> <artifactId>jaxrpc</artifactId> <version>1.1</version> </dependency> <dependency> <groupId>javax.xml.soap</groupId> <artifactId>saaj-api</artifactId> <version>1.3</version> </dependency> <dependency> <groupId>javax.xml.soap</groupId> <artifactId>saaj-impl</artifactId> <version>1.3</version> </dependency> <dependency> <groupId>wsdl4j</groupId> <artifactId>wsdl4j</artifactId> <version>1.6.2</version> </dependency> <dependency> <groupId>commons-beanutils</groupId> <artifactId>commons-beanutils</artifactId> <version>1.8.3</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-annotations</artifactId> <version>2.2.2</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> <version>2.2.2</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <version>2.2.2</version> </dependency> <dependency> <groupId>org.codehaus.jackson</groupId> <artifactId>jackson-core-asl</artifactId> <version>1.9.9</version> </dependency> <dependency> <groupId>org.codehaus.jackson</groupId> <artifactId>jackson-mapper-asl</artifactId> <version>1.9.9</version> </dependency> <dependency> <groupId>org.apache.struts.xwork</groupId> <artifactId>xwork-core</artifactId> <version>2.3.4.1</version> </dependency> <dependency> <groupId>xpp3</groupId> <artifactId>xpp3_min</artifactId> <version>1.1.4c</version> </dependency> <dependency> <groupId>com.thoughtworks.xstream</groupId> <artifactId>xstream</artifactId> <version>1.3</version> </dependency> <dependency> <groupId>org.apache.lucene</groupId> <artifactId>lucene-core</artifactId> <version>3.6.2</version> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> <version>2.5</version> </dependency> <dependency> <groupId>org.apache.velocity</groupId> <artifactId>velocity</artifactId> <version>1.7</version> </dependency> <dependency> <groupId>org.apache.poi</groupId> <artifactId>poi</artifactId> <version>3.9</version> </dependency> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>2.2.4</version> </dependency> <dependency> <groupId>org.json</groupId> <artifactId>json</artifactId> <version>20131018</version> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.jboss.as.plugins</groupId> <artifactId>jboss-as-maven-plugin</artifactId> <version>7.3.Final</version> <configuration> <filename>hugmeEAR-2014.ear</filename> <execCommands/> <execute-commands/> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-ear-plugin</artifactId> <version>2.9</version> <configuration> <archive> <manifest> <addClasspath>true</addClasspath> </manifest> </archive> <earSourceDirectory>EarContent</earSourceDirectory> <generateApplicationXml>true</generateApplicationXml> <version>6</version> <defaultLibBundleDir>lib</defaultLibBundleDir> <modules> <webModule> <groupId>br.com.obvio.hugme</groupId> <artifactId>hugme-web</artifactId> <bundleFileName>hugme-web.war</bundleFileName> <contextRoot>/hugme</contextRoot> </webModule> <jarModule> <groupId>br.com.obvio</groupId> <artifactId>obvio-common</artifactId> <bundleFileName>obvio-common.jar</bundleFileName> </jarModule> <jarModule> <groupId>br.com.obvio</groupId> <artifactId>obvio-utility</artifactId> <bundleFileName>obvio-utility.jar</bundleFileName> </jarModule> <jarModule> <groupId>br.com.obvio.hugme</groupId> <artifactId>hugme-entity</artifactId> <bundleFileName>hugme-entity.jar</bundleFileName> </jarModule> <jarModule> <groupId>br.com.obvio.hugme</groupId> <artifactId>hugme-mail</artifactId> <bundleFileName>hugme-mail.jar</bundleFileName> </jarModule> <jarModule> <groupId>br.com.obvio.hugme</groupId> <artifactId>hugme-objects</artifactId> <bundleFileName>hugme-objects.jar</bundleFileName> </jarModule> <jarModule> <groupId>br.com.obvio.hugme</groupId> <artifactId>hugme-persistence</artifactId> <bundleFileName>hugme-persistence.jar</bundleFileName> </jarModule> <jarModule> <groupId>br.com.obvio.hugme</groupId> <artifactId>hugme-wscliente</artifactId> <bundleFileName>hugme-wscliente.jar</bundleFileName> </jarModule> <ejbModule> <groupId>br.com.obvio.hugme</groupId> <artifactId>hugme-ejb-alert</artifactId> <bundleFileName>hugme-ejb-alert.jar</bundleFileName> </ejbModule> <ejbModule> <groupId>br.com.obvio.hugme</groupId> <artifactId>hugme-ejb-automatizacao</artifactId> <bundleFileName>hugme-ejb-automatizacao.jar</bundleFileName> </ejbModule> <ejbModule> <groupId>br.com.obvio.hugme</groupId> <artifactId>hugme-ejb-common</artifactId> <bundleFileName>hugme-ejb-common.jar</bundleFileName> </ejbModule> <ejbModule> <groupId>br.com.obvio.hugme</groupId> <artifactId>hugme-ejb-crm</artifactId> <bundleFileName>hugme-ejb-crm.jar</bundleFileName> </ejbModule> <ejbModule> <groupId>br.com.obvio.hugme</groupId> <artifactId>hugme-ejb-log</artifactId> <bundleFileName>hugme-ejb-log.jar</bundleFileName> </ejbModule> <ejbModule> <groupId>br.com.obvio.hugme</groupId> <artifactId>hugme-ejb-monitor</artifactId> <bundleFileName>hugme-ejb-monitor.jar</bundleFileName> </ejbModule> <ejbModule> <groupId>br.com.obvio.hugme</groupId> <artifactId>hugme-ejb-queue</artifactId> <bundleFileName>hugme-ejb-queue.jar</bundleFileName> </ejbModule> <ejbModule> <groupId>br.com.obvio.hugme</groupId> <artifactId>hugme-ejb-report</artifactId> <bundleFileName>hugme-ejb-report.jar</bundleFileName> </ejbModule> <ejbModule> <groupId>br.com.obvio.hugme</groupId> <artifactId>hugme-ejb-security</artifactId> <bundleFileName>hugme-ejb-security.jar</bundleFileName> </ejbModule> <ejbModule> <groupId>br.com.obvio.hugme</groupId> <artifactId>hugme-ejb-social</artifactId> <bundleFileName>hugme-ejb-social.jar</bundleFileName> </ejbModule> <ejbModule> <groupId>br.com.obvio.hugme</groupId> <artifactId>hugme-ejb-ticket</artifactId> <bundleFileName>hugme-ejb-ticket.jar</bundleFileName> </ejbModule> <jarModule> <groupId>br.com.obvio.hugme</groupId> <artifactId>hugme-ejb-alert-client</artifactId> <bundleFileName>hugme-ejb-alert-client.jar</bundleFileName> <bundleDir>/</bundleDir> </jarModule> <jarModule> <groupId>br.com.obvio.hugme</groupId> <artifactId>hugme-ejb-automatizacao-client</artifactId> <bundleFileName>hugme-ejb-automatizacao-client.jar</bundleFileName> <bundleDir>/</bundleDir> </jarModule> <jarModule> <groupId>br.com.obvio.hugme</groupId> <artifactId>hugme-ejb-common-client</artifactId> <bundleFileName>hugme-ejb-common-client.jar</bundleFileName> <bundleDir>/</bundleDir> </jarModule> <jarModule> <groupId>br.com.obvio.hugme</groupId> <artifactId>hugme-ejb-crm-client</artifactId> <bundleFileName>hugme-ejb-crm-client.jar</bundleFileName> <bundleDir>/</bundleDir> </jarModule> <jarModule> <groupId>br.com.obvio.hugme</groupId> <artifactId>hugme-ejb-log-client</artifactId> <bundleFileName>hugme-ejb-log-client.jar</bundleFileName> <bundleDir>/</bundleDir> </jarModule> <jarModule> <groupId>br.com.obvio.hugme</groupId> <artifactId>hugme-ejb-monitor-client</artifactId> <bundleFileName>hugme-ejb-monitor-client.jar</bundleFileName> <bundleDir>/</bundleDir> </jarModule> <jarModule> <groupId>br.com.obvio.hugme</groupId> <artifactId>hugme-ejb-queue-client</artifactId> <bundleFileName>hugme-ejb-queue-client.jar</bundleFileName> <bundleDir>/</bundleDir> </jarModule> <jarModule> <groupId>br.com.obvio.hugme</groupId> <artifactId>hugme-ejb-report-client</artifactId> <bundleFileName>hugme-ejb-report-client.jar</bundleFileName> <bundleDir>/</bundleDir> </jarModule> <jarModule> <groupId>br.com.obvio.hugme</groupId> <artifactId>hugme-ejb-security-client</artifactId> <bundleFileName>hugme-ejb-security-client.jar</bundleFileName> <bundleDir>/</bundleDir> </jarModule> <jarModule> <groupId>br.com.obvio.hugme</groupId> <artifactId>hugme-ejb-social-client</artifactId> <bundleFileName>hugme-ejb-social-client.jar</bundleFileName> <bundleDir>/</bundleDir> </jarModule> <jarModule> <groupId>br.com.obvio.hugme</groupId> <artifactId>hugme-ejb-ticket-client</artifactId> <bundleFileName>hugme-ejb-ticket-client.jar</bundleFileName> <bundleDir>/</bundleDir> </jarModule> </modules> </configuration> </plugin> </plugins> </build>
Ejb
POM
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <artifactId>hugme-ejb-alert</artifactId> <packaging>ejb</packaging> <parent> <groupId>br.com.obvio.hugme</groupId> <artifactId>hugme-parent</artifactId> <version>2014</version> </parent> <dependencies> <dependency> <groupId>br.com.obvio</groupId> <artifactId>obvio-common</artifactId> <version>${project.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>br.com.obvio.hugme</groupId> <artifactId>hugme-entity</artifactId> <version>${project.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>br.com.obvio.hugme</groupId> <artifactId>hugme-mail</artifactId> <version>${project.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>br.com.obvio.hugme</groupId> <artifactId>hugme-objects</artifactId> <version>${project.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>br.com.obvio.hugme</groupId> <artifactId>hugme-persistence</artifactId> <version>${project.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>br.com.obvio.hugme</groupId> <artifactId>hugme-ejb-ticket-client</artifactId> <version>${project.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>br.com.obvio</groupId> <artifactId>obvio-utility</artifactId> <version>${project.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>br.com.obvio.hugme</groupId> <artifactId>hugme-ejb-alert-client</artifactId> <version>${project.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-core</artifactId> <version>4.2.0.Final</version> <scope>provided</scope> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>3.1</version> <configuration> <source>1.6</source> <target>1.6</target> </configuration> </plugin> <plugin> <groupId>org.jboss.as.plugins</groupId> <artifactId>jboss-as-maven-plugin</artifactId> <version>7.3.Final</version> <configuration> <filename>hugme-ejb-alert.jar</filename> <execCommands/> <execute-commands/> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-ejb-plugin</artifactId> <version>2.3</version> <configuration> <ejbVersion>3.1</ejbVersion> <generateClient>false</generateClient> </configuration> </plugin> </plugins> </build>
Ejb Client POM
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>br.com.obvio.hugme</groupId> <artifactId>hugme-ejb-alert-client</artifactId> <version>2014</version> <parent> <groupId>br.com.obvio.hugme</groupId> <artifactId>hugme-parent</artifactId> <version>2014</version> </parent> <dependencies> <dependency> <groupId>br.com.obvio.hugme</groupId> <artifactId>hugme-entity</artifactId> <version>${project.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>br.com.obvio.hugme</groupId> <artifactId>hugme-objects</artifactId> <version>${project.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>br.com.obvio.hugme</groupId> <artifactId>hugme-persistence</artifactId> <version>${project.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>br.com.obvio</groupId> <artifactId>obvio-common</artifactId> <version>${project.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>br.com.obvio</groupId> <artifactId>obvio-utility</artifactId> <version>${project.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-core</artifactId> <version>4.2.0.Final</version> <scope>provided</scope> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>3.1</version> <configuration> <source>1.6</source> <target>1.6</target> </configuration> </plugin> </plugins> </build> </project>
War POM
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>br.com.obvio.hugme</groupId> <artifactId>hugme-web</artifactId> <version>2014</version> <packaging>war</packaging> <parent> <groupId>br.com.obvio.hugme</groupId> <artifactId>hugme-parent</artifactId> <version>2014</version> </parent> <dependencies> <dependency> <groupId>br.com.obvio.hugme</groupId> <artifactId>hugme-entity</artifactId> <version>${project.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>br.com.obvio.hugme</groupId> <artifactId>hugme-objects</artifactId> <version>${project.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>br.com.obvio.hugme</groupId> <artifactId>hugme-ejb-security-client</artifactId> <version>${project.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>br.com.obvio.hugme</groupId> <artifactId>hugme-ejb-common-client</artifactId> <version>${project.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>br.com.obvio.hugme</groupId> <artifactId>hugme-ejb-report-client</artifactId> <version>${project.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>br.com.obvio.hugme</groupId> <artifactId>hugme-ejb-ticket-client</artifactId> <version>${project.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>br.com.obvio.hugme</groupId> <artifactId>hugme-ejb-alert-client</artifactId> <version>${project.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>br.com.obvio.hugme</groupId> <artifactId>hugme-ejb-crm-client</artifactId> <version>${project.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>br.com.obvio.hugme</groupId> <artifactId>hugme-ejb-social-client</artifactId> <version>${project.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>br.com.obvio</groupId> <artifactId>obvio-utility</artifactId> <version>${project.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> <version>3.2.5.RELEASE</version> <scope>provided</scope> </dependency> <dependency> <groupId>br.com.obvio</groupId> <artifactId>obvio-common</artifactId> <version>${project.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.springframework.social</groupId> <artifactId>spring-social-core</artifactId> <version>1.1.0.M4</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.springframework.social</groupId> <artifactId>spring-social-facebook</artifactId> <version>1.1.0.M4</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.springframework.social</groupId> <artifactId>spring-social-twitter</artifactId> <version>1.1.0.M4</version> <scope>provided</scope> </dependency> <!-- STRUTS --> <dependency> <groupId>com.jgeppert.struts2.bootstrap</groupId> <artifactId>struts2-bootstrap-plugin</artifactId> <version>1.6.0</version> </dependency> <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-config-browser-plugin</artifactId> <version>2.3.15.3</version> </dependency> <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-convention-plugin</artifactId> <version>2.3.4.1</version> </dependency> <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-core</artifactId> <version>2.3.4.1</version> </dependency> <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-json-plugin</artifactId> <version>2.3.4.1</version> </dependency> <dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-tiles-plugin</artifactId> <version>2.3.4.1</version> </dependency> <dependency> <groupId>org.apache.struts.xwork</groupId> <artifactId>xwork-core</artifactId> <version>2.3.4.1</version> </dependency> <dependency> <groupId>org.json</groupId> <artifactId>json</artifactId> <version>20131018</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>2.2.4</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-core</artifactId> <version>4.2.0.Final</version> <scope>provided</scope> </dependency> <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <version>1.2.16</version> <scope>provided</scope> </dependency> </dependencies> <build> <plugins> <plugin> <artifactId>maven-compiler-plugin</artifactId> <version>3.1</version> <configuration> <source>1.6</source> <target>1.6</target> <compilerId>eclipse</compilerId> </configuration> <dependencies> <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-compiler-eclipse</artifactId> <version>2.3</version> </dependency> </dependencies> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-eclipse-plugin</artifactId> <version>2.9</version> <configuration> <useProjectReferences>true</useProjectReferences> <projectNameTemplate>hugme-web</projectNameTemplate> <wtpmanifest>true</wtpmanifest> <wtpapplicationxml>true</wtpapplicationxml> <wtpversion>2.0</wtpversion> <manifest>${basedir}/src/main/resources/META-INF/MANIFEST.MF</manifest> </configuration> </plugin> <plugin> <artifactId>maven-war-plugin</artifactId> <version>2.3</version> <configuration> <warSourceDirectory>WebContent</warSourceDirectory> <failOnMissingWebXml>false</failOnMissingWebXml> </configuration> </plugin> </plugins> </build>
Frits Walraven
Creator of Enthuware JWS+ V6
Posts: 3412
320
I like...
posted 11 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hi Allen!
Welcome to Coderanch!
I have shortened the stack-trace as it was a bit overwhelming. When it is shorter you might get an answer quicker.
By the way: did you look inside the ear to see if everything looks like you expected?
Regards,
Frits
Allan Queiroz
Greenhorn
Posts: 2
posted 11 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Was it, the generated EAR was wrong, was just use <bundleDir></bundleDir> to point to the right place and everything works fine!
Thank you very much!
When I was younger I felt like a man trapped inside a woman’s body. Then I was born. My twin is a tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Where is my wsdl path?
JBoss AS 7.1.0 + Hibernate 3
Issue while deploying Application in Jboss 7.1
Deploying liferay on JBoss 7
Maven 2 EJB 3.0
More...