Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    9
    Views
    2,729

    Spring REST & Converters

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

    question is how to code to execute in order to...

    question is how to code to execute in order to put there
  3. Replies
    5
    Views
    1,257

    Hi, Luke Let me explain the need. 1....

    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.
  4. Replies
    5
    Views
    1,257

    Adding Request Parameters

    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...
  5. try putting all your bean conf. into single xml...

    try putting all your bean conf. into single xml file. it may work, not sure though...
  6. Replies
    2
    Views
    895

    Hi Dude, The same thing has been discussed in...

    Hi Dude,

    The same thing has been discussed in internna.blogspot.com
    Think still its the first blog there.

    Regards,
    DJ
  7. Replies
    3
    Views
    1,102

    Like to add one more thing, In around advice...

    Like to add one more thing,

    In around advice ProceedingJoinPoint will be always the first argument.
  8. It can be a problem in log4j setup also..

    It can be a problem in log4j setup also..
  9. Try to see whether any other interceptor is...

    Try to see whether any other interceptor is matching joinpoint(regular exp in this case).
  10. Replies
    11
    Views
    2,747

    Hi All, Can you please share the result ? ...

    Hi All,

    Can you please share the result ?


    Regards,
    Deepak.
  11. Hi Jeyarama, Have you find any solution to...

    Hi Jeyarama,

    Have you find any solution to your problem ?

    Regards,
    Deepak
  12. Hi, I have solved the problem, this was due...

    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
  13. OpenJPA Exception in thread "main" org.springframework.dao.InvalidDataAccessApiUsageE

    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...
  14. 'named queries for non-POJO entities' Means I...

    '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 =...
  15. 'named queries for non-POJO entities' Means I...

    '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 =...
  16. Replies
    4
    Views
    11,220

    refer to this thread : ...

    refer to this thread :

    http://forum.springframework.org/showthread.php?p=122369#post122369
  17. Bug In Hibernate3 : SessionFactoryImpl

    private Map checkNamedQueries() throws HibernateException {
    Map errors = new HashMap();

    // Check named HQL queries
    log.debug("Checking " + namedQueries.size() + " named HQL queries");...
  18. Hi, I can see that the same way 'this' object...

    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...
  19. Replies
    4
    Views
    933

    follow up : form rendered blank

    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...
  20. Replies
    4
    Views
    933

    Form rendered blank

    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 :...
  21. Re: There is no READABLE property named 'email' in class....

    Check whether accessor getEmail() is present in 'com.myclient.domain.User', Follow java naming conventions.

    regards,
    Deepak
  22. Re: Thanks!

    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'.
  23. MultiActionController setBindOnNewForm(true);

    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...
Results 1 to 23 of 23