[jboss-user] [Security & JAAS/JBoss] - login-config.xml refers to non-existing dtd

2009-05-13 Thread kcp
Hello, I have noticed that login-config.xml refers to www.jboss.org/j2ee/dtd/security-config.dtd, but this dtd is not available at this location. For me this causes some trouble because XSL transformation are failing because of the missing DTD. Why is the DTD missing when it is actually used?

[jboss-user] [Security & JAAS/JBoss] - Re: login-config.xml refers to non-existing dtd

2009-05-28 Thread kcp
Hi Anil, I forgot to mention that am using JBoss 4.2.3. As JBoss 4.x still refers to the security-config.dtd, it might be nice if would still be available online. ;-) Regards Charly View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4233862#4233862 Reply to the

[jboss-user] [JBossWS] - Problem with xsd:enumeration in jbossws 1.0.3

2006-12-01 Thread kcp
Hello, I am using JBossAS 4.0.5. The included wstools (jbossws 1.0.3SP1) seem to have a problem with xsd:enumeration. My Wsdl is of type docment-literial with elementFormDefault="qualified" and looks as follows: | [...] | | | | | | | |

[jboss-user] [JBossWS] - Re: Needed WS4EE jars missing in JBoss4.0.5.GA

2006-12-14 Thread kcp
Since Jboss 4.0.4 the old axis-based webservice Stack WS4EE has been replaced by the new JbossWS stack. Therefore, the old ws4ee-jar are not longer present in JBoss 4.0.5. (http://wiki.jboss.org/wiki/Wiki.jsp?page=WebServiceStacks) Somewhere in the forum (or wiki) I am not qute sure it was state

[jboss-user] [JBossWS] - Re: question on JBoss Classpath & JBossWS4EE

2006-12-19 Thread kcp
To generate Stubs form the wsdl use the tool "wscompile". It is part of Suns "Webservice Developer Pack". You can download it here http://java.sun.com/webservices/downloads/webservicespack.html Regards Charly View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=39

[jboss-user] [JBossWS] - Re: JBossWS vs JBoss WS4EE

2006-12-29 Thread kcp
WS4EE is part of Jboss 4.0.0, 4.0.1, 4.0.2 and 4.0.3. It is bundeled in the distribution, you do not have to install it seperately. That is why you have ajboss-ws4ee.sar JbossWS is the new stack for Jboss release 4.0.4 and later. It will not work with your Jboss release. Hope this helps. Rega

[jboss-user] [JBossWS] - Re: question on JBoss Classpath & JBossWS4EE

2006-12-29 Thread kcp
wstools are part of JbossWS the webservice stack for Jboss releases 4.0.4 and later. If you are using 4.0.4 or later you should use wstools, If you got a JB 4.0.x prior to 4.0.4 stick to wscompile. The application server guide has been updated to the new releases that is why it mentions wstools

[jboss-user] [Installation, Configuration & Deployment] - Avoid requests during deployment of ear

2006-07-28 Thread kcp
Hello, I would like to know if there is an possibility to avoid requests to an application-ear while it gets deployed. I have the following situation: I use a facade EJB which is called from other system via RMI and a number of (local) backend EJBs for various tasks. The Facade is the first be

[jboss-user] [JBossWS] - Re: Changing the wsdl location to be different from the jar

2006-08-17 Thread kcp
Hi, add /somepath/Portname to the section of the EJB in the file jboss.xml Regards Charly View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3965717#3965717 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3965717 _

[jboss-user] [JBossWS] - Re: Changing the wsdl location to be different from the jar

2006-08-18 Thread kcp
Hi James, I haven't tried EJB3 so far. So I can only guess: But as far as I know with EJB3 you only get rid of the ejb-jar deployment descriptor. If you deploy an ear you still need the application server specific deployment descripter (e.j. jboss.xml). As I said I haven' used EJB3, so I may b

[jboss-user] [JBossWS] - Re: Error with WSTools / JDK 1.4

2007-02-08 Thread kcp
Hi, the error message "Unsupported major.minor version 49.0" indicated that you are running code that was compiled with java1.5 in a java1.4 jvm. I assume that if you compile your Jboss again with java1.4 it should work. Regards Charly View the original post : http://www.jboss.com/index.html?m

[jboss-user] [JBossWS] - Re: String[] with SOAP... Please help me!

2007-04-20 Thread kcp
Did you try to wrap the array in a another class? Something like method(StringArray a) whereas StringArray is a class with a String[] as member. Regards Charly View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039171#4039171 Reply to the post : http://www.jbo

[jboss-user] [JBossWS] - Re: java.lang.LinkageError: loader constraints violated

2008-07-30 Thread kcp
Have you verfified that you did not (e.g. by accident) package a jar containing the QName class into your application? If you have got QName packaged with your application this might explain the error. Regards Charly View the original post : http://www.jboss.com/index.html?module=bb&op=viewtop

[jboss-user] [JBossWS] - Re: Cannot consume any WSDL using wsconsume...

2008-08-06 Thread kcp
These webservices use the rpc/encoded style. JbossWS does not support this style. It's use has been discouraged because of interoperability issues (keyword WS-I Basic Profile). You could either use another webservice stack (e.g. Axis 1) or write a handlaer to transform the SOAP message. Sorry,

[jboss-user] [JBossWS] - Re: problem of calling Web Service Client using jdk 1.6.0 wi

2008-08-06 Thread kcp
Yes, there some issues between Java6 and JBossWS. Since Java6, some webservice related libs are part of the JDK. Hence the problem. The best solution would be to stick to Java5. For more details take a look at http://jbws.dyndns.org/mediawiki/index.php?title=Install_JBossWS#Using_JBossWS_with_JD

[jboss-user] [JBossWS] - Re: Error create consumer

2008-02-25 Thread kcp
There is some problem between the xml libaries in JbossWS and the libs of teh JDK. The easiest solution is to use JDK 1.5 instead of 1.6. (Jira: http://jira.jboss.org/jira/browse/JBWS-1439) Regards Charly View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131867

[jboss-user] [JBoss Messaging] - receiveNoWait returns always null

2008-03-03 Thread kcp
Hi, I have a problem when I try to consume message from a queue using the method "receiveNoWait". I have an MBean which uses a QueueBrowser to determine a set of message IDs that should be processed. After the selection a message selector is used to retrieve the message from the queue (the sel

[jboss-user] [JBossWS] - Re: JBoss 4.0.4GA - Error generating Web Service Consumer co

2008-03-10 Thread kcp
Hi, I am notz sur eif you are using the version of JBossWS that ship with JBoss 4.0.4 or if you used an newer one, so I'm just guessing here. In some newer version of JBossWS the attribute that links to the wsdl was not called "file" any more. It's name was changed to "location". Hope, this he

[jboss-user] [JBossWS] - Re: how to get wstools working in jboss 4.2

2007-05-18 Thread kcp
In the script wstool.sh the classpath is set for the wstools. It seems that some jar that wstools needs are missing. Adding jboss-jaxrpc.jar and wsdl4.jar worked for me. Regards Charly View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046774#4046774 Reply to