Search:

Type: Posts; User: Dr.Drane; Keyword(s):

Page 1 of 7 1 2 3 4

Search: Search took 0.13 seconds.

  1. Hi Roland, thanks a lot for clearing this out! ...

    Hi Roland, thanks a lot for clearing this out!

    The event handling now seems to be working as I understand it should. w000p w000p :) :cool:



    I'm sorry, I misunderstood the 'remote' scope...
  2. SAS 2.0: initMethod not called in my module

    Aloha!

    I'm trying to use the initMethod in a module of my app, but it's not getting called.
    Might this be a bug?



    <sas:Object id="addressForm" clazz="{AddressForm}" initMethod="init">...
  3. FYI: Scoping my service layer to remote breaks...

    FYI: Scoping my service layer to remote breaks the EventHandlerMethod functionality:

    <!--Service-->
    <sas:Object id="serviceLayer" clazz="{ServiceLayer}" scope="remote">
    <sas:EventHandlerMethod...
  4. How does the SAS 2.0 event handling config work? How to enable metadata config?

    Hi all,

    I'm trying to switch my project from SAS 1.0 to 2.0, but I'm having a little bit of troubles with the (Static)EventBus handling.

    The problem is that in my Mxml config, the event handler...
  5. Replies
    3
    Views
    587

    Cool. Voted for and wachting it.

    Cool. Voted for and wachting it.
  6. Replies
    3
    Views
    587

    Same issue here :(

    Same issue here :(
  7. Thanks and good luck with the 2.0 development!...

    Thanks and good luck with the 2.0 development! Looking fwd to it. (as my code will be in production by the end of the month (the city of Oudenaarde will use it in its car permitting system) I haven't...
  8. How set the "cascade = CascadeType.ALL" on a OneToOne relationship in Roo?

    Hi all,

    How can I set the "cascade = CascadeType.ALL" on a OneToOne relationship in Roo?
    Is this possible via a console command?

    Thanks!
  9. context namespace issues started to occur today...something changed?

    Hi all, from today on I received namespace issues when eclipse checked my application-context.xml:


    <?xml version="1.0" encoding="utf-8"?>
    <objects...
  10. related to JDK7 vs 6 I noticed

    related to JDK7 vs 6 I noticed
  11. I just stumbled upon the solution! :) ...

    I just stumbled upon the solution! :)

    apparently the memory settings are configured in the "launch configuration" available on the server overview page (which is accessible via double clicking...
  12. Replies
    12
    Views
    8,603

    I'm currently getting a: Communication with...

    I'm currently getting a:

    Communication with repository at http://dist.springsource.com/release/TOOLS/update/e3.7 failed.
    Read timed out

    Any other people having the same issue?

    Also:
  13. I'm using PC at work (and Linux at home, where I...

    I'm using PC at work (and Linux at home, where I also have STS installed).

    I already tweaked the STS.ini file a lot and the changes didn't seem to have much effect on my TC Dev server: My (Roo...
  14. *kick* still haven't found how to resolve...

    *kick*

    still haven't found how to resolve this... all comments more than welcome
  15. tc dev 2.6 OutOfMemoryError: PermGen space, where add java_opts?

    Hi all,

    My tc dev throws "Exception in thread "tomcat-http--1" java.lang.OutOfMemoryError: PermGen space".

    I know for "normal" tomcats changing my catalina batch file and adding something like...
  16. [bug] roo 1.2 snapshot [rev 7d4d85a] fails to replace ~. with top level package name

    Hi all,

    I've found a bug where roo fails to replace ~. in my scripts with the top level package name.

    More precisely, com.xxx.* becomes com.xxx.xxx.* somehow.

    When I did a find and replace...
  17. done! ...

    done!

    https://jira.springsource.org/browse/ROO-2940
  18. [bug] jsf managed bean generation fail (because of bad collection naming strategies?)

    I always tend to name my collection instance variable names after their type (e.g. Set<Address> addressSet = new HashSet<Address>(); ) instead of using a plural "-es" like suffix, which I think has a...
  19. persisting fails due to "JpaDialect does not support JDBC connection retrieval"?

    Hi all,

    I'm having a little bit of trouble persisting an entity (successfully received from my flex front-end).
    The logging output I get:



    2011-11-15 16:51:24,894 ["http-apr-8080"-exec-9]...
  20. Spring Flex 1.5, lazy loading issue with mutual object references

    I have objects referencing each-other (Country has a regionProvinceSet, RegionProvince has a Country):



    @RooJavaBean
    @RooToString
    @RooEntity
    public class Country {

    private String name;
  21. Best practice to have unique users (user table) for each customer (customer table)?

    Hi all,

    We are developing a web application that should be usable by multiple of our customers, and each customer should have his own set of unique users.

    What would be the best practice to...
  22. Replies
    6
    Views
    3,454

    This solved the issue I was having! Thanks a lot...

    This solved the issue I was having! Thanks a lot for pointing it out.

    Best wishes,

    Jochen
  23. Sticky: As the Spring BlazeDS Integration 1.5.0 already...

    As the Spring BlazeDS Integration 1.5.0 already lays the foundation for RESTful Flex apps, wouldn't it be a good idea to let the FlexRoo addon also evolve in that direction?
    The whole flex layer...
  24. Replies
    6
    Views
    3,454

    I'm already using one of the latest versions of...

    I'm already using one of the latest versions of STS (2.7.M2) but just update using the update site you provided.

    Already managed to work around the issue by using a previous project version...
  25. Replies
    6
    Views
    3,454

    Did you ever find a solution to the problem? I...

    Did you ever find a solution to the problem? I also ran into this issue a lot of times
Results 1 to 25 of 158
Page 1 of 7 1 2 3 4