Hello,
This is my situation:
I have a class:
class A {
Type: Posts; User: filot; Keyword(s):
Hello,
This is my situation:
I have a class:
class A {
Thank you for your message.
Actually I already read this tutorial, it was useful for intsalling GRAILS on STS.
I am fine till the moment with using the STS, it was maybe easier than what I...
Hello, ans thank you for your answer.
didn't know there is a GRAILS forum, I asked the question there.
Hello,
(I asked this question on the STS foum, didn't notic that there is a specific one for GRAILS)
Is it possible to work with abstract classes in Grails, like in Java!? It seems to me that...
Hello,
Is it possible to work with abstract classes in Grails, like in Java!? It seems to me that it's possible with Groovy, but with Grails I have a compilation problem when I declare a class as...
Hello all,
I never used the Grails framework, I am familiar with Java, with basic knowledge of Groovy and Spring.
I would like a Grails tutorial using the STS. But I didn't found such a...
Ok, so under WEB-ING/config is fine.
I will take your answer as granted! and will start another thread.
Hello,
I am developing a web application with spring, hibernate and flex, and using Maven to build and tomcat6.0.
My question is where to package all the config files, i.e. spring beans,...
Hello,
it works now, thanks to the tomcat log..
I can connect now to my data service. The problem was indeed that I had to specify an messagebroker in my web.xml, since the tag:
...
Hello all...
so no anser till now? I have this update, hope it will give you idea:
I updated tomcat from 5.5 to the 6.6 version. Nothing changed for the moment, except that I have a log file. ...
Hello all,
I have been struggling now for more than 4 days with the integration of spring-blazeDS and flex client (in my case flashbuilder4).
There are many tutorials, from adobe and flex, that...
Ok I will try to re-follow the tutorial by spring source... we never know.
Do you know how can I move the thread to the other section?
Hi Enrico, and thanks for your message.
Actually, this what I tried to do first. I followed this tutorial:
http://www.adobe.com/devnet/flex/articles/spring_blazeds_integration.html
and now...
By the was, how did you organize your files?
I didn't found on the web some clear description of this issue.
i.e., when packagin the application, where to put all the config files (spring...
Hello,
I have exactly the same problem. And me too, I am using the messagebroker servlet...
Zied, so the solution is indeed to use the dispatcher servlet instead?
Thanks for your answers.
Thanks enrico for your answer.
Actually now it's working... though I don't know exactly what was wrong, but I have an idea.
First, I followed step by step this tutorial:...
I was wrong...
It still doesn't work.
It works now. I have made many changes, so I couldn't tell exactly what solved the problem.
still, if someone has a similar problem, I can post my new files here.
but I think it's because I...
Hello all,
I already went through the tutorials Spring and Flex/Flash builder. Now I am trying to develop alone my first felx-spring application.
here is my web.xml:
the problem(s) are solved.
Actually, for reasons I don't really understand, it's better to put all the annotations on the get methods, and not on the fields.
After that I had another problem,...
Hi all,
I would like to dynamically manage my tables in my application. I created 2 EJB3 corresponding to the two tables acl_permission and acl_object_identity.
I have a problem when trying to...
Hey, thanks a lot man! I was exactly looking for this!
Hey Luke,
it's working now, thanks a lot!
I didn't implemented yet the objects access control, but at least now it's running...
GrantedAuthority yo = new...
OK.
Now it's more clear...
actually by looking also at the src code, things are much clearer... Maybe you will laugh, but I didn't know where to find the src code of Acegi!
I will think...
... concerning the debugger, of course I used it. But -as far as I know- it doesn't enter in acegi code!