This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package match.activity.plug.dao; | |
import com.github.springtestdbunit.annotation.DatabaseSetup; | |
import com.github.springtestdbunit.annotation.DbUnitConfiguration; | |
import com.google.common.collect.ImmutableMap; | |
import com.jolbox.bonecp.BoneCPConfig; | |
import com.jolbox.bonecp.BoneCPDataSource; | |
import magnet.support.mail.queue.config.EnableMailQueue; | |
import magnet.support.mail.queue.config.MailQueueConfigurer; | |
import magnet.support.mail.queue.entity.MailQueueEntity; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package pipe.web.common.config; | |
import org.springframework.beans.BeansException; | |
import org.springframework.beans.factory.annotation.Autowired; | |
import org.springframework.beans.factory.config.BeanPostProcessor; | |
import org.springframework.context.ApplicationContext; | |
import org.springframework.context.annotation.Configuration; | |
import org.springframework.context.annotation.Import; | |
import org.springframework.scheduling.TaskScheduler; | |
import org.springframework.scheduling.config.IntervalTask; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ERROR [2014-02-24 18:38:43,079] org.springframework.web.context.ContextLoader: Context initialization failed | |
! org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pipe.plug.principal.service.impl.PrincipalDetailsServiceImpl': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: pipe.plug.user.service.UserService pipe.plug.principal.principalmodifier.impl.PrincipalDetailsServiceImpl.userService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userServiceImpl': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: org.springframework.security.crypto.password.PasswordEncoder pipe.plug.user.service.impl.UserServiceImpl.passwordEncoder; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying be |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package magnet.support.common.validation.validator; | |
import magnet.support.common.validation.annotation.IsBirthdateValid; | |
import org.apache.commons.lang3.reflect.FieldUtils; | |
import org.joda.time.DateTime; | |
import org.slf4j.Logger; | |
import org.slf4j.LoggerFactory; | |
import javax.validation.ConstraintValidator; | |
import javax.validation.ConstraintValidatorContext; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Object dayObj = FieldUtils.readField(value, birthdayFieldName, true); | |
Object monthObj = FieldUtils.readField(value, birthmonthFieldName, true); | |
Object yearObj = FieldUtils.readField(value, birthyearFieldName, true); | |
Boolean allNull = dayObj == null && monthObj == null && yearObj == null; | |
Boolean anyNull = dayObj == null || monthObj == null || yearObj == null; | |
if(required) { | |
if(anyNull) { | |
return false; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package magnet.support.spring.captchaextension.annotation; | |
import com.google.common.base.CaseFormat; | |
import magnet.support.spring.captchaextension.RequestMappingInfoAppendableHandlerMapping; | |
import magnet.support.spring.captchaextension.service.CaptchaService; | |
import magnet.support.spring.captchaextension.service.impl.CaptchaServiceImpl; | |
import org.apache.commons.lang3.RandomStringUtils; | |
import org.slf4j.Logger; | |
import org.slf4j.LoggerFactory; | |
import org.springframework.beans.BeansException; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Caused by: ! java.lang.RuntimeException: Cannot load SchemaTypeSystem. Unable to load class with name schemaorg_apache_xmlbeans.system.sA2DAC568E9630E557BA98F5BDA55B699.TypeSystemHolder. Make sure the generated binary files are on the classpath. | |
! at org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(XmlBeans.java:783) ~[xmlbeans-2.6.0.jar:2.6.0-r1364789] | |
! at noNamespace.GVPSRequestDocument.<clinit>(GVPSRequestDocument.java:19) ~[magnet-garanti-api-1.9.12.jar:na] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<profiles> | |
<profile> | |
<id>liveDeployment2</id> | |
<properties> | |
<deploy.skip>true</deploy.skip> | |
</properties> | |
<build> | |
<plugins> | |
<plugin> | |
<groupId>org.apache.maven.plugins</groupId> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
WARN [2014-01-03 16:18:09,611] org.eclipse.jetty.servlet.ServletHandler: / | |
! java.lang.NullPointerException: null | |
! at match.plug.principal.filter.PrincipalModifiedFilter.doFilterInternal(PrincipalModifiedFilter.java:41) ~[match-composite-act-sho-web-1.0-SNAPSHOT-V2014-01-03_16-11-11.jar:na] | |
! at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) ~[match-composite-act-sho-web-1.0-SNAPSHOT-V2014-01-03_16-11-11.jar:na] | |
! at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:342) ~[match-composite-act-sho-web-1.0-SNAPSHOT-V2014-01-03_16-11-11.jar:na] | |
! at match.web.commonspring.security.principal.PrincipalFromAuthenticationFilter.doFilterInternal(PrincipalFromAuthenticationFilter.java:36) ~[match-composite-act-sho-web-1.0-SNAPSHOT-V2014-01-03_16-11-11.jar:na] | |
! at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) ~[match-composite-act-sho-web-1.0-SNAPSHOT-V2014-01-03_16-11-11.jar:n |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Caused by: ! java.lang.IllegalArgumentException: Pattern cannot be null or empty | |
! at org.springframework.util.Assert.hasText(Assert.java:162) ~[match-composite-act-sho-web-1.0-SNAPSHOT-V2013-12-27_10-36-55.jar:na] | |
! at org.springframework.security.web.util.matcher.AntPathRequestMatcher.<init>(AntPathRequestMatcher.java:94) ~[match-composite-act-sho-web-1.0-SNAPSHOT-V2013-12-27_10-36-55.jar:na] | |
! at org.springframework.security.web.util.matcher.AntPathRequestMatcher.<init>(AntPathRequestMatcher.java:78) ~[match-composite-act-sho-web-1.0-SNAPSHOT-V2013-12-27_10-36-55.jar:na] | |
! at org.springframework.security.config.annotation.web.AbstractRequestMatcherRegistry$RequestMatchers.antMatchers(AbstractRequestMatcherRegistry.java:148) ~[match-composite-act-sho-web-1.0-SNAPSHOT-V2013-12-27_10-36-55.jar:na] | |
! at org.springframework.security.config.annotation.web.AbstractRequestMatcherRegistry$RequestMatchers.antMatchers(AbstractRequestMatcherRegistry.java:161) ~[match-composite-act-sho-web-1.0-SNAPSHOT-V2013-12-27_10-3 |