问题标签 [guidewire]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
0 回答
311 浏览

java - 如何使用 MOD10 算法生成 8 位唯一编号

我需要使用 Java 中的 Luhn 算法生成一个带有一个校验位的唯一 8 位数字。每次调用该函数时,该数字都应该是唯一的。

0 投票
2 回答
3214 浏览

sql-server - GuideWire BC 配置与 SQL Server 数据库

目前致力于 PC-BC 集成。我需要使用 SQL Server 数据库配置我的工作室,对于 PC,它工作正常,但对于 BC,我遇到了错误。如果有人知道,请帮我解决这个问题。

  • 我的用户名是“用户名”,密码是“pass#1121”
  • 数据库名称:BillingCenterDatabase

我得到的错误是

gw.pl.exception.GWLifecycleException:在配置中找不到合适的数据库:env = 'null'

0 投票
2 回答
907 浏览

reflection - Gosu中如何调用私有方法

我正在尝试使用 invoke() 方法从 gosu 暂存器调用私有方法。但我无法访问该私有方法。谁能告诉我在 GOSU 语言中调用私有方法的最佳方法。这是代码

当我尝试执行此代码时,出现以下异常

0 投票
3 回答
3646 浏览

gosu - 无法在暂存器中运行 GOSU 查询

最近我将我的 Guidewire 工作室从版本 8 升级到了 9。从那以后,数据库查询在暂存器中运行时抛出错误。相同的代码在版本 8 中运行良好。请在下面找到代码和错误。

代码

错误

任何帮助将不胜感激。

0 投票
2 回答
7091 浏览

guidewire - What is Guidewire? Why its so popular?

I would like to know more about Guidewire. What is Guidewire?

  • Is it package base solution? Where we can use this product?

  • Is there any other tools alternative tools/products available for this products?

  • How many modules are there?

0 投票
2 回答
450 浏览

claims - Excel report Generation in Guidewire claimcenter

I am generating an excel report in claimcenter guidewire. Is there any OOTB feature available for it ?

0 投票
1 回答
853 浏览

web-services - Wsdl 没有内容类型 webservice 异常

Message.wsdl 和相应的 datatypes.xsd 部署在服务器的 webresources 文件夹(显示 logo.png 等图像的位置)中,以便可以像http://localhost:8080/cc/resources/test/一样访问它Message.wsdl 然后创建一个 WSC 文件来使用这个 wsdl 的特定服务。当我尝试使用此服务时,会出现下面给出的异常。

0 投票
1 回答
440 浏览

gosu - 用于验证 DOB 的 Gosu 注释

我在 gosu(guidewire) 工作并有一个出生日期 (DOB) 的注释。如果出生日期小于 1897 年或大于 2001 年,该注释下的表达式应该返回错误.

我是gosu的新手,有人可以帮我吗?

0 投票
1 回答
1638 浏览

gosu - 什么是“发布更改”或“反映”功能?

我是 CC Guidewire 的新手。我不明白关于更改的帖子会做什么?

谢谢。

0 投票
3 回答
1740 浏览

gosu - 在 Guidewire PC 中获取无法更改锁定的分支异常

我正在尝试通过使用使只读实体可写

但我得到

这个你能帮我吗。