<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://purl.org/atom/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="0.3">
  <title>OpenEdit User Forum</title>
  <link rel="alternate" href="http://www.openedit.org" />
  <tagline>User forum for OpenEdit support requests</tagline>
  <entry>
    <title>Unable to compile class for JSP</title>
    <link rel="alternate" href="http://www.openedit.org/forum/permalink/2008/11/21/022445.html" />
    <author>
      <name>ExternalUser</name>
    </author>
    <modified>2008-11-21T07:24:45Z</modified>
    <issued>2008-11-21T07:24:45Z</issued>
    <summary type="text/html" mode="escaped">&lt;p&gt;Hi i get the folllowing error when i run my jsp file. It didnt occur these days. but i get the error now a days.&lt;/p&gt;&#xD;
&lt;pre&gt;&#xD;
com.openedit.OpenEditException: Unable to compile class for JSP&#xD;
	at com.openedit.generators.FilterGenerator.generate(FilterGenerator.java:88)&#xD;
	at com.openedit.generators.ToolbarGenerator.generate(ToolbarGenerator.java:32)&#xD;
	at com.openedit.generators.GeneratorWithAcceptFilter.generate(GeneratorWithAcceptFilter.java:33)&#xD;
	at com.openedit.page.Page.generate(Page.java:528)&#xD;
	at com.openedit.page.PageStreamer.include(PageStreamer.java:261)&#xD;
	at com.openedit.page.PageStreamer.includeContent(PageStreamer.java:207)&#xD;
	at sun.reflect.GeneratedMethodAccessor104.invoke(Unknown Source)&#xD;
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)&#xD;
	at java.lang.reflect.Method.invoke(Method.java:585)&#xD;
	at org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:295)&#xD;
	at org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:245)&#xD;
	at org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:203)&#xD;
	at org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:294)&#xD;
	at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318)&#xD;
	at org.apache.velocity.Template.merge(Template.java:254)&#xD;
	at org.apache.velocity.app.Velocity.mergeTemplate(Velocity.java:483)&#xD;
	at com.openedit.generators.VelocityGenerator.generate(VelocityGenerator.java:94)&#xD;
	at com.openedit.generators.AdminToolBarGenerator.generate(AdminToolBarGenerator.java:67)&#xD;
	at com.openedit.page.Page.generate(Page.java:528)&#xD;
	at com.openedit.page.PageStreamer.include(PageStreamer.java:261)&#xD;
	at com.openedit.page.PageStreamer.includeContent(PageStreamer.java:207)&#xD;
	at com.openedit.page.PageStreamer.render(PageStreamer.java:122)&#xD;
	at com.openedit.servlet.BaseOpenEditEngine.beginRender(BaseOpenEditEngine.java:170)&#xD;
	at com.openedit.servlet.BaseOpenEditEngine.render(BaseOpenEditEngine.java:99)&#xD;
	at com.openedit.servlet.OpenEditFilter.doFilter(OpenEditFilter.java:69)&#xD;
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)&#xD;
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)&#xD;
	at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)&#xD;
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)&#xD;
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)&#xD;
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)&#xD;
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)&#xD;
	at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179)&#xD;
	at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)&#xD;
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)&#xD;
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)&#xD;
	at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156)&#xD;
	at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:543)&#xD;
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)&#xD;
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241)&#xD;
	at org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:437)&#xD;
	at org.apache.coyote.ajp.AjpProtocol$AjpConnectionHandler.process(AjpProtocol.java:381)&#xD;
	at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)&#xD;
	at java.lang.Thread.run(Thread.java:595)&#xD;
Caused by: org.apache.jasper.JasperException: Unable to compile class for JSP&#xD;
	at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:574)&#xD;
	at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:311)&#xD;
	at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)&#xD;
	at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)&#xD;
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)&#xD;
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)&#xD;
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)&#xD;
	at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:687)&#xD;
	at org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:590)&#xD;
	at org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:505)&#xD;
	at com.openedit.generators.FilterGenerator.generate(FilterGenerator.java:78)&#xD;
	... 43 more&#xD;
Caused by: java.util.MissingResourceException: Can't find bundle for base name org.eclipse.jdt.internal.compiler.problem.messages, locale en_US&#xD;
	at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:836)&#xD;
	at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:726)&#xD;
	at java.util.ResourceBundle.getBundle(ResourceBundle.java:576)&#xD;
	at org.eclipse.jdt.internal.compiler.problem.DefaultProblemFactory.loadMessageTemplates(DefaultProblemFactory.java:179)&#xD;
	at org.eclipse.jdt.internal.compiler.problem.DefaultProblemFactory.&amp;lt;init&amp;gt;(DefaultProblemFactory.java:42)&#xD;
	at org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:339)&#xD;
	at org.apache.jasper.compiler.Compiler.compile(Compiler.java:308)&#xD;
	at org.apache.jasper.compiler.Compiler.compile(Compiler.java:286)&#xD;
	at org.apache.jasper.compiler.Compiler.compile(Compiler.java:273)&#xD;
	at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:566)&#xD;
&#xD;
Please help me to overcome this issue as it is very important&#xD;
	... 53 more&#xD;
&lt;/pre&gt;</summary>
    <dc:creator>ExternalUser</dc:creator>
    <dc:date>2008-11-21T07:24:45Z</dc:date>
  </entry>
  <entry>
    <title>java.util.MissingResourceException:</title>
    <link rel="alternate" href="http://www.openedit.org/forum/permalink/2008/11/21/021917.html" />
    <author>
      <name>ExternalUser</name>
    </author>
    <modified>2008-11-21T07:19:17Z</modified>
    <issued>2008-11-21T07:19:17Z</issued>
    <summary type="text/html" mode="escaped">&lt;p&gt;Hey i am getting a error like this when i add a new jsp page in openedit. I didnt get this eeror before. but i get this error today. This is my complete error message&lt;/p&gt;&#xD;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&#xD;
&lt;pre&gt;&#xD;
com.openedit.OpenEditException: Unable to compile class for JSP&#xD;
	at com.openedit.generators.FilterGenerator.generate(FilterGenerator.java:88)&#xD;
	at com.openedit.generators.ToolbarGenerator.generate(ToolbarGenerator.java:32)&#xD;
	at com.openedit.generators.GeneratorWithAcceptFilter.generate(GeneratorWithAcceptFilter.java:33)&#xD;
	at com.openedit.page.Page.generate(Page.java:528)&#xD;
	at com.openedit.page.PageStreamer.include(PageStreamer.java:261)&#xD;
	at com.openedit.page.PageStreamer.includeContent(PageStreamer.java:207)&#xD;
	at sun.reflect.GeneratedMethodAccessor104.invoke(Unknown Source)&#xD;
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)&#xD;
	at java.lang.reflect.Method.invoke(Method.java:585)&#xD;
	at org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:295)&#xD;
	at org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:245)&#xD;
	at org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:203)&#xD;
	at org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:294)&#xD;
	at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318)&#xD;
	at org.apache.velocity.Template.merge(Template.java:254)&#xD;
	at org.apache.velocity.app.Velocity.mergeTemplate(Velocity.java:483)&#xD;
	at com.openedit.generators.VelocityGenerator.generate(VelocityGenerator.java:94)&#xD;
	at com.openedit.generators.AdminToolBarGenerator.generate(AdminToolBarGenerator.java:67)&#xD;
	at com.openedit.page.Page.generate(Page.java:528)&#xD;
	at com.openedit.page.PageStreamer.include(PageStreamer.java:261)&#xD;
	at com.openedit.page.PageStreamer.includeContent(PageStreamer.java:207)&#xD;
	at com.openedit.page.PageStreamer.render(PageStreamer.java:122)&#xD;
	at com.openedit.servlet.BaseOpenEditEngine.beginRender(BaseOpenEditEngine.java:170)&#xD;
	at com.openedit.servlet.BaseOpenEditEngine.render(BaseOpenEditEngine.java:99)&#xD;
	at com.openedit.servlet.OpenEditFilter.doFilter(OpenEditFilter.java:69)&#xD;
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)&#xD;
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)&#xD;
	at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)&#xD;
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)&#xD;
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)&#xD;
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)&#xD;
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)&#xD;
	at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179)&#xD;
	at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)&#xD;
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)&#xD;
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)&#xD;
	at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156)&#xD;
	at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:543)&#xD;
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)&#xD;
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241)&#xD;
	at org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:437)&#xD;
	at org.apache.coyote.ajp.AjpProtocol$AjpConnectionHandler.process(AjpProtocol.java:381)&#xD;
	at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)&#xD;
	at java.lang.Thread.run(Thread.java:595)&#xD;
Caused by: org.apache.jasper.JasperException: Unable to compile class for JSP&#xD;
	at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:574)&#xD;
	at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:311)&#xD;
	at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)&#xD;
	at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)&#xD;
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)&#xD;
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)&#xD;
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)&#xD;
	at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:687)&#xD;
	at org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:590)&#xD;
	at org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:505)&#xD;
	at com.openedit.generators.FilterGenerator.generate(FilterGenerator.java:78)&#xD;
	... 43 more&#xD;
Caused by: java.util.MissingResourceException: Can't find bundle for base name org.eclipse.jdt.internal.compiler.problem.messages, locale en_US&#xD;
	at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:836)&#xD;
	at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:726)&#xD;
	at java.util.ResourceBundle.getBundle(ResourceBundle.java:576)&#xD;
	at org.eclipse.jdt.internal.compiler.problem.DefaultProblemFactory.loadMessageTemplates(DefaultProblemFactory.java:179)&#xD;
	at org.eclipse.jdt.internal.compiler.problem.DefaultProblemFactory.&amp;lt;init&amp;gt;(DefaultProblemFactory.java:42)&#xD;
	at org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:339)&#xD;
	at org.apache.jasper.compiler.Compiler.compile(Compiler.java:308)&#xD;
	at org.apache.jasper.compiler.Compiler.compile(Compiler.java:286)&#xD;
	at org.apache.jasper.compiler.Compiler.compile(Compiler.java:273)&#xD;
	at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:566)&#xD;
&#xD;
Please revert back as this is very important&#xD;
	... 53 more&#xD;
&lt;/pre&gt;</summary>
    <dc:creator>ExternalUser</dc:creator>
    <dc:date>2008-11-21T07:19:17Z</dc:date>
  </entry>
  <entry>
    <title>OpenEdit Weekly Update</title>
    <link rel="alternate" href="http://www.openedit.org/forum/permalink/2008/11/17/093427.html" />
    <author>
      <name>Taylor Cornett</name>
    </author>
    <modified>2008-11-17T14:34:27Z</modified>
    <issued>2008-11-17T14:34:27Z</issued>
    <summary type="text/html" mode="escaped">&lt;p&gt;This past week the OpenEdit team has added yet another way to help classify your digital assets.&amp;nbsp; We now have Related Products, whereby you can mark two assets as being related to each other.&lt;/p&gt;&#xD;
&lt;p&gt;We have increased security for downloading original assets through OpenEdit.&lt;/p&gt;&#xD;
&lt;p&gt;There is also a new feature which allows you to override certain aspects of a property for a particular view.&amp;nbsp; Previously, all settings for a product property were defined in configuration/productproperties.xml.&amp;nbsp; If you included that property in more than one view (such as the advanced search and the product details page), the label and all other setttings for the property would be identical in each of those views.&amp;nbsp;&lt;/p&gt;&#xD;
&lt;p&gt;With this override capability, you can change the label of a field, whether or not it is editable or required, and several other settings for each of the different views.&amp;nbsp; This will allow a property to be editable in one place, but not editable somewhere else.&amp;nbsp; Currently this must be accomplished by editing the view's XML by hand, but we intend to add these features to the data editor very soon.&amp;nbsp; To do this, just specify the settings in the view xml file, like this:&lt;/p&gt;&#xD;
&lt;p&gt;&amp;lt;property id=&amp;quot;name&amp;quot; editable=&amp;quot;true&amp;quot; required=&amp;quot;true&amp;quot; html=&amp;quot;false&amp;quot;&amp;gt;Enter the Asset's Name&amp;lt;/property&amp;gt;&lt;/p&gt;&#xD;
&lt;p&gt;This would override the default label for the 'name' property (the one defined in productproperties.xml) with &amp;quot;Enter the Asset's Name&amp;quot;.&amp;nbsp; The properties which are now overridable are: 'text' (the label), 'editable', 'required', 'listid', 'listchild', and 'html'.&lt;/p&gt;&#xD;
&lt;p&gt;We have made a fix to our Cumulus integration code which will force OpenEdit to correctly rebuild the category tree if categories are removed in the Cumulus client.&amp;nbsp; Anyone who has upgraded their Cumulus code in the past week or so will want to update again to get this fix.&lt;/p&gt;&#xD;
&lt;p&gt;We have also improved permission checking on the new product details page to allow for more granular control over what links are available from that page.&lt;/p&gt;</summary>
    <dc:creator>Taylor Cornett</dc:creator>
    <dc:date>2008-11-17T14:34:27Z</dc:date>
  </entry>
  <entry>
    <title>OEF Database Persistence</title>
    <link rel="alternate" href="http://www.openedit.org/forum/permalink/2008/11/16/211813.html" />
    <author>
      <name>Christopher Burkey</name>
    </author>
    <modified>2008-11-17T02:18:13Z</modified>
    <issued>2008-11-17T02:18:13Z</issued>
    <summary type="text/html" mode="escaped">&lt;p&gt;Hi Java Developers, &lt;/p&gt;&#xD;
&lt;p&gt;Does anyone have opinions about the OpenEdit Framework using Apache OpenJPA for databases? &lt;/p&gt;&#xD;
&lt;p&gt;OEF already has a simple Hibernate plugin but it has some problems. &lt;/p&gt;&#xD;
&lt;p&gt;First major problem is that Hibernate uses static factory classes and that means we can only have one database connection per web application. This is no good since OpenEdit supports multiple catalogs per webapp. We expect that each catalog can be mapped to it's own database tables. &lt;/p&gt;&#xD;
&lt;p&gt;Second problem is that Hibernate depends on transactions to be opened and closed for each web request. In our objects we do not rollback very often. Even an incomplete transaction is usually better than not saving anything at all.&lt;/p&gt;&#xD;
&lt;p&gt;Here is a nice &lt;a href="http://www.informit.com/articles/article.aspx?p=1192350"&gt;overview of OpenJPA&lt;/a&gt;. Am going to see if we can get it working this week.&lt;/p&gt;</summary>
    <dc:creator>Christopher Burkey</dc:creator>
    <dc:date>2008-11-17T02:18:13Z</dc:date>
  </entry>
  <entry>
    <title>OpenEdit Digital Asset Management Is Hiring</title>
    <link rel="alternate" href="http://www.openedit.org/forum/permalink/2008/11/11/163518.html" />
    <author>
      <name>Christopher Burkey</name>
    </author>
    <modified>2008-11-11T21:35:18Z</modified>
    <issued>2008-11-11T21:35:18Z</issued>
    <summary type="text/html" mode="escaped">&lt;p&gt;We are looking for an architect level Java programmer.  &lt;br /&gt;&#xD;
&lt;br /&gt;&#xD;
OpenEdit Digital Asset Management software is used around the world and our small company cannot keep up with demand. We need an expert technical person to create, deploy and support solutions for clients. We have some great clients who have rolled out OpenEdit internally and externally. Yell (the phone book), SF Insurance, WWE, Multicolor and many others. &lt;br /&gt;&#xD;
&lt;br /&gt;&#xD;
OpenEdit requires a developer who can customize and support installations using Agile and Java OOD. Create user interfaces with HTML/CSS. Perform Unit Testing and work with a pair programmer as needed. &lt;br /&gt;&#xD;
&lt;br /&gt;&#xD;
Be a key part of a small company (7 people). We work from home one day a week. Vacation time. Health insurance. Retirement Account. Compensation depends on level of responsibility. $1000 signing bonus if you can start soon! &lt;br /&gt;&#xD;
&lt;br /&gt;&#xD;
Please email me if you are interested and we will send you our Java programmer test. cburkey at openedit.org   &lt;a href="http://openeditdam.com/"&gt;http://openeditdam.com&lt;/a&gt; &lt;br /&gt;&#xD;
&lt;br /&gt;&#xD;
(principles only)&lt;/p&gt;</summary>
    <dc:creator>Christopher Burkey</dc:creator>
    <dc:date>2008-11-11T21:35:18Z</dc:date>
  </entry>
</feed>

