Tagged Questions
0
votes
0answers
13 views
UnsatisfiedLinkError when using a JNI native library from Grails application
I have an application where I need to use a Native Library: libfoo.so
My code is as follows:
Accessor.java:
public class Accessor {
static {
String path = "/usr/lib/libfoo.so";
...
0
votes
0answers
16 views
RestEasy 2.3.5 Client Issue
I am very new to Rest Easy.
I have recently added RestEasy to my Grails project. It already had some crawler library working. I am getting the below exception and I am not sure what jars etc are ...
0
votes
0answers
24 views
Is there a better way to handle data access based on user's authentication? [closed]
Introduction
The system is built on grails and accessed by different peoples in one company. Data is stored in database. As you know, there are report chain between peoples, like employee report to ...
0
votes
1answer
34 views
Obfuscate grails application
Has anyone had any success with obfuscating a Grails application with a tool such as ProGuard (http://proguard.sourceforge.net/)?
I suspect that it's actually not possible to do this, since much for ...
0
votes
1answer
46 views
how to embedd mysql in grails standalone application
I am creating a grails standalone application with with embedded tomcat server
the application works fine with embedded tomcat server.
But i need to integrate embedded mysql with the application.
Any ...
2
votes
1answer
58 views
What content-type does dropbox (file put) api uses? and How to mimic it?
I was reading the files_put documentation for the Dropbox API.
The URL Path they use is: https://api-content.dropbox.com/1/files_put/<root>/<path>?param=val and request body holds the ...
1
vote
1answer
25 views
Serving static files from appfog
I've seen people reporting how to serve static HTML content directly from Nginx that appfog employs with node.js and python apps.
Has anyone managed to do this with a Java based application?
I'm ...
0
votes
1answer
37 views
HQL is generating incomplete 'cross join' on executeUpdate
I am working on a grails project. I have following query that I am trying to execute
String CHECK_FOR_HIGH_TRADE_VOLUME_QUERY = "Update LocationTrade lt set lt.hasVeryHighVolume=true where ...
0
votes
0answers
34 views
Are grails 1.3.7 and java 7 are not compatible? [duplicate]
Unable to use direct char[] access of java.lang.String
java.lang.NoSuchFieldException: count..............
Is this the error regarding with that compatibility problem
0
votes
2answers
38 views
Groovy abstract controller <Domain Class>
Embarrassed, but I can't find the errors in my ways. No matter what I try M is always object (not the actual generic type). I have a simple setup(M is a grails domain):
class NewsController extends ...
0
votes
2answers
75 views
How to implement a REST API that takes in a file along with other parameters
I have an api that will be accessed by a URI like this:
POST: http://<domain>/app/rest/colors
This post request will send some string parameters (i.e name: "red") along with a file. Ideally I ...
6
votes
2answers
122 views
How to design a simple CRUD REST API
I'm designing a simple CRUD REST API. This is my first time so I wanted to get some feedback on whether my design makes sense.
I'm utilizing the HTTP methods: GET, POST, DELETE, and UPDATE . The API ...
0
votes
1answer
76 views
List and findAll
So I have a method that traverses through my users and finds where there ids are the same. It then adds those users to an array. I have it so it will find all the users with the same IDs. Not I need ...
0
votes
0answers
33 views
google oauth gives error in grails social plugin
hi i am using grails social plugin for oauth authentication
the plug in can be viewed at here
just when i hit the url from index page saying
redirect to URL
...
0
votes
0answers
28 views
Image not getting uploaded to grails from android
HttpClient httpClient = new DefaultHttpClient();
HttpContext localContext = new BasicHttpContext();
HttpPost httpPost = new HttpPost(getString(R.string.WebServiceURL)
+ ...
0
votes
1answer
23 views
Error when use PropertyNotInList in Grails + Oracle + CLOB
I'm trying to retrieve all objects from oracle 11g database except some objects that contain an especial value in a property.
The code:
//Retrieve thoughts
def thoughts = ...
0
votes
1answer
57 views
Asynchronous multiple query from different datasources or databases
I'm having trouble to find appropriate solution for that:
I have several databases with the same structure but with different data. And when my web app execute a query, it must separate this query ...
0
votes
1answer
34 views
Not able to update my newly added item in collection to database using grails and JPA
I am facing issue in updating one of my domain(Library) in grails for long time,am trying to update my library after adding a new book to it but the added book is not getting saved.
I have mapping ...
-3
votes
0answers
42 views
Groovy ws-lite to access NTLM authenticated server [closed]
I am trying to access a SOAP service on a IIS served machine from my grails application using groovy ws-lite.
When I send the SOAP message I always get a HTTPClientException with 401 Unauthorized ...
-5
votes
0answers
62 views
Run Project on Localhost [closed]
I have created a project using Grail, Groovy, Intellij IDEA.
Now I want to run this project in my localhost (Windows environment). When I will just open my PC and write localhost or project-name on ...
-7
votes
0answers
69 views
Run JAVA project in localhost(Windows environment) [closed]
I have created a projects using Grail, Groovy, IntelligIDEA.
Now I want to run this project in my localhost(Windows environment).
When I will just open my PC and write localhost or project-name on ...
0
votes
0answers
52 views
How do I verify Android in-app-billing transactions on my Java server?
I've read this question - I have exactly the same requirement, on a Java infrastructure (Grails/Tomcat).
As I understand the accepted answer there, I assume I have to do the equivalent of
...
0
votes
3answers
81 views
Not able to redirect from controller to gsp in grails
I am new to grails,I am trying to redirect to render a gsp after doing some processing with my model object in controller but every time i am getting following error:
Line | Method
->> 195 | ...
0
votes
1answer
84 views
Snappy Java Exception after Elastic Search Upgrade
Hi guys I've recently upgraded my Elastic Search from 19.4 to 20.6 and one of the new dependencies it required was snappy Java.. I've tried multiple versions of snappy but no matter what it seems like ...
0
votes
1answer
60 views
fetching n level deep relation in hibernate/gorm
I have implemented a Category domain which supports n level deep nesting.
The Category table contains a parent_id which is nothing but a id of Category table only.
public class Category {
String ...
0
votes
1answer
35 views
Locage.getCountry() not returning exact locale
I was trying to get my current locale, I tried it by doing this: Locale.getCountry(), but this one displays US, which is odd since I am in Malaysia! How can I do this? I want to get my exact current ...
0
votes
1answer
95 views
UnitTest (groovy + grails) - Cannot teardown metaclass
I'm having a problem when I try to clean the class.
void testFileExists() {
FileObject file = EasyMock.createMock(FileObject.class)
VfsFileSystemManager.metaClass.getFile = {String s, String a ...
0
votes
1answer
56 views
How to get resultset data in grails
Below is my query:
def getdata1 = sql.rows("select student_id,school_grade_class_id from class_assign")
How do I get student_id from getdata1?
UPDATE:
def getdata1 = sql.rows("select ...
0
votes
0answers
119 views
Java framework that's similar to symfony 2 [closed]
I'm looking to make a new web application which I'd like to distribute on Heroku, as the Heroku platform looks very appealing.
I usually make web applications with Symfony 2, I like the framework a ...
0
votes
1answer
111 views
SMTP mail failing in Grails app (MS Exchange and no authentication)
We have a Grails 1.2.1 app that uses code from the mail plugin. We had to adapt the code since we need to connect to a variety of SMTP hosts, not just one like the plugin at that time permitted.
...
0
votes
1answer
72 views
how to use EHCache Configuration file in web application
Whenever i run the application, first time it returns cacheMgr.cacheExists("myCache1") as true but after restarting the server it is giving as false. I am not able to understand the problem.
...
0
votes
0answers
60 views
EHCache configuration in WebApplication
I have written the below code for getting the cacheManager object
public class EHCacheUtil implements Serializable{
/**
*
*/
private static final long serialVersionUID = 1L;
...
0
votes
0answers
26 views
Reading multiple URL records using WIZTOOL 3.1
I want to read multiple records from WIZTOOL REST CLIENT. Assume Employee class have empName, empId, department, mobileNumber. I want to add set of these records.
Example as Below:
...
-1
votes
1answer
61 views
logger4j IsTracingEnabled
Getting this grails error in intellij, never seen it before. I am running Grails 2.2.1
| Error Fatal error during compilation java.lang.NoSuchMethodError: org.apache.log4j.Logger.isTraceEnabled()Z ...
0
votes
3answers
100 views
Global object in Grails
Writing a small web-app in Grails I encountered a problem with global objects. I have a class which runs threads - ExecutorService with queuing.
The problem is where to create an object of this ...
0
votes
2answers
130 views
Bulk loading MongoDB database from Java/Groovy for testing
I've got an existing Grails/MongoDB application that I am adding some automated tests to. I want those tests to be executed against a specific set of data in a Mongo collection. I want the tests to ...
2
votes
0answers
77 views
What to do if database connection check fails in bootstrap?
I am developing an app using grails. In the bootstrap part, I am checking and initialising database connections. Suppose the database is not available due to some problem its wise to send notification ...
0
votes
2answers
121 views
No bean named but bean is defined
I'm working on an update version of grail-oauth-plugin that support last spring-oauth
My plugin version works good and I have implemented a workin oauth2 server.
But now I want to add a custom-grant ...
2
votes
5answers
221 views
Where to put a text file in Grails, and how to get the path
I need to read in a .txt file into a groovy class in order to interrogate it line by line. But I am not sure what folder I put it into in my grails app, and how to get the path to it?
So far I have ...
1
vote
1answer
49 views
Creating error conditions and pass them back to the client
In my Grails web application, I have a popup dialog that allows me to input some type of Natural Language expression, that will be used to execute some action in the application.
I am currently ...
0
votes
3answers
91 views
Grails - Extending an instance
I've been working with Grails for a couple months now and I've stumbled upon something...
So I have a small application with Spring Security installed and made users etc.
Thank you all in advance
...
-4
votes
2answers
102 views
To Learn Groovy. To what extent should i learn java for a good start? [closed]
I learnt C programming from Academics.
I thought to learn Groovy & Grails.To what extent should i learn Java? (like basic/advance, structs,jsp,swings,servlets, javabeans,frameworks) to get good ...
0
votes
1answer
89 views
How to make a Spring's custom scope that share information between two or more sessions?
We have an application that contains a chat. We are using the Node.JS's IO Socket to make the push to the client. The client, when authenticated, is connecting to a room with his/her id as identifier ...
0
votes
1answer
251 views
ERROR: 'Premature end of file.'
import java.io.*;
import com.lowagie.text.DocumentException;
import org.xhtmlrenderer.pdf.ITextRenderer;
public class FirstDoc {
public static void main(String[] args)
throws ...
1
vote
1answer
34 views
Error building grails app
I have an Java version 1.6.0_37 and Grails 1.3.9. When building my app I get a following error:
Compilation error: java.lang.UnsupportedClassVersionError: ...
0
votes
1answer
212 views
Why is Grails using an old JVM compiler on Mac OS x 7?
Mac OS x 10.7
grails> !java -version
java version "1.7.0_13"
Java(TM) SE Runtime Environment (build 1.7.0_13-b20)
Java HotSpot(TM) 64-Bit Server VM (build 23.7-b01, mixed mode)
grails> !which ...
0
votes
2answers
178 views
Java / Grails : Send SMS from application
I have a Training Management system in grails (grails version 2.0.4)
My Requirement
Whenever user enrolls for training he must receive a sms alert to
his mobile number given while registering.
SMS ...
0
votes
1answer
193 views
Unable to resolve class java.nio.file.FileSystems
Mac OS x 10.7
[me@air]> /usr/libexec/java_home -v 1.7
/Library/Java/JavaVirtualMachines/jdk1.7.0_13.jdk/Contents/Home
export JAVA_HOME="/usr/libexec/java_home -v 1.7"
[me@air]> which java
...
1
vote
0answers
80 views
Load the resource bundle on start of application in boot strap in grails
I created a new package under src/java in a Grails application for a specific resource bundle which I want to use like src/java/resourcebundle/abc.properties. This is working fine when I use it from ...
0
votes
1answer
114 views
grails nested bean error
I have a website in grails that uses an memory database, was working before I made some serious domain class changes. Any thoughts on this? Never seen anything like it before.
Error executing ...






