Search:

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

Search: Search took 0.03 seconds.

  1. Same problem here. I was going to try out Spring...

    Same problem here. I was going to try out Spring roo, but I am stuck at trying to create my first entity:

    roo> entity --class ~.model.Customer
    Command 'entity --class ~.model.Customer' not found...
  2. Replies
    2
    Views
    1,493

    SpringAS with MobileApplication

    Hi,

    is there anybody who tried to use Spring ActionScript with a MobileApplication (http://labs.adobe.com/technologies/flex/mobile/)?

    I tried to use the FlexXMLApplicationContext but it does...
  3. Replies
    1
    Views
    987

    A better solution seems to be: ...

    A better solution seems to be:



    ResourceManager.getInstance().update();


    See http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/mx/resources/IResourceManager.html#update()...
  4. Replies
    1
    Views
    987

    Force re-evaluation of resource strings?

    Hi,

    I have to load an extra resource bundle in a module that gets loaded by my application. I added the following code in the module's preinitialize:



    private function...
  5. Hi, we got it working finally. The problem was...

    Hi,

    we got it working finally. The problem was that I set the custom endpoint, do the remote call and then reset the custom endpoint in 1 function. It seems that I cannot reset the endpoint...
  6. No idea why the deserialization would fail and I...

    No idea why the deserialization would fail and I don't see any exception. The only result I see that in the one case my method on the server gets called and in the other case, the method does not get...
  7. Setting a custom classloader based on a RemoteObject call

    Hi,

    In our application, we have a plugin system that is based on custom classloading. Each plugin defines a Spring context that gets merged with the application's context.
    Such plugins also...
  8. Replies
    1
    Views
    1,619

    Are there any updates on this? I am also looking...

    Are there any updates on this? I am also looking for an example with Spring, JMX and TabularData.
  9. Replies
    3
    Views
    2,136

    Due to the ITD, we have to do something like this...

    Due to the ITD, we have to do something like this in ActionScript:

    public class MyClass
    {
    private var myProperty:Integer;
    private var...
  10. We disabled lazy loading in hibernate. I am not...

    We disabled lazy loading in hibernate. I am not so happy that we had to do that, but it works so far.
  11. Replies
    3
    Views
    2,136

    Examples on MessageInterceptor?

    Hi,

    are there any examples on MessageInterceptor? I have some Intertype declarations from AspectJ in my domain model. I would like to remove those fields when sending them to the client so they...
  12. Replies
    1
    Views
    2,362

    How to start jconsole with security manager?

    Hi,

    is there anybody who knows how to start jconsole with a security manager so that classes can be downloaded via RMI (to avoid ClassNotFoundExceptions due to 'no security manager: RMI class...
  13. JDK proxy, but I tried with CGLib also, was the...

    JDK proxy, but I tried with CGLib also, was the same. The annotations are of an external library, but I am in close collaboration with them. For them, a permanent solution should work with all types...
  14. Proxy not taking over annotations of interface?

    Hi,

    it seems that if you create a proxy of a bean, the annotations that are on the interface are no longer present on the bean. Is this normal behaviour ?

    I think it is because if you look at...
  15. Replies
    2
    Views
    3,410

    this is my views.properties ...

    this is my views.properties

    defaultViewResolver.class=org.springframework.web.servlet.view.InternalResourceViewResolver
    defaultViewResolver.viewClass=org.springframework.web.servlet.view.JstlView...
  16. Replies
    2
    Views
    3,410

    Problem mixing ViewResolver's

    Hi,

    I wan to have JSP and PDF output in my webapplication. I can get both seperate but not together, depending on my *-servlet.xml contents. With this I get my JSP views correctly:


    <bean...
  17. Thread: Intellij IDE

    by fester
    Replies
    9
    Views
    5,125

    +1 as IntelliJ is my choice of IDE

    +1 as IntelliJ is my choice of IDE
  18. Thread: Themes

    by fester
    Replies
    6
    Views
    7,242

    Hopefully the documentation will talk about this...

    Hopefully the documentation will talk about this soon. "Dummy Paragraph" does not do much good.
  19. Replies
    2
    Views
    5,258

    PDF creation using XSLT and FOP

    Hi,

    is there an easy way in Spring to use XSLT and FOP to create PDF's in stead of the AbstractPDFViewer? We currently already have some reports made this way, so it would be helpful if we could...
  20. Does Spring have a Callback function (like Tapestry)?

    Hi,

    I never worked with Tapestry but I found in the documentation that they have something called Callback, which you can use to go back to the page that requested the current page. This would...
  21. Replies
    2
    Views
    3,393

    Sample/tutorial of WizardFormController?

    Is there somewhere a usage example of the WizardFormController? The documentation does not provide very much information to me.
Results 1 to 21 of 21