Thanks Peter.
I will go to the suggested forum and look around.
Type: Posts; User: skadiy000; Keyword(s):
Thanks Peter.
I will go to the suggested forum and look around.
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...
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...
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}",
...
Thanks bdangubic.
I will explore the details.
Any one has tried Spring AOP with Grails?
I am using Grails 1.3.4.
Is there a good simple example.
Thanks in advance.
This is a great news. Can I have a link to documentation?
Thanks Peter.
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.
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...
Is there a way to run tests from a war file in Grails?
Thanks
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 =...
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...
can anyone help me?
Thanks
Dear All
Appreciate inputs
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...
try using <classObjName>.methodName()
Please see the parenthesis at the end of method name
Hi testing123
Appreciate if people use appropriate naming convention.
Thanks
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.
...
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...
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...
Thanks Frank for the inputs.
With Bean injection, can the HibernateUtil class still be a static class?
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...
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...
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...