Questions tagged [graniteds]

GraniteDS is an open source framework for building Flex/JavaFX/Java solution. It offers solutions for remoting, messaging, code generation and integration with Java frameworks such as Seam and Spring.

Useful resources :

Graniteds links :

78 questions
0
votes
1 answer

[Flex][GraniteDS] Flex side error : Didn't receive an acknowledge message

I've this error when I try to load a list of "Product" in a simple DataGrid : Didn't receive an acknowledge message Was expecting mx.messaging.messages.AcknowledgeMessage, but received null After several tests I'm pretty sure now that it's a…
Arnaud
  • 1,121
  • 1
  • 11
  • 26
0
votes
0 answers

If i map using Hibernate a number-type column database to a var char variable in java,should it give me any errors?

If i map using Hibernate a number-type column database to a var char variable in java,should it give me any errors?
0
votes
1 answer

Spring Security 4 with GraniteDS

I upgraded to the latest version of Spring Security 4.0.2, and I'm getting the following error java.lang.NullPointerException at org.granite.messaging.amf.io.AMF0Serializer.serializeMessage(AMF0Serializer.java:113) at…
kayoubi
  • 85
  • 1
  • 8
0
votes
1 answer

Gradle exception while building GraniteDS project

Good day, everyone. I'm trying to build GraniteDS project locally: https://github.com/graniteds/graniteds but when I try to build it I'm facing: org.gradle.api.GradleScriptException: A problem occurred evaluating root project 'graniteds-master'. …
edward_wong
  • 442
  • 7
  • 21
0
votes
1 answer

Eclipse e4 with JavaFX - How to get instances of Application and Stage (javafx)?

I am trying to add GraniteDS Framework to Javafx E4 application. I already osgify GraniteDS Javafx libraries to bundles, which i was able to initialize in JavaFX OSGi application (osgi app has jfxStart method with parameters i need). But in Javafx…
Y Borys
  • 543
  • 1
  • 5
  • 21
0
votes
1 answer

Strange compilation error - GAS3 generated class

I am pretty new to GraniteDS..So far I have been able to successfully configure it to work with my remote java services as well as generate the equivalent AS3 files from my POJO's. But I am getting this strange error while building one of the…
subh
  • 307
  • 1
  • 7
  • 15
0
votes
0 answers

Initializing GraniteDS Tide framework

I'm trying to work with GDS Tide framework. My basic code is this one :
Olivier J.
  • 3,115
  • 11
  • 48
  • 71
0
votes
1 answer

What is simpliest way to dispatch fault event in GraniteDS service

I am trying to dispatch fault event in GraniteDS service method call (Flex): userService.addUser(user, null, function addUserFault(e:TideFaultEvent):void { Alert.show(e.fault.faultString); }); server method…
Y Borys
  • 543
  • 1
  • 5
  • 21
0
votes
1 answer

Gravity Server push - Need data to be pushed to client where request has been made

I have the gravity server push working, but it is pushing data to all the clients. My scenario is flex client is subscribing to a server topic and when it sends a request to the server it waits for server to push the data back. Right now since there…
user3536652
  • 153
  • 2
  • 12
0
votes
2 answers

error deserialisation graniteds amf object

When deserialising as3 object to java . GraniteDS throw this Exeption : java.lang.ClassNotFoundException: org.hibernate.collection.PersistentSet I think some dependencies should been in pom.xml . any ideas ?
Sami Jmii
  • 460
  • 7
  • 17
0
votes
0 answers

error starting gravity servlet in tomcat 7

I setup graniteds and gravity servlet in java spring application that runs in tomcat 7. in web xml : org.granite.gravity.servlet3.GravityAsyncServlet and an AMF meswage servlet class :…
Sami Jmii
  • 460
  • 7
  • 17
0
votes
1 answer

error procssing gravityRequest in tomcat 7

I configured a java/flex web app using granite ds. the gravity servlet is configured well in web.xml . when the gravity request hits the server I have this error (log message in tomcat) : 500 returned for /Migration/gravityamf/amf with message…
Sami Jmii
  • 460
  • 7
  • 17
0
votes
1 answer

GraniteDS websockets, same endpoint for Flex and JS

GraniteDS 3.1.0RC1 supports Websocket JSR 356 specification. Does it mean I can use the same endpoint for Flex client and Javascript client? I didn't find websocket demo in the GraniteDS tutorial :(
Lazy
  • 267
  • 1
  • 8
  • 18
0
votes
0 answers

GraniteDS 3.0.3, Spring 4.0, myBatis 3.2.4, Tomcat 7 Clustering

We have implemented Tomcat 7, Spring 4, myBatis 3.24 and BlazeDS application in cluster. However as number of users are growing we are facing some issues. It was suggested by some friends to replace BlazeDS with GraniteDS and use hazel Cast for…
Raja
  • 9
  • 4
0
votes
1 answer

GraniteDS on GAE datastore JPA - Key class problem

I'm using GraniteDS(2.1.0RC2) on GAE with JPA annotiations. I have following class on flex side: [Bindable] [RemoteClass(alias="models.User")] public class User { public var key :String; public var login :String; } and on java…
user85005
  • 87
  • 2
  • 7