All Projects : Beehive (Key: BEEHIVE)

Project Lead: Eddie O'Neil
URL: http://beehive.apache.org
Description:
Beehive's goal is to make J2EE easier by building a simple object model on J2EE and Struts. The goal is to take the new JSR-175 metadata annotations and use them to reduce the coding necessary for J2EE.

Release Notes

 Select:   Open Issues   Road Map   Change Log   Popular Issues   Subversion Commits   Releases   Versions   Components   

Road Map

Progress: 
  52 of 63 issues have been resolved
Beehive next version
   New Feature BEEHIVE-982 UNRESOLVED Page Flow: Testability Critical Open
   Wish BEEHIVE-1058 UNRESOLVED Could you create maven2 plugin for for Beehive. Major Open
   Improvement BEEHIVE-999 UNRESOLVED Deprecate 'validatorVersion' annotation and replace it with project-wide configuration Major Open
   Bug BEEHIVE-1084 UNRESOLVED add documentation on the <apt> Ant task since it's being used in the samples builds now Major Open
   Improvement BEEHIVE-1098 UNRESOLVED provide an editable data grid sample Major Open
   Improvement BEEHIVE-1190 UNRESOLVED Add documentation about NetUI + JSF integration and using navigation rules defined in the faces-config.xml Minor Open
   Improvement BEEHIVE-1164 UNRESOLVED Add information about options for more fine grained validation to the validation documentation page. Minor Open
   Improvement BEEHIVE-1165 UNRESOLVED Add more information about TypeConverters and configuring them in beehive-netui-config.xml Minor Open
   Bug BEEHIVE-1151 UNRESOLVED Cannot find PropertyDescriptor exception when using AnyBeanActionForm Minor Open
   Improvement BEEHIVE-1213 UNRESOLVED Improve Javadoc explaining prefered call to TreeRootElement.changeSelected() vs TreeElement.setSelected() Minor Open
   Bug BEEHIVE-1194 UNRESOLVED NPE in faces component when running netui-jsf sample with MyFaces Minor Open
   Bug BEEHIVE-1219 FIXED Null check required at URLRewriterService.getURLRewriters method Critical Resolved
   Bug BEEHIVE-1160 FIXED code generated ClientInitalizer can be generated with duplicate method declarations when multiple interfaces are extended on an event set Critical Resolved
   Bug BEEHIVE-1197 FIXED XSS Vulnerability in jpfScopeID Critical Closed
   Improvement BEEHIVE-1210 FIXED Add an option to the Beehive AptTask to allow a user to define an AP factory or factory path to override the usual discovery process Major Resolved
   Improvement BEEHIVE-1209 FIXED Change ClassLoader.loadClass() to 3 arg version of Class.forName() for Java 6 Major Resolved
   Bug BEEHIVE-1166 FIXED DivPanel JavaScript support requires legacy setting Major Resolved
   Bug BEEHIVE-1152 FIXED EventSets with same name in control hierarchy cause complilation error Major Resolved
   Bug BEEHIVE-1221 FIXED Forrest version conflict since post 0.7 release Major Resolved
   Improvement BEEHIVE-1176 FIXED Improve NetUI AP perf by reducing the number of calls to PackageDeclaration.getPackage() Major Resolved
   Improvement BEEHIVE-1204 FIXED Improve page flow compile performance by omitting check for other controllers in the same package Major Resolved
   Bug BEEHIVE-1203 FIXED JdbcControl & Foxpro - Data not returned by PreparedStatement Major Resolved
   Improvement BEEHIVE-1181 FIXED Make ScopedServletUtils provide an alternative to getting the ScopedResponse via caching mechanism Major Resolved
   Bug BEEHIVE-1182 FIXED NPE in ScopedResponseImpl.getFirstHeader() Major Resolved
   Bug BEEHIVE-1207 FIXED NPE in UniqueValueType.checkForDuplicates() when the forward is empty in an @Jpf.ExceptionHandler method Major Resolved
   Bug BEEHIVE-1094 FIXED Page Flow Control container doesn't invoke "beginContext" during the JPF onDestroy event Major Resolved
   Bug BEEHIVE-1214 FIXED PageFlowController @Context in controls are not initialized correctly in nested page flows Major Resolved
   Bug BEEHIVE-1226 FIXED Potential cross-site-scripting vulnerability in select and checkbox tags Major Resolved
   Improvement BEEHIVE-1179 FIXED Provide a way for netui:rewriteName tag to rewrite the name as a tag Id and use the scoping within the page. Major Resolved
   Bug BEEHIVE-1220 FIXED The BaseHandler.reinit() method does not call the reinit() method on the _previousHandler member Major Resolved
   Improvement BEEHIVE-1174 FIXED Update the build files in the NetUI JSF integration sample to more easily use newer versions of MyFaces Major Resolved
   Improvement BEEHIVE-1200 FIXED Update the url-template-config.xsd with an optional element that indicates the application does not need to verify a given <url-template> Major Resolved
   Bug BEEHIVE-1201 FIXED Use of JDBC control setConnection() method may cause prepared statements to remain open Major Resolved
   Improvement BEEHIVE-1122 FIXED add ability to show all records in a data set to the data grid Major Resolved
   Bug BEEHIVE-1121 FIXED add defaultValue to the data grid column tags Major Resolved
   Improvement BEEHIVE-1102 FIXED implement partial data set support in the netui data grid Major Resolved
   Improvement BEEHIVE-1019 FIXED Allow multiple JDBC Controls to share the same database connection Major Closed
   Bug BEEHIVE-1172 FIXED Beehive Apt ant task fails with Ant 1.7.x Major Closed
   Bug BEEHIVE-1130 FIXED ClassCastException in the DefaultExceptionsHandler when handling JSP rendering exceptions on a direct call to a JSP Major Closed
   Improvement BEEHIVE-1031 FIXED Develop an API for marking scoped request attributes as "persistable". Major Closed
   Bug BEEHIVE-1192 FIXED EJB system control's programmer's guide incorrectly references a 'jndi:' protocol Major Closed
   Bug BEEHIVE-1189 FIXED JDBC Control batch updates with bean parameters cause compilation error Major Closed
   Bug BEEHIVE-1153 FIXED NPE from JDBCControl when method returns XMLBeans Document type Major Closed
   Bug BEEHIVE-1185 FIXED SQLParameter of type OUT with null value causes NPE durning generation of log message Major Closed
   Bug BEEHIVE-1193 FIXED disabling netui:select tag with client side Javascript can cause an exception Major Closed
   Improvement BEEHIVE-1076 FIXED interceptors for annotations don't get wired into generated control beans if the annotation is at the class level Major Closed
   Bug BEEHIVE-1183 FIXED sample <pageflow-action-interceptors> config entry in the ActionInterceptor Javadoc is incorrect. Major Closed
   Improvement BEEHIVE-1175 FIXED Add information to the netui-data:row tag about the behavior of the tagId attribute. Minor Resolved
   Bug BEEHIVE-1162 FIXED Resetting the value of TreeElement attribute using TreeHtmlAttributeInfo is not handled correctly. Minor Resolved
   Bug BEEHIVE-1216 FIXED issue in netui formatNumber tag Minor Resolved
   Bug BEEHIVE-1206 FIXED netui databinding iterator does not support Rowset, but javadoc says it does Minor Resolved
   Bug BEEHIVE-1205 FIXED project with a global.Global class that does not extend SharedFlowController or the derecated GlobalApp causes runtime exceptions Minor Resolved
   Bug BEEHIVE-1158 FIXED An empty string value for validatorMerge in the @Jpf.Controller annotation causes a stack trace in the NetUI compiler Minor Closed
   Improvement BEEHIVE-558 FIXED Controls doc needs discussion of control state Minor Closed
   Bug BEEHIVE-1167 FIXED Document new JDBC system control API, setConnection() Minor Closed
   Bug BEEHIVE-1191 FIXED MismatchedActionOutputException in the Repeating Select example of netui-samples Minor Closed
   Improvement BEEHIVE-1177 FIXED Need some additional documentation about action interceptors. Minor Closed
   Improvement BEEHIVE-1212 FIXED Overload PageFlowUtils.strutsLookup() to provide an option to set whether processPopulate() routine has already been called Minor Closed
   Bug BEEHIVE-1178 FIXED The "Documentation" tab/menu behavior is not consistent with the "Home" tab. Minor Closed
   Improvement BEEHIVE-1168 FIXED Update the JDBC system control documentation to include a section on resource management Minor Closed
   Bug BEEHIVE-1180 FIXED netui-jsf sample with JSF RI version of web.xml has validation errors Minor Closed
   Bug BEEHIVE-1202 FIXED Update Exceptions JSP tag Javadoc to reflect correct key Trivial Resolved
   Bug BEEHIVE-1171 FIXED Typo in code examples in the netui/sharedFlow.html page. Trivial Closed

Reports

Recently Created Issues Report
Created vs Resolved Issues Report
Resolution Time Report
Average Age Report
Pie Chart Report
Contribution Report
User Workload Report
Version Workload Report
Time Tracking Report
Single Level Group By Report

Preset Filters


Project Summary

Open Open 145
   12%
In Progress In Progress 1
Reopened Reopened 3
Resolved Resolved 113
   9%
Closed Closed 969
   79%

Open Issues

By Priority
Critical Critical 2
   1%
Major Major 96
   64%
Minor Minor 45
   30%
Trivial Trivial 6
   4%

By Assignee
Carlin Rogers 7
   5%
Chad Schoettger 2
   1%
Daryl Olander 4
   3%
Eddie O'Neil 10
   7%
Kenneth Tam 2
   1%
Kyle Marvin 2
   1%
matt c 1
   1%
Unassigned 121
   81%