Quantcast
Channel: Spring Community Forums - Grails
Browsing all 40 articles
Browse latest View live
↧

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 well, the...

View Article


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 following...

View Article


joda-time Plugin Issue with Grails 2.1.1

I installed successfully the plugin. I can declare a field LocalDate in a domain class without an issue. However, trying to use PersistentLocalDate gives the error below. (I gave only the top of the...

View Article

GENERATE-ALL loader constraint violation ?!

It's my first post here so hello everyone! I've searched for an answer already on the forum and googled it several times but I haven't had any sucess with the answers I found. I have created a Domain...

View Article

Grails Service + quartz problem

Hi everyone!!! I write an app in Grails but I have some problems with quartz. I wanna fetch User from DB and after that fetch his servers as well. If there will be any server I wanna check PING command...

View Article


Adding a java-generated source folder

In eventCompileStart, I create xjc Java classes from an xsd schema. Is there a conventional folder for such generated Java class files? Adding them to src/java is a bad idea, because then I need to...

View Article

Grails webservices!

Dear all, I am using webservice with axis 1.4 in grails 2.1.1, i config in the BuildConfig.groovy as follow: dependencies { // specify dependencies here under either 'build', 'compile', 'runtime',...

View Article

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:...

View Article


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: Quote: Caused by: groovy.lang.MissingPropertyException: No such property:...

View Article


Follow the guide to 'create-controller hello' but some errors when Resolving...

Hello everyone, I am very happy to learn how to developed with grails. I follow the guide to install the grails, but when i try to make a example described in the guide, some error happened. :( grails...

View Article

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 could be...

View Article

Physical Vs Logical delete of file stored as BLOB from Database

I have app in grails(uses GORM - grails ORM) and DB is MySql. I have table called 'attachment' in database which stores the files attached in web app as blob type. Each file size varies from 30 kb -...

View Article

Disconnect when updating data based on checkbox

I'm having problems with updating from a list of checkboxes. The application displays a list of data in which one of the columns is a list of checkboxes used to update a flag in the table. The...

View Article


Grail and Maven

Hi, all I am trying to figure out the best workflow for working with Maven and Grails. I want to be able to use dependency management, so I took a sample grails project and did create-pom and then...

View Article

bash commande from Grails application

Hi, I am working in grails application wich need to execute an external bash commande like that: def cmd= "example".execute() cmd.waitFor() the problem is that this commande is well executed when i run...

View Article


spring security vs. vFabric tc Server

Hi, I don't know whether this is spring security plugin related or rather vFabric tc Server related. Using ggts (v3.2.0, grails: 2.2.1), I have the following effect: I've built an application with the...

View Article

Multiple MongoDB hosts with mongodb - Plugin??

Hey! I was wondering if it is possible to access multiple mongodb hosts with the mongodb-plugin for grails (http://grails.org/plugin/mongodb) This works fine, but only for ONE host: Code: grails{...

View Article


How to Map a Simple Oracle "Legacy" Table into a Grails Domain Class?

Hi, everyone. I am a very experienced java developer, and a somewhat experienced Spring developer, but am new to Grails. I'm trying to create a simple one-table one-class grails prototype app that...

View Article

Excluding security for a single .gsp page

How can I exclude spring security for a single .gsp page my Config.groovy entries are as follows. The one marked in red should get excluded from authentication....

View Article

No flash.message in try...catch?

hi, i'm using grails 2.0.3 with java 1.6.0_45-b06 and groovy-compiler 1.8.6. in my controllers/services i'm using try...catch blocks when doing database stuff. i'd like to show a confirm-message, if an...

View Article
Browsing all 40 articles
Browse latest View live