[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=bb&op=viewtopic&p=3997857#3997857

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3997857
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3997544#3997544

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3997544
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3992756#3992756

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3992756
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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=bb&op=viewtopic&t=8&postdays=0&postorder=asc&start=10


which answers my question. Seems I need different config files for each SEI, 
since wstools will overwrite my files on each run.

Also I need to manually merge the webservices.xml files.
The post also points at annotations and JSR181, which might be an alternative.

Thanks.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3992706#3992706

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3992706
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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=bb&op=viewtopic&p=3991885#3991885

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3991885
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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.


  | 
  | 
  | http://www.typo.no/trim";
  | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
  | xsi:schemaLocation="http://www.jboss.org/jbossws-tools 
http://www.jboss.org/jbossws-tools/schema/jbossws-tool_1_0.xsd";
  | >
  | 
  | 
  | 
  | http://typo.no/trim/ws/maincontroller"; 
type-namespace="http://typo.no/trim/ws/maincontroller/types/"; />
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 

It doesn't give any errors, just seem to ignore the first endpoint when there 
is more than one.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3990905#3990905

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3990905
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


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

2006-10-19 Thread Duffcase
add this to the mbean section of the jboss-service.xml file for the aop 
deployer:


  | org.jboss.,org.apache.catalina.core.StandardServer,org.apache.catalina.core.StandardContext,
 org.quartz.
  | 

will effectively rid you of those errors.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3979555#3979555

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3979555
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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=bb&op=viewtopic&p=3979339#3979339

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3979339
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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=bb&op=viewtopic&p=3979333#3979333

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3979333
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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=bb&op=viewtopic&p=3971893#3971893

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971893
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 data for: {http://typo.no/trim/ws/types}checkUserAccessLogin
  | at 
org.jboss.ws.server.ServiceEndpointInvoker.getDispatchDestination(ServiceEndpointInvoker.java:181)
  | at 
org.jboss.ws.server.ServiceEndpointInvoker.invoke(ServiceEndpointInvoker.java:107)
  | at 
org.jboss.ws.server.ServiceEndpoint.handleRequest(ServiceEndpoint.java:209)
  | at 
org.jboss.ws.server.ServiceEndpointManager.processSOAPRequest(ServiceEndpointManager.java:355)
  | at 
org.jboss.ws.server.StandardEndpointServlet.doPost(StandardEndpointServlet.java:115)
  | at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
  | at 
org.jboss.ws.server.StandardEndpointServlet.service(StandardEndpointServlet.java:76)
  | at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | at 
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
  | at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
  | at 
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175)
  | at 
org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74)
  | at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
  | at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
  | at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
  | at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
  | at 
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
  | at 
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
  | at 
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
  | at 
org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
  | at java.lang.Thread.run(Thread.java:595)
  | 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971873#3971873

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971873
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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  [STDOUT]  EarExampleServlet.service()
  | 13:50:50,481 INFO  [STDOUT] *** ExampleSessionBean.getValue()
  | 13:50:50,482 INFO  [STDOUT]  ExampleValue String Constructor
  | 13:50:50,483 INFO  [STDOUT]  ExampleValue String Constructor
  | 13:50:50,532 INFO  [STDOUT]  ExampleValue.getMessage()
  | 



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3965713#3965713

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3965713
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 the deployment procedure, or 
something is missing or incorrect in the "default" configuration to make it 
work with AOP. I'll try and see if I can narrow it down some more.

Will I lose performance and/or get a lot of overhead if I use "all" instead of 
"default"?

The first error seems to be some verbose setting that was changed from 4.0.3 to 
4.0.4 as described in the "injboss" tut. Doesn't really do anything.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3965642#3965642

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3965642
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


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

2006-08-14 Thread Duffcase
Hi. I've upgraded my jboss AS installation to 4.0.4GA and AOP1.5.0GA, but now I 
can't get AOP to work. I've tested with a clean installation default, and done 
the following:

-Deleted existing jboss-aop.deployer from the deploy folder
-Copied over the jboss-aop-jdk50.deployer to the deploy folder
-copied the contents of the lib50 folder to the lib folder of the jboss 
installation
-added pluggable-instrumentor.jar to the bin folder

When I write a simple interceptor or advice and run it outside jboss, 
everything works as expected, but when I try to deploy it, I get the following 
error:


  | 11:16:08,167 INFO  [JBossCacheManager] init(): replicationGranularity_ is 0 
and invaldateSessionPolicy is 2
  | 11:16:08,179 ERROR [JBossCacheManager] JBossCacheService to Tomcat 
clustering not found
  | java.lang.NoClassDefFoundError: org/jboss/cache/CacheException
  | at 
org.jboss.web.tomcat.tc5.session.JBossCacheManager.init(JBossCacheManager.java:144)
  | at 
org.jboss.web.tomcat.tc5.TomcatDeployer.performDeployInternal(TomcatDeployer.java:332)
  | at 
org.jboss.web.tomcat.tc5.TomcatDeployer.performDeploy(TomcatDeployer.java:103)
  | at org.jboss.web.AbstractWebDeployer.start(AbstractWebDeployer.java:371)
  | at org.jboss.web.WebModule.startModule(WebModule.java:83)
  | at org.jboss.web.WebModule.startService(WebModule.java:61)
  | at 
org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
  | at 
org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
  | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:585)
  | at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
  | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
  | at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
  | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
  | at 
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
  | at $Proxy0.start(Unknown Source)
  | at org.jboss.system.ServiceController.start(ServiceController.java:417)
  | at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:585)
  | at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
  | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
  | at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
  | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
  | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
  | at $Proxy40.start(Unknown Source)
  | at 
org.jboss.web.AbstractWebContainer.start(AbstractWebContainer.java:466)
  | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:585)
  | at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
  | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
  | at 
org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
  | at 
org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
  | at 
org.jboss.mx.interceptor.DynamicInterceptor.invoke(DynamicInterceptor.java:97)
  | at 
org.jboss.system.InterceptorServiceMBeanSupport.invokeNext(InterceptorServiceMBeanSupport.java:238)
  | at 
org.jboss.ws.server.WebServiceDeployer.start(WebServiceDeployer.java:117)
  | at 
org.jboss.deployment.SubDeployerInterceptorSupport$XMBeanInterceptor.start(SubDeployerInterceptorSupport.java:188)
  | at 
org.jboss.deployment.SubDeployerInterceptor.invoke(SubDeployerInterceptor.java:95)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
  | at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
  | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
  | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
  | at $Proxy41.start(Unknown Source)
  | at org.jboss.de