<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>is it a bug? miss method cloneWithOriginalValues after generate code by SB</title>
  <link rel="self" href="https://liferay.dev/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=121244865" />
  <subtitle>is it a bug? miss method cloneWithOriginalValues after generate code by SB</subtitle>
  <id>https://liferay.dev/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=121244865</id>
  <updated>2026-04-04T21:13:25Z</updated>
  <dc:date>2026-04-04T21:13:25Z</dc:date>
  <entry>
    <title>RE: is it a bug? miss method cloneWithOriginalValues after generate code by</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=121318690" />
    <author>
      <name>SHAHRUL AZHAR</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=121318690</id>
    <updated>2022-01-06T06:40:30Z</updated>
    <published>2022-01-06T06:40:30Z</published>
    <summary type="html">&lt;p&gt;may i know, how to solve this problem..&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;I also encounter this problem when built the SB&lt;/p&gt;
&lt;p&gt;when i build, it says&lt;/p&gt;
&lt;p&gt;error: SwimSubscribeWeatherModelImpl is not abstract and does not
  override abstract method cloneWithOriginalValues() in BaseModel&lt;br /&gt;
  public class SwimSubscribeWeatherModelImpl&lt;/p&gt;
&lt;p&gt;i use gradle..&lt;/p&gt;</summary>
    <dc:creator>SHAHRUL AZHAR</dc:creator>
    <dc:date>2022-01-06T06:40:30Z</dc:date>
  </entry>
  <entry>
    <title>RE: is it a bug? miss method cloneWithOriginalValues after generate code by</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=121245066" />
    <author>
      <name>Dan Griffiths</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=121245066</id>
    <updated>2021-11-15T14:03:16Z</updated>
    <published>2021-11-15T08:53:46Z</published>
    <summary type="html">&lt;p&gt;Thanks for this, Scarletake. It worked for me too! &lt;/p&gt;
&lt;p&gt;In my case at least, the only diference to the default
  settings.gradle (created when the service-builder project itself was
  created) was the version number of
  com.liferay.gradle.plugin.workspace  (line 4 in the example above);
  from 3.4.12 to 3.4.16.&lt;/p&gt;</summary>
    <dc:creator>Dan Griffiths</dc:creator>
    <dc:date>2021-11-15T08:53:46Z</dc:date>
  </entry>
  <entry>
    <title>RE: is it a bug? miss method cloneWithOriginalValues after generate code by</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=121245009" />
    <author>
      <name>Scarletake Bwi</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=121245009</id>
    <updated>2021-11-15T06:52:18Z</updated>
    <published>2021-11-15T06:52:17Z</published>
    <summary type="html">&lt;p&gt;after i update settings.gradle of workspace, it works&lt;/p&gt;
&lt;pre&gt;
&lt;code class="language-java"&gt;buildscript {
	dependencies {
		classpath group: &amp;quot;biz.aQute.bnd&amp;quot;, name: &amp;quot;biz.aQute.bnd&amp;quot;, version: &amp;quot;5.2.0&amp;quot;
		classpath(group: &amp;quot;com.liferay&amp;quot;, name: &amp;quot;com.liferay.gradle.plugins.workspace&amp;quot;, version: &amp;quot;3.4.16&amp;quot;) {
			exclude group: &amp;quot;biz.aQute.bnd&amp;quot;, module: &amp;quot;biz.aQute.bnd&amp;quot;
		}
		classpath group: &amp;quot;net.saliman&amp;quot;, name: &amp;quot;gradle-properties-plugin&amp;quot;, version: &amp;quot;1.4.6&amp;quot;
	}

	repositories {
		maven {
			url &amp;quot;https://repository-cdn.liferay.com/nexus/content/groups/public&amp;quot;
		}

		maven {
			url &amp;quot;https://repository.liferay.com/nexus/content/groups/public&amp;quot;
		}
	}
}

apply plugin: &amp;quot;net.saliman.properties&amp;quot;

apply plugin: &amp;quot;com.liferay.workspace&amp;quot;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt; &lt;/p&gt;</summary>
    <dc:creator>Scarletake Bwi</dc:creator>
    <dc:date>2021-11-15T06:52:17Z</dc:date>
  </entry>
  <entry>
    <title>is it a bug? miss method cloneWithOriginalValues after generate code by SB</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=121244864" />
    <author>
      <name>Scarletake Bwi</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=121244864</id>
    <updated>2021-11-15T06:41:02Z</updated>
    <published>2021-11-15T06:41:01Z</published>
    <summary type="html">&lt;p&gt;hi&lt;/p&gt;
&lt;p&gt;i am using Liferay Portal 7.4 GA4 (liferay-ce-portal-7.4.3.4-ga4)&lt;/p&gt;
&lt;p&gt;i try generate code - buildService by gradle task, but it shows error
  in -Wrapper(api) and -ModelImpl(service), because miss cloneWithOriginalValues.&lt;/p&gt;
&lt;p&gt;is it a bug? sould i change setting.gradle of workspace?&lt;/p&gt;
&lt;p&gt;thank you&lt;/p&gt;</summary>
    <dc:creator>Scarletake Bwi</dc:creator>
    <dc:date>2021-11-15T06:41:01Z</dc:date>
  </entry>
</feed>
