[jboss-user] [JBossWS] - Restrict access to wsdl without using ws-security

2007-01-04 Thread Duffcase
Is there a way to restrict access to wsdl files without using ws-security? I'm developing a client in .NET compact framework, which afaik doesn't support ws-security yet. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3997857#3997857 Reply to the post :

[jboss-user] [JBossWS] - Re: Problem using .NET Compact Framework Client

2007-01-03 Thread Duffcase
AFAIK this has been an issue for a long time, and the folks over at ms say it is a design fault, and mark all the bug reports as false. I posted a bug on connect for this over 6 months ago, but there hasn't been any progress at all. View the original post :

[jboss-user] [JBossWS] - Re: Multiple SEI's with wstools

2006-12-11 Thread Duffcase
Ok, thanks for your reply. I had a look at that, but it didn't really help me out much, other than confirming that the structure I had was correct. I searched around a bit more and found this post: http://www.jboss.org/index.html?module=bbop=viewtopict=8postdays=0postorder=ascstart=10

[jboss-user] [JBossWS] - Re: Multiple SEI's with wstools

2006-12-11 Thread Duffcase
Just found out, thanks to the link pbowker sent me, that I dont need to manually merge the webservices.xml files. Just needed to add append=true to the webservices element of the config, and wstools does the job for me! :) View the original post :

[jboss-user] [JBossWS] - Re: Multiple SEI's with wstools

2006-12-06 Thread Duffcase
Isn't there anyone who know anything about this? I'd really appreciate any information or pointers, so I can resolve this. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3991885#3991885 Reply to the post :

[jboss-user] [JBossWS] - Multiple SEI's with wstools

2006-12-04 Thread Duffcase
I've been trying to figure out how to do this with wstools, but I can't seem to find info about it anywhere. Anyone care to outline how to do it? This is my config file. I've tried duplicating the sections on different levels for the new seo, but with no luck. | ?xml version=1.0

[jboss-user] [JBoss AOP] - Re: AOP Instrumentor failed to transform org.apache.catalina

2006-10-20 Thread Duffcase
add this to the mbean section of the jboss-service.xml file for the aop deployer: | attribute name=Excludeorg.jboss.,org.apache.catalina.core.StandardServer,org.apache.catalina.core.StandardContext, org.quartz./attribute | will effectively rid you of those errors. View the original

[jboss-user] [JBoss AOP] - loadtime weaving with jbide?

2006-10-19 Thread Duffcase
Is there any way to make the jbide use loadtime weaving instead of compiletime? I really want to use the ide to package and deploy my aop app, but it seems to only do compiletime.. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3979333#3979333 Reply to the

[jboss-user] [JBoss AOP] - Re: loadtime weaving with jbide?

2006-10-19 Thread Duffcase
That is my current setup, a .war and an .aop inside a .sar. I guess I'm just gonna have to learn how to use ant to package and deploy then.. :\ thanks for your time. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3979339#3979339 Reply to the post :

[jboss-user] [JBossWS] - Endpoint Operation metadata error

2006-09-15 Thread Duffcase
Hi. I'm gettng this when trying to consume a webservice. Anyone know what it is? | 10:06:10,810 ERROR [SOAPFaultExceptionHelper] SOAP request exception | javax.xml.rpc.soap.SOAPFaultException: Endpoint {http://typo.no/trim/ws/}MainControllerInterfacePort does not contain operation meta

[jboss-user] [JBossWS] - Re: Endpoint Operation metadata error

2006-09-15 Thread Duffcase
Turns out I was using version 1.0.2 of wstools on a server running 1.0.3 and that didn't work too well.. No problems when switching to the right wstools. :P View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3971893#3971893 Reply to the post :

[jboss-user] [JBoss AOP] - Re: Problems getting AOP to work on jboss4.0.4GA

2006-08-17 Thread Duffcase
Thanks for your reply. I've seemed to narrow it down a bit, atleast.. I followed the simple procedure described in the link, with a fresh install but the problem remained. Then I tried with the all configuration, and it worked like a charm. So clearly as you stated there is a bug, either in

[jboss-user] [JBoss AOP] - Re: Problems getting AOP to work on jboss4.0.4GA

2006-08-17 Thread Duffcase
Yes, the second error only apperars using default config. I briefly tested the injboss example, but couldnt get it to work. The build goes fine, and the packages generated seems fine, and the deploy/undeploy works fine as well, but the output doesn't have any aop in it.. | 13:50:50,383 INFO