blazeds
spring blazeds integration: IllegalArgumentException: ServletContext must not be null
I am trying to get dpHibernate 2.0 RC6 running on an Apache Tomcat 7.0.12 with BlazeDS 4.0.0.14931, Spring 3.0.5 and Spring-BlazeDS-Integration 1.5.0.M2[详细]
2023-02-25 10:10 分类:问答BlazeDS Polling Interval set to 0: Unwanted side-effects?
tl;dr: Setting the polling-interval to 0 has given my performance a huge boost, but I am worried about possible problems down the line.[详细]
2023-02-21 21:18 分类:问答Getting JSESSIONID cookie into standalone BlazeDS app messages
I have a flex app using BlazeDS to talk with a web app using Spring Security.During normal use the user has already logged into the web app before running the flex app, so the browser takes care of pa[详细]
2023-02-20 20:36 分类:问答AMF body dropped on Deserialization
I am trying to do a simple Flex AMF call to a ColdFusion server via BlazeDS.Using a RemoteObject, I am trying to send a login request to the server, and responding with success or failure.For some rea[详细]
2023-02-19 20:15 分类:问答BlazeDS not mapping AS objects correctly
I have 2 java classes that are the same (imagine the getters and setters): class ScheduledEvent { private String eventName;[详细]
2023-02-19 15:12 分类:问答How can my Spring-Flex project use a vanilla HttpServlet via Java?
I\'ve got a bit of a tricky question.I\'m trying to figure out the best way to leverage a vanilla HttpServlet from a Spring-Flex (with BlazeDS) project I\'m working on.My team has an HttpServlet that[详细]
2023-02-18 04:47 分类:问答Spring-security split authentication and the authorization
I\'m trying to create a custom login for my flex开发者_如何学Go web app with spring-security. I have an working version where we use the channelset.login with blazeds.[详细]
2023-02-17 04:36 分类:问答Passing case class between Scala and Flex using BlazeDS
When trying to pass a \"case class\" from Scala to Flex the results on Flex side are regular Object instead of UINamespace. Changing the case class to regular Java class and it arrives correctly.[详细]
2023-02-14 22:45 分类:问答RDS server error
When I connect data services using blazeds I get following error message. RDS server message Premature EOF encountered[详细]
2023-02-14 19:27 分类:问答Unable to create a new instance of type 'some class'. Types cannot be instantiated without a public, no arguments constructor
I have a class with constructor and overloaded methods in it. When i try to import that class using blazeds i get an error saying[详细]
2023-02-14 06:28 分类:问答