Spring surf looks interesting, but where's the docs gone !
I can find almost nothing except how to use it with Roo.
Is there any documentation that explains how to use surf with pure spring...
Type: Posts; User: ___; Keyword(s):
Spring surf looks interesting, but where's the docs gone !
I can find almost nothing except how to use it with Roo.
Is there any documentation that explains how to use surf with pure spring...
Yeah, I installed fresh STS, and every thing went fine
Yep, I did fresh install
Tried -clean, did not work. No its not installed in program files directory. Nothing worked, I have to re install the STS
I am using STS 2.7.2 RELEASE on win7, After doing update today, which were mostly related to grails support, Now sts wont start.
Here's the error
!ENTRY org.eclipse.osgi 4 0 2012-03-08...
Great. That worked. Thanks a lot
Exactly, I see the list of components for which updates are available. I choose "Spring source tool suite" and "Grails support" and then click finish, and it fails with above error.
I can access http://dist.springsource.com/release/TOOLS/update/e3.7/compositeArtifacts.xml in browser
I can see contents from http://dist.springsource.com/release/TOOLS/update/e3.7 in install new...
No, I get this error when i try to access it in browser, I get the errors as I have mentioned in above pastebin when I try to update software from this repo.
Nope - I get access denied for http://dist.springsource.com/release/TOOLS/update/e3.7
<Error>
<Code>AccessDenied</Code>
<Message>Access Denied</Message>...
Can not update using update site, please see thread http://forum.springsource.org/showthread.php?122831-can-not-update-to-sts-2-8-1-using-update-site
I have STS 2.7.1 already installed, and related update sites are enabled. when I try to update to spring source tool suite 2.8.1 I get these errors http://pastebin.com/ap5vbRsg
Oh, I installed it manually from update sites...
Is it same if i would have installed it from dashboard ! or it would cause trouble !
Doesn't the linux version come with groovy/grails and mercurial support installed already ?
I have to install it temperately from update site.
With STS Version: 2.5.2.RELEASE. I keep getting following error. when I try to refresh dependencies on any grails project.
updating grails dependencies for project xxx has encountered a...
Works with Hibernate 3.5.6-Final
Here's persistence.xml
I believe, its not the issue of configuration (as it works with the hibernate 3.3.2)
Its the issue of compatibility
<persistence...
This is part of my applicationontext.xml
Dao's uses @PersistenceContext annotation.
<code>
<context:annotation-config />
<bean id="entityManagerFactory"
...
I am using Spring 3.0.5-Release, hibernate core 3.6.0.Final, hibernate-entitymanager 3.6.0.Final
When my test class tries to load application context, I am getting following error, whats going...
I have been able to use Aspect by compile time weaving and dependencies are being injected..
I Got following error
Error creating bean with name 'org.springframework.context.weaving.AspectJWeavingEnabler#0': Initialization of bean failed; nested exception is...
Hello,
Is any one successfully using Spring + Aspectj for dependency injection in domain objects
as explained here...
Hello,
I have hard time to figure out how to implement groups and permissions..
What I need
- Users belongs to groups - like, admin, moderators, or simply site user
- Roles are assigned to...
Hello,
How do you manage lazy relations of the User..
Is it possible to make spring security load user on every request..
Let's say, The user has a collection of profiles which is loaded...
Created a bug here http://jira.springframework.org/browse/SPR-7157