Hi , I actually figured out the problem. Make sure your jobs are in the default package. Moving them into the default package fixed the problem for me. If you are using grails and the quartz plugin...
Type: Posts; User: imrank1; Keyword(s):
Hi , I actually figured out the problem. Make sure your jobs are in the default package. Moving them into the default package fixed the problem for me. If you are using grails and the quartz plugin...
Hi I've built a grails application that is using the Quartz plugin to run periodic jobs. I've been building functionality to perdically push my log files to my S3 account. ( This was built to get...
Hi :
We have mapped our subdomain api.<ourcompany>.com to our elastic Ip address.
What I want to do is configure Apache so that any request to :
api.<ourcompany>.com gets directed to :...
Yeah Im not sure. I emailed cloud foundry support with something similar about load balancing with Amazon load balancer and have not received a response.
I did try deploying with multiple...
Really...thats not good.
Can someone on the Spring team help us on this?
I don't see any reason why you can't point both instances at the same database. No?
I've experienced the same problem. Whats the alternative? Deploy the app separately multiple times and put them behind a load balancer?
Does anyone have experience on setting up cloud foundry instances behind amazons load balancer?
Hi :
I'm looking into deploying a Grails app through cloud foundry. Currently we have one instance with MySQL.
Eventually I would like to move toward multiple instances and use Amazon RDS. I...
Cool, i just emailed them as well. I'll post any response I receive as well.
I think your right . I just created a simple test grails app ( nothing special in it ) and tried to deploy and its stuck in "Uploading" mode as well.
I just logged into another account I have with cloudfoundry and tried to upload the application ( This goes to a separate amazon account ) and app is again just stuck in Uploading mode. Is this an...
We are using cloudfoundry to deploy grails app in the cloud. It's been working great. Yesterday we tried to update our app by uploading a new war. Somehow the upload is now stuck in 'Uploading' mode....
I have the same question. Did you ever get this resolved?
Did you ever resolve this? I am looking into deploying Spring WS into FUSE ESB as well and would appreciate any insight.
Imran
I'm working a system where we have to move data from one oracle database to another oracle database and notify users via JMS that data has arrived on the second database. I'm looking into using...
I'm trying to use the transformer to add more elements to my fault details like so :
<detail>
<ThisisANelement xmlns="mynamesapce">
<UpdateDate xmlns="">...
I'm new to Spring web services and am trying to figure out how to create a custom xml fault message.
The background of my situation is this. Our xml input and output types inherit from a very...