Search:

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

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. security tag library when used with JSF 2.0+facelet

    Hi,

    I get the following warnings when render the JSF pages:

    Warning: This page calls for XML namespace http://www.springframework.org/schema/security declared with prefix security but no...
  2. Replies
    5
    Views
    1,004

    So, if i define the bean in the same child...

    So, if i define the bean in the same child context as "messageBroker", should be able to autowire the messageBroker. Is it correct? thanks
  3. Replies
    5
    Views
    1,004

    Hi Jeremy, Many thanks. I find the place...

    Hi Jeremy,

    Many thanks.

    I find the place which caused the error:

    in my EventServiceImpl class code:

    import org.springframework.beans.factory.annotation.Autowired;
    import...
  4. Replies
    5
    Views
    1,004

    Hi, I do some changes according to...

    Hi,

    I do some changes according to http://static.springsource.org/spring-flex/docs/1.0.x/reference/html/ch02s05.html

    handle any request.
    the same error:java.lang.IllegalStateException: Root...
  5. Replies
    5
    Views
    1,004

    Spring+spring-blazeds: error

    Hi,

    I stuck here for few hours, thanks for your help....
    in web.xml
    <listener>
    <listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
    </listener>
    to load...
  6. could you please give me a link to the answer?...

    could you please give me a link to the answer? thanks.
  7. Replies
    1
    Views
    497

    solved.

    Hi,

    Solved. At first, I add spring.jar into the classpath. get erros shown in the last post.
    I remove spring.jar and added all the modules jar instead, it works.

    :rolleyes:
  8. Replies
    1
    Views
    497

    problem when upgrade to 2.5.4

    Hi,

    I encounter a problem when i am trying to upgrade to spring2.5.4
    my application use: myfaces1.2.3+spring2.5.4

    un 17, 2008 4:27:29 PM org.apache.catalina.core.StandardContext listenerStart...
  9. My Rpely on XMLBean

    hi,

    1) my java version:

    java version "1.6.0_01"
    Java(TM) SE Runtime Environment (build 1.6.0_01-b06)
    Java HotSpot(TM) Client VM (build 1.6.0_01-b06, mixed mode)
    2) download xmlbean2.3.0...
  10. How to config algorithm in security policy file

    Hi,

    I want to config the security policy file, for example, config the encrypt algorithm using 3des, SHA-1,....

    any help will be great appreciated!
  11. my reply on XMLBeans

    Hi,

    I just complete the "Holiday Request" example come with Spring Web Services" distribution.

    What I did is as follows,

    1) download XMLBeans from Apache
    2)copy the "hr.xsd" to \schemas...
  12. Problem solved:

    Hi,

    The problem is caused by server side validation interceptor. Now i change it validate multiple schemas. it work fine.

    Thanks for your help.

    Best regards
  13. what you have done when use XMLBeans to compile

    Hi,

    Thanks.
    Are you saying I can not use XMLBeans to compile the xsd.

    Because after i use XMLBean2.3.0(latest version), the xml become the one i posted in last post.
    This will be problem in...
  14. Replies
    0
    Views
    783

    xml doc generate by XMLBeans

    Hi,

    Very strange, I find the xml doc generated by XMLBeans
    <?xml version="1.0" encoding="UTF-8"?>
    <sch:GetFlightsRequest...
  15. xml doc generated by XMLBeans

    Hi,

    Very strange, I find the xml doc generated by XMLBeans
    <?xml version="1.0" encoding="UTF-8"?>
    <sch:GetFlightsRequest...
  16. I compile with XMLBeans instead

    Hi Arjen,

    Thanks.
    I can not run "ant" also, because can not downloading dependency jars...

    I do it another way by compile hr.xsd directly with XmlBeans. and copy this jar to my project.

    I...
  17. Replies
    1
    Views
    2,642

    XMLBeans and Spring-WS:

    Hi,
    I have different error when using XMLBeans and Spring-WS to try the tutorial shipped with Spring Web Service.

    I trace the error find that error happen at this code,
    .......
  18. Replies
    0
    Views
    725

    error: try the sample: HolidayRequest

    Hi,
    When I try sample: HolidayRequest., I get the following error:
    ...
  19. souce code for samples shipped with spring web service

    Hi,

    Because I can not run maven properly, can not get the source code for samples code.
    Do you have example on "send POJO object with XMLBeans marshaller"?

    Thanks
  20. Replies
    0
    Views
    1,000

    mvn package does not work

    Hi,

    I do according to the readme.txt to build war file by "mvn package" in every individual samples come with spring web service 1.0.1. Does not work.
    Anybody succeed? or could anyone please...
  21. It is working on Jboss now....

    Hi Arjen,

    Many thanks. Now it is working in Jboss.

    One strange thing is: I have to remove the "restriction" in echoRequest element of XML schema.
    It does not happen when deploy to glassfish....
  22. Spring web service sample:echo

    Hi,
    I am totally use the sample "echo" shipped with spring WS. I deploy the client in the jboss server. without any configuration except "echoClient" bean.
    So it is not the case mentioned in FAQ....
  23. About the spring web service sample:echo deployed in jboss

    Hi,
    I am totally use the sample "echo" shipped with spring WS. I deploy the client in the jboss server. without any configuration except "echoClient" bean.
    So it is not the case mentioned in FAQ....
  24. Issue when deploy spring web service in Jboss 4.2.1

    Hi,

    I am using spring web service client, which is running in jboss4.2.1, to access web service exposed in another machine.

    I use the echo example shipped with spring web service package.
    ...
  25. create a web service project without usinf maven2

    Hi,

    I need to start a project which will use spring web service. so far, I find some tutorial or material all start by using maven 2 to create a project and download all depended jars.
    What if i...
Results 1 to 25 of 31
Page 1 of 2 1 2