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
0
votes
1 answer

What is best way to delete all rows within an arraykey?

I have an entity Contact which has an array entity Specialties. Just a standard one to many relationship. One contact many specialties. (Specialties entity has few columns, might not be relevant). I have a screen to add list of Specialties to a…
Arjun
  • 108
  • 9
0
votes
1 answer

What are all the statuses of policy center transactions

Can someone explain the states of policy center transactions. What is the meaning of each transaction state/status? Thanks In Advance.
user2636874
  • 889
  • 4
  • 15
  • 36
0
votes
1 answer

Cant able to create activity using Claim API

we have custom method in claimapi which will create activity and also add the document in claim. When we trigger that method we are getting below error message. Error message :java.lang.IllegalArgumentException: Cannot re-add Activity:-505001 since…
Vasanth
  • 35
  • 5
0
votes
1 answer

How To Add External Dependency in Guidewire

I need an external library to be used in Guidewire. Below is the name of the library in which I am interested which is available on the maven repository. I am not sure how to add an external java library inside ClaimCenter or PolicyCenter. Any…
0
votes
1 answer

Unable to start guidewire CC server from tomcat

We have been trying to start the claimcenter server from tomcat. The server is getting started even though it throws exception with the message "ClaimCenter unable to start" in the logs. Please find the log details…
Vasanth
  • 35
  • 5
0
votes
1 answer

Unable to update contact details in CC from parties involved screen

Unable to update contactmanager contacts in claimcenter from parties involved screen. It tries to insert record in contact table but it should have update the existing contact. Getting below error…
Vasanth
  • 35
  • 5
0
votes
2 answers

Guidewire Clustering

I am trying to enable clustering in one of the higher environments. The changes which I did was enabling the clustering flag to true in context.xml and added the server roles in the java properties class in the server. Apart from this do we need to…
shaher
  • 17
  • 3
0
votes
1 answer

Getting DBNullConstraintException while creating exposure

while creating exposure I am getting the below error. The logs just show DBNullConstraintException, so I could not find which entity or column is causing the issue. I am not sure how can i do analysis on this issue? Log details: ERROR Displaying to…
Vasanth
  • 35
  • 5
0
votes
1 answer

Getting ClassCastException while typecasting for cutom field in guidewire pc

I have added a new filed called WebAddress_Ext in Contact.etx file. After this I have validated the changes and restarted the server. Now in ContactNameInputSet.company.pcf file I have added new InputText field and for value filed I've given the…
user2636874
  • 889
  • 4
  • 15
  • 36
0
votes
1 answer

IllegalArgumentException: property PublicID is not on root type entity.UserRegion

I'm querying a join entity, userregion, to find regions with a particular zipcode and users that are active. Then I compare the results between the two of them. userregion ------------------------ PublicID | UserID |…
Connor D
  • 103
  • 1
  • 9
0
votes
1 answer

Using .compare with a property that returns a list

I'm using query.make to populate a list of users within a specific region. Originally, I used .where to pull the regions into memory, but this is inefficient because there's a large number of them. I want to rewrite the query using .compare to…
Connor D
  • 103
  • 1
  • 9
0
votes
1 answer

Could not able to access CELL_TYPE_STRING variable from XSSFCell

I am trying to set cell type value by passing XSSFCell.CELL_TYPE_STRING. But it is throwing error "No static property descriptor found for property, CELL_TYPE_STRING" cell.setCellType(XSSFCell.CELL_TYPE_STRING)
Vasanth
  • 35
  • 5
0
votes
2 answers

How to return only selected columns from querybuilder in guidewire v10?

I want to return only two columns from the entity-Check. I tried below but it doesnt work. Please note that I am using Guidewire version 10. Query.make(entity.Check) .compare(Check#Createtime, Equals,…
Vasanth
  • 35
  • 5
0
votes
1 answer

Atomic widget to represent financial amount in guidewire pcf?

Which atomic widget we need to use to represent the Financial Amount like Monetary Amount, etc in the PCF? Thanks
user2636874
  • 889
  • 4
  • 15
  • 36
0
votes
1 answer

What is Keyable is Guidewire Policy Center?

What is Keyable in Guidewire PolicyCenter? Is it related to entities? How can we create this Keyable enities in Guidewire PolicyCenter?
user2636874
  • 889
  • 4
  • 15
  • 36