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...
Type: Posts; User: kashefbasher; Keyword(s):
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...
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...
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.
...
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){
...
hi,
i am facing Exception :
org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'clientService': Bean with name 'clientService' has been injected...
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...
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...
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...
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...
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...
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...
hi Marc,
i change my code to
<bean id="propertyConfigurer" class="org.spr...PropertyPlaceholderConfigurer">
<property name="systemPropertiesMode">
<value>...
hi Baronludwig,
thanks for valuable reply, i try to put mode like
<bean id="propertyConfigurer" class="......PropertyPlaceholderConfigurer">
<property name="systemPropertiesMode">...
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...
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,...
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
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
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 ?
...