Spring Flex or rather Spring BlazeDS Integration is a top-level Spring project, and a component of the complete Spring Web stack. This project's purpose is to make it easier to build Spring-powered Rich Internet Applications using Adobe Flex as the front-end client.
Questions tagged [spring-flex]
7 questions
3
votes
0 answers
Reactive Mongo Flux methods opening two many connections pools
I have a ReactiveMongoRepository with a method that returns Flux
whenever the method is called it opens a new connection
Opened connection [connectionId{localValue:118, serverValue:44}]
till it exeeds 100 than it…

Arsen Cenko
- 95
- 1
- 9
3
votes
2 answers
Centralized system for session management (and killing) for Spring Security and/or Spring BlazeDS Integration
I'm having a hard time implementing a feature that our customer requests. In short they want to be able to logout any customer of their choosing out of the application via the admin side. The application is using Flex as a front end technology and…

Jukka Hämäläinen
- 647
- 1
- 6
- 17
2
votes
0 answers
Cannot convert Enum to int using Spring Converter
My application uses BlazeDS for communication between Flex and Java. I'm using Spring for BlazeDS integration in Java.
I have an enum called TransactionStatus. On the flex side, the corresponding properties are set as integers. I'm trying to use…

Akshay
- 1,606
- 3
- 17
- 32
1
vote
2 answers
Spring BlazeDS Integration configuration error
We have an existing (no Spring) Flex/BlazeDS application which we are in the process of migrating to use Spring BlazeDS Integration. Within the Maven pom, there is dependency on spring-flex-core 1.5.2.RELEASE, and this brings in Spring 3.0.5-RELEASE…

user1052610
- 4,440
- 13
- 50
- 101
1
vote
0 answers
Continuing Work on the Spring BlazeDS integration?
I am part of the Apache Flex team and currently taking care of the BlazeDS development. We are currently working on a great number of improvements in BlazeDS and I noticed the Flex Integration sub-project got re-located to the Attic. I would like to…

Christofer Dutz
- 2,305
- 1
- 23
- 34
1
vote
1 answer
spring-flex 1.5.2 JUnit test error servletContext null
My project flex 4 + spring-flex 1.5.2 + spring 3.1 + hibernate 3.6(jpa2.0),
can run in browser, but not work with JUnit4.
JUnit error:
org.springframework.beans.factory.BeanCreationException: Error creating bean with name…

codesve
- 35
- 1
- 6
0
votes
1 answer
spring-flex 1.0.3.RELEASE issue in integrating spring 5.3.20
Currently using spring-flex 1.0.0.M2, As part of spring upgrade to 5.3.20, upgraded spring-flex to 1.5.2.RELEASE.
I'm getting the following error:
ERROR [org.springframework.web.servlet.DispatcherServlet] [localhost-startStop-1] Context…