Questions tagged [guidewire]

Guidewire Insurance Suite™ is a set of application frameworks that support main operations of insurance industry, with 3 main area: Policy Center, Claim Center and Billing Center. The aim of these frameworks is to provide a core back-end system for insurance firms, which they can customize according to their needs. The code is mostly written in Gosu, an open-source domain language based on Java.

Questions having this tag

These questions should relate to the Guidewire products, the technologies used by those products or related to problems one might encounter while trying to use or customize them.

Basic Definitions

  • Gosu : the open source programming language used in the Guidewire products
  • GScript : the former name of the Gosu language, which might come up in discussions if the poster has not updated their vocabulary
  • PCF : Page Configuration File - the XML vocabulary for controlling the layout and behavior of a screen within the Guidewire web applications
  • Rules : event handlers written in Gosu that permit the Guidewire application to take action under certain circumstances
  • likely tens of others

Important Links

162 questions
11
votes
3 answers

IntelliJ is very slow when handling big files

I'm using Guidewire development Studio (IntelliJ-based IDE), and it is very slow when handling big text files (~ 1500 lines and above). I tried with an out-of-the-box community IntelliJ as well, but meet the same problem. When I open those files, it…
Hoàng Long
  • 10,746
  • 20
  • 75
  • 124
3
votes
2 answers

Unable to merge account with a draft submission into another account

While merging an Account with a Submission in Draft status into another Account, I get the below error: java.lang.IllegalArgumentException: Slice date Sat Aug 17 00:01:00 EDT 2019 outside of range [Sat Aug 17 00:01:00 EDT 2019 - Sat Aug 17 00:01:00…
katie_gw
  • 71
  • 6
3
votes
0 answers

trying to create a GX model for PolicyPeriod entity

I am trying to create a GX model for PolicyPeriod entity. When I try to test it using Gosu scratch pad it takes lot of time to execute/display output (10 to 15 mins). Is there a better way of testing this: I am trying to check the…
srihari
  • 43
  • 7
2
votes
3 answers

Run the ClaimCenter server in debug mode with the command line

As you know, Guidewire Studio takes a lot of memory; at the level of testing, I just want to run the ClaimCenter server. Do we run the server in debug mode with the command line without opening the GW studio?
Thân LƯƠNG Đình
  • 3,082
  • 2
  • 11
  • 21
2
votes
0 answers

Java jar reference picking up wrong package with same directory

I have a reference: lmg.pm.cl.rules.Activity Which is meant to reference an imported .jar file. However the exact same path exists four levels up, but without the Activity class. This is the incorrect directory, but is the one intelliJ is picking…
notAChance
  • 1,360
  • 4
  • 15
  • 47
2
votes
3 answers

Filter out users in a drop down on PCF

In ClaimCenter I am trying to filter a drop down list to only display users that have a certain role. I am using a User input cell. There is no value range on the userinput cell only value. The value is set the user that they select so right now…
iceMan33
  • 359
  • 2
  • 16
2
votes
1 answer

Accessing Properties of the Secondary Entity

Can any one help me with the following question? In the Gosu code below, how can I include the city information in Address table in the result from the query (without turning the tables around - starting from Address table)? Address table has a…
kev
  • 21
  • 2
2
votes
1 answer

Powermock integration with Guidewire

Anyone has successfully integrated powermock with Guidewire unit tests? I'm interrested to know what works and what doesn't.
pmartin8
  • 1,545
  • 1
  • 20
  • 36
2
votes
2 answers

Using an enum instead of a switch case in Gosu

I want to avoid creating a switch case and instead use an enum but when writing the following code, I get a compile error saying unexpected token public: public enum Status { INACTIVE { public void doSomething() { //do something …
forgetaboutme
  • 613
  • 1
  • 6
  • 18
2
votes
1 answer

Cannot Traverse in Window Mode Exception

I'm working with Guidewire (GOSU) and I noticed there is not much information on the internet for this language. Trying my luck here. I am creating a GX Model in guidewire studio and i am trying to map a property. But I keep getting an exception…
iceMan33
  • 359
  • 2
  • 16
2
votes
1 answer

How to create new LOB in Guidewire?

As i refer few documents related to new LOB creation,found we need to Added new LOB as a typecode to into InstalledPolicyLine.ttx Created an entity for new LOB and implemented few ImplementsEntity and ImplementsInterface,foreignkey to…
Koteswar
  • 21
  • 1
2
votes
3 answers

Can't run GOSU queries in scratchpad

Recently I upgraded my Guidewire studio from version 8 to 9. From that onwards the database Queries are throwing error while running in scratchpad. The same code works fine in version 8. Please find the code and the error below. CODE var object =…
Aravind Pillai
  • 739
  • 7
  • 21
2
votes
5 answers

How to resolve upgrade exception in guidewire

When I started the server in guidewire CC I got this error. com.guidewire.pl.system.exception.UpgradeException: Encryption has been removed or changed, but the OldEncryption plugin is not defined. Please see your documentation for details on…
Praveen.883
  • 389
  • 1
  • 4
  • 10
2
votes
1 answer

Convert xml document (Guidewire Product Model file) to comma delimited csv file

Need some assistance converting an xml document to a CSV file using an xslt stylesheet. Basically I'm looking forward to something like this at bare minimum to be the output: Coverage Name 1, Coverage Pattern Code 1 Coverage Name 2, Coverage Pattern…
2
votes
1 answer

How to modify guidewire stylesheet

Is there s way to modify the stylesheet of Guidewire UI? We are using Billing Center 7 and want to add a small css class for IE11 compatibility. But we need to know which css file to modify.
Hirak
  • 3,601
  • 1
  • 22
  • 33
1
2 3
10 11