Search:

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

Search: Search took 0.02 seconds.

  1. Second Authentication Provider not getting invoked

    I have 2 authentication providers. One is LDAP to verify password. If that is successful, I want it to go through another verification process against our local database. If that fails, I don't...
  2. That's a common scenario. Have all the various...

    That's a common scenario. Have all the various property files inside the war/ear file under an environment folder. So the directory structure would be DEV/filename.properties,...
  3. Here is a complete example using spring 3. Look...

    Here is a complete example using spring 3. Look in spring example files etc, there should be more in there. I haven't used the file:// protocol, I am not sure why you have to do that. I place the...
  4. Try using import like this:

    Try using import like this: <import resource="x.properties" /> or <import resource="classpath:x.properties" />
  5. Replies
    0
    Views
    797

    Spring and ActiveMQ and Jenks

    Hi. I read on the web that we can create POJO Message Driven Beans without using EJB. However, I am having difficulty doing it. Can someone please help me and walk me through the steps required to...
Results 1 to 5 of 5