AW: maven2eclipse ide integration

2008-11-24 Thread Ulrich Wolf
Hi, install the "Maven Central Repository Index" which can be found below "Maven Optional Components" in the eclipse-updater. This should solve your Problem. Regards, Uli -Ursprüngliche Nachricht- Von: msclovis [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 25. November 2008 03:56 An: us

PDF-Renderer available as dependency?

2008-11-24 Thread Ulrich Wolf
Hi, i'm searching for a repository which provides the sun pdf-renderer (https://pdf-renderer.dev.java.net/) for the use as a dependency to maven. Together with iText, I want to generate PDF-Files dynamically, show them as a print-preview to the user and print them afterwards (without using adob

AW: OpenJPA (together with jtds) cannot find javax.persistence?

2008-11-16 Thread Ulrich Wolf
> How are you adding these jars to your runtime classpath? Maven downloads them from the central repository as soon as I run maven. I did not add any external repositories, I'm using the default one. Why do I assume, that everything is included into the classpath? I've also included itext, junit a

Re: OpenJPA (together with jtds) cannot find javax.persistence?

2008-11-14 Thread Ulrich Wolf
> This is the jar that contains all of the javax.persistence classes. > You may need the other dependencies listed in the OpenJPA POM too. I've now included the following artifacts, as you suggested. I thought, that these will be resolved by the pom-file itself. Problem is, that the failure is s

AW: OpenJPA (together with jtds) cannot find javax.persistence?

2008-11-13 Thread Ulrich Wolf
Sorry, I forgot to answer the first two questions, perhaps these could lead to a solution. > What kind of project is this -- jar, war, ear, etc? It's a JAR-project. > And are you sure the artifact providing the Persistence class is > available in the classpath at runtime? As every other artifact

AW: OpenJPA (together with jtds) cannot find javax.persistence?

2008-11-13 Thread Ulrich Wolf
> What kind of project is this -- jar, war, ear, etc? And are you sure > the artifact providing the Persistence class is available in the > classpath at runtime? > Are you sure the type=pom is appropriate for the openjpa artifact? This was wrong of course, thank you. I've tried too many configurat

AW: OpenJPA (together with jtds) cannot find javax.persistence?

2008-11-13 Thread Ulrich Wolf
Thanks for the hint. I've tried it together with javax.persistence and without, adding some other packages of hibernate, but had no luck. I've solved the problem for now by using a EJB injection. I don't know any other way to solve this. Thanks anyway for your answer! Uli >I thought you could u

OpenJPA (together with jtds) cannot find javax.persistence?

2008-11-12 Thread Ulrich Wolf
Hello, in a project of a new customer we have to add several functionalities to an existing desktop application (swing) which accesses a mssql-database-server. To simplify the process of testing and packaging for a team of 4 developers, we've set up maven. Problem is, that we have to use op

AW: Execution of the *.jar-File after successful building of package possible?

2008-11-09 Thread Ulrich Wolf
[mailto:[EMAIL PROTECTED] Gesendet: Montag, 10. November 2008 00:37 An: Maven Users List Betreff: Re: Execution of the *.jar-File after successful building of package possible? Ulrich Wolf wrote: > Hello, > > when I build my project with the goal "package" I get a *.jar-File

Execution of the *.jar-File after successful building of package possible?

2008-11-09 Thread Ulrich Wolf
Hello, when I build my project with the goal "package" I get a *.jar-File, which I have to execute manually after the compilation & packaging. Is there any way to automatically execute this file directly after maven has completed this task? [INFO] BUILD SUCCESSFUL => java bla.jar Thanks in adva