Re: No transaction with AOP using spring-flex

2017-08-02 Thread Jaabax
The problem was in the point-cut defined in the Spring context. I changed from: execution(* my.services.pkg.*.*(..))*" /> To: bean(*ServiceImpl)*" /> Anyone got it working using "execution" instead of "bean"? Thank you. -- View this message in context:

Re: SerializationException on blazeds-spring-boot-starter.4.7.3

2017-07-14 Thread Jaabax
did you fix this? I fixed it rolling back the version to 4.7.2 -- View this message in context: http://apache-flex-users.246.n4.nabble.com/SerializationException-on-blazeds-spring-boot-starter-4-7-3-tp14819p15470.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

Re: SerializationException on blazeds-spring-boot-starter.4.7.3

2017-07-15 Thread Jaabax
as Josh Tynjala says: According to the release notes for BlazeDS 4.7.3, classes must be whitelisted in order to be deserialized by ClassDeserializationValidator. Perhaps that is what you are encountering. resolved -- View this message in context:

spring-flex question.

2017-07-04 Thread Jaabax
hi I have a questions regarding spring-flex framework. I have spring-flex-core in my maven dependencies but I just found that the project has more 3 jars: http://repo.spring.io/milestone/org/springframework/flex/ spring-flex/ 03-Oct-2014 18:21- spring-flex-core/

No transaction with AOP using spring-flex

2017-07-31 Thread Jaabax
hi does anyone know how spring-flex obtain my service beans during a request? does it gets from the context? I have no transaction opened when I call a service like: @Service @RemotingDestination public class GenericServiceImpl extends CrudService implements GenericService { @Autowired

How many instances of RemoteObject should I create?

2017-10-17 Thread Jaabax
Hello! I would like to know if I need to create an instance of RemoteObject for each request of if I can create just one and reuse it. I am currently creating a new instance of each and every request my application does. can I reuse RemoteObjects that target the same channel/destination? and

Where to host my Flex-Java app?

2017-10-26 Thread Jaabax
Hi. I have a Flex+Java (Maven, Hibernate, JPA, Spring, JPA, Any database) but I don't know a cheap place to host it. Any suggestions? Thanks in advance. -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Re: Where to host my Flex-Java app?

2017-10-28 Thread Jaabax
simple and small app 2 users at most -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Re: Where to host my Flex-Java app?

2017-10-28 Thread Jaabax
simple and small app 2 users at most -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Flex Library Project gone?

2018-04-09 Thread Jaabax
I used to have an option to *import* a project as "Flex Library Project"... I can't see it anymore... only "Flash Builder Project" and "MX Skin Artwork"... am I missing anything? (6 months already without working on it)... thank you! -- Sent from: http://apache-flex-users.246.n4.nabble.com/