Search:

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

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    1,216

    Thanks Peter. I will go to the suggested...

    Thanks Peter.

    I will go to the suggested forum and look around.
  2. Grails upgrade issue from 1.3.4 to 1.3.6

    I have upgraded from 1.3.4 to 1.3.6 and found it is not getting deployed to tomcat.

    However when I run with Jetty, using grails run-app is working fine.

    The tomcat plugin is upgraded to 1.3.6...
  3. Replies
    2
    Views
    1,216

    Connecting to a database dynamically

    Hi

    I have a use case where the user will select a region, and based on the selected region, I need to connect to that database and display the data.

    We have around 30 databases that could be...
  4. what happens to the db connections after this call?

    I am passing the dburl value dynamically based on user's selection in my case.



    dburl="jdbc:oracle:thin:@${dburl}"
    log.info "$dburl"
    def sql = Sql.newInstance("${dburl}",
    ...
  5. Replies
    2
    Views
    1,471

    Thanks bdangubic. I will explore the details.

    Thanks bdangubic.

    I will explore the details.
  6. Replies
    2
    Views
    1,471

    Grails + Spring AOP

    Any one has tried Spring AOP with Grails?

    I am using Grails 1.3.4.

    Is there a good simple example.

    Thanks in advance.
  7. Replies
    3
    Views
    1,123

    This is a great news. Can I have a link to...

    This is a great news. Can I have a link to documentation?
  8. Thanks Peter.

    Thanks Peter.
  9. I am running tests from Integration only. Not...

    I am running tests from Integration only. Not using unit as the service and controller references are spring injected.

    Did not work for me even from Integration tests.
  10. Yes. I am able to read all props well from a...

    Yes. I am able to read all props well from a Controller. The Controller actions are able to read the props. No problem there.

    I am getting problem only to read props, in the Tests written for...
  11. Replies
    3
    Views
    1,123

    Running tests from a war file

    Is there a way to run tests from a war file in Grails?

    Thanks
  12. Accessing properties of externalized config file

    I am trying to access the properties that are in an externalized config file, from my integration service tests file and did not succeed.

    I have tried...

    def propValue =...
  13. Multiple Return Cursors from Oracle Stored Procedure

    Hi

    I have a situation, where I need to handle 6 returns from an Oracle 11g R2 Stored procedure, out of which three are Oracle cursors.

    I am using Groovy / Grails.

    Looking for some ideas and...
  14. can anyone help me? Thanks

    can anyone help me?

    Thanks
  15. Dear All Appreciate inputs

    Dear All

    Appreciate inputs
  16. option tag - populating with a preselected value

    Hi

    I am able to display the drop down list. How can I display one item of the drop down list as selected item based on the value in the DB.

    I am using Spring Webflow 2.0

    Hereunder is my...
  17. Replies
    11
    Views
    3,031

    try using .methodName() Please...

    try using <classObjName>.methodName()

    Please see the parenthesis at the end of method name
  18. Replies
    11
    Views
    3,031

    Hi testing123 Appreciate if people use...

    Hi testing123

    Appreciate if people use appropriate naming convention.

    Thanks
  19. Replies
    6
    Views
    10,514

    Hi Pradeep we have busy deliverable schedules...

    Hi Pradeep

    we have busy deliverable schedules and I could not find time to come back to this site. I hope the code snippets will help you. Regret for any delay from my side. good luck.



    ...
  20. Replies
    6
    Views
    10,514

    Hi Pradeep Initially I have used Spring Web...

    Hi Pradeep

    Initially I have used Spring Web Flow 2.0 and then I used just Spring 2.5 MVC.

    I have used the Spring AbstractJExcelView class and overridden buildXXX(..,..,..,..) method.

    I will...
  21. Replies
    5
    Views
    1,226

    Thanks Frank for the clarification. I am...

    Thanks Frank for the clarification.

    I am successful in creating the Bean for the HibernateUtil static class that is creating the static Hibernate SessionFactory object during context...
  22. Replies
    5
    Views
    1,226

    Thanks Frank for the inputs. With Bean...

    Thanks Frank for the inputs.

    With Bean injection, can the HibernateUtil class still be a static class?
  23. Replies
    5
    Views
    1,226

    Can we write static classes in spring

    Hi

    I am using Spring 2.5 with Webflow 2.0.3 and Hibernate 3.x

    For the Hibernate session factory, I have written a HibernateUtils static class that returns SessionFactory.

    Can we write static...
  24. Replies
    6
    Views
    10,514

    Hi I have done enough experimentation for a...

    Hi

    I have done enough experimentation for a couple of days and found the efforts are not worth.

    I have moved on to JExcel and found it very easy and simple to use.

    Recommend JExcel to every...
  25. java.lang.IllegalStateException: Response already committed

    Hi

    I am generating an Excel out put using jExcel.

    Spring 2.5.5 + Webflow 2.0.3.

    In my Service at the end of Workbooh creation I am using the following two lines of code as per the JExcel...
Results 1 to 25 of 31
Page 1 of 2 1 2