I have the same problem with ggts-3.1.0.RELEASE on osx (snow leopard).
1. Installed the dmg
2. Checked the launch option (ggts started).
3. Next time I attempted to start ggts via spotlight, but...
Type: Posts; User: cressie176; Keyword(s):
I have the same problem with ggts-3.1.0.RELEASE on osx (snow leopard).
1. Installed the dmg
2. Checked the launch option (ggts started).
3. Next time I attempted to start ggts via spotlight, but...
I *think* I got this working. See http://forum.springsource.org/showpost.php?p=348051&postcount=4
I've struggled with this for about a day, but I *think* I've managed to get it working by...
1. Injecting the entityManager using @PersistenceContext rather than injecting the entityManagerFactory...
Hi,
We've just tried switching to the Spring2 / AspectJ style pointcuts for transaction demarcation. e.g.
<aop:config>
<aop:pointcut id="servicePointcut" expression="execution(*...
Just to get round this problem for now I'm creating my own RmiServiceExporter class and explicitly unexporting every object before it is exported using the following
/**
* Register the service...
Hi,
I've seen this issue reported in a couple of places now, but no solutions.
I'm trying to expose a service over RMI using Spring, but when the ApplicationContext is being loaded keep getting...