Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "JEE Status Meetings/2008-09-11"

 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
== Attendees ==
 
== Attendees ==
  
*  
+
* Carl Anderson
 +
* Kaloyan Raev
 +
* Kiril Mitov
  
 
== Agenda ==
 
== Agenda ==
Line 7: Line 9:
 
# Discuss important 3.0.2 bugs
 
# Discuss important 3.0.2 bugs
 
#* [https://bugs.eclipse.org/241507 241507] No notification from JEEModelProvider after calling JEE5ModelProvider.modify
 
#* [https://bugs.eclipse.org/241507 241507] No notification from JEEModelProvider after calling JEE5ModelProvider.modify
# 3.0.2 bug waiting for review:
+
#* [https://bugs.eclipse.org/245965 245965] [hotbug_request] runtimePresetMappings extension - not possible to select proper version
 +
# 3.0.2 bugs waiting for review
 
#* [https://bugs.eclipse.org/237770 237770] ArrayIndexOutOfBoundsException during annotation inspection
 
#* [https://bugs.eclipse.org/237770 237770] ArrayIndexOutOfBoundsException during annotation inspection
 
#* [https://bugs.eclipse.org/232251 232251] EnterpriseArtifactEdit for project Ear 5.0 project returns getJ2EEVersion - 14
 
#* [https://bugs.eclipse.org/232251 232251] EnterpriseArtifactEdit for project Ear 5.0 project returns getJ2EEVersion - 14
 
#* [https://bugs.eclipse.org/223211 223211] No notifications after Generating DD Stub for EJB3ModelProvider
 
#* [https://bugs.eclipse.org/223211 223211] No notifications after Generating DD Stub for EJB3ModelProvider
# 3.1 plan
 
  
 
== Minutes ==
 
== Minutes ==
  
;
+
;Discuss important 3.0.2 bugs
:
+
:[https://bugs.eclipse.org/241507 241507] No notification from JEEModelProvider after calling JEE5ModelProvider.modify
 +
::The best would be Chuck to look at it on Monday or Tuesday. Chuck is the one who knows that part of the code best. Unfortunately, there are some other bugs blocked by this one. May be there will be not enough time to fix them for 3.0.2.
 +
:[https://bugs.eclipse.org/245965 245965] [hotbug_request] runtimePresetMappings extension - not possible to select proper version
 +
::Jason will start working after the status meeting today. Hopefully, a patch may be ready today and it would be possible to go through PMC review. SAP needs this hotbug fixed for RC2 to have time to test in the adopter's product.
 +
 
 +
;3.0.2 bugs waiting for review
 +
:[https://bugs.eclipse.org/237770 237770] ArrayIndexOutOfBoundsException during annotation inspection
 +
::There are two patches proposed: a small one and quite a big one (400-500 lines). Carl is currently reviewing it. The first patch attached is much simpler, but is not the best according to Chuck. We decided to take the smaller patch in 3.0.2 and the bigger one in 3.1 and 3.0.3.
 +
:[https://bugs.eclipse.org/232251 232251] EnterpriseArtifactEdit for project Ear 5.0 project returns getJ2EEVersion - 14
 +
::Carl has just finish reviewing it and will promote it for PMC review.
 +
:[https://bugs.eclipse.org/223211 223211] No notifications after Generating DD Stub for EJB3ModelProvider
 +
::Just a JUnit test tweak. Carl failed to start the tests last night. He will try today with the latest driver. If they run clean, then the bug will be promoted for PMC review.

Latest revision as of 12:21, 11 September 2008

Attendees

  • Carl Anderson
  • Kaloyan Raev
  • Kiril Mitov

Agenda

  1. Discuss important 3.0.2 bugs
    • 241507 No notification from JEEModelProvider after calling JEE5ModelProvider.modify
    • 245965 [hotbug_request] runtimePresetMappings extension - not possible to select proper version
  2. 3.0.2 bugs waiting for review
    • 237770 ArrayIndexOutOfBoundsException during annotation inspection
    • 232251 EnterpriseArtifactEdit for project Ear 5.0 project returns getJ2EEVersion - 14
    • 223211 No notifications after Generating DD Stub for EJB3ModelProvider

Minutes

Discuss important 3.0.2 bugs
241507 No notification from JEEModelProvider after calling JEE5ModelProvider.modify
The best would be Chuck to look at it on Monday or Tuesday. Chuck is the one who knows that part of the code best. Unfortunately, there are some other bugs blocked by this one. May be there will be not enough time to fix them for 3.0.2.
245965 [hotbug_request] runtimePresetMappings extension - not possible to select proper version
Jason will start working after the status meeting today. Hopefully, a patch may be ready today and it would be possible to go through PMC review. SAP needs this hotbug fixed for RC2 to have time to test in the adopter's product.
3.0.2 bugs waiting for review
237770 ArrayIndexOutOfBoundsException during annotation inspection
There are two patches proposed: a small one and quite a big one (400-500 lines). Carl is currently reviewing it. The first patch attached is much simpler, but is not the best according to Chuck. We decided to take the smaller patch in 3.0.2 and the bigger one in 3.1 and 3.0.3.
232251 EnterpriseArtifactEdit for project Ear 5.0 project returns getJ2EEVersion - 14
Carl has just finish reviewing it and will promote it for PMC review.
223211 No notifications after Generating DD Stub for EJB3ModelProvider
Just a JUnit test tweak. Carl failed to start the tests last night. He will try today with the latest driver. If they run clean, then the bug will be promoted for PMC review.

Back to the top