Search:

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

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    129
    Views
    24,923

    There's Roo(m) for more.

    There's Roo(m) for more.
  2. Hi Davide! The error: No unique bean of...

    Hi Davide!

    The error:


    No unique bean of type
    [it.treis.zero.services.implementations.UserService]
    is defined: Unsatisfied dependency of type [class...
  3. Also please use the [ code ] tags when pasting...

    Also please use the [ code ] tags when pasting code.

    See here: http://www.screencast.com/t/NDliMTg2YWYt
  4. Replies
    4
    Views
    1,562

    In your case Spring tries to create an instance...

    In your case Spring tries to create an instance of the backing bean. It uses the constructor for that. The setter method to set the bandoManager will be called after the constructor (the instance has...
  5. Replies
    4
    Views
    1,562

    Hi Fabio! I'm not quite sure what your problem...

    Hi Fabio!

    I'm not quite sure what your problem is, it would be much easier for me and others to post a stack trace and your configuration (Using the [ code ] tags).

    That way one can take a look...
  6. Replies
    129
    Views
    24,923

    Just saw a Nike commercial for the World Cup I...

    Just saw a Nike commercial for the World Cup I think. Hat Wayne Rooney in it.

    One of the lines: Just Roo It!

    So, I think that one is gone.
  7. Replies
    129
    Views
    24,923

    Roo - Making Java fun again Roo - Rails for...

    Roo - Making Java fun again

    Roo - Rails for Java

    Roo - Just Rools.

    Roo - Release your productivity.

    Roo - enables productivty.
  8. Replies
    2
    Views
    550

    Is this what you are looking for? ...

    Is this what you are looking for?

    http://static.springsource.org/spring/docs/3.0.x/spring-framework-reference/html/transaction.html
  9. Replies
    7
    Views
    1,499

    Are there any previous errors to you...

    Are there any previous errors to you NullPointerException?



    Marten was quicker than me, just pust the StackTrace for more details.
  10. Replies
    6
    Views
    1,376

    Don't know and don't think this will help, but...

    Don't know and don't think this will help, but this is my configuration. I'm using JSF, but the configuration should be similar. My secure URLs are under "/jsf/secure" - let me know if you have any...
  11. Hi kpramc, Next time, please use the code tags...

    Hi kpramc,

    Next time, please use the code tags when posting code to the forum (makes it easier to read). According to your error message it seems like you don't have the hibernate libs on your...
  12. Replies
    2
    Views
    915

    Hi psico.indie, I had a similar problem once...

    Hi psico.indie,

    I had a similar problem once and used the decode function of Oracle. Just overwrite the query in your UserDetailsService bean like this:



    <beans:property...
  13. Spring Security + eclipse + no debugging

    Hi everyone!

    I am using Spring Security in a pretty simple web application (find the web.xml + applicationContext-security.xml below). It works pretty well, login / logout / login-error etc. ......
  14. Replies
    3
    Views
    818

    Quote from the reference doc for Spring 2.5.6: ...

    Quote from the reference doc for Spring 2.5.6:


    http://static.springsource.org/spring/docs/2.5.6/reference/orm.html

    Check out the PetClinic sample application, should be pretty simple.

    +...
  15. Replies
    5
    Views
    838

    Have you tried adding this to your hibernate...

    Have you tried adding this to your hibernate properties?



    <property name="current_session_context_class">thread</property>


    Might be the missing part.
  16. Replies
    0
    Views
    1,155

    File-database using relative path (URL)

    Hi fellow Springers,

    I'm currently working on a web application that is going to be deployed on different machines (Linux, Windows). I am using a SQLite file database to store users / authorities...
  17. Replies
    29
    Views
    20,415

    You might wanna check, if all the needed jars are...

    You might wanna check, if all the needed jars are on the classpath. Check http://www.slf4j.org/codes.html for more information. Probably you need to add this jar: slf4j-log4j12.jar
  18. Hi akbspringuser, You can always check the...

    Hi akbspringuser,

    You can always check the reference guide for instructions. You can finde the ref guide here:

    http://www.springsource.org/documentation

    Select whatever version you are using...
  19. Replies
    1
    Views
    644

    Hi Apfelsaft, the problem is, that it can't...

    Hi Apfelsaft,

    the problem is, that it can't find the configuration file!



    java.io.FileNotFoundException: class path resource [at/tuwien/sepm/fridolin/dao/KartenManagerTest-context.xml]...
  20. Replies
    1
    Views
    877

    Haven't done it yet, but maybe the...

    Haven't done it yet, but maybe the BeanPostProcessors might be helpful in your case:

    http://static.springframework.org/spring/docs/2.5.x/reference/beans.html#beans-factory-extension-bpp

    Cheers.
  21. Replies
    13
    Views
    7,176

    Hi emurmur, I find this chapter (especially...

    Hi emurmur,

    I find this chapter (especially the graphic) really helpful when thinking about transactions etc.:...
  22. Hi infinity2heaven, might be a dumb question...

    Hi infinity2heaven,

    might be a dumb question but @Autowired looks up objects byType, right? So is it possible that you have more than one bean - in all those context-files of this type?

    Thought...
  23. Hi Snyke! I haven't done anything like that...

    Hi Snyke!

    I haven't done anything like that before and I haven't used Maven yet. As far as I understand your question I would try using the FileSystemXmlApplicationContext to look for a file on...
  24. Replies
    2
    Views
    1,282

    Are all the necessary jars on your classpath? The...

    Are all the necessary jars on your classpath? The exception indicates it can't find the class.
  25. Replies
    2
    Views
    1,170

    Not sure, but this might have been a pre-2.5...

    Not sure, but this might have been a pre-2.5 thing when Spring didn't have the annotation support it now has. Spring 2.5 was realeased 2007-11-19; Sounds about the same time the project was last...
Results 1 to 25 of 50
Page 1 of 2 1 2