Hi,
Is there a way to install S IDE on a fresh Juno? I tried nightly and Milestone2, but it complains about missing dependencies...
Regards, Charlie
Type: Posts; User: Tcharl; Keyword(s):
Hi,
Is there a way to install S IDE on a fresh Juno? I tried nightly and Milestone2, but it complains about missing dependencies...
Regards, Charlie
Hi,
I noticed that a template.mf file was in the sources of spring-data.
But I can't find the bundle in spring bundle repo, neither use it as a Felix bundle. How can I integrate this wonderful...
I think that this is because my flex and webapp maven modules are pointing to the same service-config file (located un webapp/web-inf/flex webapp module) Spring ide must not interpret it well when a...
Hi Martin, thank you for your sollicitude!
The strange thing is that the project works well out of the box (running with cargo-tomcat).
It just fails with wtp/m2Eclipse and spring ide.
As I...
Hi,
I got a stackOverFlow exception while mixing eclipse/spring IDE/M2Eclipse (works good out of the box).
My flex-appContext:
<?xml version="1.0" encoding="UTF-8"?>
<beans...
Hi,
Regarding 1.5.0.M2 release, lazyloading must disapear replacing toMany relationships with null. That's ok, it seems to work.
But lazy loading exept comes out when dealing with To-One...
Hi,
I corrected this upgrading to hibernate-core 3.5.6-Final and hibernate-entitymanager 3.5.6-Final in the pom dependencies
Hi Spring community!
I tried to search all around the net but I didn't found the infos.
I've a Maven project, cut in 4 part:
Core module, jpa module, cxf_module and finally web-module.
In my...