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...
Type: Posts; User: jyzhou817; Keyword(s):
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...
So, if i define the bean in the same child context as "messageBroker", should be able to autowire the messageBroker. Is it correct? thanks
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...
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...
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...
could you please give me a link to the answer? thanks.
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:
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...
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...
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!
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...
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
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...
Hi,
Very strange, I find the xml doc generated by XMLBeans
<?xml version="1.0" encoding="UTF-8"?>
<sch:GetFlightsRequest...
Hi,
Very strange, I find the xml doc generated by XMLBeans
<?xml version="1.0" encoding="UTF-8"?>
<sch:GetFlightsRequest...
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...
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,
.......
Hi,
When I try sample: HolidayRequest., I get the following error:
...
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
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...
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....
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....
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....
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.
...
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...