When trying to check for night build updates, I'm getting "No repository found at http://dist.springsource.com/snapshot/TOOLS/nightly/e3.7". Is it down, or maybe address is changed?
Damir Murat
Type: Posts; User: dmurat; Keyword(s):
When trying to check for night build updates, I'm getting "No repository found at http://dist.springsource.com/snapshot/TOOLS/nightly/e3.7". Is it down, or maybe address is changed?
Damir Murat
I've created JIRA issue for this: http://jira.codehaus.org/browse/GRAILS-6788
Please, can somebody explain, where are gapi docs in distribution zip? There is "api", but not "gapi" folder (grails 1.3.4). Tnx
Best regards,
Damir Murat
Kris,
Please, can you explain a difference between
http://dist.springsource.com/snapshot/STS/nightly/e3.6/
and
http://dist.springsource.com/snapshot/TOOLS/nightly/e3.6
Hi,
Christian, thank you for all your help.
I'm really not eclipse internals expert, but it seems that org.eclipse.wst.sse.core bundle is active. Output from eclipse console bundle command is...
Hi,
I don't have a thread dumps either, but I've got some potentially helpful error entries in an eclipse's log file.
Here are steps that I tried:
- Installed "Spring IDE Core (required) -...
Finding ways through IBM support is not the most enjoyable experience, so I opted for famous Spring's support :-)
If you want, you can obtain a trial version from...
I'm having the same problem with RAD 7.5.4 iFix 001 and Spring IDE 2.2.7.200910202224-RELEASE.
Best regards,
Damir Murat
Thanks for your reply. I was not aware of this type of CSS selectors (I'm rather inexperienced with CSS as you might guessed). I will certainly use it.
But allow me to elaborate a little bit more...
Hidden input part of CheckboxTag rendered output should be really styled with "display:none;". I was run into some issues with display because of CSS inheritance, where hidden input tag inherits some...
JIRA issue is created :-)
MOD-217
Regards,
Damir Murat
Hi
I'm trying to extend AbstractModelSourceCachingInterceptor for my own specific caching purposes but I find it almost impossible. Problem is in AbstractCachingInterceptor which have final...
In above announcement, "lazy loading of bean classes" is mentioned under Configuration Simplification/Bean definition enhancements. Can somebody explain that a little further (maybe with some simple...
If we talk about decoupling of DAO interfaces, I don't think this is a good idea. DAO interfaces really should not be influenced by fragmentation of physical data sources. That should be handled in...
Can somebody explain why java logger is used in SplashScreen class instead of commons logger?
Tnx
Damir
It seams that ActiveMQ team have a solution in forthcoming 4.x version. Basically, what they implementing under Exclusive Consumer and Message Groups features is what I thought under "Cluster wide...
Thanks for your interest analogueboy.
I have a need for cluster aware service which provides access to single resource which doesn’t have support for concurrent access (i.e. let's say this is a...
I'm looking for suggestions how to approach to cluster wide singleton implementation. Feature that I'm most urgently need is "hot swappable stand by" mode of operation. Are there any plans to...
Yes, that's it :D , PR5 works as expected. Erwin, thanks for your help and patience.
Damir
That's great feature :D , but unfortunately I'm not able to get it work with end state. I'm using XmlFlowBuilder (via XmlFlowFactoryBean) which always return EndState instance regardless of class...
Thank you for clarification, I understand now why you return null :).
But on some other threads I noticed that you mentioned as SWF is not web specific (with which I highly agree). In that respect...
Actually, NPE is in my code, not in SWF. I experiment whit this before some time and remember it wrong. I apologies for that, I really should look at it more closely before posting :oops:
...
I was kindly asked by online acquaintance of mine (dcomm) to create JIRA issue about this, so here it is.
Btw, I'm glad to see that SWF every day becoming much more usable not just for web, but in...
I encounter similar problem recently. As far as I know, there is no some standard DI modeling techniques. Stil, there is one article on DevX which talks a little about this.
Anyway, I introduce my...
There were already http://forum.springframework.org/showthread.php?t=15679 about this issue in forum, but it didn't rise to much attention between spring committers. I apologize for reposting this,...