Hi all-
I am trying to understand how Spring interacts with Blueprint, specifically today I am using Spring + Spring DM in my OSGi application, using the osgi namespace to export/import services. I...
Type: Posts; User: halcyon; Keyword(s):
Hi all-
I am trying to understand how Spring interacts with Blueprint, specifically today I am using Spring + Spring DM in my OSGi application, using the osgi namespace to export/import services. I...
Thanks for the tip. Is there some sort of bean pre-processor that can be run that could be used to select either a bean's actual class or switch up properties being set on it based on results from...
So I'm wondering how one would go about testing to determine if a specific package had been resolved or not, and taking action on it? For example, assume fool.bar is optional, if it has been...
Please see your log for the problem:
!ENTRY org.eclipse.osgi 2 0 2010-10-12 11:46:29.040
!MESSAGE One or more bundles are not resolved because the following root constraints are not resolved:...
Hi Lars,
I gave up on using Spring DM's test classes and decided to just roll my own. I have a class that extends TestCase, in its setup method it blocks waiting for an instance of the...
So I have spent a whole lot more time trying to understand how everything here works, and feel like I have a better, but slightly incomplete view of the system. I am now successfully using Spring DM...
Hi,
I am trying to get a basic unit test to run via the Junit launcher within Eclipse. I've created a fragment using PDE that attached to a host plugin under test. Basic test class:
public...
Hi everyone,
Is there a P2 update site containing a feature for Spring DM anywhere? I would like to add DM to my Eclipse Target Definition via a Software Site entry (for use in Eclipse and Maven),...
Good to know, looking forward to it!
Great I'll check that out, thanks for the tips.
As an aside, I saw that there is a lot of chatter about DM/DM Server moving to become an Eclipse project, is there any timeframe on when this might...
OSGI is definitely my target, and I would love (if possible) to be able to build from both. What command line tools do you use to build/test your plugins? And you mentioned you develop and build in...
Thanks for the reply Costin. I've read a reasonable amount of Eclipse related help, and some DM. Mostly my questions boil down to how to: is it possible to merge the develop and export in Eclipse...
Hmm not quite the reply I was hoping for!
Hi everyone, long time Spring user, but quite new to OSGI. I have read through the "OSGi and Equinox: Creating Highly Modular Java™ Systems", and a fair bit of the documentation for DM, but still...
Great, thank you!
Hi I was wondering what the easiest way to modify the domain selected by the remember me cookie-based authentication is? Currently it is using all of my domain, eg: www.mydomain.com, but I would...
So this wasn't obvious to me, but if you have a message fail and you are using jms transactions to they get delivered (with AMQ), then until that message is successfully delivered all messages behind...
Hi all, I have been using spring security and it has been great, thanks for your hard work. I am curious, is it possible to create a "Login" link that redirects back to the page you clicked it on,...
I just wanted to follow up on this, did anyone find a way to run some code when a user logs out? Explicitly and implicitly (session times out)? I need to do some processing on these events as well,...
Luke,
Just wanted to confirm, this was a problem with the version I had (2.0.2), upgraded to 2.0.4 and it works great now.
Thanks!
Hi all,
I am using Struts 2 with Spring and Spring Security. I have been having problems when a user accesses a secure page, is taken to the login, sucessfully logs in, then is forwarded to the...
Log:
And the log:
[code]
Apr 10, 2008 10:31:22 PM org.springframework.context.support.AbstractApplicationContext prepareRefresh
INFO: Refreshing...
Having a bizarre problem attempting to update my schema using SchemaUpdate from Hibernate. It appears to initialize my datasource on the LocalSessionFactoryBean, and then drop it before SchemaUpdate...
Hi I am having a very strange problem. I am using Hibernate as my data access layer, I have a parent child, one to many setup with a join table. I am saving a child by adding it to the parents...
Ok got it. Here is what i put into my spring beans xml file:
<bean id="placeholderConfig" class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
<property...