<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Adding a custom aspect in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/adding-a-custom-aspect/m-p/36820#M19472</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; I am trying to add a custom aspect to alfresco. I have deployed the CustomWizard provided with the Alfresco SDK( in the sample folder).I have followed the method of deployment given in &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Packaging_And_Deploying_Extensions" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Packaging_And_Deploying_Extensions&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; But after deployment, when i click the create content link, i get the following error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; java.lang.Error: Unresolved compilation problems: The type List is not generic; it cannot be parameterized with arguments&amp;nbsp; Syntax error, parameterized types are only available if source level is 5.0 Syntax error, annotations are only available if source level is 5.0 The type List is not generic; it cannot be parameterized with arguments&amp;nbsp; Syntax error, parameterized types are only available if source level is 5.0 aspects cannot be resolved or is not a field aspects cannot be resolved or is not a field The type ArrayList is not generic; it cannot be parameterized with arguments&amp;nbsp; Syntax error, parameterized types are only available if source level is 5.0 Syntax error, 'for each' statements are only available if source level is 5.0 Can only iterate over an array or an instance of java.lang.Iterable aspects cannot be resolved or is not a field aspects cannot be resolved or is not a field aspects cannot be resolved or is not a field&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;java.lang.Error: Unresolved compilation problems: The type List is not generic; it cannot be parameterized with arguments Syntax error, parameterized types are only available if source level is 5.0 Syntax error, annotations are only available if source level is 5.0 The type List is not generic; it cannot be parameterized with arguments Syntax error, parameterized types are only available if source level is 5.0 aspects cannot be resolved or is not a field aspects cannot be resolved or is not a field The type ArrayList is not generic; it cannot be parameterized with arguments Syntax error, parameterized types are only available if source level is 5.0 Syntax error, 'for each' statements are only available if source level is 5.0 Can only iterate over an array or an instance of java.lang.Iterable aspects cannot be resolved or is not a field aspects cannot be resolved or is not a field aspects cannot be resolved or is not a field&lt;BR /&gt;at org.alfresco.sample.CustomCreateContentWizard.(CustomCreateContentWizard.java:39)&lt;BR /&gt;at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)&lt;BR /&gt;at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)&lt;BR /&gt;at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)&lt;BR /&gt;at java.lang.reflect.Constructor.newInstance(Constructor.java:494)&lt;BR /&gt;at java.lang.Class.newInstance0(Class.java:350)&lt;BR /&gt;at java.lang.Class.newInstance(Class.java:303)&lt;BR /&gt;at org.apache.myfaces.util.ClassUtils.newInstance(ClassUtils.java:274)&lt;BR /&gt;at org.apache.myfaces.util.ClassUtils.newInstance(ClassUtils.java:265)&lt;BR /&gt;at org.apache.myfaces.config.ManagedBeanBuilder.buildManagedBean(ManagedBeanBuilder.java:49)&lt;BR /&gt;at org.apache.myfaces.el.VariableResolverImpl.resolveVariable(VariableResolverImpl.java:311)&lt;BR /&gt;at org.springframework.web.jsf.DelegatingVariableResolver.resolveVariable(DelegatingVariableResolver.java:110)&lt;BR /&gt;at org.apache.myfaces.el.ValueBindingImpl$ELVariableResolver.resolveVariable(ValueBindingImpl.java:569)&lt;BR /&gt;at org.apache.commons.el.NamedValue.evaluate(NamedValue.java:124)&lt;BR /&gt;at org.apache.myfaces.el.ValueBindingImpl.getValue(ValueBindingImpl.java:378)&lt;BR /&gt;at org.alfresco.web.app.servlet.FacesHelper.getManagedBean(FacesHelper.java:127)&lt;BR /&gt;at org.alfresco.web.bean.wizard.WizardManager.setCurrentWizard(WizardManager.java:67)&lt;BR /&gt;at org.alfresco.web.app.AlfrescoNavigationHandler.handleWizardOpen(AlfrescoNavigationHandler.java:546)&lt;BR /&gt;at org.alfresco.web.app.AlfrescoNavigationHandler.handleNavigation(AlfrescoNavigationHandler.java:107)&lt;BR /&gt;at org.apache.myfaces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:84)&lt;BR /&gt;at javax.faces.component.UICommand.broadcast(UICommand.java:106)&lt;BR /&gt;at javax.faces.component.UIViewRoot._broadcastForPhase(UIViewRoot.java:90)&lt;BR /&gt;at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:164)&lt;BR /&gt;at org.apache.myfaces.lifecycle.LifecycleImpl.invokeApplication(LifecycleImpl.java:316)&lt;BR /&gt;at org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:86)&lt;BR /&gt;at javax.faces.webapp.FacesServlet.service(FacesServlet.java:105)&lt;BR /&gt;at org.alfresco.web.app.servlet.AlfrescoFacesServlet.service(AlfrescoFacesServlet.java:49)&lt;BR /&gt;at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)&lt;BR /&gt;at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)&lt;BR /&gt;at org.alfresco.web.app.servlet.AuthenticationFilter.doFilter(AuthenticationFilter.java:73)&lt;BR /&gt;at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)&lt;BR /&gt;at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)&lt;BR /&gt;at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)&lt;BR /&gt;at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)&lt;BR /&gt;at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)&lt;BR /&gt;at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)&lt;BR /&gt;at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)&lt;BR /&gt;at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)&lt;BR /&gt;at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:868)&lt;BR /&gt;at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:663)&lt;BR /&gt;at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)&lt;BR /&gt;at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)&lt;BR /&gt;at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)&lt;BR /&gt;at java.lang.Thread.run(Thread.java:595)&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;If you could please help me to figure out where i am going wrong.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;many thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;nrai&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Aug 2006 05:10:03 GMT</pubDate>
    <dc:creator>nrai</dc:creator>
    <dc:date>2006-08-11T05:10:03Z</dc:date>
    <item>
      <title>Adding a custom aspect</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/adding-a-custom-aspect/m-p/36820#M19472</link>
      <description>hi&amp;nbsp;&amp;nbsp; I am trying to add a custom aspect to alfresco. I have deployed the CustomWizard provided with the Alfresco SDK( in the sample folder).I have followed the method of deployment given in http://wiki.alfresco.com/wiki/Packaging_And_Deploying_Extensions But after deployment, when i click the create</description>
      <pubDate>Fri, 11 Aug 2006 05:10:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/adding-a-custom-aspect/m-p/36820#M19472</guid>
      <dc:creator>nrai</dc:creator>
      <dc:date>2006-08-11T05:10:03Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a custom aspect</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/adding-a-custom-aspect/m-p/36821#M19473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What JRE version are you running Tomcat with?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Aug 2006 11:43:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/adding-a-custom-aspect/m-p/36821#M19473</guid>
      <dc:creator>marcus</dc:creator>
      <dc:date>2006-08-15T11:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a custom aspect</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/adding-a-custom-aspect/m-p/36822#M19474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;am using JRE 1.5.0_06&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Aug 2006 11:35:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/adding-a-custom-aspect/m-p/36822#M19474</guid>
      <dc:creator>nrai</dc:creator>
      <dc:date>2006-08-19T11:35:29Z</dc:date>
    </item>
  </channel>
</rss>

