[JBoss-user] [JBoss.NET] - Re: wsdl returns complex type mapping for all jboss.net ear

2004-10-13 Thread gnuorg
sigh... the format didn't go as I want even I used "preview" to check. ^ belongs to the last "web-service.xml" View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3851318#3851318 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=rep

[JBoss-user] [JBoss.NET] - Re: wsdl returns complex type mapping for all jboss.net ear

2004-10-13 Thread gnuorg
typo in the last sentence for previous post: its example web-service.xml also has the type mapping tag outside web-service.xml ^^^ service tag. View the original post : http://www.jboss.org

[JBoss-user] [JBoss.NET] - Re: wsdl returns complex type mapping for all jboss.net ear

2004-10-13 Thread gnuorg
Yes, after I put type mapping tags inside service tag. the issue is resolved. I was following the example in jboss doc(chapter 12 Web Services). Now another question arises: how does one move the type mapping inside service tag using xdoclet? any example for that will be highly appreciately. see

[JBoss-user] [JBoss.NET] - Re: wsdl returns complex type mapping for all jboss.net ear

2004-09-21 Thread gnuorg
In addtion, I did use two different name spaces for these 2 web services, one is http://jboss.xyz.com/a, and the other is http://localhost/b. thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849010#3849010 Reply to the post : http://www.jboss.org/index

[JBoss-user] [JBoss.NET] - wsdl returns complex type mapping for all jboss.net ear file

2004-09-21 Thread gnuorg
I am using jboss-3.2.3 with jetty. I deployed two jboss.net applications, a.ear and b.ear. When I try to retrieve the wsdl file for either a.ear or b.ear, both complex type mapping in a.ear and b.ear show up. What I expected is wsdl for a.ear only has complex type mapping from web service a, not

[JBoss-user] [Security & JAAS/JBoss] - Re: security context doesn't propagate in jboss scheduler

2004-07-16 Thread gnuorg
I solved the problem myself. I used the policy "client-login", and it works. seems ClientLoginModule is the way to propage security context. Hope it could be helpful for people having similar problem. by the way, this security forum seems to be really inactive. View the original post : http:/

[JBoss-user] [Security & JAAS/JBoss] - security context doesn't propagate in jboss scheduler

2004-07-14 Thread gnuorg
I wrote a scheduler class that implements Schedulable and put it into a .sar file. In the scheduler I called some 3rd party ejb component(deployed fine in jboss and I can acess ejb api with web app) which requires security. I used the 3rd party customized ClientLoginModule to do a login(), I pri

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: jms in jboss deployed after ear file?

2004-03-30 Thread gnuorg
I did try to search with sth like "jmx deploy order", then it returned me >1000 and I looked the first 30 msg, didn't find anything related. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828251#3828251 Reply to the post : http://www.jboss.org/index.html?mod

[JBoss-user] [Messaging, JMS & JBossMQ] - jms in jboss deployed after ear file?

2004-03-30 Thread gnuorg
I downloaded wfmopen1.1 and deploy the demo ear file into jboss-3.2.1/server/default/deploy/ it gives me DefaultJMSProvider not bound error msg. then I change deploy/jms to jms.jar to make sure jmx starts before the ear file, everything works fine. this is the first time I deal with jms in jboss

[JBoss-user] [Messaging, JMS & JBossMQ] - jms in jboss deployed after ear file?

2004-03-30 Thread gnuorg
I downloaded wfmopen1.1 and deploy the demo ear file into jboss-3.2.1/server/default/deploy/ it gives me DefaultJMSProvider not bound error msg. then I change deploy/jms to jms.jar to make sure jmx starts before the ear file, everything works fine. this is the first time I deal with jms in jboss