腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(282)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
3
回答
cxf-codegen-plugin
不生成源
下面是我的书签的摘录: <groupId>org.apache.cxf</groupId> <artifactId>
cxf-codegen-plugin
</artifactId
浏览 0
修改于2012-04-15
得票数 18
回答已采纳
2
回答
为
cxf-codegen-plugin
指定代理
如何指定
cxf-codegen-plugin
需要使用的代理。我尝试在maven settings.xml中指定代理,但未被接受。
浏览 3
提问于2014-07-16
得票数 0
1
回答
构建失败,返回
cxf-codegen-plugin
我将一个带有模块的现有项目导入到eclipse中,这是由第三方创建的现有代码,我需要尝试和理解。但是有一个项目在mvn全新安装上失败了,并且一直出现以下错误;这似乎与one服务问题有关: plugin:2.7.6:wsdl2java (xxxxxxxxxx) on project com/sun/tools/xjc/BadCommandLineException: com.sun.tools.xjc.BadCommandLineExcep
浏览 0
修改于2017-09-21
得票数 1
2
回答
cxf-codegen-plugin
不符合cxf ValidationFeature。
根据,为了进行验证,必须用@Valid注释输入和输出绑定 <groupId>org.apache.cxf</groupId> <artifactId>
cxf-codegen-plugin
浏览 10
修改于2017-02-01
得票数 1
回答已采纳
1
回答
用于排除XSD文件的
cxf-codegen-plugin
我使用
cxf-codegen-plugin
在构建时使用Maven生成一系列WS客户端。这些WSDL使用如下所示的相对路径引用一些XSD模式定义:..我甚至不知道您是否可以改变Jenkins的这种行为,但是由于我无法控制我的Jenkins实例,我想知道的是
cxf-codegen-plugin
完全排除XSD处理,然后使用不同的插件显式地使用不同的执行阶段生成这些类编辑:,这是Jenkins给我的错误: [ERROR] Failed to execute goal org.apache.cxf:
cxf-codegen-plugin
:2.7.3:w
浏览 2
修改于2014-12-03
得票数 3
1
回答
如何防止
cxf-codegen-plugin
为所有wsdl文件生成源代码
我有一个
cxf-codegen-plugin
插件的问题。我在src/main/resources/wsdl文件夹中有两个.wsdl文件。我希望
cxf-codegen-plugin
只为其中之一生成源代码: <groupId>org.apache.cxf</groupId> <artifactId>
cxf-codegen-plugin
cxf-codegen-plugin
似乎忽略了提供的选项,并为所有wsdl
浏览 0
提问于2020-05-22
得票数 4
1
回答
如何修复在POM中抛出错误的
cxf-codegen-plugin
我想在我的camel maven项目中使用
cxf-codegen-plugin
通过wsdl2java生成源代码。 <groupId>org.apache.cxf</groupId> <versionExecution generate-sources of goal org.apache.cxf:
cxf-codeg
浏览 64
提问于2021-06-01
得票数 0
1
回答
获取
cxf-codegen-plugin
以生成Holder类
message="doSomethingResponse" /></portType> 正如您所看到的,通过这种方式,message和operation都记录在WSDL中,当通过
cxf-codegen-plugin
有没有办法让
cxf-codegen-plugin
生成*Holder类作为wsdl2java的一部分,而不需要自己编写它们?我不想切换到BARE绑定样式,因为这将意味着大量的重构。我使用
cxf-codegen-plugin
浏览 5
修改于2015-01-13
得票数 0
1
回答
配置maven插件
cxf-codegen-plugin
以忽略安全问题
下面显示了我当前如何使用插件
cxf-codegen-plugin
<groupId>org.apache.cxf</groupId><artifactId>
cxf-codegen-plugin
</artifactId> <executionsexecution>
浏览 1
修改于2017-04-25
得票数 1
2
回答
Maven
cxf-codegen-plugin
不生成源代码
我正在尝试使用Maven和
cxf-codegen-plugin
生成源客户端java文件。当我运行mvn generate-sources时,它告诉我构建成功,但没有生成任何内容。generate-sources phase --> <groupId>org.apache.cxf</groupId>
浏览 0
提问于2014-02-19
得票数 8
回答已采纳
1
回答
自定义包名称
cxf-codegen-plugin
现在,当我使用
cxf-codegen-plugin
生成Java代码并使用自定义包名称"com.qsrs.uvw“时,在生成的最终代码中只保留了一个类。有人能帮帮我吗?
浏览 0
提问于2012-09-26
得票数 19
回答已采纳
1
回答
SOAP
cxf-codegen-plugin
-如何包含几个模式?
我有个问题。我需要从位于http://localhost:8080/Service/user?wsdl和http://localhost:8080/Service/role?wsdl的两个模式生成类。但当我尝试这个: <wsdlOption>
浏览 0
提问于2013-10-23
得票数 0
回答已采纳
1
回答
使
cxf-codegen-plugin
生成的类具有持久性。
我有一个Maven jar项目,它使用
cxf-codegen-plugin
创建了一个SOAP客户机。在使用该客户端的另一个Maven项目中,只需使用JPA (当前使用OpenJPA)来持久化由
cxf-codegen-plugin
生成的数据类实例(一些soap响应)。
浏览 2
提问于2017-06-16
得票数 0
1
回答
JAXB2 Basic注解插件不适用于maven
cxf-codegen-plugin
我使用
cxf-codegen-plugin
从wsdl文件生成Java类。我想向其中一个类添加注释,并指定一个绑定文件并使用jaxb2-basics-annotate插件来完成此操作。以下是pom文件中的配置 <plugin> <artifactId>
cxf-codegen-plugin
是因为
cxf-codegen-plugin
和jaxb2-bas
浏览 5
修改于2014-10-09
得票数 2
2
回答
使用WSDL中的maven cxf插件
cxf-codegen-plugin
java工件
使用WSDL中的maven cxf插件
cxf-codegen-plugin
java工件。但是在eclipse IDE中并没有填充javacodes。<plugin> <artifactId>
cxf-codegen-plugin
groupId>
浏览 21
提问于2014-12-12
得票数 0
1
回答
ApacheCXF可以在使用Maven的
cxf-codegen-plugin
时生成完整的构造函数吗?
我使用Maven的
cxf-codegen-plugin
从wsdl/xsd生成服务器/客户端。创建的所有类型都具有默认的非arg构造函数,这使它们很难使用。
浏览 2
修改于2011-11-22
得票数 9
1
回答
cxf-codegen-plugin
和“两个声明导致ObjectFactory类中的冲突”。
当尝试使用
cxf-codegen-plugin
Maven插件生成客户端时,我们得到以下错误: Two declarations cause a collision in the ObjectFactory但是,如何使用
cxf-codegen-plugin
Maven插件做到这一点呢?
浏览 4
提问于2015-10-08
得票数 2
1
回答
无法找到工件org.apache.cxf:
cxf-codegen-plugin
:jar: in central (https://repo.maven.apache.org/maven2) )
我正在尝试添加
cxf-codegen-plugin
,但是下面是错误:-<build> <plugin></plugin>
浏览 1
提问于2021-11-24
得票数 0
2
回答
是否可以通过
cxf-codegen-plugin
向生成的Service类添加接口
以下是我的场景:我使用
cxf-codegen-plugin
为SOAP服务客户机生成源代码。
浏览 0
提问于2015-04-09
得票数 2
1
回答
2.2.8快照版本的
cxf-codegen-plugin
有什么特别之处?
2.2.7</version>和 <groupId>org.apache.cxf</groupId>&l
浏览 0
修改于2017-05-23
得票数 3
回答已采纳
第 2 页
第 3 页
第 4 页
第 5 页
第 6 页
第 7 页
第 8 页
第 9 页
第 10 页
第 11 页
点击加载更多
领券