Search:

Type: Posts; User: halcyon; Keyword(s):

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    0
    Views
    820

    Spring's interaction with Blueprint

    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...
  2. Replies
    3
    Views
    684

    Thanks for the tip. Is there some sort of bean...

    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...
  3. Replies
    3
    Views
    684

    Testing for optionally imported packages?

    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...
  4. Replies
    1
    Views
    739

    Please see your log for the problem: ...

    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:...
  5. Replies
    5
    Views
    4,178

    Hi Lars, I gave up on using Spring DM's test...

    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...
  6. Replies
    5
    Views
    4,178

    So I have spent a whole lot more time trying to...

    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...
  7. Replies
    5
    Views
    4,178

    Launching Junit tests from Eclipse

    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...
  8. Replies
    0
    Views
    1,017

    P2 update site containing Spring DM?

    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),...
  9. Replies
    10
    Views
    1,413

    Good to know, looking forward to it!

    Good to know, looking forward to it!
  10. Replies
    10
    Views
    1,413

    Great I'll check that out, thanks for the tips. ...

    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...
  11. Replies
    10
    Views
    1,413

    OSGI is definitely my target, and I would love...

    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...
  12. Replies
    10
    Views
    1,413

    Thanks for the reply Costin. I've read a...

    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...
  13. Replies
    10
    Views
    1,413

    Hmm not quite the reply I was hoping for!

    Hmm not quite the reply I was hoping for!
  14. Replies
    10
    Views
    1,413

    Build, Edit, and Release tools

    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...
  15. Great, thank you!

    Great, thank you!
  16. Setting the domain on Remember Me Cookie authentication

    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...
  17. Replies
    0
    Views
    731

    Redelivery and head of line blocking

    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...
  18. How to make a "Login" link that redirects back to current page?

    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,...
  19. Replies
    6
    Views
    3,708

    I just wanted to follow up on this, did anyone...

    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,...
  20. Luke, Just wanted to confirm, this was a problem...

    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!
  21. SavedRequestAwareWrapper getParameterMap returning string arrays

    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...
  22. Replies
    1
    Views
    3,703

    Log: And the log: [code] Apr 10, 2008...

    Log:



    And the log:
    [code]
    Apr 10, 2008 10:31:22 PM org.springframework.context.support.AbstractApplicationContext prepareRefresh
    INFO: Refreshing...
  23. Replies
    1
    Views
    3,703

    SchemaUpdate - no datasource found?

    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...
  24. Replies
    0
    Views
    999

    Problems with TransactionProxyFactoryBean

    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...
  25. Ok got it. Here is what i put into my spring...

    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...
Results 1 to 25 of 39
Page 1 of 2 1 2