Search:

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

Search: Search took 0.01 seconds.

  1. MappingException not parse mapping document input stream

    Hi,

    i am getting exception

    org.hibernate.MappingException: Could not parse mapping document in input stream
    Caused by: org.dom4j.DocumentException: org.apache.xerces.impl.dv.xs.ListDV$ListData...
  2. MappingException not parse mapping document input stream

    Hi,

    i am getting exception

    org.hibernate.MappingException: Could not parse mapping document in input stream
    Caused by: org.dom4j.DocumentException: org.apache.xerces.impl.dv.xs.ListDV$ListData...
  3. SQLGrammarException for Unmapped Properties

    hi,
    i am facing SQLGrammarException while getting Entity from DB, actually i have few properties witch are not mapped with column names, and at loading object the system throws the Exception.
    ...
  4. Replies
    1
    Views
    1,664

    SchemaViolationException

    hi,

    i want to change (update) password of user, i am using OpenLDAP server, i am using following method for changing password.

    CODE :

    public void changePassword(String uid){

    ...
  5. BeanCurrentlyInCreationException, Bean has been injected into other beans

    hi,

    i am facing Exception :

    org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'clientService': Bean with name 'clientService' has been injected...
  6. HttpInvokerServiceExporter, Type Mismatch Exception, BeanCreationException

    hi,
    i have made ClientReportService class who implements the interface 'IClientReportService'. now i have expose its funtionality to other module via HttpInvokerServiceExporter remotting.

    i am...
  7. HttpInvokerServiceExporter, Type Mismatch Exception, BeanCreationException

    hi,
    i have made ClientReportService class who implements the interface 'IClientReportService'. now i have expose its funtionality to other module via HttpInvokerServiceExporter remotting.

    i am...
  8. LDAP: error code 49 - Invalid Credentials

    hi,

    i am getting that exception while using LdapTemplate.authenticate method.

    i am getting uid and password from JSP and on valid password the method return TRUE, but on wrong password, the...
  9. Replies
    2
    Views
    1,547

    Put all your domain objects (Pojo mapped with...

    Put all your domain objects (Pojo mapped with Database) in xxx.recommender.model


    put all your service classes(business logic) in xxx.recommender.impl

    put all your service interfaces (who...
  10. Replies
    7
    Views
    5,067

    hi Espinal, thanks for you interest in post, i...

    hi Espinal,

    thanks for you interest in post, i am using schema info

    <!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd">

    <util:constant...
  11. Axis : org.xml.sax.SAXException: No deserializer fo

    HI,
    While working on Axis i am facing a problem, kindly give your valuable comments to resolve
    i am using Axis with Hibernate / Spring framework . and using axis-1 . 4 . jar
    in my client side...
  12. Replies
    7
    Views
    5,067

    hi Marc, i change my code to

    hi Marc,

    i change my code to

    <bean id="propertyConfigurer" class="org.spr...PropertyPlaceholderConfigurer">

    <property name="systemPropertiesMode">
    <value>...
  13. Replies
    7
    Views
    5,067

    Re : Inject System Property in Bean.

    hi Baronludwig,

    thanks for valuable reply, i try to put mode like

    <bean id="propertyConfigurer" class="......PropertyPlaceholderConfigurer">
    <property name="systemPropertiesMode">...
  14. Replies
    7
    Views
    5,067

    Inject System Property in Bean.

    hi,
    is there any possibility to inject property like (System.getProperty("tomcat_home"))

    in bean, i am getting properties via System.getProperty.
    is it possible to inject system property via DI...
  15. Spring : Need Help Regarding InvalidResultSetAccessException

    Kindly see a problem i am facing related to jdbcTemplate query.
    i am using query with join and select column with different aliases,

    sqlQuery

    SELECT client_data.image as IMAGE, franchise.NAME,...
  16. Use of AbstractPdfView Controller

    See Expert One-On-One J2EE Design and Development by Rod Johnson, page 571-575 for an example of use of this class.

    Kashif Bashir

    kashefbasher@gmail.com
  17. saveOrUpdateAll(Collection entities)

    if you can use hibernateTemplate instead of session then you can save your object list by using saveOrUpdateAll(Collection entities).

    Kashif Bashir

    kashefbasher@gmail.com
  18. Replies
    5
    Views
    9,181

    Shine Container ?

    hi, i just read about Shine, can you plz tell me That is Shine is also alternative to J2EE container like Spring ?

    oor Shine is using any other container to run his framework capabilities ?
    ...
Results 1 to 18 of 18