<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://3.86.49.49/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://3.86.49.49/feed.php">
        <title>Internal Errigal Collaboration Wiki development:grails</title>
        <description></description>
        <link>http://3.86.49.49/</link>
        <image rdf:resource="http://3.86.49.49/lib/tpl/docnavwiki/images/favicon.ico" />
       <dc:date>2026-04-17T14:59:48+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://3.86.49.49/doku.php?id=development:grails:deploying-to-artifactory&amp;rev=1624612196&amp;do=diff"/>
                <rdf:li rdf:resource="http://3.86.49.49/doku.php?id=development:grails:deployplugin&amp;rev=1624612196&amp;do=diff"/>
                <rdf:li rdf:resource="http://3.86.49.49/doku.php?id=development:grails:exceptionresolution&amp;rev=1624612196&amp;do=diff"/>
                <rdf:li rdf:resource="http://3.86.49.49/doku.php?id=development:grails:grails3applicationguide&amp;rev=1624612196&amp;do=diff"/>
                <rdf:li rdf:resource="http://3.86.49.49/doku.php?id=development:grails:grails3debug&amp;rev=1624612196&amp;do=diff"/>
                <rdf:li rdf:resource="http://3.86.49.49/doku.php?id=development:grails:grails25&amp;rev=1624612196&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://3.86.49.49/lib/tpl/docnavwiki/images/favicon.ico">
        <title>Internal Errigal Collaboration Wiki</title>
        <link>http://3.86.49.49/</link>
        <url>http://3.86.49.49/lib/tpl/docnavwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="http://3.86.49.49/doku.php?id=development:grails:deploying-to-artifactory&amp;rev=1624612196&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-06-25T10:09:56+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>development:grails:deploying-to-artifactory</title>
        <link>http://3.86.49.49/doku.php?id=development:grails:deploying-to-artifactory&amp;rev=1624612196&amp;do=diff</link>
        <description>Deploying to artifactory

 --- Avi 2018/03/03 08:53

URL: &lt;http://errigalartifactory:8080/artifactory/&gt;

(Refer PwSafe for username and password)

Increment the version number in your build or gradle file. This ensures you are not overwriting older builds.

Create the jar file using &#039;gradle build&#039; or other means.</description>
    </item>
    <item rdf:about="http://3.86.49.49/doku.php?id=development:grails:deployplugin&amp;rev=1624612196&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-06-25T10:09:56+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>development:grails:deployplugin</title>
        <link>http://3.86.49.49/doku.php?id=development:grails:deployplugin&amp;rev=1624612196&amp;do=diff</link>
        <description>Deploying a Grails Plugin to Artifactory

In this example we will use errigal-geo-utils.

Repository Declaration and Authentication

You will need to declare credentials of the repository in the Build Config.
This should look like:


  credentials {
    realm = &quot;Artifactory Realm&quot;
    host = &quot;errigalArtifactory&quot;
    username = &quot;developer&quot;
    password = &quot;{XXXXX}XXXXXXXXXXXX&quot;
  }</description>
    </item>
    <item rdf:about="http://3.86.49.49/doku.php?id=development:grails:exceptionresolution&amp;rev=1624612196&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-06-25T10:09:56+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>development:grails:exceptionresolution</title>
        <link>http://3.86.49.49/doku.php?id=development:grails:exceptionresolution&amp;rev=1624612196&amp;do=diff</link>
        <description>Exception Resolution Strategies

Exception &quot;LazyInitializationException&quot;

Exception


org.hibernate.LazyInitializationException: failed to lazily initialize a collection of role: *class name here*, no session or session was closed


Resolution

Use attach()</description>
    </item>
    <item rdf:about="http://3.86.49.49/doku.php?id=development:grails:grails3applicationguide&amp;rev=1624612196&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-06-25T10:09:56+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>development:grails:grails3applicationguide</title>
        <link>http://3.86.49.49/doku.php?id=development:grails:grails3applicationguide&amp;rev=1624612196&amp;do=diff</link>
        <description>Grails 3 Application Guide

Thanks to Grails 3 is based on Spring Boot, we can use tons of cool feature from Spring Boot and Grails 3 is very friendly to amazing other Spring Frameworks.

Document correct on Grails 3.2.6

Configuration File

User Environment Variable on the server</description>
    </item>
    <item rdf:about="http://3.86.49.49/doku.php?id=development:grails:grails3debug&amp;rev=1624612196&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-06-25T10:09:56+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>development:grails:grails3debug</title>
        <link>http://3.86.49.49/doku.php?id=development:grails:grails3debug&amp;rev=1624612196&amp;do=diff</link>
        <description>Debugging in Grails 3

Author : Brian Coffey

Date : 2017-02-03

To debug a grails 3.x.x application in IntelliJ Idea a new remote configuration needs to be created.

Step 1

Go into the &#039;Edit Configuration&#039; menu as shown in the image below.



Step 2</description>
    </item>
    <item rdf:about="http://3.86.49.49/doku.php?id=development:grails:grails25&amp;rev=1624612196&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-06-25T10:09:56+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>development:grails:grails25</title>
        <link>http://3.86.49.49/doku.php?id=development:grails:grails25&amp;rev=1624612196&amp;do=diff</link>
        <description>Upgrading to Grails 2.5

The first step to upgrading is to read and understand the upgrade steps published by grails

	*  Upgrading to Grails 2.3
	*  Upgrading to Grails 2.5 - note that you can go straight from 2.3.9 to 2.5.5 or whatever the highest entry is in the 2.5.x branch as 2.5 is the same as 2.4 with a new version of groovy.</description>
    </item>
</rdf:RDF>
