Search:

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

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Following class should be used to use Jackson 2.x...

    Following class should be used to use Jackson 2.x APIs.


    org.springframework.http.converter.json.MappingJackson2HttpMessageConverter

    With this, this thread should be marked complete.
    ...
  2. Incompatibility of MappingJacksonHttpMessageConverter

    The class
    org.springframework.http.converter.json.MappingJacksonHttpMessageConverter from Spring 3.2.1 version is now incompatible to Jackson FasterXML 2.1.x versions. I found following...
  3. Replies
    3
    Views
    2,479

    Thanks Martin for reply. Chris (Beams) had...

    Thanks Martin for reply. Chris (Beams) had replied the same thing in the JIRA. And, I did as per his instruction and my app was deployed successfully.

    This thread can be considered closed.
    ...
  4. Replies
    3
    Views
    2,479

    Created JIRA...

    Created JIRA https://jira.springsource.org/browse/SPR-10134
  5. Replies
    3
    Views
    2,479

    Spring 3.2.0.RELEASE breaks with JBoss 7

    I am trying to migrate from Spring 3.0.1 to 3.2.0.RELEASE. While deployment (in JBoss 7.1.1), I am getting following WARN



    20:59:55,176 WARN [org.jboss.modules.ModuleClassLoader] (MSC service...
  6. Thanks Carlos for replying. I am aware of this...

    Thanks Carlos for replying. I am aware of this aspect. When I checked my config, I saw I was not putting correct package names there. That was why the loading was failing.

    Anyways. This is solved....
  7. Getting reference of @Component through ApplicationContextAware class

    Hi All,

    I have a business service layer component annotated with @Component as shown below:



    @Component("myBusinessObject")
    public class MyBusinessObject
    {
    @Autowired
  8. Spring-Data Hibernate JPA is not saving data into Join table

    Following are the entities and their relationships in my system

    Entities:


    1. Certification
    2. Group
    3. Exam
  9. Hi Marten, Thanks for the reply. I am...

    Hi Marten,

    Thanks for the reply.

    I am aware of the transaction aspect; and as a general practice, I am planning to take similar approach (as you have suggested). But I was just checking if...
  10. Multiple Update Statements in One DB call using Spring JDBC

    Hi All,

    I am using Spring JDBC (JDBCTemplate and its variations) in my project. I have a situation wherein business layer is sending me an Object Graph which I have to persist in 3 separate tables...
  11. Replies
    1
    Views
    753

    Created a JIRA for this....

    Created a JIRA for this. https://jira.springsource.org/browse/DATAJDBC-22
  12. Replies
    1
    Views
    753

    Spring JDBC is not compatible to JBoss 7

    I am using Spring JDBC 3.0.6.RELEASE and it is not JBoss 7 compatible. The class org.springframework.jdbc.support.nativejdbc.JBossNativeJdbcExtractor is trying to use following classes which are no...
  13. Spring 3.0.6 Transaction Management not releasing JDBC connections

    Hi,

    I am using Spring 3.0.6 in my project and all the business processing is happening within Oracle PL/SQL procs (Oracle version in use is 10g).

    I have put the transaction demarcation in DAO...
  14. Replies
    1
    Views
    1,262

    My custom annotation processing

    Hi,

    In my current project, we create a mapping between the actors and business processor class (in a HashMap defined inside Spring config as a bean). The term actor is not used in a generic sense,...
  15. Replies
    0
    Views
    1,155

    Spring 3.0.1 StoredProcedure issue

    Hi,

    We are using Spring JDBC to invoke stored procs from Oracle 10g database. Spring version that we use is 3.0.1. We have a stored proc which returns a CLOB data. The stored procedure class is...
  16. Replies
    0
    Views
    636

    Custom Exception processor

    Hi All,

    We are using Spring MVC 3.0 to develop our web application. In exception cases (form validation or business logic failure), we throw our custom exception with one or more error codes. To...
  17. Replies
    0
    Views
    4,867

    HTTP Session in Spring MVC 3

    Hi,

    I want to check if a user is in a valid session. How can I achieve this?

    I have two controllers:

    - Authenticate Controller


    @RequestMapping(method = RequestMethod.GET, value =...
  18. Replies
    3
    Views
    9,570

    Should I assume that Spring MVC validation...

    Should I assume that Spring MVC validation doesn't work? I do not want to use JSR 303 validation.

    My post is there for quite a few time and it seems no answer is available. It is really...
  19. Replies
    3
    Views
    9,570

    Spring MVC 3 Validation

    Hi,

    I am facing issues in implementing Spring MVC 3 validation. The validation method is called, but no error message is displayed in JSP. Please help me.

    Below are my codes:

    Form Bean

    ...
  20. Hi, I have already tested with...

    Hi,

    I have already tested with OracleTypes.ARRAY.

    And moreover, both Types.ARRAY or OracleTypes.ARRAY have value "2003". So, I don't think this is a real issue.

    Thanks,
    Niranjan
  21. The code for the procedure class is posted....

    The code for the procedure class is posted. Please let me know if more code is needed.

    Best,
    Niranjan
  22. Hi, Yes, that was a typo. I am sorry for that...

    Hi,

    Yes, that was a typo. I am sorry for that confusion.

    Assuming that a typo, do you find any other problems in the code? Am I doing something wrong?

    Thanks,
    Niranjan
  23. Spring StoredProcedure issue with Varchar Array

    Hi,

    I am using Spring JDBC to invoke Oracle Stored procedures. The proc is accepting an array of varchars and I am facing issue in invoking this. Please follow the description below to understand...
  24. Use custom SQL Error Code translator with StoredProcedure

    Hi,

    We are using StoredProcedure classes in our project. How to use a translator to translate the incoming SQL exception codes (like ORA-00001) to our custom error codes (like: APP-10002).
    ...
  25. Replies
    1
    Views
    761

    Spring OXM throws NPE

    Hi,

    I am using Spring OXM 3.0 for marshaling and unmarshaling XML and Object. I am getting a NPE when I am trying to marshal and unmarshal. Please check below my configurations:

    In...
Results 1 to 25 of 38
Page 1 of 2 1 2