Tagged Questions

0
votes
0answers
11 views

Resource Bundle Spring

How can I access the messages from a resource bundle in Spring MVC inside a class that extends from AbstractController? I have tried getMessageSourceAccessor().getMessage("a.messa …
0
votes
4answers
78 views

Which framework to choose?

Hello there, I was thinking which framework would be a good choice to go into. I'm focusing on java apps and tested spring, grails and seam so far. I've also looked aboard java an …
0
votes
3answers
34 views

Problem with AnnotationSessionFactoryBean

I use the following configuration for initiating my SessionFactory: <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" …
0
votes
1answer
19 views

Spring - Best approach to provide specific error messages in a validator from a DAO?

What is the best way to implement a validator in Spring that accesses a DAO object but needs to return different error messages based on the DAO error? Should the DAO method throw …
1
vote
1answer
31 views

Workflow engines that integrate easily/work well with Spring Web?

Hi, I have a Spring MVC web application that I need to introduce workflow into and was wondering if anyone had recommendations on existing products that would integrate well/easil …
1
vote
1answer
24 views

How can I Convert XML to an Object using Spring 3.0 mvc while making RESTful request

Hi, I'm using the Spring 3.0 RC1 framework and I'm currently testing out Spring mvc. I wanted to use Spring mvc to handle restful requests. I have set up my controller to handl …
1
vote
3answers
100 views

why does a return statement inside a try catch work with ‘throws’

does not work (Compilation error: missing return statement) public SqlMapClientTemplate getSqlTempl() throws UivException, SQLException{ try { SqlMapClient scl = (SqlM …
1
vote
1answer
17 views

Getting an application context

Is there a way to get an ApplicationContext from contexts in the file system and the class path all at once? rather than using FileSystemXmlApplicationContext and then ClassPathXm …
1
vote
2answers
23 views

Spring - Aspect is not getting applied at runtime

I have the following configuration: @Aspect public class MyAspect { @Around(@annotation(SomeAnnotation)) public Object myMethod(ProceedingJoinPoint joinPoint) throws Throwable …
0
votes
2answers
19 views

Why is the Spring/Flex/BlazeDS Messaging service-adapter not called?

I have attached a service-adapter to a spring message-destination as follows: <flex:message-destination id="secured-chat" send-security-constraint="trusted" subt …
3
votes
2answers
66 views

Can i put 3 different authentication schemes in same spring security configuration ?

Hi, My requirement is to provide: Userid password based authentication. Open id based authentication Url based authentication (its a custom sso impl we have) in the same projec …
1
vote
2answers
31 views

Flex Cairngorm Spring Blazeds - Remoting Error - help me please…

Hi all, I seem to be getting the following error when I try to access a Remote Java class (on Spring/BlazeDS) from the Flex/Cairngorm application. I am going crazy at the moment tr …
1
vote
1answer
18 views

Spring SimpleUrlHandlerMapping not allowing routing for any html page

I'm trying to implement a file upload in my Spring application based on the Spring documentation. However, when I add the SimpleUrlHandlerMapping reference, I can't even route to …
0
votes
3answers
48 views

Roles/Priviledges in a Spring/Hibernate application

Hi, In a banking or similar application there are usually several roles defined and associated privileges required (for example a normal user could only do transactions but not po …
1
vote
3answers
66 views
+100

Java Programming - Spring and JDBCTemplate - Use query, queryForList or queryForRowSet?

My Java (JDK6) project uses Spring and JDBCTemplate for all its database access. We recently upgraded from Spring 2.5 to Spring 3 (RC1). The project does not use an ORM like Hibern …

1 2 3 4 5 76 next
15 30 50 per page