Search:

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

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. UnsatisfiedDependencyException in Spring 3.1

    Hello,

    I am trying to upgrade from spring 3.0.5 to spring 3.1. When i upgrade to spring 3.1 and test my application i get this error while instantiating one of my beans:
    ...
  2. Replies
    0
    Views
    891

    Spring 3.1 release date

    Does anybody know when spring 3.1 final will be released?
  3. Replies
    2
    Views
    1,681

    Spring Roo GWT integration

    Hi,

    I have just created a GWT project with Spring Roo but i am struggling to understand how GWT interacts with the backend spring and hibernate components. Couldnt see any spring or hibernate...
  4. Replies
    4
    Views
    814

    Spring Roo GWT integration

    Hi,

    I have just created a GWT project with Spring Roo but i am struggling to understand how GWT interacts with the backend spring and hibernate components. Couldnt see any spring or hibernate...
  5. Replies
    6
    Views
    12,894

    Hi, I have just created a GWT project with...

    Hi,

    I have just created a GWT project with Spring Roo but i am struggling to understand how GWT interacts with the backend spring and hibernate components. Couldnt see any spring or hibernate...
  6. Replies
    4
    Views
    814

    Thanks Rohit for your reply. I tried your...

    Thanks Rohit for your reply. I tried your suggestion and it worked. But however, do you know of any reasons why i couldnt view the application using "mvn gwt:run"? I understand one of the advantages...
  7. Replies
    4
    Views
    814

    Not able to view GWT front end

    Hi,

    I installed STS and followed through the getting started guide for Roo and also setup gwt and everything worked fine. But however, upon running "mvn gwt:run" and trying to open the generated...
  8. Replies
    8
    Views
    1,226

    Thats good to know. Just beginning to get up to...

    Thats good to know. Just beginning to get up to speed with spring sec 3. That reminds me, Peter i just bought a copy of your book. Seems like an excellent spring sec 3 book. :)
  9. Replies
    8
    Views
    1,226

    If you dont have auto-config set to true, it then...

    If you dont have auto-config set to true, it then means you have to manually configure your filters. It could be a very labourious venture although it could give you lots of flexibility. So do it...
  10. I am not sure the LockedException being thrown by...

    I am not sure the LockedException being thrown by the ApplicationListener is being propagated back to the AuthenticationProcessingFilter. I would suggest you handle it as follows:

    1. In the...
  11. Replies
    1
    Views
    1,246

    Its probably not seeing the properties file in...

    Its probably not seeing the properties file in the classpath. Where is the properties file? You could try using the absolute path to see if it works.
  12. Replies
    8
    Views
    1,226

    since you have auto-config set to true, all the...

    since you have auto-config set to true, all the filters are automatically setup for you on application startup. You can also turn on spring security logging to check. And like the guys said, you can...
  13. Replies
    1
    Views
    1,154

    I think you can try using transactions. I have...

    I think you can try using transactions. I have generally found it easier to use jmsTransactionManager and then include code to check for duplicates. Of course with JTA transaction you probably would...
  14. Replies
    3
    Views
    3,442

    What version of activemq are you using? There is...

    What version of activemq are you using? There is an admin interface in activemq which you can use to monitor a queue.
  15. Replies
    11
    Views
    2,781

    Check out this link. ...

    Check out this link.

    http://apress.com/book/view/9781430224976

    The book is based on spring 3.0. I find it quite useful.
  16. Replies
    1
    Views
    1,318

    You are certainly not dreaming. I too have had a...

    You are certainly not dreaming. I too have had a situation where i was required to expose a service as both a restful web service and a soap web service. I ended up using spring web services for the...
  17. Yes you are right. I just discovered that a few...

    Yes you are right. I just discovered that a few moments ago. I just randomly added the anonymous attribute and it worked. Your post has now clarified for me why it worked :). Thanks for all your help.
  18. Thanks a lot for your reply. I enabled logging...

    Thanks a lot for your reply. I enabled logging like you suggested and find below the logs it generates when i click the signup link. I am not sure why it is looking for authentication object when...
  19. More of my settings are as follows:

    More of my settings are as follows:

    <beans bean id="appAuthenticationProcessingFilter" class="com.isoho.filter.AppAuthenticationProcessingFilter">
    <custom-filter...
  20. Problems using custom AuthenticationProcessingFilter

    Hi,

    I am having a little problem using a custom spring security AuthenticationProcessingFilter in my application.

    Basically i have a login form that contains a link to signup. User can signup...
  21. Replies
    10
    Views
    1,847

    Thanks Chudak that was quite helpful. Now i can...

    Thanks Chudak that was quite helpful. Now i can start working on something.
  22. Replies
    10
    Views
    1,847

    Thanks Chudak for your reply. Infact i was just...

    Thanks Chudak for your reply. Infact i was just checking your earlier post on this. Excellent post. Exactly what i was looking for. However i have one question.

    You mentioned in the post about...
  23. Replies
    10
    Views
    1,847

    Thanks jaenswart for the clarification. Really...

    Thanks jaenswart for the clarification. Really appreciate your assistance. Thanks.
  24. Thread: Restartibility

    by kanayo
    Replies
    1
    Views
    647

    Restartibility

    Hi Guys,

    I have been taking a look at spring batch's restartibility but not sure if it supports the following use cases:

    a. I upload a file and one line item in the file fails business...
  25. Replies
    10
    Views
    1,847

    Thanks again jaenswart for your reply once again....

    Thanks again jaenswart for your reply once again. Just one last question :). Are you saying that it wont make any difference performance wise to bring in partitioning? Thanks.
Results 1 to 25 of 28
Page 1 of 2 1 2