Hi Roland, thanks a lot for clearing this out!
The event handling now seems to be working as I understand it should. w000p w000p :) :cool:
I'm sorry, I misunderstood the 'remote' scope...
Type: Posts; User: Dr.Drane; Keyword(s):
Hi Roland, thanks a lot for clearing this out!
The event handling now seems to be working as I understand it should. w000p w000p :) :cool:
I'm sorry, I misunderstood the 'remote' scope...
Aloha!
I'm trying to use the initMethod in a module of my app, but it's not getting called.
Might this be a bug?
<sas:Object id="addressForm" clazz="{AddressForm}" initMethod="init">...
FYI: Scoping my service layer to remote breaks the EventHandlerMethod functionality:
<!--Service-->
<sas:Object id="serviceLayer" clazz="{ServiceLayer}" scope="remote">
<sas:EventHandlerMethod...
Hi all,
I'm trying to switch my project from SAS 1.0 to 2.0, but I'm having a little bit of troubles with the (Static)EventBus handling.
The problem is that in my Mxml config, the event handler...
Cool. Voted for and wachting it.
Same issue here :(
Thanks and good luck with the 2.0 development! Looking fwd to it. (as my code will be in production by the end of the month (the city of Oudenaarde will use it in its car permitting system) I haven't...
Hi all,
How can I set the "cascade = CascadeType.ALL" on a OneToOne relationship in Roo?
Is this possible via a console command?
Thanks!
Hi all, from today on I received namespace issues when eclipse checked my application-context.xml:
<?xml version="1.0" encoding="utf-8"?>
<objects...
related to JDK7 vs 6 I noticed
I just stumbled upon the solution! :)
apparently the memory settings are configured in the "launch configuration" available on the server overview page (which is accessible via double clicking...
I'm currently getting a:
Communication with repository at http://dist.springsource.com/release/TOOLS/update/e3.7 failed.
Read timed out
Any other people having the same issue?
Also:
I'm using PC at work (and Linux at home, where I also have STS installed).
I already tweaked the STS.ini file a lot and the changes didn't seem to have much effect on my TC Dev server: My (Roo...
*kick*
still haven't found how to resolve this... all comments more than welcome
Hi all,
My tc dev throws "Exception in thread "tomcat-http--1" java.lang.OutOfMemoryError: PermGen space".
I know for "normal" tomcats changing my catalina batch file and adding something like...
Hi all,
I've found a bug where roo fails to replace ~. in my scripts with the top level package name.
More precisely, com.xxx.* becomes com.xxx.xxx.* somehow.
When I did a find and replace...
done!
https://jira.springsource.org/browse/ROO-2940
I always tend to name my collection instance variable names after their type (e.g. Set<Address> addressSet = new HashSet<Address>(); ) instead of using a plural "-es" like suffix, which I think has a...
Hi all,
I'm having a little bit of trouble persisting an entity (successfully received from my flex front-end).
The logging output I get:
2011-11-15 16:51:24,894 ["http-apr-8080"-exec-9]...
I have objects referencing each-other (Country has a regionProvinceSet, RegionProvince has a Country):
@RooJavaBean
@RooToString
@RooEntity
public class Country {
private String name;
Hi all,
We are developing a web application that should be usable by multiple of our customers, and each customer should have his own set of unique users.
What would be the best practice to...
This solved the issue I was having! Thanks a lot for pointing it out.
Best wishes,
Jochen
As the Spring BlazeDS Integration 1.5.0 already lays the foundation for RESTful Flex apps, wouldn't it be a good idea to let the FlexRoo addon also evolve in that direction?
The whole flex layer...
I'm already using one of the latest versions of STS (2.7.M2) but just update using the update site you provided.
Already managed to work around the issue by using a previous project version...
Did you ever find a solution to the problem? I also ran into this issue a lot of times