All we need is hibernate 4 and spring 4 support
That would be great to keep the project alive
Type: Posts; User: kannanMugundan; Keyword(s):
All we need is hibernate 4 and spring 4 support
That would be great to keep the project alive
Hi,
I have consolidated all small systems to use a main database for authentication and authorization using spring security.
And other systems can exist in same schema or can use a different...
Hi, thanks for the update, I did not have time, so I rolled back my project to Spring 3.0.5 and hibernate 3.6.
Hopefully, if your code can be committed into the official version, that would make...
Hi,
I am using Spring Flex 1.5.2.RELEASE with hibernate 3.6.4.Final .
when I try to update a Object , sent from flex, I get the below error.
INFO: Channel endpoint my-amf received request....
I am using Flex 1.5 and spring 3.1 and hibernate 3
I have UserService class implementing UserDetailsService, I have loadUserByUsername method overridden.
Also there is other public method in this...
I did not get enough time to consolidate the small applications. I have just started to put things together, may be in a month or two, I should be having a single big application.
Hi,
I would like to know if Spring 3.1.2 Cache works with SBI 1.0.3
My cacheable method is executed and I have a similar problem.
spring-3-1-cacheable-method-still-executed
will...
Did you solve this issue
Hi,
I am migrating a Spring3 hibernate3 and spring flex application to latest version
Spring 3.1.2 , spring security 3.1.2 hibernate 4.1.6 Spring Flex 1.5.2
but i end up with this error.any...
Hi,
I am trying to publish messages from my flex interceptor. (when using annotations I encounter the above problem) so I configured like below in flex servlet
<!-- Flex-specific...
Hi,
I am getting the same error.
So I moved all my flex related configuration to the main spring/app config file (Nothing in the flex servlet).
Now I get the below error
Caused by:...
Hi,
I exactly can't recollect, what I did 2 years ago. But all I can say is, there should not be any issue in integrating AIR, spring and Spring security...
Just go through you configuration...
Hi thanks, So silly of me to ask such a question.(I am new to annotations...) Thanks once again.
Hi,
I have a spring service
like
@Service("UserService")
public class UserService implements IUserService, UserDetailsService
if i remove the ("UserService") I get the below error
Hi,
Did you come to any conclusion ?
I am thinking to have a common Database or LDAP for authentication and one more supporting table to tell, which applicatios user have access. If the user...
Hi,
I downloaded spring-webflow-2.3.1.RELEASE. in spring-webflow-samples folder, we have jsf-booking sample.
When I import in STS and run the sample. the intro page says "•Spring Security...
Hi,
To be honest, I have not used any version of struts. So I cannot really say what are the drawbacks, but my understanding after reading many post and blogs,seems now all new projects prefer...
Hi,
We are planning to migrate a legacy web application to spring framework.
Application Requirements
4 million hits per day
response time less than 1second
5000+ concurrent users at...
Hi,
Adobe has donated Flex and BlazeDs to apache foundation and its more than 6 months, but I came to know about it recently. This is not a technical question. but I am bit worried and would...
Hi,
In our company every department needs a small application to help and track them in day to day activities and generate reports. so our inhouse development team is developing projects using ...
So which view technology you decided... ? I am also planning to migrate an old project...
Hi,
I am looking for suggestions on migrating a web application to spring based application.
Mainly I am looking for the best view technology and service layer.
Of course Spring is the chosen...
Did you consider Flex, italso supports Web Service Calls, also if it is a new implementation, you can think of Spring BlazeDS
Hi,
I need a spring controller to return images/file by reading it from Disk.
I think there is 2 ways to make a call from client
options
...
Hi,
I have a spring BlazeDS Integration project. I am not using any servlet or spring MVC, it is a pure SBI Project.
Now I need an image gallary, All examples talk about sending an XML List to...