[JBoss JIRA] (FORGE-939) UICompleter.getCompletionProposals(InputComponent, String proposal) throws ClassNotFoundException when the first argument is not null
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-939?page=com.atlassian.jira.plugin.... ]
George Gastaldi updated FORGE-939:
----------------------------------
Steps to Reproduce:
# Inside a UICommand, in the method initializeUI, set a UICompleter for a UIInput
# In Eclipse, open the UICommand (CTRL+5) by choosing from the list
# Press Ctrl+Space in the field represented by the UIInput with the UICompleter set
PS: You can test using the Install new Addon wizard and removing the comment in the line *this.component = component* in *_org.jboss.tools.forge.ui.ext.autocomplete.InputComponentProposalProvider_*
was:
# Inside a UICommand, in the method initializeUI, set a UICompleter for a UIInput
# In Eclipse, open the UICommand (CTRL+5) by choosing from the list
# Press Ctrl+Space in the field represented by the UIInput with the UICompleter set
PS: You can test using the Install new Addon wizard and commenting out the line "this.component = component" in org.jboss.tools.forge.ui.ext.autocomplete.InputComponentProposalProvider
> UICompleter.getCompletionProposals(InputComponent, String proposal) throws ClassNotFoundException when the first argument is not null
> -------------------------------------------------------------------------------------------------------------------------------------
>
> Key: FORGE-939
> URL: https://issues.jboss.org/browse/FORGE-939
> Project: Forge
> Issue Type: Bug
> Components: Container, UI - Eclipse
> Affects Versions: 2.0.0.Alpha4
> Reporter: George Gastaldi
> Assignee: Lincoln Baxter III
> Priority: Critical
> Labels: clac
> Fix For: 2.x Future
>
>
> In order to test this, org.jboss.tools.forge.ui.ext.autocomplete.InputComponentProposalProvider should be changed to pass the component, instead of null. Check the sources for more detail.
> StackTrace:
> {code}
> Caused by: java.lang.RuntimeException: by java.lang.NoClassDefFoundError: org/jboss/forge/addon/ui/input/UIInput
> at javassist.util.proxy.ProxyFactory.createClass3(ProxyFactory.java:515)
> at javassist.util.proxy.ProxyFactory.createClass2(ProxyFactory.java:492)
> at javassist.util.proxy.ProxyFactory.createClass1(ProxyFactory.java:428)
> at javassist.util.proxy.ProxyFactory.createClass(ProxyFactory.java:400)
> at org.jboss.forge.proxy.ClassLoaderAdapterCallback$2.call(ClassLoaderAdapterCallback.java:447)
> at org.jboss.forge.furnace.util.ClassLoaders.executeIn(ClassLoaders.java:34)
> at org.jboss.forge.proxy.ClassLoaderAdapterCallback.enhance(ClassLoaderAdapterCallback.java:387)
> ... 50 more
> Caused by: javassist.CannotCompileException: by java.lang.NoClassDefFoundError: org/jboss/forge/addon/ui/input/UIInput
> at javassist.util.proxy.FactoryHelper.toClass(FactoryHelper.java:170)
> at javassist.util.proxy.ProxyFactory.createClass3(ProxyFactory.java:507)
> ... 56 more
> Caused by: java.lang.NoClassDefFoundError: org/jboss/forge/addon/ui/input/UIInput
> at java.lang.ClassLoader.defineClass1(Native Method)
> at java.lang.ClassLoader.defineClass(ClassLoader.java:791)
> at sun.reflect.GeneratedMethodAccessor24.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:601)
> at javassist.util.proxy.FactoryHelper.toClass2(FactoryHelper.java:182)
> at javassist.util.proxy.FactoryHelper.toClass(FactoryHelper.java:164)
> ... 57 more
> Caused by: java.lang.ClassNotFoundException: org.jboss.forge.addon.ui.input.UIInput from [Module "org.jboss.forge.addon.facets:2.0.0-SNAPSHOT_75535033-c663-4a8d-98a3-f12aa5cb7806" from AddonModuleLoader]
> at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:196)
> at org.jboss.modules.ConcurrentClassLoader.performLoadClassUnchecked(ConcurrentClassLoader.java:444)
> at org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:432)
> at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:374)
> at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:119)
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 9 months
[JBoss JIRA] (FORGE-939) UICompleter.getCompletionProposals(InputComponent, String proposal) throws ClassNotFoundException when the first argument is not null
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-939?page=com.atlassian.jira.plugin.... ]
George Gastaldi updated FORGE-939:
----------------------------------
Steps to Reproduce:
# Inside a UICommand, in the method initializeUI, set a UICompleter for a UIInput
# In Eclipse, open the UICommand (CTRL+5) by choosing from the list
# Press Ctrl+Space in the field represented by the UIInput with the UICompleter set
PS: You can test using the Install new Addon wizard and commenting out the line "this.component = component" in org.jboss.tools.forge.ui.ext.autocomplete.InputComponentProposalProvider
was:
# Inside a UICommand, in the method initializeUI, set a UICompleter for a UIInput
# In Eclipse, open the UICommand (CTRL+5) by choosing from the list
# Press Ctrl+Space in the field represented by the UIInput with the UICompleter set
> UICompleter.getCompletionProposals(InputComponent, String proposal) throws ClassNotFoundException when the first argument is not null
> -------------------------------------------------------------------------------------------------------------------------------------
>
> Key: FORGE-939
> URL: https://issues.jboss.org/browse/FORGE-939
> Project: Forge
> Issue Type: Bug
> Components: Container, UI - Eclipse
> Affects Versions: 2.0.0.Alpha4
> Reporter: George Gastaldi
> Assignee: Lincoln Baxter III
> Priority: Critical
> Labels: clac
> Fix For: 2.x Future
>
>
> In order to test this, org.jboss.tools.forge.ui.ext.autocomplete.InputComponentProposalProvider should be changed to pass the component, instead of null. Check the sources for more detail.
> StackTrace:
> {code}
> Caused by: java.lang.RuntimeException: by java.lang.NoClassDefFoundError: org/jboss/forge/addon/ui/input/UIInput
> at javassist.util.proxy.ProxyFactory.createClass3(ProxyFactory.java:515)
> at javassist.util.proxy.ProxyFactory.createClass2(ProxyFactory.java:492)
> at javassist.util.proxy.ProxyFactory.createClass1(ProxyFactory.java:428)
> at javassist.util.proxy.ProxyFactory.createClass(ProxyFactory.java:400)
> at org.jboss.forge.proxy.ClassLoaderAdapterCallback$2.call(ClassLoaderAdapterCallback.java:447)
> at org.jboss.forge.furnace.util.ClassLoaders.executeIn(ClassLoaders.java:34)
> at org.jboss.forge.proxy.ClassLoaderAdapterCallback.enhance(ClassLoaderAdapterCallback.java:387)
> ... 50 more
> Caused by: javassist.CannotCompileException: by java.lang.NoClassDefFoundError: org/jboss/forge/addon/ui/input/UIInput
> at javassist.util.proxy.FactoryHelper.toClass(FactoryHelper.java:170)
> at javassist.util.proxy.ProxyFactory.createClass3(ProxyFactory.java:507)
> ... 56 more
> Caused by: java.lang.NoClassDefFoundError: org/jboss/forge/addon/ui/input/UIInput
> at java.lang.ClassLoader.defineClass1(Native Method)
> at java.lang.ClassLoader.defineClass(ClassLoader.java:791)
> at sun.reflect.GeneratedMethodAccessor24.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:601)
> at javassist.util.proxy.FactoryHelper.toClass2(FactoryHelper.java:182)
> at javassist.util.proxy.FactoryHelper.toClass(FactoryHelper.java:164)
> ... 57 more
> Caused by: java.lang.ClassNotFoundException: org.jboss.forge.addon.ui.input.UIInput from [Module "org.jboss.forge.addon.facets:2.0.0-SNAPSHOT_75535033-c663-4a8d-98a3-f12aa5cb7806" from AddonModuleLoader]
> at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:196)
> at org.jboss.modules.ConcurrentClassLoader.performLoadClassUnchecked(ConcurrentClassLoader.java:444)
> at org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:432)
> at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:374)
> at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:119)
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 9 months
[JBoss JIRA] (FORGE-939) UICompleter.getCompletionProposals(InputComponent, String proposal) throws ClassNotFoundException when the first argument is not null
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-939?page=com.atlassian.jira.plugin.... ]
George Gastaldi updated FORGE-939:
----------------------------------
Labels: clac (was: )
> UICompleter.getCompletionProposals(InputComponent, String proposal) throws ClassNotFoundException when the first argument is not null
> -------------------------------------------------------------------------------------------------------------------------------------
>
> Key: FORGE-939
> URL: https://issues.jboss.org/browse/FORGE-939
> Project: Forge
> Issue Type: Bug
> Components: Container, UI - Eclipse
> Affects Versions: 2.0.0.Alpha4
> Reporter: George Gastaldi
> Assignee: Lincoln Baxter III
> Priority: Critical
> Labels: clac
> Fix For: 2.x Future
>
>
> In order to test this, org.jboss.tools.forge.ui.ext.autocomplete.InputComponentProposalProvider should be changed to pass the component, instead of null. Check the sources for more detail.
> StackTrace:
> {code}
> Caused by: java.lang.RuntimeException: by java.lang.NoClassDefFoundError: org/jboss/forge/addon/ui/input/UIInput
> at javassist.util.proxy.ProxyFactory.createClass3(ProxyFactory.java:515)
> at javassist.util.proxy.ProxyFactory.createClass2(ProxyFactory.java:492)
> at javassist.util.proxy.ProxyFactory.createClass1(ProxyFactory.java:428)
> at javassist.util.proxy.ProxyFactory.createClass(ProxyFactory.java:400)
> at org.jboss.forge.proxy.ClassLoaderAdapterCallback$2.call(ClassLoaderAdapterCallback.java:447)
> at org.jboss.forge.furnace.util.ClassLoaders.executeIn(ClassLoaders.java:34)
> at org.jboss.forge.proxy.ClassLoaderAdapterCallback.enhance(ClassLoaderAdapterCallback.java:387)
> ... 50 more
> Caused by: javassist.CannotCompileException: by java.lang.NoClassDefFoundError: org/jboss/forge/addon/ui/input/UIInput
> at javassist.util.proxy.FactoryHelper.toClass(FactoryHelper.java:170)
> at javassist.util.proxy.ProxyFactory.createClass3(ProxyFactory.java:507)
> ... 56 more
> Caused by: java.lang.NoClassDefFoundError: org/jboss/forge/addon/ui/input/UIInput
> at java.lang.ClassLoader.defineClass1(Native Method)
> at java.lang.ClassLoader.defineClass(ClassLoader.java:791)
> at sun.reflect.GeneratedMethodAccessor24.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:601)
> at javassist.util.proxy.FactoryHelper.toClass2(FactoryHelper.java:182)
> at javassist.util.proxy.FactoryHelper.toClass(FactoryHelper.java:164)
> ... 57 more
> Caused by: java.lang.ClassNotFoundException: org.jboss.forge.addon.ui.input.UIInput from [Module "org.jboss.forge.addon.facets:2.0.0-SNAPSHOT_75535033-c663-4a8d-98a3-f12aa5cb7806" from AddonModuleLoader]
> at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:196)
> at org.jboss.modules.ConcurrentClassLoader.performLoadClassUnchecked(ConcurrentClassLoader.java:444)
> at org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:432)
> at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:374)
> at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:119)
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 9 months
[JBoss JIRA] (FORGE-928) IllegalArgumentException with CLAC when UISelectMany.getValue() is called
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-928?page=com.atlassian.jira.plugin.... ]
George Gastaldi closed FORGE-928.
---------------------------------
Resolution: Done
> IllegalArgumentException with CLAC when UISelectMany.getValue() is called
> -------------------------------------------------------------------------
>
> Key: FORGE-928
> URL: https://issues.jboss.org/browse/FORGE-928
> Project: Forge
> Issue Type: Bug
> Components: Container, UI - Eclipse
> Affects Versions: 2.0.0.Alpha4
> Reporter: George Gastaldi
> Assignee: Lincoln Baxter III
> Fix For: 2.0.0.Alpha5
>
>
> The following exception happens when UISelectMany.getValue() is called in CheckboxTableControlBuilder (in order to know which values are already selected):
> {code:java}
> java.lang.IllegalArgumentException: Class loader to inspect must not be null.
> at org.jboss.forge.furnace.util.Assert.notNull(Assert.java:18)
> at org.jboss.forge.furnace.util.ClassLoaders.containsClass(ClassLoaders.java:48)
> at org.jboss.forge.proxy.ClassLoaderAdapterCallback.enhanceResult(ClassLoaderAdapterCallback.java:150)
> at org.jboss.forge.proxy.ClassLoaderAdapterCallback.access$300(ClassLoaderAdapterCallback.java:30)
> at org.jboss.forge.proxy.ClassLoaderAdapterCallback$1.call(ClassLoaderAdapterCallback.java:83)
> at org.jboss.forge.furnace.util.ClassLoaders.executeIn(ClassLoaders.java:34)
> at org.jboss.forge.proxy.ClassLoaderAdapterCallback.invoke(ClassLoaderAdapterCallback.java:59)
> at org.javassist.tmp.java.lang.Iterable_$$_javassist_2c062bdb-f227-4881-bace-b471ab43bbfa.iterator(Iterable_$$_javassist_2c062bdb-f227-4881-bace-b471ab43bbfa.java)
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 9 months
[JBoss JIRA] (FORGE-928) IllegalArgumentException with CLAC when UISelectMany.getValue() is called
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-928?page=com.atlassian.jira.plugin.... ]
George Gastaldi closed FORGE-928.
---------------------------------
Resolution: Out of Date
Alreday fixed
> IllegalArgumentException with CLAC when UISelectMany.getValue() is called
> -------------------------------------------------------------------------
>
> Key: FORGE-928
> URL: https://issues.jboss.org/browse/FORGE-928
> Project: Forge
> Issue Type: Bug
> Components: Container, UI - Eclipse
> Affects Versions: 2.0.0.Alpha4
> Reporter: George Gastaldi
> Assignee: Lincoln Baxter III
> Fix For: 2.x Future
>
>
> The following exception happens when UISelectMany.getValue() is called in CheckboxTableControlBuilder (in order to know which values are already selected):
> {code:java}
> java.lang.IllegalArgumentException: Class loader to inspect must not be null.
> at org.jboss.forge.furnace.util.Assert.notNull(Assert.java:18)
> at org.jboss.forge.furnace.util.ClassLoaders.containsClass(ClassLoaders.java:48)
> at org.jboss.forge.proxy.ClassLoaderAdapterCallback.enhanceResult(ClassLoaderAdapterCallback.java:150)
> at org.jboss.forge.proxy.ClassLoaderAdapterCallback.access$300(ClassLoaderAdapterCallback.java:30)
> at org.jboss.forge.proxy.ClassLoaderAdapterCallback$1.call(ClassLoaderAdapterCallback.java:83)
> at org.jboss.forge.furnace.util.ClassLoaders.executeIn(ClassLoaders.java:34)
> at org.jboss.forge.proxy.ClassLoaderAdapterCallback.invoke(ClassLoaderAdapterCallback.java:59)
> at org.javassist.tmp.java.lang.Iterable_$$_javassist_2c062bdb-f227-4881-bace-b471ab43bbfa.iterator(Iterable_$$_javassist_2c062bdb-f227-4881-bace-b471ab43bbfa.java)
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 9 months
[JBoss JIRA] (FORGE-928) IllegalArgumentException with CLAC when UISelectMany.getValue() is called
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-928?page=com.atlassian.jira.plugin.... ]
George Gastaldi reopened FORGE-928:
-----------------------------------
> IllegalArgumentException with CLAC when UISelectMany.getValue() is called
> -------------------------------------------------------------------------
>
> Key: FORGE-928
> URL: https://issues.jboss.org/browse/FORGE-928
> Project: Forge
> Issue Type: Bug
> Components: Container, UI - Eclipse
> Affects Versions: 2.0.0.Alpha4
> Reporter: George Gastaldi
> Assignee: Lincoln Baxter III
> Fix For: 2.x Future
>
>
> The following exception happens when UISelectMany.getValue() is called in CheckboxTableControlBuilder (in order to know which values are already selected):
> {code:java}
> java.lang.IllegalArgumentException: Class loader to inspect must not be null.
> at org.jboss.forge.furnace.util.Assert.notNull(Assert.java:18)
> at org.jboss.forge.furnace.util.ClassLoaders.containsClass(ClassLoaders.java:48)
> at org.jboss.forge.proxy.ClassLoaderAdapterCallback.enhanceResult(ClassLoaderAdapterCallback.java:150)
> at org.jboss.forge.proxy.ClassLoaderAdapterCallback.access$300(ClassLoaderAdapterCallback.java:30)
> at org.jboss.forge.proxy.ClassLoaderAdapterCallback$1.call(ClassLoaderAdapterCallback.java:83)
> at org.jboss.forge.furnace.util.ClassLoaders.executeIn(ClassLoaders.java:34)
> at org.jboss.forge.proxy.ClassLoaderAdapterCallback.invoke(ClassLoaderAdapterCallback.java:59)
> at org.javassist.tmp.java.lang.Iterable_$$_javassist_2c062bdb-f227-4881-bace-b471ab43bbfa.iterator(Iterable_$$_javassist_2c062bdb-f227-4881-bace-b471ab43bbfa.java)
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 9 months
[JBoss JIRA] (FORGE-928) IllegalArgumentException with CLAC when UISelectMany.getValue() is called
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-928?page=com.atlassian.jira.plugin.... ]
George Gastaldi updated FORGE-928:
----------------------------------
Fix Version/s: 2.0.0.Alpha5
(was: 2.x Future)
> IllegalArgumentException with CLAC when UISelectMany.getValue() is called
> -------------------------------------------------------------------------
>
> Key: FORGE-928
> URL: https://issues.jboss.org/browse/FORGE-928
> Project: Forge
> Issue Type: Bug
> Components: Container, UI - Eclipse
> Affects Versions: 2.0.0.Alpha4
> Reporter: George Gastaldi
> Assignee: Lincoln Baxter III
> Fix For: 2.0.0.Alpha5
>
>
> The following exception happens when UISelectMany.getValue() is called in CheckboxTableControlBuilder (in order to know which values are already selected):
> {code:java}
> java.lang.IllegalArgumentException: Class loader to inspect must not be null.
> at org.jboss.forge.furnace.util.Assert.notNull(Assert.java:18)
> at org.jboss.forge.furnace.util.ClassLoaders.containsClass(ClassLoaders.java:48)
> at org.jboss.forge.proxy.ClassLoaderAdapterCallback.enhanceResult(ClassLoaderAdapterCallback.java:150)
> at org.jboss.forge.proxy.ClassLoaderAdapterCallback.access$300(ClassLoaderAdapterCallback.java:30)
> at org.jboss.forge.proxy.ClassLoaderAdapterCallback$1.call(ClassLoaderAdapterCallback.java:83)
> at org.jboss.forge.furnace.util.ClassLoaders.executeIn(ClassLoaders.java:34)
> at org.jboss.forge.proxy.ClassLoaderAdapterCallback.invoke(ClassLoaderAdapterCallback.java:59)
> at org.javassist.tmp.java.lang.Iterable_$$_javassist_2c062bdb-f227-4881-bace-b471ab43bbfa.iterator(Iterable_$$_javassist_2c062bdb-f227-4881-bace-b471ab43bbfa.java)
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 9 months
[JBoss JIRA] (FORGE-959) ClassCastException with CLAC when the attribute added to UIContext.setAttribute is an Enum
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-959?page=com.atlassian.jira.plugin.... ]
George Gastaldi updated FORGE-959:
----------------------------------
Steps to Reproduce:
- Open NewFieldWizard, go to line 239
- Change
{code}
context.setAttribute(RelationshipType.class,relationshipType.getValue().name());
{code}
to
{code}
context.setAttribute(RelationshipType.class,relationshipType.getValue());
context.getAttribute(RelationshipType.class);
{code}
- Install the addon and execute the New Field Wizard
- Select a relationship and press next
was:
- Open NewFieldWizard, go to line 239
- Change
{code}
context.setAttribute(RelationshipType.class,relationshipType.getValue().name());
{code}
to
{code}
context.setAttribute(RelationshipType.class,relationshipType.getValue());
context.getAttribute(RelationshipType.class);
{code}
> ClassCastException with CLAC when the attribute added to UIContext.setAttribute is an Enum
> ------------------------------------------------------------------------------------------
>
> Key: FORGE-959
> URL: https://issues.jboss.org/browse/FORGE-959
> Project: Forge
> Issue Type: Bug
> Components: Container
> Affects Versions: 2.0.0.Alpha5
> Reporter: George Gastaldi
> Assignee: Lincoln Baxter III
> Fix For: 2.x Future
>
>
> This was spotted in the NewFieldWizard when transitioning to NewFieldRelationshipWizardStep:
> {code}
> RelationshipType enumValue = ...
> UIContext.setAttribute("value", enumValue);
> enumValue = (RelationshipType) UIContext.getAttribute("value")// CCE
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 9 months
[JBoss JIRA] (FORGE-928) IllegalArgumentException with CLAC when UISelectMany.getValue() is called
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-928?page=com.atlassian.jira.plugin.... ]
George Gastaldi updated FORGE-928:
----------------------------------
Fix Version/s: 2.x Future
(was: 1.x Future)
> IllegalArgumentException with CLAC when UISelectMany.getValue() is called
> -------------------------------------------------------------------------
>
> Key: FORGE-928
> URL: https://issues.jboss.org/browse/FORGE-928
> Project: Forge
> Issue Type: Bug
> Components: Container, UI - Eclipse
> Affects Versions: 2.0.0.Alpha4
> Reporter: George Gastaldi
> Assignee: Lincoln Baxter III
> Fix For: 2.x Future
>
>
> The following exception happens when UISelectMany.getValue() is called in CheckboxTableControlBuilder (in order to know which values are already selected):
> {code:java}
> java.lang.IllegalArgumentException: Class loader to inspect must not be null.
> at org.jboss.forge.furnace.util.Assert.notNull(Assert.java:18)
> at org.jboss.forge.furnace.util.ClassLoaders.containsClass(ClassLoaders.java:48)
> at org.jboss.forge.proxy.ClassLoaderAdapterCallback.enhanceResult(ClassLoaderAdapterCallback.java:150)
> at org.jboss.forge.proxy.ClassLoaderAdapterCallback.access$300(ClassLoaderAdapterCallback.java:30)
> at org.jboss.forge.proxy.ClassLoaderAdapterCallback$1.call(ClassLoaderAdapterCallback.java:83)
> at org.jboss.forge.furnace.util.ClassLoaders.executeIn(ClassLoaders.java:34)
> at org.jboss.forge.proxy.ClassLoaderAdapterCallback.invoke(ClassLoaderAdapterCallback.java:59)
> at org.javassist.tmp.java.lang.Iterable_$$_javassist_2c062bdb-f227-4881-bace-b471ab43bbfa.iterator(Iterable_$$_javassist_2c062bdb-f227-4881-bace-b471ab43bbfa.java)
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 9 months