I made one example which demonstrate this issue 4383
Type: Posts; User: maxogm; Keyword(s):
I made one example which demonstrate this issue 4383
Hi, I integrate flex and spring on one project... everything works great except one thing... I have problem when I try to send complex object (see CreateRestoreRequest class) from flex to java. I...
OK, if you use bundlor to create MANIFEST.MF from your template.mf
can you try with:
template.mf
Bundle-ManifestVersion: 2
Bundle-SymbolicName: ui-war
I find one solution:
I copy bundle (com.springsource.org.apache.xalan-2.7.1.jar) to server/lib/ directory
and edit java6-server.profile file, in section org.osgi.framework.bootdelegation I added...
Can you provide to us, MANIFEST.MF or template.mf (if you using bundlor)?
For your dependencies why you not use:
<dependency>
<groupId>org.springframework.flex</groupId>
...
Hi, I made one spring + flex + osgi application, and everything works OK.
But in my dependencies for flex integration I have: com.springsource.org.apache.xalan-2.7.1.jar
Problem is when I have...