Search:

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

Search: Search took 0.02 seconds.

  1. MXMLApplicationContext and Objects Not Found Errors (Anonymous Inner Objects)

    I have been playing with utilizing MXMLApplicationContext in 1.1 to solve the typical class inclusion issues, but am seeing some unexpected behavior on anonymous Objects. If the <Object...
  2. Nullify One-to-Many

    Same problem. When I first implemented this, it did resolve the entire object graph. I ended up preventing this with a custom annotation and some BeanUtils traversal.

    My aim was to remove the...
  3. Replies
    7
    Views
    2,466

    Flex 4 and Spring Actionscript

    I am running with 1.0RC1 and the Flex 4 release build without issue. I am using JetBrains as my IDE, so I cannot confirm Flash Builder 4.
  4. AS Class Inclusion

    It's probably not the cast that solved it, but rather the inclusion of the class due to the cast. If there are no direct references to the class then the AS compiler will exclude the class from...
  5. Replies
    3
    Views
    1,069

    Retrieve the Servlet Request

    You can store the request in a ThreadLocal in a mapped servlet filter, then retrieve it from wherever you need it, including the service class.
  6. RemoteObject calls

    You need to add an Event Listener on the call, and then issue the Alert in the event handler :

    See http://livedocs.adobe.com/flex/3/html/help.html?content=data_access_4.html
  7. Replies
    2
    Views
    1,488

    BlazeDS Messaging

    If you have Flex clients using Producers, you can also use a custom MessageAdapter.



    <bean id="queryMessageAdapter"
    class="FlexDatasourceAdapter">
    <property...
  8. Second that!!

    Second that!!
  9. Replies
    1
    Views
    1,228

    Serialization

    Checkout http://forum.springsource.org/showthread.php?t=86093
  10. Custom Exception for Session Timeout

    I am using a custom Exception. I have an Interceptor that checks the session, if it has timed out, throw the custom exception, which typically will include a redirect url and then have the player...
  11. Proxied Lists

    Check out my response to http://forum.springsource.org/showthread.php?t=85988

    I use an Interceptor and traverse the objects returned with original implementations and remove all the proxies on the...
  12. RemoteClass and Object

    Looks like you are htting a Hibernate proxy. When this happens, the Flash Player cannot resolve the java class returned to any of your AS types tagged with RemoteClass. The class will still be...
  13. Hibernate Entities with Collections and BlazeDS

    I had run up against this same scenario a number of times. I explored a number of solutions and eventually went with the session per request pattern for hibernate,...
  14. Replies
    1
    Views
    1,905

    Simple Log4j Target

    After moving to spring-blazeDS integration, I lost BlazeDS debug logs using the included ServletLogTarget. I was consistently seeing the following message in the console messages :

    **** No...
Results 1 to 14 of 14