Hi Burt
Thanks for the fast response.
By the way, do you have a scheduled date for the XA part?
I check the grails roadmap and it does not say anything abt this
Type: Posts; User: ballistic_realm; Keyword(s):
Hi Burt
Thanks for the fast response.
By the way, do you have a scheduled date for the XA part?
I check the grails roadmap and it does not say anything abt this
HI
I found this plugin called 'datasource' to configure the domain class to point to several datasources.
My question is , is there a way to achieve transaction across different datasource? in...
Hi
i just upgraded to grails 1.3.5
after upgrade everything is fine
Hi
ya you are right
actually i am hitting the http://jira.codehaus.org/browse/GRAILS-4599 at the back
however after commenting out the reload config, i still cannot deploy
keep getting...
Hi
thanks for the reply
in the log, it is actually the http://jira.codehaus.org/browse/GRAILS-4599 issue
after commenting out the auto reload, i still cannot deploy to tomcat successfully
...
following suggestion from http://stackoverflow.com/questions/3320400/jdbc-driver-unregisted-when-the-web-application-stops
i move the mysql connector jar to tomcat lib folder
i didnt hit the...
Hi seems that someone already encounter this issue
http://grails.1312388.n4.nabble.com/Tomcat-and-mysql-td2532472.html
And also the problems actually lies on the mysql driver as described in ...
Hi
i am trying to deploy grails application on tomcat
My grails version is 1.1.1
My tomcat ios 6.0.29
I try deploying the generated war from grails war command
When i deploy it in...
hi rwinch
thanks for the answer
currently i am using grails acegi plugin. will upgrade to spring security in the future
Based on your option, i will put the code to set the cookie in the...
Hi
i am exploring acegi security for my project and i have some question abt the feature
let say if i customize my login page to display username, password and language dropdown. And after user...
HI frankjl
i will try the solution you suggest, thanks :)
ballistic_realm
Hi all
I got a simple question for the file support in spring
Currenty , I need to read all the file in a certain directory with matching wildcard like '*.TXT'
A the doc says, i can use the...
Hi david
i am running weblogic 9.2 though
thanks for the jira
regards
ballistic_realm
Hi DHGarrette
your solution works perfectly
thanks for the input
regards
ballistic_realm
Hi claudio
I also have the same problem with you. Basically when using multiresourcreader, i need to know the line that i am processing belongs to which particular file.
Have you found...
Hi Lucas
So you mean in the afterStepexecution method, we flag the files ? And how do we access the file names from the stepexecution ? Is it by injecting the resources into that class ?
And...
Hi
For the above solution, how can we know the record that we are processing is in which file ? For example if we are processing 3 file, how can we know the line that we are currently processing...
My datasource is correctly configured since i can connect to it from inside the container ( my web application deployed in the server) but not a console application outside the container
I still...
Anybody ?:)
Hi
Can you elaborate more by what you mean as db authentication problem ?
thanks :)
Can anybody help ?:)
Can anybody help ?:)
Hi
My db is db2 v9.1.0.356. My jdbc driver is com.ibm.db2.jcc.DB2Driver version IBM DB2 JDBC Universal Driver Architecture 3.1.57
One thing to note here is that is does not always happen. I...
Hi, in my spring batch program ( v1.1.3 ), i suddenly keep getting that error
This problem did not appear when i configure my log4j.logger.org.springframework to ERROR. This is the snippet of my...
Hi guys, I have a simple and probably stupid question
Currently I have an application that is doing some batch jobs. I use spring batch to achieve this. And i am connecting through the database...