Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    259

    Yes, you right! It's weird...

    Yes, you right! It's weird...
  2. Replies
    2
    Views
    259

    Encoding (Spring + jpa)

    Hello! Please , help me to resolve the problem! I tried everything, but nothing woks!

    I have table advert(all fields are in UTF8). When i display the domain object on the webpage, everything...
  3. Replies
    1
    Views
    227

    the problem resolved!

    the problem resolved!
  4. Replies
    1
    Views
    227

    Spring Security Filter

    Hello. I have next config:



    <http auto-config='true' access-denied-page="/accessDenied.brh" disable-url-rewriting="true">
    <remember-me services-ref="rememberMeService" key="baraholka"...
  5. @RequestBody resulted in 415 (Unsupported Media Type);

    Hi! i have :



    <bean
    class="org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping">
    <property name="order" value="0"/>
    </bean>

    <bean
  6. Replies
    3
    Views
    521

    Sign out

    Hi! guys anybody knows how to make signout ? i click signout and i exit just from my appl using Spring Security! but i also need to exit from facebook account! how can i do it ?
  7. Replies
    3
    Views
    521

    SignInAdapter

    In my sign in adapter i do next:



    @Override
    public String signIn(String arg0, Connection<?> arg1, NativeWebRequest arg2) {
    try{
    User user = userService.getUser(arg0);...
  8. Replies
    1
    Views
    307

    SignInController problem

    Hello, i try to use Spring social to use Facebook authentication in my application. I have next configuration:

    context



    <!-- Social -->
    <bean id="connectionFactoryLocator"
    ...
  9. Replies
    1
    Views
    249

    @Service And xml config combimation

    Hi! Pls help to resolve next problem. I moved to Spring 3.1 from the old version. And rewrite all service classes using the annotation @Service. But a have such code in xml:



    <bean...
  10. Replies
    1
    Views
    571

    MVC:RESOURCES and @PathVariable

    Hi, pls help me to resolve next issue! I have next config:



    <mvc:resources location="/images/" mapping="/images/**"/>
    <mvc:resources location="/css/" mapping="/css/**"/>
    ...
  11. Replies
    2
    Views
    1,130

    PLEASE, HElp anybody!

    PLEASE, HElp anybody!
  12. Replies
    2
    Views
    1,130

    @Path variable problem

    Hi, i want to use PathVariable but met some problems. My controller is:



    @Controller
    public class ExportReportController implements InitializingBean{
    ...
  13. Replies
    0
    Views
    802

    Spring Security file upload problems!

    Hi guys! I'm using spring + uploadify + spring security! But when i try to upload file, the POST request doesn't achieve controller! when i disable security, everything works good!

    i tried to use ...
  14. Replies
    0
    Views
    680

    Successful login Event

    Hai gays.

    I use Spring 3.0 + Spring Security 3.0

    I want to receive an event about successful loginnig. I know that i have register EventPublisher in AuthenticationProvider manually, so i have...
  15. Replies
    7
    Views
    2,410

    I tried, no success :confused: Do you know, is...

    I tried, no success :confused:

    Do you know, is any possible to see in cosole if spring found classes annotated as @Service ???? (for example when i use @Controller, i can see in console...
  16. Replies
    7
    Views
    2,410

    I don't have a special erorrs, I just have an...

    I don't have a special erorrs, I just have an exception that no one bean can be autowired with Bean PortfolioService! so whan i try to inject portfolioService into any bean in my context using...
  17. Replies
    7
    Views
    2,410

    i already moved to Spring 3.0.1 RELEASE but it...

    i already moved to Spring 3.0.1 RELEASE but it does't work anyway!

    this is my class:



    @Service
    public class PortfolioServiceImpl implements PortfolioService {
    private Log log =...
  18. Replies
    7
    Views
    2,410

    @Service annotation

    Hello,

    i try to use @Service annotation but it doesn't work! I use @Controller, @RequestMapping annotations and it works fine.

    I create a class, marked it with @Service annotations and tryed to...
  19. Replies
    0
    Views
    631

    Problem with AMS

    Hi, i started AMS Agent and saw in log file next:
    2010-02-18 16:26:28,595 INFO [main] [AgentConnection] 127.0.0.1 -> agent:ping
    2010-02-18 16:26:30,704 INFO [main] [AgentConnection] 127.0.0.1 ->...
  20. Replies
    2
    Views
    792

    Yes, this entity is located in the correct...

    Yes, this entity is located in the correct package!
    I forget to mention I use this context for JUnit tests.
    my testContext:


    my entity:



    PLEASE HELP ME!!! I'm going on to get same...
  21. Replies
    2
    Views
    792

    Entity unknown

    Hello, I'm new in Spring. I try to use Spring Test Context Framework for testing my DB and DAO objects. I have next context:

    <?xml version="1.0" encoding="UTF-8"?>
    <beans...
Results 1 to 21 of 21