Return-Path: X-Original-To: apmail-cxf-issues-archive@www.apache.org Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6D399C1FB for ; Wed, 23 May 2012 18:29:41 +0000 (UTC) Received: (qmail 95072 invoked by uid 500); 23 May 2012 18:29:41 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 95055 invoked by uid 500); 23 May 2012 18:29:41 -0000 Mailing-List: contact issues-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list issues@cxf.apache.org Received: (qmail 95045 invoked by uid 99); 23 May 2012 18:29:41 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 May 2012 18:29:41 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 1553C14281C for ; Wed, 23 May 2012 18:29:41 +0000 (UTC) Date: Wed, 23 May 2012 18:29:41 +0000 (UTC) From: "Daniel Kulp (JIRA)" To: issues@cxf.apache.org Message-ID: <1251013483.12517.1337797781089.JavaMail.jiratomcat@issues-vm> In-Reply-To: <1688116296.701.1337492561143.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Commented] (CXF-4325) ws?js not working with Spring based config in JBoss 7.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CXF-4325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13281779#comment-13281779 ] Daniel Kulp commented on CXF-4325: ---------------------------------- Kind of wondering if it's picking up the CXF jars that are part of JBoss instead of in your war. The javascript stuff is likely not part of JBoss's included CXF and thus you get the javascript thing loading from a different classloader and it's then not able to see that it's a QueryHandler. That's my semi-gut feeling. May be something that needs to be looked at from the JBoss side. > ws?js not working with Spring based config in JBoss 7.1 > ------------------------------------------------------- > > Key: CXF-4325 > URL: https://issues.apache.org/jira/browse/CXF-4325 > Project: CXF > Issue Type: Bug > Components: JavaScript Client, JAX-WS Runtime > Affects Versions: 2.6 > Environment: Linux + JBoss 7.1 > project in Netbeans 7.1.2. Simple WAR (clean project) > Reporter: Timothy Heider > Priority: Minor > > I have everything working except for the one thing I really want: ?js code rendering. It returns this: > > > > soap:Server > > No such operation: null (HTTP GET PATH_INFO: /pbx/pbxnull) > > > > > which is the same as if the JS wasn't hooked in at all. > Here is my beans.xml file: > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xmlns:jaxws="http://cxf.apache.org/jaxws" > xmlns:jaxrs="http://cxf.apache.org/jaxrs" > xsi:schemaLocation=" > http://www.springframework.org/schema/beans > http://www.springframework.org/schema/beans/spring-beans-2.0.xsd > http://cxf.apache.org/jaxws > http://cxf.apache.org/schemas/jaxws.xsd > http://cxf.apache.org/jaxrs > http://cxf.apache.org/schemas/jaxrs.xsd"> > > > > > implementor="realise.pbx.core.PbxCoreImpl" > address="/pbx"/> > > I am able to get wsdl's by ?wsdl and execute services using JaxWsProxyFactoryBean. > The beverages sample works with the same jar's to generate JS so I know the feature works. I'm somewhat baffled. I built the 2.6.0 source today but I thought before I dig in too much more I would see if you knew about something like this already being a problem. > Thanks. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira