did u get it solved?
Type: Posts; User: markt; Keyword(s):
did u get it solved?
Hi guys,
After starting up the server (JBoss 4.0.5) and view the website, I got the following warning message:
06:33:10,455 WARN [LoggerListener] Authentication event...
Hi guys,
I got the following error while doing junit testing:
[junit] Null Test: Caused an ERROR
[junit] null
[junit] java.lang.ExceptionInInitializerError
[junit] at...
Ya I know it's a tag....
So can u pls give an example on how using the similar functionality of ValueList with Spring ?
TIA !
Hi guys,
Is there any function in Spring that offer something like ValueList?
http://valuelist.sourceforge.net/
Thank you !
regards,
Mark
Hi guys,
My configuration of acegi security is like below:
<bean id="daoAuthenticationProvider" class="net.sf.acegisecurity.providers.dao.DaoAuthenticationProvider">
...
Hi guys,
My user table contain the above fields and an 'enabled' field where it's comply with Acegi's user table (...
Hi guys,
My user table contain a field call 'activate_date' where if this field is null, user won't be able to login. I configured the applicationContext-security.xml like below:
<bean...
how to turn on both Spring and Hibernate debugging and analyze the log
Hibernate version:
3.0.5
Spring 1.2.1
Mapping documents:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE hibernate-mapping PUBLIC
no body give the damn about my posting over ter !
I tried to remove the abstract but still getting the same error msg ! Pls help, Thanks in adv !
Hi Costin,
The PostingIdentification class is like below:
Hi Costin,
The PostingIdentification class is like below:
Hi guys,
I am using Hibernate 3.0.5 + Spring 1.2.1 integration. I use the following code for retrieval :
public PostingIdentification getPostingDetails(Long postId){
...
Hibernate version:3.0.5
Mapping documents:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE hibernate-mapping PUBLIC
"-//Hibernate/Hibernate Mapping DTD 3.0//EN"...
Hibernate version:3.0.4
Spring : 1.2
Mapping documents:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE hibernate-mapping PUBLIC
"-//Hibernate/Hibernate Mapping DTD 3.0//EN"...
Hi guys,
I hereby apologize if it's unappropriate to ask this question here. I'm using JSF + Spring + Hibernate.
For example, when u click a submit button, the following function will be...
Hibernate version:2.1.6
Full stack trace of any exception that occurs:
[junit] (context.ContextLoader 172 ) Context initialization failed
[junit]...
hey I can't find any link to download petclinic ! can u pls provide it here, Thanks !
Thanks a lot man !
Hi,
I'm a novice to Spring but I need to start my project using web service architecture with Hibernate and Spring. Any good tutorial on that ? Thanks !
regards,
Mark :o
Hi thanks for your comment but I never put spring-webmvc.jar into WEB-INF/lib ! So how did u actually solved the problem ?
Hi Matt,
if I put <variable-resolver>org.springframework.web.jsf.DelegatingVariableResolver</variable-resolver>
in faces-config.xml, what should i put in web.xml?
I put
<filter>
...
Hi Rob,
I was using spring.jar that comes with jsf-spring.zip and I was using with no problem at all previously. After upgrading to Spring 1.1.4, I start encounter this problem ! I got one and...
Hi Matt,
I m still getting the same error msg even I have changed to
<variable-resolver>
org.springframework.web.jsf.DelegatingVariableResolver
</variable-resolver>
I m also using...