Search:

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

Search: Search took 0.02 seconds.

  1. Can the injected instance be reloaded or refreshed after some interval of time

    I wanted to refresh the injected bean (get a new instance altogether) after a predefined interval of time. Is this possible in Spring configuration.

    Or suggest any other alternative way to...
  2. How can annotations and method parameter name can be accessed in advice

    How can we read the advised annotated method argument name and its value in the advice.



    @Name("myName") // name of first method param
    @Desc("myDesc") // name of the second param
    public void...
  3. Help required in spring validation for the method parameters

    I am finding a way as how can i use spring validation for the method parameters.
    something like this


    @NotNull("name" length=50)
    @NotNull("desc" length=100)
    @NotNull("path")
    public MyObject...
  4. Thanx alot Marten for inputs. I has helped me to...

    Thanx alot Marten for inputs. I has helped me to understand some of the good practices.

    But my question still remains. I need to read the password from a file that does not resemble properties...
  5. How can i set the DB password programmatically in spring/hibernate

    I am puzzling to find the ways, as how to set the database password programmatically. One of our requirement is to read password from a file. and we do have the api to read it but i am not aware of...
  6. I am trying to deploy...

    I am trying to deploy "spring-osgi-1.2.0\src\samples\simple-web-app\" in the felix-1.4.1 container. No exception as such while installing and starting the bundles. but i am only able to see the
    ...
  7. Thanks alot henry and Leau, for the help. I...

    Thanks alot henry and Leau, for the help.
    I have just started it afresh and followed the instructions.
    Equinox set up is up and working now. :)

    I am now trying with Felix and some web...
  8. Hi Henry, Can you pls let me know which all...

    Hi Henry,

    Can you pls let me know which all jars are you using for ur OSGi containers. Or just tell abt from should i download the jars for spring DM. currently i am using jars from the...
  9. hi Henry, I have set start level to 5. But i...

    hi Henry,

    I have set start level to 5. But i am still getting the same exception trace :(
  10. I found it. The start level for the extender...

    I found it. The start level for the extender bundle is 4. Do i need to set to 0. ??
  11. Oops :confused:.. its a little awkward to ask....

    Oops :confused:.. its a little awkward to ask. But i am really wondering where should i look for start level to know the start level of a bundle.
  12. Pls help - spring-osgi-extender-1.2.0.jar showing some exception when started

    Hope this time someone will help me, I am finding it hard to make my osgi environment up. pls find below the exception trace when i am saying "start for spring-osgi-extender-1.2.0.jar" . Can any one...
  13. Error in running Spring OSGi Web extender bundle in Felix

    I am trying to run Spring DM web jars in the Felix container. But when trying to start spring-osgi-web-extender I am getting the following error.

    org.osgi.framework.BundleException: Activator...
Results 1 to 13 of 13