well the issue you have are not linked to tomee ;)

you probably miss some repo, check on these lib websites

Romain Manni-Bucau
Twitter: @rmannibucau
Blog: http://rmannibucau.wordpress.com/
LinkedIn: http://fr.linkedin.com/in/rmannibucau
Github: https://github.com/rmannibucau



2012/12/19 Lucio Crusca <lu...@sulweb.org>:
> José Luis Cetina wrote:
>> I use this dependency:
>>
>>          <dependency>
>>             <groupId>org.apache.openejb</groupId>
>>             <artifactId>apache-tomee</artifactId>
>>             <version>1.5.0</version>
>>             <classifier>webprofile</classifier>
>>             <type>zip</type>
>>             <scope>provided</scope>
>>         </dependency>
>
> Unfortunately this didn't solve my problem (besides, it broke my javax.ejb.*
> references).
>
> Romain Manni-Bucau wrote:
>> it doesn't come from us
>>
>> can you check with a mvn dependency:tree please?
>
> Not sure it will help much, however here's to you:
>
> $ mvn dependency:tree
> [INFO] Scanning for projects...
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building SalixWeb 1.0-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> Downloading:
> https://repository.apache.org/content/repositories/snapshots/com/jgoodies/JGoodies/b2.5-
> c1.2.1-f1.4.2-l2.4.2-v2.3.2/JGoodies-b2.5-c1.2.1-f1.4.2-l2.4.2-v2.3.2.pom
> [WARNING] The POM for com.jgoodies:JGoodies:jar:b2.5-c1.2.1-f1.4.2-l2.4.2-
> v2.3.2 is missing, no dependency information available
> Downloading:
> https://repository.apache.org/content/repositories/snapshots/com/db4o/db4o/7.12.243.16079-
> all-java5/db4o-7.12.243.16079-all-java5.pom
> [WARNING] The POM for com.db4o:db4o:jar:7.12.243.16079-all-java5 is missing,
> no dependency information available
> [WARNING] The POM for unknown.binary:mysql-connector-java-5.1.18-
> bin:jar:SNAPSHOT is missing, no dependency information available
> Downloading:
> https://repository.apache.org/content/repositories/snapshots/javax/transaction/jta/1.0.1B/jta-1.0.1B.jar
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 12.335s
> [INFO] Finished at: Wed Dec 19 22:05:06 CET 2012
> [INFO] Final Memory: 11M/35M
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal on project SalixWeb: Could not resolve
> dependencies for project com.virtual_bit.salix.web:SalixWeb:war:1.0-SNAPSHOT:
> Could not find artifact javax.transaction:jta:jar:1.0.1B in Apache Nexus
> (https://repository.apache.org/content/repositories/snapshots/) -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e
> switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions, please
> read the following articles:
> [ERROR] [Help 1]
> http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException

Reply via email to