Search:

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

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    920

    is it library'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...
  2. Replies
    2
    Views
    920

    this class does not work

    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...
  3. Thread: null value

    by kormem
    Replies
    0
    Views
    387

    null value

    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...
  4. Replies
    0
    Views
    2,013

    null value after convert set to list

    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...
  5. Replies
    2
    Views
    1,631

    after correcting typos in 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...
  6. Replies
    2
    Views
    1,631

    my environment:spring 2.5,hibernate3,icefaces 1.7

    my environment:spring 2.5,hibernate3,icefaces 1.7
  7. Replies
    2
    Views
    1,631

    Validation Error: {0}Value is not valid

    the following is a part of .jspx file


    <tr>
    <td align="left" width="400">
    <h:selectManyListbox value="#{productBean.selectedCategoryIds}" id="selectedCategoryIds">

    <f:selectItems...
  8. can not create class table uning hibernate reverse engineering

    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...
  9. Replies
    2
    Views
    1,037

    thanks

    it works. thank you
  10. Replies
    2
    Views
    1,037

    Can't read a value in a LinkedHashMap

    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...
  11. Replies
    0
    Views
    2,044

    ice:commandButton doesn't work

    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...
  12. Thread: type miss match

    by kormem
    Replies
    0
    Views
    596

    type miss match

    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

    ...
  13. Thread: error message

    by kormem
    Replies
    9
    Views
    976

    Thanks, I do not have any error message in...

    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...
  14. Thread: error message

    by kormem
    Replies
    9
    Views
    976

    continue

    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...
  15. Thread: error message

    by kormem
    Replies
    9
    Views
    976

    Sushant, finally, I removed the error...

    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...
  16. Thread: error message

    by kormem
    Replies
    9
    Views
    976

    Sushant , based on your comments for...

    Sushant , based on your comments for applicationContext.web.
    I corrected one mistake(form hibernate2 to hibernate3);


    <bean id="transactionManager"...
  17. Thread: error message

    by kormem
    Replies
    9
    Views
    976

    If I remove hibernate2 library from my working...

    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...
  18. Thread: error message

    by kormem
    Replies
    9
    Views
    976

    thanks,Sushant would you mind look at the...

    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"...
  19. Thread: error message

    by kormem
    Replies
    9
    Views
    976

    note;second page error message at...

    note;second page error message


    at org.hibernate.proxy.pojo.cglib.CGLIBLazyInitializer.getProxyFactory(CGLIBLazyInitializer.java:117)
    at...
  20. Thread: error message

    by kormem
    Replies
    9
    Views
    976

    error message

    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...
  21. Thread: error message

    by kormem
    Replies
    0
    Views
    508

    error message

    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...
  22. Replies
    4
    Views
    1,694

    additional info

    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...
  23. Replies
    4
    Views
    1,694

    error message II

    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...
  24. Replies
    4
    Views
    1,694

    addition info.

    reference applicationcontext and web.xml
    [code

    <?xml version="1.0" encoding="UTF-8"?>
    <beans
    xmlns="http://www.springframework.org/schema/beans"...
  25. Replies
    4
    Views
    1,694

    error message in deployment

    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...
Results 1 to 25 of 31
Page 1 of 2 1 2