GPL only covers copying, distribution and modification of a licensed program. If you don't copy, distribute or modify the GPLed program you are safe even for commercial usage. You could be earning...
Type: Posts; User: jaro; Keyword(s):
GPL only covers copying, distribution and modification of a licensed program. If you don't copy, distribute or modify the GPLed program you are safe even for commercial usage. You could be earning...
I would recommed to use Apache CXF 2.1.x over Spring web services or Axis2. It's built on spring, integrates with spring easily (dependency injection into web service bean, security of web services...
In my application where I start multiple spring application contexts from xml (not a web application), I implement ApplicationListener in several beans and then fire custom event subclassed from...
There is no ASM versioning problem, I can happily use ASM 2.2.3 for now.
Tests were carried out using setting 1 Object via accessor 10000000 times in a loop. Tested on Sun JVM 1.6 update 12.
...
After some performance testing I found out that the best options for setting bean properties dynamically are:
1.) Manually generate new class with ASM for each target class accessor.
2.) CGLIB...
I need ASM for fast HashMap to java bean (and back) transformer to avoid reflection, because speed is critical. Since this transformer needs to run in the bundle using spring dynamic modules, I...
How should BundleContext be wired into OsgiBundleXmlApplicationContext? I see that ConfigurableOsgiBundleApplicationContext has methods getBundleContext, setBundleContext.
Basically I would like...
I found out that usage of scope="bundle" on service beans isn't perhaps such a good idea, due to problems with testing such a bean.
Basically in Spring dm, we would ideally have at least 3 types...
Trying to use Objectweb asm library 3.1 with spring dynamic modules will result in NoSuchMethodError:
java.lang.NoSuchMethodError:...
I think there is a bug in AbstractOnTheFlyBundleCreatorTests, method determineImports.
I'm getting null pointer exception there when I run test from class in default package. In that case package...
Hello
Have you tried using just:
<sec:global-method-security secured-annotations="enabled" jsr250-annotations="enabled" />
and then using @RolesAllowed annotation on required methods? It...
I have not used Seam yet, and only a few spring libraries - core spring with IoC, Spring AOP, Spring Security, now starting with Spring dynamic modules (OSGi integration), and Apache CXF for web...
You shouldn't need to call your real servers myapp.server1.com, myapp.server2.com. It should also work with real servers having the same hostname like load balancer - myapp.com. It's a matter of load...
It is already a big risk that I'm considering using OSGi running on Equinox with spring dynamic modules, since there is nobody in our team experienced with that, and also in general there are not...
I actually read the license, and that is my understanding of it. Let me introduce quote from the license:
Could you clarify this ? According to this I'm not allowed to further distribute the...
What kind of load balancer are you using? With load balancing there is no reason why internal servers should use different urls than the load balancer itself. They can even share the same IP...
It is a pitty that you are not allowed to distribute binary SpringSource sm Server even as part of some product. This is a serious limitation, and without having right to distribute it as part of...