Search:

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

Search: Search took 0.02 seconds.

  1. Hi Andrew, I finally managed to debug the...

    Hi Andrew,

    I finally managed to debug the application.
    The application runs on JBoss 4.2.3 on a remote computer.

    The problem is this:
    I build the project externally via Maven.
    Then, I...
  2. GGTS 3.2.0.M1 - remote debug doesn't stop at groovy controller breakpoints

    Hi,

    I am using GGTS 3.2.0.M1 with Grails 2.1.1.

    I am trying to remote debug my application.
    I set breakpoints in a controller but the debugger doesn't break.

    I see that the blue circle with...
  3. Upgrading from Grails 1.2.2 to version 2.1.1 I...

    Upgrading from Grails 1.2.2 to version 2.1.1 I should have fully followed the upgrade instructions in
    http://grails.org/doc/2.1.1/guide/upgradingFromPreviousVersionsOfGrails.html

    It says:...
  4. You need to configure a Grails launch...

    You need to configure a Grails launch configuration and run it in debug mode.

    1. Go to Run -> Debug Configurations...
    2. In the tree on the left double click on 'Grails'

    It will create a new...
  5. There is no grails-gorm:2.1.1. I removed the...

    There is no grails-gorm:2.1.1.
    I removed the dependency from the Maven build.


    Cheers,
    Shai
  6. To solve this I had to disable the log4J plugin....

    To solve this I had to disable the log4J plugin.

    Technically it means removing the following from the generated web.xml:

    <listener>
    ...
  7. It appears I was looking in the wrong place....

    It appears I was looking in the wrong place.
    According to findjar.com the class org.codehaus.groovy.grails.plugins.orm.hibernate.HibernatePluginSupport was in grails-gorm jar.
    However in Grails...
  8. The problem was solved after fixing a few grails...

    The problem was solved after fixing a few grails plugin initialization problems.

    Cheers,
    Shai
  9. JBoss 4.2.3 seems to load the war file but gives a 404 page

    Hi,

    I deployed my Grails 2.1.1 application on JBoss 4.2.3.
    During startup everything seems to get loaded except for the following warning:

    2012-12-10 17:39:06,872 WARN ...
  10. NoSuchBeanDefinitionException: No bean named 'transactionManager' is defined

    Hi,

    After upgrading from Grails 1.2.2 to 2.1.1 I start getting the following error.
    However the bean specified is defined in another file db-standalone-context.xml.

    Do anyone have an idea what...
  11. Can't find grails-gorm for Grails 2.1.1 anywhere

    I am having problems running my Grails 2.1.1 app on JBoss 4.2.3 GA.

    This time I am getting the exception below.

    This line:


    tells me that I am using the wrong version of grails-gorm.jar.
    ...
  12. Hi Andrew, I upgraded to version 3.2.0.M1 and it...

    Hi Andrew,
    I upgraded to version 3.2.0.M1 and it seems to fix the problem :)
    Thanks,
    Shai
  13. Problems deploying Grails 2.1.1 application to JBoss 4.2.3 GA

    I recently upgraded my app from Grails 1.2.2 to Grails 2.1.1.

    Running my code from within the GGTS works very well.

    However I'm having problems deploying it to JBoss 4.2.3 GA.

    I get:...
  14. Native Library jline_.dll already loaded in another classloader

    Hi,

    I am getting the error below when I refresh the dependencies in the IDE.
    The only solution I found is to delete the ivy-cache dir and create it again.
    After that, the first time refreshing...
  15. Thread: Plugin error

    by shaiw
    Replies
    3
    Views
    722

    Hi Andrew, This is an Eclipse bug that...

    Hi Andrew,

    This is an Eclipse bug that hopefully will be fixed in later versions.

    See the following links:
    https://bugs.eclipse.org/bugs/show_bug.cgi?id=394500...
  16. Thread: Plugin error

    by shaiw
    Replies
    3
    Views
    722

    Plugin error

    Hi,

    I recently upgraded to GGTS 3.1.0.
    When I check the Error Log there is an error that happens repeatedly every 1/2 a second.
    I think the source of the problem is the Eclipse IDE.

    Searching...
  17. Maven failure due to dependency on org.springframework.uaa.client-1.0.1

    I read that many people have problems resulting from a dependency on org.springframework.uaa.client-1.0.1.

    I recently upgraded to Grails 2.x.x, and since then the Maven build fails with the...
  18. Dependency problems upgrading to Grails 2.1.1

    I have a grails project that I build using Maven.
    Till now I was using Grails 1.2.2 and STS 2.8.1.

    After installing GGTS 3.1.0 and Grails 2.1.1. I tried building my project.
    Everything went...
  19. Replies
    4
    Views
    473

    You were right! From some reason my project...

    You were right!

    From some reason my project was not defined as a Grails project.
    I had to convert it to Grails project (Configure -> convert to Grails Project),
    and then refresh the...
  20. Replies
    4
    Views
    473

    STS 2.8.1 groovy support problems

    Hi Andrew and thank you for replying.

    1. The breakpoints icon in the groovy code have no check marks, only a blue circle.
    The ones in the regular Java class are checked.
    Is that mean the the...
  21. Replies
    4
    Views
    473

    STS 2.8.1 groovy support problems

    Hi,

    I am using STS 2.8.1 with groovy support and Grails 1.2.2.
    In the first few weeks STS managed to debug the Grails application, but suddenly it stopped responding to breakpoints located in the...
  22. Replies
    2
    Views
    548

    Dear Andrew, Thank you for your quick...

    Dear Andrew,

    Thank you for your quick response.
    I had to go back to the previous version of STS (2.8.1).
    Unfortunately, the revert option of STS failed and corrupted the tool.
    It failed to...
  23. Replies
    2
    Views
    548

    Build error after installing STS 2.9.0.M1

    Hi,

    I am using grails 1.2.2.
    After installing STS 2.9.0.M1 my grails project refuses to build.

    I'm getting the following log message:

    Welcome to Grails 1.2.2 - http://grails.org/
    Licensed...
Results 1 to 23 of 23