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
1
vote
4 answers

Gosu class vs enhancement

I want to know the difference between Gosu class and enhancement. Because whatever we can do in enhancement, that we can do in Gosu class also then what is the need of Gosu Enhancement.
Deepak Malav
  • 306
  • 1
  • 5
  • 13
1
vote
4 answers

Whats is systables in Guidewire?

I start PolicyCenter in Debug Mode and console show me following message: *********************************************************************** INFO Configuration.ProductModel Committing system tables file…
1
vote
2 answers

Codenarc plugin rules are not running in guidewire studio

I am currently working on Guidewire Studio built on top of IntelliJ. I have installed the codenarc plugin into the studio but it seems like the rules of codenarc is not running for my codes. After analyzing the codes it does not give me any…
pradyumn
  • 130
  • 13
1
vote
3 answers

Gosu system table query failing in Gunits

I have a Guidewire Gunit for a transformer in gosu which queries the system table to get a description for a result code which is working fine when run on the server but Gunit fails for the same. I have tried the annotation @ServerTest for Gunit but…
1
vote
1 answer

Extracting policy data into csv file

I want to take data from the the gx model and save it into csv file. There are following challenge i am facing - How to store gxmodel file into a object. after storing the object, what are the way to store it in csv file.
Arvind
  • 1,548
  • 17
  • 23
1
vote
2 answers

Unable to find valid certificate path in jetty localserver of Guidewire

I am unable to resolve this error of "Unable to find valid certificate path". I am setting all required system property e.g…
pradyumn
  • 130
  • 13
1
vote
2 answers

Does Guidewire support term change without rewrite?

Out of the box, does Guidewire support term change without a policy rewrite? Is there anyway I can test this on my local? Thanks in advance!
tjshah050291
  • 71
  • 1
  • 2
  • 9
1
vote
3 answers

Getting Cannot change locked branch exception in Guidewire PC

I am trying to make a readonly entity to writable by using Transaction.runwithNewBundle(\bundle -> { entity = bundle.add(entity) }) but I am getting java.lang.IllegalArgumentException: You cannot change a locked branch. Please help me out with…
pradyumn
  • 130
  • 13
1
vote
1 answer

What is "Post on Changes" or "Reflection" functionality?

I am new to CC Guidewire. I didnt understand what post on change will do? Thanks.
Surya
  • 35
  • 2
  • 8
1
vote
1 answer

Gosu annotation for validating DOB

I'm working in gosu(guidewire) and having an annotation for the Date Of Birth(DOB).The expression under that annotation is supposed to return an error if the year of the DOB is less than 1897 or if it is greater than 2001. I'm new to gosu so can…
eureka19
  • 2,731
  • 5
  • 26
  • 34
1
vote
1 answer

Wsdl had no content type webservice Exception

A Message.wsdl and corresponding datatypes.xsd are deployed in webresources folder (location from which images like logo.png is displayed) of a server so that it can be accessed like http://localhost:8080/cc/resources/test/Message.wsdl Then…
user872297
  • 117
  • 1
  • 16
1
vote
2 answers

How to invoke private method in Gosu

I am trying to call a private method from gosu scratchpad using invoke() method.But i am not able to access that private method. Can any one tell me the best way to invoke private methods in GOSU Language.Here is the code try{ var clazz =…
Dummy Data
  • 49
  • 1
  • 10
1
vote
2 answers

GuideWire BC configuration with SQL Server database

Currently working on PC-BC integration. I need to configure my studios with SQL Server database, For PC its working fine, but for BC I'm getting error. If anyone knows please help me to sort this out.
Aravind Pillai
  • 739
  • 7
  • 21
1
vote
1 answer

How do I fix Guidewire ClaimCenter com.guidewire.pl.system.exception.UpgradeException

I am getting this exception: "com.guidewire.pl.system.exception.UpgradeException: Unable to import: File system: roleprivileges.csv" The file is in the import.gen folder. I recently altered it to remove a role from the initial creation. It was fine…
1
vote
2 answers

How to validate the number of columns in a table?

I am trying to validate the number of columns generated in a table through ranorex. For example say a car is being bought and the payment is done in 12 installments. The application does divide the amount in 12 equal installments and display them in…
Sensay
  • 49
  • 2
  • 9