[JBoss-user] [JBossCache] - Re: 1.2.4 unit tests failing on winxp

2006-01-24 Thread tbiernat
yes, some repl failures reported: | | C:\tools\jboss\cache\JBossCache-1.2.4>build.bat run.batch | Buildfile: build.xml | | init: | | compile: | | run.batch: | [junit] Running org.jboss.cache.CallbackTest | [junit] Tests run: 5, Failures: 0, Errors: 0, Time elaps

[JBoss-user] [JBossCache] - 1.2.4 unit tests failing on winxp

2006-01-20 Thread tbiernat
hi folks, i have downloaded the 1.2.3, 1.2.4 and 1.2.4 SP1 distros, and attempted to execute the run.aop.batch task under winxp sp2 using sun jdk 1.5.0_4. in all cases i see errors in repl and aop tests. i tried changing the loopback attribute per the windows instruction, but it did not help. b

[JBoss-user] [JBossWS] - 4.0.2 attachment problem?

2005-09-14 Thread tbiernat
following the wiki post on ws attachments, i defined a service as follows: | | | http://schemas.xmlsoap.org/wsdl/"; | xmlns:types="urn:ssn/service/types" | xmlns:xsd="http://www.w3.org/2001/XMLSchema"; | xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"; | xmlns:mi

[JBoss-user] [JBossWS] - Re: Can Axis 1.2.1 be use for client based application?

2005-09-13 Thread tbiernat
we have successfully used sun's jwsdp 1.5 & 1.6 client libraries with jboss 4.0.2 doc/literal. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3894460#3894460 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3894460 -

[JBoss-user] [JBossWS] - XWS-Security in 4.0.2

2005-06-22 Thread tbiernat
i have a WS client using sun jwsdp-1.5 runtime sending signed and encrypted requests to a JBossWS deployed service. i understand that JBossWS does not yet implement XWS-Security. has anyone been successful in using the jwsdp (or other) jars in JBoss to verify WS signatures or decrypt? View

[JBoss-user] [JBossWS] - example wsdl for attachments

2005-01-28 Thread tbiernat
can someone pls direct me to an example wsdl document for an interoperable service with attachments? i've searched through the faq, wiki and examples to no avail. my attachment wsdl from previous axis generated services will not wscompile. our process is: define wsdl/schema wscompile d

[JBoss-user] [JBossWS] - echoing request fails

2005-01-26 Thread tbiernat
i have a simple service generated from wsdl/schema with jwsdp-1.5 wscompile, deployed to jboss 4.01. the request is sent minus some nonessential elements (minOccurs=0) and looks like this: | POST /CashLetterService/process HTTP/1.1 | Content-Type: text/xml; charset=utf-8 | Content-Length

[JBoss-user] [JBoss.NET & SOAP] - Re: tomcat/axis WS won't deploy

2004-05-06 Thread tbiernat
i stumbled across this link in the forum: http://jboss.org/wiki/attach?page=JBoss.NET/ws-ex.zip it is a simple, standalone example that i can use as a template to migrate my services. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3833947#3833947 Reply to

[JBoss-user] [JBoss.NET & SOAP] - tomcat/axis WS won't deploy

2004-05-05 Thread tbiernat
after spending the last 4 hrs scanning through the available docs, I am still at a loss re. how to get our axis web services running in JBoss 3.2 or 4.x. these web services have been running for sometime in tomcat 4.x and 5.x under axis 1.1, so i figured this is a no brainer! my initial (naiv