repository « Development « Spring Q&A





1. Spring online repository for Maven    stackoverflow.com

I've just installed Maven2 for the first time. By default it pulls down a few useful jars into a local project: jakarta-commons, junit etc. I wanted to pull in the latest Spring ...

2. Is there a public Maven repository that contains spring-core 3 yet?    stackoverflow.com

Is there a public Maven repository that contains spring-core 3 yet? I can find 2.5.4 all day long but not 3. If there answer is yes, please include the location in ...

3. spring.net application scope repository object on loadbalanced application    stackoverflow.com

We have an application running on a loadbalanced environment, let say webserver A and B. The loadbalancing is on the HTTP level, so the loadbalancer directs each user request to one of ...

4. Spring @PostConstruct function in a @Repository called multiple times    stackoverflow.com

I have a DAO that I'm trying to inject into a couple different places:

@Repository
public class FooDAO
{
    @Autowired
    private HibernateManager sessionFactory;

    @PostConstruct
  ...

5. Any good example on Implementation of spring.net + NHibernate + Repository pattern    stackoverflow.com

Are there any good example on implementation of Spring.net with NHibernate and Repository pattern? Currently I'm going through below url's. http://www.springframework.net/doc-latest/reference/html/orm.html#orm-hibernate-web

6. Should I use artifacts from Maven repository or Spring repository    stackoverflow.com

I have an application built with Maven 2 with duplicate dependencies from both SpringSource Enterprise Bundle Repository and Maven2 public repository. Fortunately they have the same version but I still would ...

7. How to make Sonatype's Nexus Repository to work with SpringSource’s EBR    stackoverflow.com

I'm looking to add the SpringSource EBR (Enterprise Bundle Repository: http://www.springsource.com/repository/) to Nexus as a proxy. My main reason to doing so is that SpringSource OSGi-fied various well known ...

8. ivy com.springsource.repository.bundles.release via Nexus    stackoverflow.com

I have tried to add http://repository.springsource.com/ivy/bundles/external/ as (proxy) remote repository location to our Nexus repository. The developers are using the following inside they're iv Inside the ivy-settings.xml is as follows

<?xml version="1.0" ...

9. How to handle the dependencies which are not present in the maven/spring repository?    stackoverflow.com

I have an application whose dependencies are being handled by maven.I need to know, how can i handle the dependencies which are not present in the remote repository. I dont want ...





10. Spring 3.1.x milestone repository    stackoverflow.com

I am currently searching for a maven repository that contains the recent spring milestones of version 3.1.x. There are a lot of links when searching google, but they all seem to be ...

11. Confused about Spring-Data DDD repository pattern    stackoverflow.com

I don't know so much about DDD repository pattern but the implementation in Spring is confusion me.

public interface PersonRepository extends JpaRepository<Person, Long> { … }
As the interface extends JpaRepository (or MongoDBRepository...), ...

12. Can't get Apache Ivy not to download sources from Spring repository    stackoverflow.com

In my project, I use Ivy to resolve dependencies. I use Spring's repository. The problem is that I don't want to download sources and licence/notice files. The settings which produce the ...

13. How do I configure the SpringSource OBR in Eclipse?    stackoverflow.com

If I understand it properly, SpringSource has a public OBR which contains OSGi bundles for many third party jars. I would like to use it in Eclipse, but I can't get ...

14. Placing repository impl in not base-package    stackoverflow.com

I wan't separate my custom repository implementation from domain package. And, probablym some common interfaces. For example I want have structure like

  com
       domain
 ...

15. Createing repository and accesing with rmi    stackoverflow.com

I am new to Jackrabbit-Jcr, I am using Spring framework with Tomcat and Jackrabbit. I want to know how to create repository, upload file on repository with rmi from client. I ...

16. Spring 3.1.0.RC1 - which maven repository?    stackoverflow.com

As indicated on springsource Spring 3.1.0.RC1 has just been made available for download. On the same site it is said that it is available from maven using





17. Spring Data repository scanning in different maven modules    stackoverflow.com

Is it possible to get Sping Data to scan separate modules for repositories. I have created a repository in one maven module and wish to access it from another on which it ...

18. Maven Repository URL    forum.springsource.org

Probably The 3 repos that we use for milestones, snapshots and releases are: Code: repository.springframework.maven.release Spring Framework Maven Release Repository http://maven.springframework.org/release repository.springframework.maven.milestone Spring Framework Maven Milestone Repository ...

19. @Repository component is not scanned -- please help    forum.springsource.org

Feb 11th, 2011, 04:07 PM #1 davestar View Profile View Forum Posts Private Message Junior Member Join Date May 2009 Location Denver, CO Posts 17 @Repository component is not scanned -- ...

20. reading Repository from xml config    forum.springsource.org

reading Repository from xml config Hi all, I'm kinda new to spring and have a problem, that I wanna do in a "clean" way, that's why I ask here (I just ...

21. Do we need registration for accessing Spring Maven Repository???    forum.springsource.org

Do we need registration for accessing Spring Maven Repository??? When I'm running any maven target e.g. clean or test on the roo project, I get following error Code: Caused by: org.apache.maven.wagon.authorization.AuthorizationException: ...

22. Error with download using Eclipse 3.0 and CVS Repository    forum.springsource.org

In Eclipse, after establishing a CVS Repository Location (Host=cvs.sourceforge.net, Repository path=cvsroot/spring-rich-c), if I access the the HEAD node in the tree, I get the following error: Error fetching resource list from ...

23. Sub-Sub Interface of Repository    forum.springsource.org

Sub-Sub Interface of Repository Hello Friends, I have a doubt concerning extending the Repository interface and it sub types (e.g. JpaRepository), that I could not made clear in the reference, forum ...

24. Use of @Repository vs xml, testing considerations?    forum.springsource.org

Use of @Repository vs xml, testing considerations? Hi, I've got a DAO that I'd declared in my applicationContext.xml like so: Code: I read in the reference guide ...

25. Unable to update index for SpringSource Enterprise Bundle Repository    forum.springsource.org

I want to get STS to auto-complete when adding a Maven dependency from the SpringSource Enterprise Bundle Repository (i.e. just like STS auto-completes when adding a Maven dependency from http://repo1.mave.org/maven2). However, ...

26. Enterprise Bundle Repository Tracker    forum.springsource.org

Hi, Although I not sure is this the right forum to raise this issue, but the JIRA for EBR (https://issuetracker.springsource.com/browse/EBR) seams to be left for it's own. I have created a ...

27. Not finding Spring Data Repository Implementation    forum.springsource.org

Not finding Spring Data Repository Implementation I am trying to enable the spring data jpa features and I am getting the following error: org.springframework.beans.factory.BeanCreationExce ption: Error creating bean with name 'fitnessController': ...

29. Do I need to use the JpaRepository interface, or is @Repository sufficient?    forum.springsource.org

Do I need to use the JpaRepository interface, or is @Repository sufficient? Hello, I read in the blog post Getting started with Spring Data JPA that I have to write interfaces ...

30. Maven offline can't resolve existing dependencies in local repository    forum.springsource.org

While this could very well be a maven problem it first occured in STS 2.7 in my Spring Roo 1.1.5 project since a few weeks. Suddenly after succesfully working offline with ...

31. Autowired repository not working    forum.springsource.org

Aug 15th, 2011, 02:34 PM #1 jlombardo View Profile View Forum Posts Private Message Junior Member Join Date Aug 2011 Posts 1 Autowired repository not working I'm trying to use spring ...

32. Cannot get In-Memory Repository to work!    forum.springsource.org

Aug 15th, 2011, 04:56 PM #1 mjremijan View Profile View Forum Posts Private Message Junior Member Join Date Mar 2009 Posts 8 Cannot get In-Memory Repository to work! I am using ...

33. Whats the (new) Eclipse repository name of springsource?    forum.springsource.org

Recently I wanted to update the springsource plugin in Eclipse from the following repository: http://www.springsource.org/update but got an error: "No repository found" I guess the URL has changed. What is the ...

34. Repository interface not found - spring-data-commons 1.1.0.M1    forum.springsource.org

Hi, I have an interface that extends CrudRepository. I was using 1.1.0.BUILD-SNAPSHOT of spring-data and in the last day or two started getting a NullPointerException in RepositoryInterfaceAwareBeanPostProcessor:redictBeanType where it puts a ...

35. custom repository implementation names pattern    forum.springsource.org

custom repository implementation names pattern Hi, I spent an hour debuging a strange problem. Finally the source of all was the internal mechanism that detects the custom repository implementation names. I ...

36. Repository    forum.springsource.org

Repository Hi, I am learning spring integration and downloaded samples (basic) and trying to test it. I see the repository details as mentioned below in pom.xml. I get error while trying ...

37. Installing Groovy and Grails support, problem connecting to repository    forum.springsource.org

Installing Groovy and Grails support, problem connecting to repository I have just installed STS 2.8.0 on a Windows 7 machine. I am using JDK 1.6.0_26. I am installing in a non-shared ...

38. http://repository.springsource.com maven repository not accessable    forum.springsource.org

http://repository.springsource.com maven repository not accessable With in the last couple of days the spring maven repositories appears to have become in accessible. No body else is experiencing this? For months this ...

39. Why no Javadoc in Maven Repository?    forum.springsource.org

Hi, Thanks for the question. In fact we are aware of this issues. The good news, javadoc jars are on their way. We hope to deliver the java doc artifacts either ...

40. Why don't you put .classpath files in the repository?    forum.springsource.org

Without these files Eclipse gives very strange errors (you have to add "Plug-in dependencies" library on the classpath). I've looked at these files and find no developer-specific information, so they can ...

41. Invalid 2.0-m4 build in maven2 repository    forum.springsource.org

Invalid 2.0-m4 build in maven2 repository After switching to "m4" in pom.xml I got strange errors. I have downloaded the new version from sourceforge, and now there no any errors. Here ...

42. PLEASE get Spring 2.0 jars into central Maven2 repository (spring-portlet.jar)    forum.springsource.org

PLEASE get Spring 2.0 jars into central Maven2 repository (spring-portlet.jar) Hi I am working on setting up the 'petportal' example as a Maven2 project. The benefit being that users will be ...

43. Is the a Maven2 repository for Spring-Modules 0.7?    forum.springsource.org

44. spring-1.2.9.jar is not in the Maven repository.    forum.springsource.org

45. sources as part of the maven2 repository artifacts    forum.springsource.org

Right. I don't think maven uploads the sources as part of a snapshot version, only for a "real" release. What you could do is checkout from SVN (http://static.springframework.org/sp...pository.html), and sync it ...

46. Unable to retrieve 1.0-rc3-SNAPSHOT from Maven Repository    forum.springsource.org

Unable to retrieve 1.0-rc3-SNAPSHOT from Maven Repository I have been unable to retrieve the 1.0-rc3-SNAPSHOT from the Maven repository. I get the following messages Code: Downloading: https://maven-repository.dev.java.net/nonav/repository/org.springframework.ws/poms/spring-oxm-tiger-1.0-rc3-SNAPSHOT.pom Downloading: http://s3.amazonaws.com/maven.springframework.org//org/springframework/ws/spring-oxm-tiger/1.0-rc3-SNAPSHOT/spring-oxm-tiger-1.0-rc3-SNAPSHOT.pom Downloading: https://maven-repository.dev.java.net/nonav/repository/org.springframework.ws/poms/spring-ws-core-1.0-rc3-SNAPSHOT.pom ...

47. Missing spring-modules in spring-osgi repository    forum.springsource.org

Missing spring-modules in spring-osgi repository There is no Spring-OSGi related forum so I am posting my problem here: I am trying the Spring-OSGi tutorials "HOWTO create a new Spring-OSGi bundle project" ...

48. 7x24 application, bootstrapping Jar from remote repository    forum.springsource.org

7x24 application, bootstrapping Jar from remote repository In a distributed Java based system, I would like to found a solution such that the 'thin, headless client application' can bootstrap the whole ...

49. Subversion repository moved to new location    forum.springsource.org

50. AbstractDependencyInjectionSpringContextTests source repository    forum.springsource.org

anyone know where AbstractDependencyInjectionSpringContextTests source code lives? I've looked through cvs and can't seem to find it. I can get it off of kickjava.com but I would like to have vcs ...

51. Online POJO repository?    forum.springsource.org

Hey All, I love using the Spring Framework because of how it encourages me to reuse simple objects (POJOs) for different purposes even when I'm not planning on it in advance. ...

52. OSGi Bundle Repository available for Enterprise Libraries    forum.springsource.org

OSGi Bundle Repository available for Enterprise Libraries # posting Adrian's email announcement: Some of you may have seen the recent announcement of the SpringSource Application Platform (if not, a good starting ...

53. Using @Required in a class marked with @Repository    forum.springsource.org

Using @Required in a class marked with @Repository Hi! After I added @Repository to my daos the properties in the dao marked with @Required seems to not be set before the ...

54. Some SpringSource repository bundles have source instead of classes    forum.springsource.org

Some SpringSource repository bundles have source instead of classes Hi I am trying to add some basic IVY deps for Spring by adding in these: Code: ...

55. Repository table definitions    forum.springsource.org

Repository table definitions Hi, I've got some questions on the definition of the repository tables (the five "BATCH_"-tables used to store job and step information for the Spring Batch). Background for ...

56. Migrating POM to use spring source enterprise repository    forum.springsource.org

Migrating POM to use spring source enterprise repository Hi , I'v read the FAQ of spring source enterprise repository usage ,and have them setup in my POM. Now I'm trying to ...

57. Springframework Maven OSGified Artifacts Repository doesn't work    forum.springsource.org

Hi, On the front page there are Maven Repositories listed, but they don't seem to be working. I'm getting errors "The specified key does not exist" from S3 service. Is it ...

58. 1.0.0.m2 maven repository    forum.springsource.org

can u please point me to a maven repository housing the 1.0.0.m2 milestone release.? the current s3 repositories dont seem to have the m2 releases and are only available from m5.The ...

59. Best Practice for OSGi Bundle Repository?    forum.springsource.org

Nov 17th, 2008, 03:14 AM #1 rudi_s View Profile View Forum Posts Private Message Junior Member Join Date Nov 2008 Posts 2 Best Practice for OSGi Bundle Repository? Hello, I'm developing ...

60. Maven repository location?    forum.springsource.org

Maven repository location? Hi guys, Are the Spring Integration release candidates being released to a Maven repository somewhere? I've tried searching the threads but URLs don't seem to be working. An ...

61. SpringSource Repository    forum.springsource.org

SpringSource Repository Hi Guys, This is Sanjay Patil from John Lewis and writing to you to raise few queries about the SpringSource repository. Apologies, if this is not the right forum ...

62. Has 1.0.0.GA been deployed to a Maven repository?    forum.springsource.org

I tried both 1.0.0.GA and 1.0.0 as the artifact ID, and my Maven configuration references the release, milestone, external, and snapshot repositories. Thanks, Emerson

63. Snapshot repository problem    forum.springsource.org

Snapshot repository problem I feel like I must be missing something obvious, but I can't seem to download the latest snapshots for spring-batch. My parent pom has the following: Code: ...

64. Enterprise Bundle Repository compatibility with Ivy?    forum.springsource.org

Enterprise Bundle Repository compatibility with Ivy? Hello, For my Project we currently use a build system with ivy+ant (typical). And as I have understood Ivy over a period of time - ...

65. Spring DM repository moved    forum.springsource.org

66. Unable to download dependency from Maven Central Repository    forum.springsource.org

HTML Code: [WARNING] Component returned which is not the same manager. Ignored. component=org.codehaus.plexus.logging.console.ConsoleLoggerManager@153e153e [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Building ess-integration [INFO] task-segment: [install] [INFO] ------------------------------------------------------------------------ [INFO] [resources:resources] [WARNING] Using ...

67. Help with using @Repository please    forum.springsource.org

Help with using @Repository please Hi, I'm trying to get @Repository working on a simple dao I'm writing just to test this functionality out and learn it. It's my understanding that ...

68. advantage of using @Repository    forum.springsource.org

I read on http://static.springframework.org/sp...rence/orm.html 12.6.4. Exception Translation but still don't understand what is the advantage of annotating daoImpl with this. can someone please kindly elaborate more.. 1. from my understanding, if ...

70. syntax for creating remote repository    forum.springsource.org

syntax for creating remote repository I am trying to configure a Spring app to talk to a Jackrabbit deployed as a webapp in a different tomcat instance on the same machine. ...

71. 2.0.1 sources.jar not in Maven repository    forum.springsource.org

It's likely just an oversight. We have changed policy to no longer create 'with-dependencies' releases, but sources should still be uploaded. Can you create a jira issue?

72. Where is "Unified EL" in SpringSource Bundle Repository?    forum.springsource.org

Hello Guys If I try to find in SpringSource Bundle Repository with the keywords "Unified EL" , "Unified","EL" The desired jar cant be find it Instead I must download manually jboss-el-2.0.0.GA.jar ...

73. Out of mem on Bundle Repository Index    forum.springsource.org

Aug 9th, 2009, 01:31 AM #1 amphibian1828 View Profile View Forum Posts Private Message Junior Member Join Date Aug 2009 Posts 4 Out of mem on Bundle Repository Index Am stuck ...

74. @repository vs @resource    forum.springsource.org

Thanks for your contribution to the forums. I've flagged your post.. It's ironic that this search: http://www.google.com/search?q=%40re...ient=firefox-a Returns this as the first result: http://static.springsource.org/sprin...resources.html And this search: http://www.google.com/search?q=%40re...ient=firefox-a Returns this as ...

75. Generic Repository question    forum.springsource.org

Hello, I am in the proccess of reviewing a generic data access layer that I have written. I would like to know how you handle the case of related entities like ...

76. Spring Maven Snapshot Repository not working    forum.springsource.org

Spring Maven Snapshot Repository not working I am trying to get the latest nightly 3.0.1.SNAPSHOT version from the Spring Maven repositories using the instructions from the blog post at http://blog.springsource.com/2009/12...ts-with-maven/ However ...

77. maven repository for spring 3    forum.springsource.org

I had difficulties accessing Spring 3 from the cental repository. I had success using the enterprise repository as posted earlier. FAQ is here, http://www.springsource.com/repository/app/faq You need to add the following repositories ...

78. Selenium and Springsource enterprise bundle repository    forum.springsource.org

Hi All. I want to have this in my pom.xml: org.seleniumhq.selenium.client-drivers selenium-java-client-driver 1.0.1 Could not find it in Springsource Enterprise Bundle Repository. The ticket for this in JIRA is ...

79. Centralized JavaDoc Repository/Manager    forum.springsource.org

Centralized JavaDoc Repository/Manager Each java based product/API always comes with it own JavaDoc. Are there any light weight specialized web based repository that could do the following: 1. Automatic javadoc registration ...

80. What is the Worknig Maven Snapshot Repository    forum.springsource.org

This should not be this hard to find but, darn, it is. All repositories should be clearly listed and easy to find and updated as they move back and forth from ...

81. spring 3 in public repository    forum.springsource.org

82. Maven repository    forum.springsource.org

Hi there, Anyone else having trouble acessing the Maven repositories here: http://repository.springsource.com/m...undles/release All I get is a blank screen. That URL appears to be recommended here: http://www.springsource.com/repository/app/faq#q8 Is that server just ...

83. p2 repository with springframework bundles?    forum.springsource.org

p2 repository with springframework bundles? Hello, I would like to use the springframework inside an eclipse osgi project and to build it with the eclipse tooling. That's why I would like ...

84. Problem with maven repository    forum.springsource.org

Problem with maven repository When doing the "Wedding" tutorial and doing "perform eclipse" I'm getting 5 failures on downloading dependencies eg: biz.aQute:bndlib:jar:0.0.145 commons-io:jar:1.4 org.apache.maven:maven-archiver:jar:2.2 org.eclipse.core:resources:jar:3.3.0-v20070604 org.apache.maven.shared:maven-osgi:jar:0.2.0 org.codehaus.plexuslexus-archiver.jar:1.0-alpha-7 etc all a part ...

85. SpringSource repository not working???    forum.springsource.org

SpringSource repository not working??? Hi, I have a Nexus repository and have defined a entry in my POM which contains: Code: springbyexample.org Spring by Example http://www.springbyexample.org/maven/repo ...

86. Nightly / Snapshot Repository down?    forum.springsource.org

Trying to do a "Check for Updates" in Eclipse 3.6 (Helios) and getting an error: No repository found at http://dist.springsource.com/snapsho...S/nightly/e3.6. Something change over the weekend or is the repository having issues? ...

87. help ! Spring3 @Repository    forum.springsource.org

From spring3 reference 11.3 - "The best way to guarantee that your Data Access Objects (DAOs) or repositories provide exception translation is to use the @Repository annotation." . does this mean ...

88. maven repository or latest spring release    forum.springsource.org

89. hibenrate maven repository    forum.springsource.org

I am trying to get the hibernate 3.5 release , hibernate says its all published in repository https://repository.jboss.org/nexus but any version I try I get 9/1/10 2:05:57 PM EDT: Missing artifact ...

90. Where to find the latest Marven repository version?    forum.springsource.org

I don't know whether it is a right place for my question or not. I can't find the latest 3.0.4 release. When I update the version from 3.0.0.RELEASE to 3.0.4.RELEASE, I ...

91. Problems after calling repository    forum.springsource.org

Here is the problem: I designed one simple service like SearchService which has an autowired property to some dao. I wanted that, after the context is initialized to run a "init" ...

92. Where/How to obtain SS 3.1.0.M1 from Maven Repository?    forum.springsource.org

Oct 27th, 2010, 04:46 PM #1 burtonrhodes View Profile View Forum Posts Private Message Junior Member Join Date May 2010 Posts 20 Where/How to obtain SS 3.1.0.M1 from Maven Repository? Forgive ...

93. Maven Repository for Milestones    forum.springsource.org

Could somebody let me know Spring/SI milestones maven repository location? With Google search the repositories I find are not working out. Thanks in advance.

94. RC1 jars not properly importing into artifactory repository    forum.springsource.org

We have a local artifactory repository. When i import the RC1 jars into this tool the target path is incorrect. For ever jar, there is an extra spring-integration-xxxx in the directory ...

95. How to import from subversion repository    forum.springsource.org

Well, this is embarrasing, but I am unable find where I can configure svn repositories. As i understand it, svn support is integrated into 2.5.0, right ? So I do not ...

96. Repository Browser doesn't find Spring 3.0 bundles    forum.springsource.org

Repository Browser doesn't find Spring 3.0 bundles Hi, (please execuse me, if this is not the right forum, I'm unsure where to post Virgo-Tooling related questions) I tried to download Spring ...

97. jboss + SpringAutoWiringInterceptor + loader-repository ??    forum.springsource.org

jboss + SpringAutoWiringInterceptor + loader-repository ?? We have an app co-hosted, running under jboss 4.3. For some reason, some one put the oracle classes12.jar in the server's /lib folder. Now we ...

98. Status of the Springsource Enterprise Repository    forum.springsource.org

Is it possible to have a statement of direction for the repository ? Is this going to be kept up to date or should users of Ivy/Maven who use this switch ...