Yes, you right! It's weird...
Type: Posts; User: Trollchik; Keyword(s):
Yes, you right! It's weird...
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...
the problem resolved!
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"...
Hi! i have :
<bean
class="org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping">
<property name="order" value="0"/>
</bean>
<bean
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 ?
In my sign in adapter i do next:
@Override
public String signIn(String arg0, Connection<?> arg1, NativeWebRequest arg2) {
try{
User user = userService.getUser(arg0);...
Hello, i try to use Spring social to use Facebook authentication in my application. I have next configuration:
context
<!-- Social -->
<bean id="connectionFactoryLocator"
...
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...
Hi, pls help me to resolve next issue! I have next config:
<mvc:resources location="/images/" mapping="/images/**"/>
<mvc:resources location="/css/" mapping="/css/**"/>
...
PLEASE, HElp anybody!
Hi, i want to use PathVariable but met some problems. My controller is:
@Controller
public class ExportReportController implements InitializingBean{
...
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 ...
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...
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...
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...
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 =...
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...
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 ->...
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...
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...