maven 4 « Development « Spring Q&A





1. maven and 3.0.0RC3    forum.springsource.org

what the dependency to spring core 3.0.0RC3 should look like? Having searched the internet I found several repositories. All those don't seem to work.

2. Where's VelocityEngineFactoryBean in Spring 3 (maven)    forum.springsource.org

Getting class not found exception for VelocityEngineFactoryBean using Spring 3.0 RC2, but mentioned here: http://static.springsource.org/sprin...ctoryBean.html Which maven dependency is needed for this? It worked fine with spring-webmvc 2.5.6, but in 3.0.0.RC2, ...

3. Need Help making Maven Pom for Spring    forum.springsource.org

Need Help making Maven Pom for Spring I am trying to convert my ant based app to a maven one and am confused about how to get the correct jar dependecies ...

4. Testing Load-time woven domain objects with Maven Surefire    forum.springsource.org

Testing Load-time woven domain objects with Maven Surefire Dear All, I have a rather frustrating problem with running Spring integration tests with maven surefire plugin, using the TestContexts framework. The problem ...

5. 3.0 on Maven ?    forum.springsource.org

Hi, Is there a special (for me) maven repository / artifact / other for spring 3.0 ? I don't see it. Thanks.

6. Spring 3 java config and Maven    forum.springsource.org

Spring 3 java config and Maven I'm a big fan of Spring 3's Java config integration and I've been using it to load my beans, inject variables from properties files etc. ...

7. Spring 3 / Maven : where is ApplicationContextAware ?    forum.springsource.org

Thanks, but it's a little short for me. Some questions : - what is the minimal core ? - what classes are inside ? - in a jar what functionnalities ? ...

8. org.springframework.web.servlet-3.0.0.RELEASE.jar missing from repo1.maven.org?    forum.springsource.org

I suggest you recheck... The naming in the central repo is different then the one from the spring repos, the spring repos use the osgi names. The jar you are looking ...

9. Maven/Spring/Junit and the information-less stack trace....    forum.springsource.org

Maven/Spring/Junit and the information-less stack trace.... I am struggling to get proper information from my failed JUnit tests. Below is the setup of my BaseTestFactory class and I used Netbeans 6.8. ...





10. Problems with maven dependencies    forum.springsource.org

Hello everybody... I have been playing around with Roo and i implemented the PizzaShop application succesfully at home, using my internet conection. I tried to reply all the process at work ...

11. Maven settings.xml    forum.springsource.org

I'm using some configurations in my Maven settings.xml (a repo mirror, some servers, a proxy and a local repository directory) but Roo seems to ignore them... Do I miss something?

12. EBR or Maven Central?    forum.springsource.org

What should be the preferred repository to pull Spring libraries from? I've tended to favor EBR but new versions seem to be posted to Maven Central first with EBR sometimes entirely ...

13. Error while creating maven project    forum.springsource.org

I have trouble working with maven in spring tool suite 2.3.0.RELEASE. Attached images of error and the corresponding log. What is the cause of this problem and how can I fix ...

14. Missing maven dependency JAXB    forum.springsource.org

Missing maven dependency JAXB Hi, I am getting an exception when running roo 1.0.2 application in tomcat/jetty Code: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.validation.beanvalidation.LocalValidatorFactoryBean#0': Invocation of init method failed; nested ...

15. Maven Repo inaccessible?    forum.springsource.org

Looks like the maven repository http://repository.springsource.com/m...ndles/external for downloading the external dependency jars is inaccessible. I'm trying to build a sample roo project and dependencies are not getting resolved. Want to isolate ...

16. Maven & @ContextConfiguration - finding & eliminating the applicationContext.xml    forum.springsource.org

Maven & @ContextConfiguration - eliminating the applicationContext.xml I am working on setting up a spring 2.5.6 jdbc (no hibernate) project with JUnit 4.4. and Maven & using annotations. I want to ...





17. Spring 2.5.6 and Maven - what dependencies to use    forum.springsource.org

Spring 2.5.6 and Maven - what dependencies to use Hey there, since I didn't find a "general" subforum and it didn't seem to fit anywhere else I'll post it here, please ...

18. Maven dependency hell?    forum.springsource.org

I am continuing to have problems with Maven and running my JUnit 4.4 tests in Eclipse Galileo, which previously worked. Thanks to Marten's help I solved a dependency overlap issue with ...

19. I am seeing two versions of spring-webmvc-2.5.6 using maven both dated 2008.    forum.springsource.org

I am seeing two versions of spring-webmvc-2.5.6 using maven both dated 2008. The jars at the ibibilo repository obtained through maven for webmvc does NOT match what is at the spring ...

20. Maven dependencies error    forum.springsource.org

Maven dependencies error I created a new Spring Template project - Spring Faces Project. Unfortunately it was created it with errors. In particular: The container 'Maven Dependencies' references non existing library ...

21. lots of issues with maven test that involves @ContextConfiguration    forum.springsource.org

lots of issues with maven test that involves @ContextConfiguration As of now I've tried everything I know and I'm at a complete loss. The following code runs perfectly using Eclipse IDE ...

22. ClassPathXmlApplicationContext + Maven Modules    forum.springsource.org

ClassPathXmlApplicationContext + Maven Modules Hi I am using Spring ClassPathXmlApplicationContext to load one of my bean files which exists in a different maven module to where the test is run from ...

23. Maven Spring tests fail when run together, but succeed individually    forum.springsource.org

Maven Spring tests fail when run together, but succeed individually We're using Maven/Surefire and Spring/Hibernate transactional tests for a fairly large web application. There are 138 Test* classes, running a total ...

24. Downloading Milestones from Maven    forum.springsource.org

Hi - I'm looking to download 2.0.0 M2 or M3 from my Maven POM. Could anyone point me to the correct repository / dependency block? Am I also right in my ...

25. How to unit test a (Maven) module that uses component-scanning?    forum.springsource.org

I've broken-down a "service" application into 3 (Maven) modules: web logic, service logic, and persistence logic. How can/should I during testing load the application context of the persistence module? In the ...

26. what is the use of maven install?    forum.springsource.org

greetings everybody iam running my spring applications on STS or eclipse and i didn't have to use maven install before what is the use of it,and why should i use it? ...

27. Spring dependency not in Maven version range    forum.springsource.org

Spring dependency not in Maven version range Hello, If I specify the version to Spring-Context (or any other Spring dependency) in my Maven POM file as the version range [3.0,3.1), i ...

28. Unable to add "Maven Managed Dependencies" Library    forum.springsource.org

Unable to add "Maven Managed Dependencies" Library Unable to add "Maven Managed Dependencies" Library ======================================== > Create a new Spring project > Create a new Spring Definition file > give it ...

29. Provision test framework bundles via dependencies on Maven pom    forum.springsource.org

I apologize if this has been asked before. I did several searches and did not find a relevant thread. I am aware that one can override getTestBundleNames() to provision the test ...

30. @ContextConfiguration , @Autowire , wildcards & Maven    forum.springsource.org

May 19th, 2010, 09:29 AM #1 MmarcoM View Profile View Forum Posts Private Message Senior Member Join Date Sep 2004 Location London Posts 304 @ContextConfiguration , @Autowire , wildcards & Maven ...

31. How to resolve the maven dependecies for vast spring and 3rd part jars?    forum.springsource.org

How to resolve the maven dependecies for vast spring and 3rd part jars? I am trying to build a build a small web MVC application with Spring with dependencies 2.5.5 hibernate3.2.4ga ...

32. nightly not updating in maven    forum.springsource.org

Hi im trying to get the latest nightly build through maven i have the 2.0.0.BUILD-SNAPSHOT in my pom but im only getting 25th may is there a problem? i noticed that ...

33. Maven skeleton project creaton.    forum.springsource.org

Jun 4th, 2010, 04:55 AM #1 ianstrong View Profile View Forum Posts Private Message Junior Member Join Date Jul 2007 Location South Africa Posts 3 Maven skeleton project creaton. I want ...

34. How to create a war file using eclipse maven plugin    forum.springsource.org

I am using the webflow template in STS but I am not sure where the preform package option is. I finally gave up last night and just did it from the ...

35. Offtopic? Maven2 project organization    forum.springsource.org

Offtopic? Maven2 project organization I already did some EJB3/JSF projects and know how to deploy them as EAR on JBoss. To do this i used 3 projects in Eclipse (EAR project, ...

36. Maven artifactId changed with 2.0.0.M5 -> No EBR anymore?    forum.springsource.org

Maven artifactId changed with 2.0.0.M5 -> No EBR anymore? Hey there, can anybody please tell me what happened to the maven artifactId of Spring Integration 2.0.0.M5 bundles? By now all bundles ...

37. Maven distribution with Javadoc    forum.springsource.org

Maven distribution with Javadoc Hi, I'm using spring linked to my project with maven 2. It would help a lot if you can provide javadoc package as well. I think it ...

38. Maven repo?    forum.springsource.org

I'm trying to locate the Maven repository for Spring framework. The latest and greatest, 3.0.3. I've Googled around and so far found the following: http://repository.springsource.com/m...raries/release http://maven.springframework.org/milestone http://s3.amazonaws.com/maven.spring...k.org/snapshot http://repo1.maven.org/maven2 A bit confusing, ...

39. maven - missing artifact    forum.springsource.org

maven - missing artifact Hi, is there anything wrong with maven repository? I can download spring framework, but cant spring-ws. I get: Code: Missing artifact org.springframework.ws:spring-ws:jar:1.5.9:compile I've added spring's repositories above ...

40. Spring DM vs. EBR: Broken dependencies in pom.xml and maven-metadata.xml    forum.springsource.org

Spring DM vs. EBR: Broken dependencies in pom.xml and maven-metadata.xml Hi everybody, I'm only beginning to use the SpringSource Bundle Repository as part of my project, so any observation I make ...

41. maven.springsource.org giving errors    forum.springsource.org

I'm getting errors with maven.springsource.org It's responding with message like so NoSuchKeyThe specified key does not exist.external/org/springframework/flex/spring-flex-parent/1.5.0.M1/5D88F5D9D4DC71FEvvFMHtCqI+w1WoUCzIn+K9c0ciQuvHcBt3 H3DedKQ3BGqTpEa9uaIU4NTRZkFYJ+ I take it there's an issue with server. I don't know of a ...

42. maven.springsource.org DOWN    forum.springsource.org

I posted this on Meta subsection at http://forum.springsource.org/showthread.php?t=91836 yesterday but got ZERO response. Its there anyone in springsource that can get this sorted? I'm getting errors with maven.springforum.org It's responding with ...

43. maven repo problem    forum.springsource.org

I am trying to pull spring 3 from the maven repo using the directions found in the spring 3 reference. I'm using m2eclipse. I can add other repositories just fine (jboss ...

44. Maven Archetype for Spring    forum.springsource.org

Hi all, I try to build a web application with: * Spring 3 * ORM: JPA 2 (OR JPA 1) * Web container: Tomcat 5.5 So I'm asking, if there are ...

45. Maven Libraries not found when deployed to embed tcServer Dev ed.    forum.springsource.org

Maven Libraries not found when deployed to embed tcServer Dev ed. I have a fresh install of STS 2.5.0.M3, with Roo 1.1.0.M3 running on Ubuntu 10.04, 32-bit. I created a roo ...

46. shoud i get maven?    forum.springsource.org

47. [SpringSource maven repo problem] I got missing artifact when it is in the repo    forum.springsource.org

Hello, I would like to download the 3.0.4 release but maven said : missing artifact etc , although it is there (i have checked by online search) Check this pic pls ...

48. spring 3.0.4 maven url    forum.springsource.org

found that spring 3.0 does not have that package anymore (or rather is symliked as bundle). Just in case anyone is trying to go through the same problem. Just include the ...

49. problem with proyecto maven    forum.springsource.org

problem with proyecto maven i am getting this problem making a .war. mvn package in myeclipse 8.5. BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 16.426s [INFO] Finished at: Thu Sep 23 ...

50. Problem with maven dependencies in 10 minute example    forum.springsource.org

Oct 1st, 2010, 05:48 AM #1 powa View Profile View Forum Posts Private Message Junior Member Join Date Oct 2010 Posts 1 Problem with maven dependencies in 10 minute example Hi ...

51. maven package Java heap space error    forum.springsource.org

Oct 8th, 2010, 09:07 AM #1 yuliph View Profile View Forum Posts Private Message Junior Member Join Date Oct 2010 Location Surabaya, Indonesia Posts 4 maven package Java heap space error ...

52. petclinic fails to load required maven dependencies on fresh install?    forum.springsource.org

petclinic fails to load required maven dependencies on fresh install? Dear All: I have done svn checkout https://anonsvn.springframework.org/...etclinic/trunk As you can see in pom.xml, the required repos are present, I believe: ...

53. Maven's "Update Project Configuration" removes Spring Nature in 2.5.0.RELEASE    forum.springsource.org

Maven's "Update Project Configuration" removes Spring Nature in 2.5.0.RELEASE I have checked and the aformentioned function works differently in 2.3.2 and 2.5.0: 2.3.2: - add spring nature to maven project - ...

54. Adding Maven dependencies to a Maven Project    forum.springsource.org

Adding Maven dependencies to a Maven Project Hi, I am using SpringSource Tool Suite Version: 2.5.0.RELEASE. I created a Java Project then enabled Maven dependency management. Now that I have a ...

55. Maven test using spring AbstractTransactionalJUnit4SpringContextTests    forum.springsource.org

Maven test using spring AbstractTransactionalJUnit4SpringContextTests Hello everyone, I am trying to create a spring hibernate project based Maven typical project structure. The project work properly, but when i tried to use ...

56. SpringJUnit4ClassRunner behavior different in Maven and Eclipse IDE    forum.springsource.org

SpringJUnit4ClassRunner behavior different in Maven and Eclipse IDE Hoping that I am making some dumb obvious error that can be easily identified. I have a very minimal JUnit 4 test running ...

57. problem with Maven multi module Spring project    forum.springsource.org

Nov 30th, 2010, 05:14 AM #1 knoxor View Profile View Forum Posts Private Message Member Join Date Jan 2009 Posts 38 problem with Maven multi module Spring project Hi, I have ...

58. Spring & Maven (classpath)    forum.springsource.org

Spring & Maven (classpath) Hello everybody, after having created a maven java-project (using eclipse Ganymed), I try to access a text file resource (that I already saved in src/main/resources) using the ...

59. What does Maven Support "Dependency Management Only" actually do?    forum.springsource.org

What does Maven Support "Dependency Management Only" actually do? Hi, I've created a new Roo project in STS 2.5.1 by selecting "Dependency Management Only" for Maven Support; I then did "setup ...

61. ZK Spring 3.0 in maven ?    zkoss.org

62. zk + maven + spring    zkoss.org

63. Java, Maven and Spring (Classpath)    forums.oracle.com