Search:

Type: Posts; User: Horyna; Keyword(s):

Search: Search took 0.02 seconds.

  1. How to call method with Class clazz argument

    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?...
  2. Replies
    1
    Views
    622

    Class binding do not support Children?

    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;
    }
  3. It seems that the problem is solved. I miss the...

    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...
  4. Channel login and logout command are really...

    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...
  5. mm, i have DelegatingFilterProxy in web.xml. From...

    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...
  6. Security context is after authentication sometimes still empty

    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",...
  7. Security context is after authentication sometimes still empty

    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",...
  8. How to authenticate through Tomcat tomcat-users.xml

    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?
  9. Replies
    0
    Views
    782

    Calling web flow bean from BlazeDS Int.

    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...
  10. Replies
    0
    Views
    538

    Calling web flow from BlazeDS integration

    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...
Results 1 to 10 of 10