is it library's problem:org.apache.commons.beanutils.beanutils?
in java build path, i can see commons-beanutils.jar and commons-loggings.jar
but i can not print out...
Type: Posts; User: kormem; Keyword(s):
is it library's problem:org.apache.commons.beanutils.beanutils?
in java build path, i can see commons-beanutils.jar and commons-loggings.jar
but i can not print out...
my environment;spring 2.5 ,hibernate 3, jsf
I can not create,update,delete using productbuilder.java class. there is no error message but null value. would you mind take a look and give me some your...
Env.:Spring 2.5 Hibernate 3 icefaces 1.7
I try to convert all the products items to product beans depends param_catelog id.
but I always get null value in converting method.
I use two backing bean...
Env.:Spring 2.5 Hibernate 3 icefaces 1.7
I try to convert all the products items to product beans depends param_catelog id.
but I always get null value in converting method.
I use two backing bean...
after correcting typos in backing bean file(productCategories instead of categoryIds), i have the following a log file;
Jun 18, 2009 4:51:08 PM org.apache.catalina.core.StandardWrapperValve...
my environment:spring 2.5,hibernate3,icefaces 1.7
the following is a part of .jspx file
<tr>
<td align="left" width="400">
<h:selectManyListbox value="#{productBean.selectedCategoryIds}" id="selectedCategoryIds">
<f:selectItems...
my environment;myeclipse 7, hibernate 3, spring 2.5
tables;product , product_category, category(one to many, many to one relationship)
I generate DAO of three tables using hiberante reverse...
it works. thank you
my environment;spring 2.5,hibernate3,iceface 1.7
when I try to retrieve the data in Collections.synchronizedMap(new LinkedHashMap());
, I always get the null value.
If i can not use...
my env. spring 2.5 hibernate3 icefaces
I click the button on the login page. it doesn't work. no error message. just still same login page. it doesn't action. can you help me?
here is a part of...
my working environment:jsf 1.1, hibernate 3, spring 2.5
I am testing a login page through username and password.
one of my codes, userservice implement.java-tried to get a username from DAO
...
Thanks, I do not have any error message in deployment.
Now, I have login page. when i submit, it is supposed to go to the next page.
but i have an error message "Could not log in user: Internal...
SEVERE: Servlet /project2 threw load() exception
java.lang.NoSuchMethodError: org.objectweb.asm.ClassVisitor.visit(IILjava/lang/String;Ljava/lang/String;[Ljava/lang/String;Ljava/lang/String;)V
at...
Sushant,
finally, I removed the error message,"net.sf.hibernate.LockMode" in the code.
after that, I start deploy but I have an error message;
SEVERE: StandardWrapper.Throwable...
Sushant , based on your comments for applicationContext.web.
I corrected one mistake(form hibernate2 to hibernate3);
<bean id="transactionManager"...
If I remove hibernate2 library from my working environment(hibernate 3, spring 2.5), I have a syntex error "the type net.sf.hibernate.LookMode cannot be resolved . it is indirectly referenced from...
thanks,Sushant
would you mind look at the applicationContext.xml
<?xml version="1.0" encoding="UTF-8"?>
<beans
xmlns="http://www.springframework.org/schema/beans"...
note;second page error message
at org.hibernate.proxy.pojo.cglib.CGLIBLazyInitializer.getProxyFactory(CGLIBLazyInitializer.java:117)
at...
my working environment;
Myeclipse 7,Hibernate 3.2,JSF1.1,Spring 2.5
I have the following error message with deployment, would you mind tell me what is wrong.
Apr 6, 2009 10:39:23 AM...
my working environment;
myeclipse 7
hibernate 3.2
spring 2.5
JSF 1.1
J2ee 1.4
I have login jsf page connected with DB.
after submit with entering username an password, i have the following...
I assume that above problem might be related with integrating Spring with JSF (Java Server Faces) technology.
so I put the code into web.xml and deploy this project with another error message. would...
you are right.
after relaunch myeclipse, there is no such above error message(thanks alot)
but here is another problem. I have login jsf page.
after submit with entering username an password, i...
reference applicationcontext and web.xml
[code
<?xml version="1.0" encoding="UTF-8"?>
<beans
xmlns="http://www.springframework.org/schema/beans"...
my working environment;
myeclipse 7
hibernate 3.2
spring 2.5
I(newbie) try to deploy my project into Myeclipse Tomcat, I have the following error message; can you help me?
Apr 1, 2009...