Is it possible to override the generic co?version services already provided as a part of the framework. For eg. StringToInteger converter.
To me it looks like always GenericConversionService is...
Type: Posts; User: deepakjacob; Keyword(s):
Is it possible to override the generic co?version services already provided as a part of the framework. For eg. StringToInteger converter.
To me it looks like always GenericConversionService is...
question is how to code to execute in order to put there
Hi, Luke
Let me explain the need.
1. Want to get the matching Config Attibute (from Object Definition Source) for the URL.
2. Based on Config attribute set a request attribute.
Hi,
How can I add some dynamic request parameters to the incoming authenticated request. This is based on the role of the user which is loaded from the database and the incoming url(already...
try putting all your bean conf. into single xml file. it may work, not sure though...
Hi Dude,
The same thing has been discussed in internna.blogspot.com
Think still its the first blog there.
Regards,
DJ
Like to add one more thing,
In around advice ProceedingJoinPoint will be always the first argument.
It can be a problem in log4j setup also..
Try to see whether any other interceptor is matching joinpoint(regular exp in this case).
Hi All,
Can you please share the result ?
Regards,
Deepak.
Hi Jeyarama,
Have you find any solution to your problem ?
Regards,
Deepak
Hi,
I have solved the problem, this was due to incorrect AOP pointcut configuration.
BTW, the errors I am getting from OPENJPA and Spring are not intuitive.
Regards,
DJ
Please see the below log. I am not able to query the database.
2007-05-27 20:07:24,312 DEBUG [org.springframework.jdbc.datasource.DriverManagerDataSource] - <Creating new JDBC Connection to...
'named queries for non-POJO entities' Means I have an annotated POJO like the following and it simply failed to execute.
@Entity
@Table(name = "employee")
@NamedQuery(name =...
'named queries for non-POJO entities' Means I have an annotated POJO like the following and it simply failed to execute.
@Entity
@Table(name = "employee")
@NamedNativeQuery(name =...
refer to this thread :
http://forum.springframework.org/showthread.php?p=122369#post122369
private Map checkNamedQueries() throws HibernateException {
Map errors = new HashMap();
// Check named HQL queries
log.debug("Checking " + namedQueries.size() + " named HQL queries");...
Hi,
I can see that the same way 'this' object is accessed using MethodInvocation
in the following tutorial.
http://www-128.ibm.com/developerworks/java/library/j-genericdao.html
Thought it...
I have checked it again I can see both objects : One which i fetch from db and other one which is instantiated by setupForm() but all properties set to NULL. Problem seems to be the spring input tags...
I'm new to SWF but I've searched for help on this one and can't figure it out.
I have a JSP using <form:form> tags to bind my command object values to my form.
This is same as the earlier post :...
Check whether accessor getEmail() is present in 'com.myclient.domain.User', Follow java naming conventions.
regards,
Deepak
Hi, I would i like to know how you were able to (re)use a single controller for Create / Edit / Delete commands
deepakjacobATrediffmail.com
NTE : Please replace '@' for 'AT'.
Hi All,
How can i set a blank form for create mode having a save and cancel buttons, a data populated form in the edit mode having an update and cancel buttons and again data...