Hello,
i need to call such kind of method:
public List<T> method(Class<T> clazz)
from Flex (with Flex remoting) ...i have problems with the Class type attribute. How should i do that?...
Type: Posts; User: Horyna; Keyword(s):
Hello,
i need to call such kind of method:
public List<T> method(Class<T> clazz)
from Flex (with Flex remoting) ...i have problems with the Class type attribute. How should i do that?...
Hello,
my question is not directly about Spring <-> Flex, but i can not find any usable forum :)
In Java i have:
class Application {
public Party party;
}
It seems that the problem is solved. I miss the <http auto-config="true"/> in spring config. Now Spring logs so 10x more lines, but it works :) ...i must find, what has changed...
Channel login and logout command are really executed in different threads (but login, logout use same thread) as the remote call self.
When i trace some code (in debug) its not happening. So i...
mm, i have DelegatingFilterProxy in web.xml. From FlexContext i become the right FlexSession, but SecurityContext is empty. Application use ThreadLocalSecurityContextHolderStrategy so may be wrong...
Hello,
I have so something in Flex:
<s:RemoteObject id="dest1" destination="some_d"/>
<s:RemoteObject id="dest2" destination="some_o_d"/>
...
var channel:AMFChannel = new AMFChannel("my-amf",...
Hello,
I have so something in Flex:
<s:RemoteObject id="dest1" destination="some_d"/>
<s:RemoteObject id="dest2" destination="some_o_d"/>
...
var channel:AMFChannel = new AMFChannel("my-amf",...
In all Spring BlazeDS examples are users defined in spring.xml, but how to store Authentication with using users defined in Tomcat tomcat-users.xml?
First sorry for my English.
I am integrating one Flex project with SWF application thru Spring BlazeDS Integration. I need to call a bean with scope flow - that is the problem. I become exc.: No...
First sorry for my English.
I am integrating one Flex project with SWF application thru Spring BlazeDS Integration. I need to call a bean with scope flow - that is the problem. I become exc.: No...