Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    2,632

    xjc and multiple schemas

    I have 3 schemas:
    S1, S2, S3 in 3 different namespaces.

    S2 imports S1 and S3 imports S1 too.

    when I use xjc -d S2 it creates two package for S2 and S1 and both package has objectFactory.
    ...
  2. How to use different contextPath for unmarshaller?

    I have the following scenario:

    AccountMessages.xsd --> imports AccountTypes.xsd

    OrderMessages.xsd --> imports AccountTypes.xsd

    In the airline example I saw all the generated classes in one...
  3. Replies
    3
    Views
    870

    I am getting a null request. Am I doing...

    I am getting a null request.

    Am I doing something wrong here?


    here is the request and repsonse stacktrace:

    2011-03-21 18:02:11,372 [http-8080-2] DEBUG...
  4. Replies
    3
    Views
    870

    the endpoint class

    package com.mypublisher.services.authentication;

    import javax.xml.bind.JAXBElement;

    import org.apache.commons.logging.Log;
    import org.apache.commons.logging.LogFactory;
    import...
  5. Replies
    3
    Views
    870

    *-webservice.xml

    <?xml version="1.0" encoding="UTF-8"?>
    <beans xmlns="http://www.springframework.org/schema/beans"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"...
  6. Replies
    3
    Views
    870

    NULL request

    I am getting a null value in the request: here's my request

    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:aut="http://schemas.mypublisher.com/Authentication">
    ...
  7. Replies
    7
    Views
    2,806

    jaxb generated classes: // // This file was...

    jaxb generated classes:


    //
    // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6
    // See <a...
  8. Replies
    7
    Views
    2,806

    No adapter for endpoint

    need help! i get a no adapter found for this see below:
    org.springframework.ws.server.endpoint.interceptor.PayloadLoggingInterceptor - Request: <sch:userLoginRequest...
  9. Replies
    4
    Views
    545

    Problem with Spring and Hibernate

    I am not sure where is the problem. The jsp doesnt dispally the data. It's all blank. But when I debug it to see the variables, I see it getting the data from the ProductDaoImpl.java but in a...
  10. Replies
    4
    Views
    545

    Problem with Spring and Hibernate

    Product.java and Product.jsp:


    package com.phonecard.domain;

    import java.io.Serializable;

    public class Product implements Serializable {

    /* Private Fields */
  11. Replies
    4
    Views
    545

    Problem with Spring and Hibernate

    Spring view controller:

    package com.phonecard.web;

    import java.util.ArrayList;
    import java.util.HashMap;
    import java.util.List;
    import java.util.Map;

    import...
  12. Replies
    4
    Views
    545

    Problem with Spring and Hibernate

    Dao implementation:

    package com.phonecard.dao;

    import java.sql.SQLException;
    import java.util.List;
    import org.hibernate.HibernateException;
    import org.hibernate.Session;
    import...
  13. Replies
    4
    Views
    545

    Problem with Spring and Hibernate

    Hi all I am newbie to spring and hibernate.

    I am using hibernate to get the data from Mysql database and use spring mvc to get the data and JSP to populate the data.

    my hibernate mapping...
Results 1 to 13 of 13