it didn't work with 2.5.3
Type: Posts; User: marcelpanse; Keyword(s):
it didn't work with 2.5.3
Peter is right, i updated from spring 2.5 to spring 3.0 and it is working fine now..
thnx
I found out that it works fine when changing:
<flex:message-broker />
to
<bean id="_messageBroker" class="org.springframework.flex.core.MessageBrokerFactoryBean" />
Something wrong...
I updated to the RC1 version but get the following runtime error when starting the server.
Here is the stacktrace:
>ERROR [09:47:13,484]...
You are probably still using the xsd locally in eclipse from the m2 version.
Remove that xsd from eclipse and use the xsd online (it is now online)..
That should help fix the problem, because...
We have currently 2 running projects, one build with the DTO pattern and the other using gilead.
We didn't have much trouble using gilead, it works like a charm. Just know your hibernate stuff and...
Hello,
Im using the new spring schema's to rewrite my dataContext.xml. Now i'm trying to use the tx schema with the tx:advice and transactionManagement but i get this weird error:
...