Search:

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

Search: Search took 0.03 seconds.

  1. Some Spring ROO 1.2 M1 GWT addon feedback (with GWT 2.4)

    First of all, thanks for the release guys. I have the feeling that from all the versions of ROO GWT addon, this is the first I would trust to go in production with. There are some small issues though...
  2. perform command --mavenCommand gae:deploy fails if no username/password in settings.x

    gae:deploy fails because maven prompts for username/passwords for GAE deployment and the prompt doesn't appear in spring roo console. It appears to get stucked in the "Initiating update" step when in...
  3. Spring ROO 1.1.0 and STS With Google integration - kinda doesn't work

    The create Spring roo project wizard doesn't work. The default STS with Google integration comes with Roo M03 and if you download and set the default Roo version to the Release, when you click OK at...
  4. Replies
    4
    Views
    1,374

    Cannot get running a GWT/GAE Roo app

    I get this all the time when building:


    2010-06-03 00:20:30,122 [main] ERROR DataNucleus.Plugin - Bundle "org.datanucleus.store.appengine" requires "org.datanucleus" version "[1.0.4,...
  5. Replies
    8
    Views
    1,882

    Update

    It is definitely happening when loading the Dashboard's RSS feeds while initializing Java ... in STS. So I believe it's a threading issue. Whatever it is, it is a huge pain
  6. Replies
    8
    Views
    1,882

    Workaround

    In the meantime it seems I also found a workaround for this:

    1.) Look into the status bar at what project from the workspace it hangs
    2.) Force quit STS
    3.) Go into the workspace folder and...
  7. Replies
    8
    Views
    1,882

    Sure

    I've disabled the dashboard loading from the prefs file and it seems it blocks in another place. I will take the thread dumps if you tell me how.

    However it seems to be dependent on the workspace...
  8. Replies
    8
    Views
    1,882

    STS blocking while loading Dashboard

    I'm on STS 2.3, Mac Snow Leopard and it simply hangs (shows the long loading cursor) indefinitely during the time it is supposed to load the Dashboard's RSS feeds. the only way to quit is to "Force...
  9. Replies
    11
    Views
    7,208

    That is a HUGE idea ! A Vaadin ROO plugin would...

    That is a HUGE idea ! A Vaadin ROO plugin would make total sense since it's a end to end framework and I assume all one would have to do is use their components/libraries w/o anything else. However I...
  10. Replies
    11
    Views
    7,208

    Certainly you're not talking nonsense. Actually I...

    Certainly you're not talking nonsense. Actually I would encourage everyone to give input on this matter.

    GWT indeed is a Java based technology which needs compilation, only that it takes...
  11. Replies
    11
    Views
    7,208

    After exploring the "common domain model"...

    After exploring the "common domain model" alternative for a while I tend to believe this has several severe drawbacks, the biggest one being that I can't see how we can use the @RooEntities as they...
  12. Replies
    11
    Views
    7,208

    @RooEntity and GWT

    Hi guys,

    I have done recently a lot of experimenting/prototyping with ROO and GWT. One of the things I have tried is to use a shared domain model between GWT and ROO generated backend, e.g. use...
  13. Replies
    2
    Views
    898

    New addon

    well, I took the following steps:

    0.) start Roo console
    1.) project --topLevelPackage your.base.package.roo.addon.myaddon --template ROO_ADDON_SIMPLE
    3.) perform eclipse
    4.) import it into...
  14. Replies
    2
    Views
    963

    Doctype line left out from XML template

    I am reading a xml template file, parsing it and changing the contents than writing it back to the disk using the standard features you provide in the XmlUtils class. However there is the doctype...
  15. Replies
    4
    Views
    1,237

    Sure, I need system type dependencies to be able...

    Sure, I need system type dependencies to be able to use GWT in a generated project. The current maven GWT plugin from mojo that I am using only supports GWT 1.6.4, but even if it would suport 1.7.1...
  16. awesome, thanks a lot :-)

    awesome, thanks a lot :-)
  17. Replies
    4
    Views
    1,237

    Add maven "system" type dependencies

    I'm developing a addon for Roo. Is there any way to add a maven "system" type dependency to the resulting project pom ?

    In the Roo source code, the Dependency class has a "type" field indeed but...
  18. Installing and uninstalling a addon from a script file

    Is it possible to install / uninstall a addon from a script file e.g.:

    deploy.roo:
    perform assembly
    addon uninstall old.zip
    addon install file:target/new.zip

    What happens now is...
  19. Replies
    1
    Views
    1,375

    Spring Roo console opened in STS issue

    I'm not sure where I should post this, in the Roo forum or in the STS one but anyway the issue is with running the backup command from a Roo console opened in STS. If you run the backup command, roo...
  20. Replies
    2
    Views
    1,743

    Well by 1.2.6 and 1.2.8 I mean I'm getting the...

    Well by 1.2.6 and 1.2.8 I mean I'm getting the same behavior with both versions
  21. Replies
    2
    Views
    1,743

    propertyConfigurer issue

    Hi. I'm using spring 1.2.6 and 1.2.8 in a web environment and I have the following problem:

    I'm setting up in web.xml the following:

    <context-param>...
  22. Guys, sorry, don't bother to respond, I'm already...

    Guys, sorry, don't bother to respond, I'm already ashamed of myself.

    First, changing the datasource from a DriverManagerDatasource based one to commons DBCP has cut the delay to 1/3 meaning 600ms....
  23. TransactionProxyFactoryBean and HibernateTransactionManager perf problem

    hi all,

    I'm using the Spring/Hibernate support with TransactionProxyFactoryBean and HibernateTransactionManager to manage DB transactions in a web application I'm building.

    My setup looks like...
  24. Pls give an example of how to register an array as return type in BeanMappingServiceP

    Hi there, I have these mappings in server-config.wsdd:

    <typeMapping
    xmlns:ns="http://domain.com"
    qname="ns:Location"
    type="java:com.domain.Location"
    ...
  25. Thread: Complex Forms

    by dorel
    Replies
    1
    Views
    1,461

    That's a form developed with Jgoodies forms or...

    That's a form developed with Jgoodies forms or table layout (if it's built with form builder, those two layout managers were supported by it the last time I checked) and the look and feel is given by...
Results 1 to 25 of 25