[jira] Updated: (GERONIMODEVTOOLS-555) Generated geronimo-plugin.xml file is empy after converting application to plugin

2009-03-18 Thread Delos Dai (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-555?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Delos Dai updated GERONIMODEVTOOLS-555:
---

Attachment: 555new_trunk.patch
555new_214branch.patch

Hi,

Last patch for this JIRA seems not perfect. After further investigation, I 
found that, with JDK 1.6, JAXB implementation in JDK and  GEP often conflict. 
Each bundle in eclipse has a single classloader and JAXB implementation won't 
be loaded unless the bundle invoking it is activated. So it's not sure the same 
JAXB implementation can be loaded all the time. 

To force all the GEP bundles to load JAXB in GEP, we can place all the bundle 
entry in front of the required-bundle list, prior to 
org.eclipse.core.runtime. Then, no matter which bundle is activated, JAXB in 
GEP will be loaded first.

I attach 555new_trunk.patch for trunk and 555new_214branch.patch for 2.1.4 
branch.


Thanks!

 Generated  geronimo-plugin.xml file is empy after converting application to 
 plugin
 --

 Key: GERONIMODEVTOOLS-555
 URL: 
 https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-555
 Project: Geronimo-Devtools
  Issue Type: Bug
  Components: eclipse-plugin
Affects Versions: 2.2.0, 2.1.4
 Environment: SunJDk 1.6
Reporter: viola.lu
Assignee: Delos Dai
 Fix For: 2.2.0, 2.1.4

 Attachments: 555.patch, 555new_214branch.patch, 555new_trunk.patch


 1.Install GEP 2.2 snapshot on eclispe, start G2.2snapshot in it.
 2.Open defined server, and launch convert apps to plugins 
 3.Choose deployed app cviewer and conver it to plugin, successfully saved 
 ,but check geronimo-plugin.xml, it's empty.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (GERONIMODEVTOOLS-555) Generated geronimo-plugin.xml file is empy after converting application to plugin

2009-03-12 Thread Donald Woods (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-555?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Donald Woods updated GERONIMODEVTOOLS-555:
--

   Patch Info: [Patch Available]
Fix Version/s: 2.1.4
   2.2.0
 Assignee: Donald Woods  (was: Delos Dai)

 Generated  geronimo-plugin.xml file is empy after converting application to 
 plugin
 --

 Key: GERONIMODEVTOOLS-555
 URL: 
 https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-555
 Project: Geronimo-Devtools
  Issue Type: Bug
  Components: eclipse-plugin
Affects Versions: 2.2.0, 2.1.4
 Environment: SunJDk 1.6
Reporter: viola.lu
Assignee: Donald Woods
 Fix For: 2.2.0, 2.1.4

 Attachments: 555.patch


 1.Install GEP 2.2 snapshot on eclispe, start G2.2snapshot in it.
 2.Open defined server, and launch convert apps to plugins 
 3.Choose deployed app cviewer and conver it to plugin, successfully saved 
 ,but check geronimo-plugin.xml, it's empty.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (GERONIMODEVTOOLS-555) Generated geronimo-plugin.xml file is empy after converting application to plugin

2009-03-10 Thread Delos Dai (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-555?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Delos Dai updated GERONIMODEVTOOLS-555:
---

Attachment: 555.patch

It's due to the JAXB implementation in JDK 6. With JDK 6, the JAXB 
implementation in it will override the jaxb-impl in 
org.apache.geronimo.runtime.common, so add a service directory in META-INF to 
declare our JAXB implementation.

Attachment is the patch for this.

Hope someone can help to review it. Thanks!

 Generated  geronimo-plugin.xml file is empy after converting application to 
 plugin
 --

 Key: GERONIMODEVTOOLS-555
 URL: 
 https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-555
 Project: Geronimo-Devtools
  Issue Type: Bug
  Components: eclipse-plugin
Affects Versions: 2.2.0, 2.1.4
 Environment: SunJDk 1.6
Reporter: viola.lu
Assignee: Delos Dai
 Attachments: 555.patch


 1.Install GEP 2.2 snapshot on eclispe, start G2.2snapshot in it.
 2.Open defined server, and launch convert apps to plugins 
 3.Choose deployed app cviewer and conver it to plugin, successfully saved 
 ,but check geronimo-plugin.xml, it's empty.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (GERONIMODEVTOOLS-555) Generated geronimo-plugin.xml file is empy after converting application to plugin

2009-03-04 Thread viola.lu (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-555?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

viola.lu updated GERONIMODEVTOOLS-555:
--

Environment: SunJDk 1.6  (was: SunJDk 1.5, 1.6)

 Generated  geronimo-plugin.xml file is empy after converting application to 
 plugin
 --

 Key: GERONIMODEVTOOLS-555
 URL: 
 https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-555
 Project: Geronimo-Devtools
  Issue Type: Bug
  Components: eclipse-plugin
Affects Versions: 2.2.0, 2.1.4
 Environment: SunJDk 1.6
Reporter: viola.lu
Assignee: Tim McConnell

 1.Install GEP 2.2 snapshot on eclispe, start G2.2snapshot in it.
 2.Open defined server, and launch convert apps to plugins 
 3.Choose deployed app cviewer and conver it to plugin, successfully saved 
 ,but check geronimo-plugin.xml, it's empty.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (GERONIMODEVTOOLS-555) Generated geronimo-plugin.xml file is empy after converting application to plugin

2009-03-02 Thread viola.lu (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-555?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

viola.lu updated GERONIMODEVTOOLS-555:
--

Affects Version/s: 2.1.4

 Generated  geronimo-plugin.xml file is empy after converting application to 
 plugin
 --

 Key: GERONIMODEVTOOLS-555
 URL: 
 https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-555
 Project: Geronimo-Devtools
  Issue Type: Bug
  Components: eclipse-plugin
Affects Versions: 2.2.0, 2.1.4
 Environment: SunJDk 1.5, 1.6
Reporter: viola.lu
Assignee: Tim McConnell

 1.Install GEP 2.2 snapshot on eclispe, start G2.2snapshot in it.
 2.Open defined server, and launch convert apps to plugins 
 3.Choose deployed app cviewer and conver it to plugin, successfully saved 
 ,but check geronimo-plugin.xml, it's empty.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (GERONIMODEVTOOLS-555) Generated geronimo-plugin.xml file is empy after converting application to plugin

2009-01-14 Thread viola.lu (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-555?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

viola.lu updated GERONIMODEVTOOLS-555:
--

Affects Version/s: (was: 2.1.3)
   2.2.0

 Generated  geronimo-plugin.xml file is empy after converting application to 
 plugin
 --

 Key: GERONIMODEVTOOLS-555
 URL: 
 https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-555
 Project: Geronimo-Devtools
  Issue Type: Bug
  Components: eclipse-plugin
Affects Versions: 2.2.0
 Environment: SunJDk 1.5, 1.6
Reporter: viola.lu
Assignee: Tim McConnell

 1.Install GEP 2.2 snapshot on eclispe, start G2.2snapshot in it.
 2.Open defined server, and launch convert apps to plugins 
 3.Choose deployed app cviewer and conver it to plugin, successfully saved 
 ,but check geronimo-plugin.xml, it's empty.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.