You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Tina Li (JIRA)" <ji...@apache.org> on 2011/01/28 10:13:53 UTC

[jira] Created: (GERONIMO-5793) OSGI Bundle "Stop" doesn't work according to Hot deployed "HelloWorld" osgi bundle sample

OSGI Bundle "Stop" doesn't work according to Hot deployed "HelloWorld" osgi bundle sample
-----------------------------------------------------------------------------------------

                 Key: GERONIMO-5793
                 URL: https://issues.apache.org/jira/browse/GERONIMO-5793
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: Hot Deploy Dir
    Affects Versions: 3.0
         Environment: JRE 1.6.0 IBM J9 2.4 Windows XP x86-32 jvmwi3260sr9-20101124_69295 (JIT enabled, AOT enabled)
            Reporter: Tina Li


1.Use Jan 28 build of Geronimo server
2.Start the server if it's not started
3.Use simple osgi bundle sample "HelloWorld"
4.Hot deploy "HelloWorld.jar",that is, put "HelloWorld.jar" into  file folder of <Geronimo_home>/hotbundles,then  "Hello World!!" info will show in server console ,if you undeploy this bundle,"Goodbye World!!" info will show in server console.
5.Deploy an application using command, e.g., deploy cview sample: deploy.bat deploy %SAMPLE_HOME%/applications/cviewer/target/cviewer.war 
6. Then "Hello World!!"  and "Goodbye World!!" info showed in commond console,showed in picture1.
7.Stop the "HelloWorld" bundle in Geronimo Console, the status of bundle became "resolved".
8.Then undeploy cview sample using command :deploy.bat undeploy com.ibm.wasce.samples/cviewer/2.1.1.5/car, then the  "Hello World!!"  and "Goodbye World!!" info showed again.The Stop of bundle doesn't work.
9.The "HelloWorld.jar", "cviewer.war" , picture1 and server.log are attached for detail.

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


[jira] Commented: (GERONIMO-5793) OSGI Bundle "Stop" doesn't work according to Hot deployed "HelloWorld" osgi bundle sample

Posted by "Tina Li (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-5793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12988007#action_12988007 ] 

Tina Li commented on GERONIMO-5793:
-----------------------------------

About "HelloWorld" osgi sample, the class is like this:
Activator.java
# importorg.osgi.framework.BundleActivator;  
# importorg.osgi.framework.BundleContext;  
# publicclass Activator implements BundleActivator {  
# public void start(BundleContext context)throws Exception {  
# System.out.println("Helloworld");  
# }  
# public void stop(BundleContext context)throws Exception {  
# System.out.println("GoodbyeWorld");  
# }  
# } 
Hello World Bundle中的MANIFEST.MF文件
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: HelloWorld
Bundle-SymbolicName: com.javaworld.sample.HelloWorld
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: com.javaworld.sample.helloworld.Activator
Bundle-Vendor: JAVAWORLD
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Import-Package: org.osgi.framework;version="1.3.0"

> OSGI Bundle "Stop" doesn't work according to Hot deployed "HelloWorld" osgi bundle sample
> -----------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-5793
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5793
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Hot Deploy Dir
>    Affects Versions: 3.0
>         Environment: JRE 1.6.0 IBM J9 2.4 Windows XP x86-32 jvmwi3260sr9-20101124_69295 (JIT enabled, AOT enabled)
>            Reporter: Tina Li
>         Attachments: cviewer.war, geronimo.log, HelloWorld.jar, picture1.JPG
>
>
> 1.Use Jan 28 build of Geronimo server
> 2.Start the server if it's not started
> 3.Use simple osgi bundle sample "HelloWorld"
> 4.Hot deploy "HelloWorld.jar",that is, put "HelloWorld.jar" into  file folder of <Geronimo_home>/hotbundles,then  "Hello World!!" info will show in server console ,if you undeploy this bundle,"Goodbye World!!" info will show in server console.
> 5.Deploy an application using command, e.g., deploy cview sample: deploy.bat deploy %SAMPLE_HOME%/applications/cviewer/target/cviewer.war 
> 6. Then "Hello World!!"  and "Goodbye World!!" info showed in commond console,showed in picture1.
> 7.Stop the "HelloWorld" bundle in Geronimo Console, the status of bundle became "resolved".
> 8.Then undeploy cview sample using command :deploy.bat undeploy com.ibm.wasce.samples/cviewer/2.1.1.5/car, then the  "Hello World!!"  and "Goodbye World!!" info showed again.The Stop of bundle doesn't work.
> 9.The "HelloWorld.jar", "cviewer.war" , picture1 and server.log are attached for detail.

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


[jira] Closed: (GERONIMO-5793) OSGI Bundle "Stop" doesn't work according to Hot deployed "HelloWorld" osgi bundle sample

Posted by "David Jencks (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-5793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Jencks closed GERONIMO-5793.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 3.0
                   3.0-M2

See previous comment for svn rev ids.

> OSGI Bundle "Stop" doesn't work according to Hot deployed "HelloWorld" osgi bundle sample
> -----------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-5793
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5793
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Hot Deploy Dir
>    Affects Versions: 3.0
>         Environment: JRE 1.6.0 IBM J9 2.4 Windows XP x86-32 jvmwi3260sr9-20101124_69295 (JIT enabled, AOT enabled)
>            Reporter: Tina Li
>            Assignee: David Jencks
>             Fix For: 3.0-M2, 3.0
>
>         Attachments: HelloWorld.jar, cviewer.war, geronimo.log, picture1.JPG
>
>
> 1.Use Jan 28 build of Geronimo server
> 2.Start the server if it's not started
> 3.Use simple osgi bundle sample "HelloWorld"
> 4.Hot deploy "HelloWorld.jar",that is, put "HelloWorld.jar" into  file folder of <Geronimo_home>/hotbundles,then  "Hello World!!" info will show in server console ,if you undeploy this bundle,"Goodbye World!!" info will show in server console.
> 5.Deploy an application using command, e.g., deploy cview sample: deploy.bat deploy %SAMPLE_HOME%/applications/cviewer/target/cviewer.war 
> 6. Then "Hello World!!"  and "Goodbye World!!" info showed in commond console,showed in picture1.
> 7.Stop the "HelloWorld" bundle in Geronimo Console, the status of bundle became "resolved".
> 8.Then undeploy cview sample using command :deploy.bat undeploy com.ibm.wasce.samples/cviewer/2.1.1.5/car, then the  "Hello World!!"  and "Goodbye World!!" info showed again.The Stop of bundle doesn't work.
> 9.The "HelloWorld.jar", "cviewer.war" , picture1 and server.log are attached for detail.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (GERONIMO-5793) OSGI Bundle "Stop" doesn't work according to Hot deployed "HelloWorld" osgi bundle sample

Posted by "Rex Wang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-5793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rex Wang updated GERONIMO-5793:
-------------------------------

    Description: 
1.Use Jan 28 build of Geronimo server
2.Start the server if it's not started
3.Use simple osgi bundle sample "HelloWorld"

4.Hot deploy "HelloWorld.jar",that is, put "HelloWorld.jar" into  file folder of <Geronimo_home>/hotbundles,
then "Hello World" info will show in server console (if you undeploy this bundle,"Goodbye World" info will show in server console.)

5.Deploy an application using command, e.g., deploy cview sample: deploy.bat deploy %SAMPLE_HOME%/applications/cviewer/target/cviewer.war 
Then "Hello World"  and "Goodbye World" info showed in commond console,showed in picture1.

6.Stop the "HelloWorld" bundle in Geronimo Console, the status of bundle became "resolved".

7.Then undeploy cview sample using command :deploy.bat undeploy com.ibm.wasce.samples/cviewer/2.1.1.5/car,
then the  "Hello World"  and "Goodbye World" info showed again.The Stop of bundle doesn't work.

The "HelloWorld.jar", "cviewer.war" , picture1 and server.log are attached for detail.

  was:
1.Use Jan 28 build of Geronimo server
2.Start the server if it's not started
3.Use simple osgi bundle sample "HelloWorld"

4.Hot deploy "HelloWorld.jar",that is, put "HelloWorld.jar" into  file folder of <Geronimo_home>/hotbundles,
then "Hello World" info will show in server console (if you undeploy this bundle,"Goodbye World" info will show in server console.)

5.Deploy an application using command, e.g., deploy cview sample: deploy.bat deploy %SAMPLE_HOME%/applications/cviewer/target/cviewer.war 
Then "Hello World"  and "Goodbye World" info showed in commond console,showed in picture1.

6.Stop the "HelloWorld" bundle in Geronimo Console, the status of bundle became "resolved".

7.Then undeploy cview sample using command :deploy.bat undeploy com.ibm.wasce.samples/cviewer/2.1.1.5/car, then the  "Hello World"  and "Goodbye World" info showed again.The Stop of bundle doesn't work.

The "HelloWorld.jar", "cviewer.war" , picture1 and server.log are attached for detail.


> OSGI Bundle "Stop" doesn't work according to Hot deployed "HelloWorld" osgi bundle sample
> -----------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-5793
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5793
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Hot Deploy Dir
>    Affects Versions: 3.0
>         Environment: JRE 1.6.0 IBM J9 2.4 Windows XP x86-32 jvmwi3260sr9-20101124_69295 (JIT enabled, AOT enabled)
>            Reporter: Tina Li
>             Fix For: 3.0-M2, 3.0
>
>         Attachments: HelloWorld.jar, cviewer.war, geronimo.log, picture1.JPG
>
>
> 1.Use Jan 28 build of Geronimo server
> 2.Start the server if it's not started
> 3.Use simple osgi bundle sample "HelloWorld"
> 4.Hot deploy "HelloWorld.jar",that is, put "HelloWorld.jar" into  file folder of <Geronimo_home>/hotbundles,
> then "Hello World" info will show in server console (if you undeploy this bundle,"Goodbye World" info will show in server console.)
> 5.Deploy an application using command, e.g., deploy cview sample: deploy.bat deploy %SAMPLE_HOME%/applications/cviewer/target/cviewer.war 
> Then "Hello World"  and "Goodbye World" info showed in commond console,showed in picture1.
> 6.Stop the "HelloWorld" bundle in Geronimo Console, the status of bundle became "resolved".
> 7.Then undeploy cview sample using command :deploy.bat undeploy com.ibm.wasce.samples/cviewer/2.1.1.5/car,
> then the  "Hello World"  and "Goodbye World" info showed again.The Stop of bundle doesn't work.
> The "HelloWorld.jar", "cviewer.war" , picture1 and server.log are attached for detail.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Commented: (GERONIMO-5793) OSGI Bundle "Stop" doesn't work according to Hot deployed "HelloWorld" osgi bundle sample

Posted by "David Jencks (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-5793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12992754#comment-12992754 ] 

David Jencks commented on GERONIMO-5793:
----------------------------------------

What's going on is that an eba is treated like many configs in geronimo, so while the hot deployer tells the framework to uninstall just the eba, it gets back notifications for each bundle in the eba.  The existing "escape" of ignoring the "same" id therefore doesn't work.

I put the "toRemoves" in a list and go through it as the first item on the scan.  This introduces a small delay before the file is actually removed, but I don't consider this a big problem.

fixed in 3.0-M2 rev 1069148.
trunk rev 1069150

> OSGI Bundle "Stop" doesn't work according to Hot deployed "HelloWorld" osgi bundle sample
> -----------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-5793
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5793
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Hot Deploy Dir
>    Affects Versions: 3.0
>         Environment: JRE 1.6.0 IBM J9 2.4 Windows XP x86-32 jvmwi3260sr9-20101124_69295 (JIT enabled, AOT enabled)
>            Reporter: Tina Li
>            Assignee: David Jencks
>         Attachments: HelloWorld.jar, cviewer.war, geronimo.log, picture1.JPG
>
>
> 1.Use Jan 28 build of Geronimo server
> 2.Start the server if it's not started
> 3.Use simple osgi bundle sample "HelloWorld"
> 4.Hot deploy "HelloWorld.jar",that is, put "HelloWorld.jar" into  file folder of <Geronimo_home>/hotbundles,then  "Hello World!!" info will show in server console ,if you undeploy this bundle,"Goodbye World!!" info will show in server console.
> 5.Deploy an application using command, e.g., deploy cview sample: deploy.bat deploy %SAMPLE_HOME%/applications/cviewer/target/cviewer.war 
> 6. Then "Hello World!!"  and "Goodbye World!!" info showed in commond console,showed in picture1.
> 7.Stop the "HelloWorld" bundle in Geronimo Console, the status of bundle became "resolved".
> 8.Then undeploy cview sample using command :deploy.bat undeploy com.ibm.wasce.samples/cviewer/2.1.1.5/car, then the  "Hello World!!"  and "Goodbye World!!" info showed again.The Stop of bundle doesn't work.
> 9.The "HelloWorld.jar", "cviewer.war" , picture1 and server.log are attached for detail.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (GERONIMO-5793) OSGI Bundle "Stop" doesn't work according to Hot deployed "HelloWorld" osgi bundle sample

Posted by "Rex Wang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-5793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rex Wang updated GERONIMO-5793:
-------------------------------

    Description: 
1.Use Jan 28 build of Geronimo server
2.Start the server if it's not started
3.Use simple osgi bundle sample "HelloWorld"

4.Hot deploy "HelloWorld.jar",that is, put "HelloWorld.jar" into  file folder of <Geronimo_home>/hotbundles,
then "Hello World" info will show in server console (if you undeploy this bundle,"Goodbye World" info will show in server console.)

5.Deploy an application using command, e.g., deploy cview sample: deploy.bat deploy %SAMPLE_HOME%/applications/cviewer/target/cviewer.war 
Then "Hello World"  and "Goodbye World" info showed in commond console,showed in picture1.

6.Stop the "HelloWorld" bundle in Geronimo Console, the status of bundle became "resolved".

7.Then undeploy cview sample using command :deploy.bat undeploy com.ibm.wasce.samples/cviewer/2.1.1.5/car, then the  "Hello World"  and "Goodbye World" info showed again.The Stop of bundle doesn't work.

The "HelloWorld.jar", "cviewer.war" , picture1 and server.log are attached for detail.

  was:
1.Use Jan 28 build of Geronimo server
2.Start the server if it's not started
3.Use simple osgi bundle sample "HelloWorld"
4.Hot deploy "HelloWorld.jar",that is, put "HelloWorld.jar" into  file folder of <Geronimo_home>/hotbundles,then  "Hello World!!" info will show in server console ,if you undeploy this bundle,"Goodbye World!!" info will show in server console.
5.Deploy an application using command, e.g., deploy cview sample: deploy.bat deploy %SAMPLE_HOME%/applications/cviewer/target/cviewer.war 
6. Then "Hello World!!"  and "Goodbye World!!" info showed in commond console,showed in picture1.
7.Stop the "HelloWorld" bundle in Geronimo Console, the status of bundle became "resolved".
8.Then undeploy cview sample using command :deploy.bat undeploy com.ibm.wasce.samples/cviewer/2.1.1.5/car, then the  "Hello World!!"  and "Goodbye World!!" info showed again.The Stop of bundle doesn't work.
9.The "HelloWorld.jar", "cviewer.war" , picture1 and server.log are attached for detail.


> OSGI Bundle "Stop" doesn't work according to Hot deployed "HelloWorld" osgi bundle sample
> -----------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-5793
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5793
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Hot Deploy Dir
>    Affects Versions: 3.0
>         Environment: JRE 1.6.0 IBM J9 2.4 Windows XP x86-32 jvmwi3260sr9-20101124_69295 (JIT enabled, AOT enabled)
>            Reporter: Tina Li
>             Fix For: 3.0-M2, 3.0
>
>         Attachments: HelloWorld.jar, cviewer.war, geronimo.log, picture1.JPG
>
>
> 1.Use Jan 28 build of Geronimo server
> 2.Start the server if it's not started
> 3.Use simple osgi bundle sample "HelloWorld"
> 4.Hot deploy "HelloWorld.jar",that is, put "HelloWorld.jar" into  file folder of <Geronimo_home>/hotbundles,
> then "Hello World" info will show in server console (if you undeploy this bundle,"Goodbye World" info will show in server console.)
> 5.Deploy an application using command, e.g., deploy cview sample: deploy.bat deploy %SAMPLE_HOME%/applications/cviewer/target/cviewer.war 
> Then "Hello World"  and "Goodbye World" info showed in commond console,showed in picture1.
> 6.Stop the "HelloWorld" bundle in Geronimo Console, the status of bundle became "resolved".
> 7.Then undeploy cview sample using command :deploy.bat undeploy com.ibm.wasce.samples/cviewer/2.1.1.5/car, then the  "Hello World"  and "Goodbye World" info showed again.The Stop of bundle doesn't work.
> The "HelloWorld.jar", "cviewer.war" , picture1 and server.log are attached for detail.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (GERONIMO-5793) OSGI Bundle "Stop" doesn't work according to Hot deployed "HelloWorld" osgi bundle sample

Posted by "Rex Wang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-5793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13024724#comment-13024724 ] 

Rex Wang commented on GERONIMO-5793:
------------------------------------

make config properties overridable At revision: 1096413

> OSGI Bundle "Stop" doesn't work according to Hot deployed "HelloWorld" osgi bundle sample
> -----------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-5793
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5793
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Hot Deploy Dir
>    Affects Versions: 3.0
>         Environment: JRE 1.6.0 IBM J9 2.4 Windows XP x86-32 jvmwi3260sr9-20101124_69295 (JIT enabled, AOT enabled)
>            Reporter: Tina Li
>            Assignee: Rex Wang
>             Fix For: 3.0
>
>         Attachments: HelloWorld.jar, cviewer.war, geronimo.log, picture1.JPG
>
>
> 1.Use Jan 28 build of Geronimo server
> 2.Start the server if it's not started
> 3.Use simple osgi bundle sample "HelloWorld"
> 4.Hot deploy "HelloWorld.jar",that is, put "HelloWorld.jar" into  file folder of <Geronimo_home>/hotbundles,
> then "Hello World" info will show in server console (if you undeploy this bundle,"Goodbye World" info will show in server console.)
> 5.Deploy an application using command, e.g., deploy cview sample: deploy.bat deploy %SAMPLE_HOME%/applications/cviewer/target/cviewer.war 
> Then "Hello World"  and "Goodbye World" info showed in commond console,showed in picture1.
> 6.Stop the "HelloWorld" bundle in Geronimo Console, the status of bundle became "resolved".
> 7.Then undeploy cview sample using command :deploy.bat undeploy com.ibm.wasce.samples/cviewer/2.1.1.5/car,
> then the  "Hello World"  and "Goodbye World" info showed again.The Stop of bundle doesn't work.
> The "HelloWorld.jar", "cviewer.war" , picture1 and server.log are attached for detail.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Reopened] (GERONIMO-5793) OSGI Bundle "Stop" doesn't work according to Hot deployed "HelloWorld" osgi bundle sample

Posted by "David Jencks (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-5793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Jencks reopened GERONIMO-5793:
------------------------------------


I think this works fine in current trunk but I think this will need to be reexamined in the new architecture.  I think we will probably have a whole etc directory for each micro-server.

> OSGI Bundle "Stop" doesn't work according to Hot deployed "HelloWorld" osgi bundle sample
> -----------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-5793
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5793
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Hot Deploy Dir
>    Affects Versions: 3.0
>         Environment: JRE 1.6.0 IBM J9 2.4 Windows XP x86-32 jvmwi3260sr9-20101124_69295 (JIT enabled, AOT enabled)
>            Reporter: Tina Li
>            Assignee: Rex Wang
>             Fix For: 3.0
>
>         Attachments: HelloWorld.jar, cviewer.war, geronimo.log, picture1.JPG
>
>
> 1.Use Jan 28 build of Geronimo server
> 2.Start the server if it's not started
> 3.Use simple osgi bundle sample "HelloWorld"
> 4.Hot deploy "HelloWorld.jar",that is, put "HelloWorld.jar" into  file folder of <Geronimo_home>/hotbundles,
> then "Hello World" info will show in server console (if you undeploy this bundle,"Goodbye World" info will show in server console.)
> 5.Deploy an application using command, e.g., deploy cview sample: deploy.bat deploy %SAMPLE_HOME%/applications/cviewer/target/cviewer.war 
> Then "Hello World"  and "Goodbye World" info showed in commond console,showed in picture1.
> 6.Stop the "HelloWorld" bundle in Geronimo Console, the status of bundle became "resolved".
> 7.Then undeploy cview sample using command :deploy.bat undeploy com.ibm.wasce.samples/cviewer/2.1.1.5/car,
> then the  "Hello World"  and "Goodbye World" info showed again.The Stop of bundle doesn't work.
> The "HelloWorld.jar", "cviewer.war" , picture1 and server.log are attached for detail.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Reopened: (GERONIMO-5793) OSGI Bundle "Stop" doesn't work according to Hot deployed "HelloWorld" osgi bundle sample

Posted by "David Jencks (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-5793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Jencks reopened GERONIMO-5793:
------------------------------------


I closed the wrong issue.  My fixes were for GERONIMO-5782.  I haven't looked into this issue

> OSGI Bundle "Stop" doesn't work according to Hot deployed "HelloWorld" osgi bundle sample
> -----------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-5793
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5793
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Hot Deploy Dir
>    Affects Versions: 3.0
>         Environment: JRE 1.6.0 IBM J9 2.4 Windows XP x86-32 jvmwi3260sr9-20101124_69295 (JIT enabled, AOT enabled)
>            Reporter: Tina Li
>            Assignee: David Jencks
>             Fix For: 3.0-M2, 3.0
>
>         Attachments: HelloWorld.jar, cviewer.war, geronimo.log, picture1.JPG
>
>
> 1.Use Jan 28 build of Geronimo server
> 2.Start the server if it's not started
> 3.Use simple osgi bundle sample "HelloWorld"
> 4.Hot deploy "HelloWorld.jar",that is, put "HelloWorld.jar" into  file folder of <Geronimo_home>/hotbundles,then  "Hello World!!" info will show in server console ,if you undeploy this bundle,"Goodbye World!!" info will show in server console.
> 5.Deploy an application using command, e.g., deploy cview sample: deploy.bat deploy %SAMPLE_HOME%/applications/cviewer/target/cviewer.war 
> 6. Then "Hello World!!"  and "Goodbye World!!" info showed in commond console,showed in picture1.
> 7.Stop the "HelloWorld" bundle in Geronimo Console, the status of bundle became "resolved".
> 8.Then undeploy cview sample using command :deploy.bat undeploy com.ibm.wasce.samples/cviewer/2.1.1.5/car, then the  "Hello World!!"  and "Goodbye World!!" info showed again.The Stop of bundle doesn't work.
> 9.The "HelloWorld.jar", "cviewer.war" , picture1 and server.log are attached for detail.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (GERONIMO-5793) OSGI Bundle "Stop" doesn't work according to Hot deployed "HelloWorld" osgi bundle sample

Posted by "Rex Wang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-5793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13024712#comment-13024712 ] 

Rex Wang commented on GERONIMO-5793:
------------------------------------

commit the fix At revision: 1096396 in trunk.
The DeployCLI runs in a new OSGi framework runtime, so the bundles in hotbundles will be installed and uninstalled each time we execute the command. You can see the startup.properties loads the felix file-install bundle by default. However I can not make a new startup.properties that get rid of file-install bundle for deployer only, because the file-install is also used to load the cfg files in etc.
The solution is making a new deployer-config.properties for deployer, and move the org.apache.felix.fileinstall-deploy.cfg to a separate folder. So The org.apache.felix.fileinstall-deploy.cfg won't be loaded and the hotbundles folder will have no effect to the osgi runtime for deployer.

> OSGI Bundle "Stop" doesn't work according to Hot deployed "HelloWorld" osgi bundle sample
> -----------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-5793
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5793
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Hot Deploy Dir
>    Affects Versions: 3.0
>         Environment: JRE 1.6.0 IBM J9 2.4 Windows XP x86-32 jvmwi3260sr9-20101124_69295 (JIT enabled, AOT enabled)
>            Reporter: Tina Li
>            Assignee: Rex Wang
>             Fix For: 3.0
>
>         Attachments: HelloWorld.jar, cviewer.war, geronimo.log, picture1.JPG
>
>
> 1.Use Jan 28 build of Geronimo server
> 2.Start the server if it's not started
> 3.Use simple osgi bundle sample "HelloWorld"
> 4.Hot deploy "HelloWorld.jar",that is, put "HelloWorld.jar" into  file folder of <Geronimo_home>/hotbundles,
> then "Hello World" info will show in server console (if you undeploy this bundle,"Goodbye World" info will show in server console.)
> 5.Deploy an application using command, e.g., deploy cview sample: deploy.bat deploy %SAMPLE_HOME%/applications/cviewer/target/cviewer.war 
> Then "Hello World"  and "Goodbye World" info showed in commond console,showed in picture1.
> 6.Stop the "HelloWorld" bundle in Geronimo Console, the status of bundle became "resolved".
> 7.Then undeploy cview sample using command :deploy.bat undeploy com.ibm.wasce.samples/cviewer/2.1.1.5/car,
> then the  "Hello World"  and "Goodbye World" info showed again.The Stop of bundle doesn't work.
> The "HelloWorld.jar", "cviewer.war" , picture1 and server.log are attached for detail.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Assigned: (GERONIMO-5793) OSGI Bundle "Stop" doesn't work according to Hot deployed "HelloWorld" osgi bundle sample

Posted by "David Jencks (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-5793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Jencks reassigned GERONIMO-5793:
--------------------------------------

    Assignee: David Jencks

> OSGI Bundle "Stop" doesn't work according to Hot deployed "HelloWorld" osgi bundle sample
> -----------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-5793
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5793
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Hot Deploy Dir
>    Affects Versions: 3.0
>         Environment: JRE 1.6.0 IBM J9 2.4 Windows XP x86-32 jvmwi3260sr9-20101124_69295 (JIT enabled, AOT enabled)
>            Reporter: Tina Li
>            Assignee: David Jencks
>         Attachments: HelloWorld.jar, cviewer.war, geronimo.log, picture1.JPG
>
>
> 1.Use Jan 28 build of Geronimo server
> 2.Start the server if it's not started
> 3.Use simple osgi bundle sample "HelloWorld"
> 4.Hot deploy "HelloWorld.jar",that is, put "HelloWorld.jar" into  file folder of <Geronimo_home>/hotbundles,then  "Hello World!!" info will show in server console ,if you undeploy this bundle,"Goodbye World!!" info will show in server console.
> 5.Deploy an application using command, e.g., deploy cview sample: deploy.bat deploy %SAMPLE_HOME%/applications/cviewer/target/cviewer.war 
> 6. Then "Hello World!!"  and "Goodbye World!!" info showed in commond console,showed in picture1.
> 7.Stop the "HelloWorld" bundle in Geronimo Console, the status of bundle became "resolved".
> 8.Then undeploy cview sample using command :deploy.bat undeploy com.ibm.wasce.samples/cviewer/2.1.1.5/car, then the  "Hello World!!"  and "Goodbye World!!" info showed again.The Stop of bundle doesn't work.
> 9.The "HelloWorld.jar", "cviewer.war" , picture1 and server.log are attached for detail.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Closed] (GERONIMO-5793) OSGI Bundle "Stop" doesn't work according to Hot deployed "HelloWorld" osgi bundle sample

Posted by "Tina Li (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-5793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tina Li closed GERONIMO-5793.
-----------------------------

    Resolution: Fixed

Verified on Aug 9's build, found no problem.

> OSGI Bundle "Stop" doesn't work according to Hot deployed "HelloWorld" osgi bundle sample
> -----------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-5793
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5793
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Hot Deploy Dir
>    Affects Versions: 3.0
>         Environment: JRE 1.6.0 IBM J9 2.4 Windows XP x86-32 jvmwi3260sr9-20101124_69295 (JIT enabled, AOT enabled)
>            Reporter: Tina Li
>            Assignee: David Jencks
>             Fix For: 3.0
>
>         Attachments: HelloWorld.jar, cviewer.war, geronimo.log, picture1.JPG
>
>
> 1.Use Jan 28 build of Geronimo server
> 2.Start the server if it's not started
> 3.Use simple osgi bundle sample "HelloWorld"
> 4.Hot deploy "HelloWorld.jar",that is, put "HelloWorld.jar" into  file folder of <Geronimo_home>/hotbundles,
> then "Hello World" info will show in server console (if you undeploy this bundle,"Goodbye World" info will show in server console.)
> 5.Deploy an application using command, e.g., deploy cview sample: deploy.bat deploy %SAMPLE_HOME%/applications/cviewer/target/cviewer.war 
> Then "Hello World"  and "Goodbye World" info showed in commond console,showed in picture1.
> 6.Stop the "HelloWorld" bundle in Geronimo Console, the status of bundle became "resolved".
> 7.Then undeploy cview sample using command :deploy.bat undeploy com.ibm.wasce.samples/cviewer/2.1.1.5/car,
> then the  "Hello World"  and "Goodbye World" info showed again.The Stop of bundle doesn't work.
> The "HelloWorld.jar", "cviewer.war" , picture1 and server.log are attached for detail.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (GERONIMO-5793) OSGI Bundle "Stop" doesn't work according to Hot deployed "HelloWorld" osgi bundle sample

Posted by "Tina Li (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-5793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tina Li updated GERONIMO-5793:
------------------------------

    Attachment: cviewer.war
                geronimo.log
                HelloWorld.jar

This problem only exists when using hot deploy method. 

> OSGI Bundle "Stop" doesn't work according to Hot deployed "HelloWorld" osgi bundle sample
> -----------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-5793
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5793
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Hot Deploy Dir
>    Affects Versions: 3.0
>         Environment: JRE 1.6.0 IBM J9 2.4 Windows XP x86-32 jvmwi3260sr9-20101124_69295 (JIT enabled, AOT enabled)
>            Reporter: Tina Li
>         Attachments: cviewer.war, geronimo.log, HelloWorld.jar
>
>
> 1.Use Jan 28 build of Geronimo server
> 2.Start the server if it's not started
> 3.Use simple osgi bundle sample "HelloWorld"
> 4.Hot deploy "HelloWorld.jar",that is, put "HelloWorld.jar" into  file folder of <Geronimo_home>/hotbundles,then  "Hello World!!" info will show in server console ,if you undeploy this bundle,"Goodbye World!!" info will show in server console.
> 5.Deploy an application using command, e.g., deploy cview sample: deploy.bat deploy %SAMPLE_HOME%/applications/cviewer/target/cviewer.war 
> 6. Then "Hello World!!"  and "Goodbye World!!" info showed in commond console,showed in picture1.
> 7.Stop the "HelloWorld" bundle in Geronimo Console, the status of bundle became "resolved".
> 8.Then undeploy cview sample using command :deploy.bat undeploy com.ibm.wasce.samples/cviewer/2.1.1.5/car, then the  "Hello World!!"  and "Goodbye World!!" info showed again.The Stop of bundle doesn't work.
> 9.The "HelloWorld.jar", "cviewer.war" , picture1 and server.log are attached for detail.

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


[jira] Commented: (GERONIMO-5793) OSGI Bundle "Stop" doesn't work according to Hot deployed "HelloWorld" osgi bundle sample

Posted by "Tina Li (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-5793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12994675#comment-12994675 ] 

Tina Li commented on GERONIMO-5793:
-----------------------------------

I used Feb 25 build of Geronimo server and tried the following steps:
1.Hot deploy "HelloWorld.jar"
2.Deploy the cview application using command: deploy.bat deploy %SAMPLE_HOME%/applications/cviewer/target/cviewer.war 
3.The Message["Hellow World!!" "Goodbye World!!"] related with "HelloWorld" sample showed like picture1.jpg. I think this is unreasonable. 
4.Then I tried not using hot deploy and Deploy "HelloWorld.jar" using "OSGi Bundles" portlet in admin console ,  and tried step2 ,the related message didn't show up in command console.

> OSGI Bundle "Stop" doesn't work according to Hot deployed "HelloWorld" osgi bundle sample
> -----------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-5793
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5793
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Hot Deploy Dir
>    Affects Versions: 3.0
>         Environment: JRE 1.6.0 IBM J9 2.4 Windows XP x86-32 jvmwi3260sr9-20101124_69295 (JIT enabled, AOT enabled)
>            Reporter: Tina Li
>            Assignee: David Jencks
>             Fix For: 3.0-M2, 3.0
>
>         Attachments: HelloWorld.jar, cviewer.war, geronimo.log, picture1.JPG
>
>
> 1.Use Jan 28 build of Geronimo server
> 2.Start the server if it's not started
> 3.Use simple osgi bundle sample "HelloWorld"
> 4.Hot deploy "HelloWorld.jar",that is, put "HelloWorld.jar" into  file folder of <Geronimo_home>/hotbundles,then  "Hello World!!" info will show in server console ,if you undeploy this bundle,"Goodbye World!!" info will show in server console.
> 5.Deploy an application using command, e.g., deploy cview sample: deploy.bat deploy %SAMPLE_HOME%/applications/cviewer/target/cviewer.war 
> 6. Then "Hello World!!"  and "Goodbye World!!" info showed in commond console,showed in picture1.
> 7.Stop the "HelloWorld" bundle in Geronimo Console, the status of bundle became "resolved".
> 8.Then undeploy cview sample using command :deploy.bat undeploy com.ibm.wasce.samples/cviewer/2.1.1.5/car, then the  "Hello World!!"  and "Goodbye World!!" info showed again.The Stop of bundle doesn't work.
> 9.The "HelloWorld.jar", "cviewer.war" , picture1 and server.log are attached for detail.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (GERONIMO-5793) OSGI Bundle "Stop" doesn't work according to Hot deployed "HelloWorld" osgi bundle sample

Posted by "Rex Wang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-5793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rex Wang reassigned GERONIMO-5793:
----------------------------------

    Assignee: Rex Wang

> OSGI Bundle "Stop" doesn't work according to Hot deployed "HelloWorld" osgi bundle sample
> -----------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-5793
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5793
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Hot Deploy Dir
>    Affects Versions: 3.0
>         Environment: JRE 1.6.0 IBM J9 2.4 Windows XP x86-32 jvmwi3260sr9-20101124_69295 (JIT enabled, AOT enabled)
>            Reporter: Tina Li
>            Assignee: Rex Wang
>             Fix For: 3.0-M2, 3.0
>
>         Attachments: HelloWorld.jar, cviewer.war, geronimo.log, picture1.JPG
>
>
> 1.Use Jan 28 build of Geronimo server
> 2.Start the server if it's not started
> 3.Use simple osgi bundle sample "HelloWorld"
> 4.Hot deploy "HelloWorld.jar",that is, put "HelloWorld.jar" into  file folder of <Geronimo_home>/hotbundles,
> then "Hello World" info will show in server console (if you undeploy this bundle,"Goodbye World" info will show in server console.)
> 5.Deploy an application using command, e.g., deploy cview sample: deploy.bat deploy %SAMPLE_HOME%/applications/cviewer/target/cviewer.war 
> Then "Hello World"  and "Goodbye World" info showed in commond console,showed in picture1.
> 6.Stop the "HelloWorld" bundle in Geronimo Console, the status of bundle became "resolved".
> 7.Then undeploy cview sample using command :deploy.bat undeploy com.ibm.wasce.samples/cviewer/2.1.1.5/car,
> then the  "Hello World"  and "Goodbye World" info showed again.The Stop of bundle doesn't work.
> The "HelloWorld.jar", "cviewer.war" , picture1 and server.log are attached for detail.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Assigned: (GERONIMO-5793) OSGI Bundle "Stop" doesn't work according to Hot deployed "HelloWorld" osgi bundle sample

Posted by "David Jencks (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-5793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Jencks reassigned GERONIMO-5793:
--------------------------------------

    Assignee:     (was: David Jencks)

> OSGI Bundle "Stop" doesn't work according to Hot deployed "HelloWorld" osgi bundle sample
> -----------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-5793
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5793
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Hot Deploy Dir
>    Affects Versions: 3.0
>         Environment: JRE 1.6.0 IBM J9 2.4 Windows XP x86-32 jvmwi3260sr9-20101124_69295 (JIT enabled, AOT enabled)
>            Reporter: Tina Li
>             Fix For: 3.0-M2, 3.0
>
>         Attachments: HelloWorld.jar, cviewer.war, geronimo.log, picture1.JPG
>
>
> 1.Use Jan 28 build of Geronimo server
> 2.Start the server if it's not started
> 3.Use simple osgi bundle sample "HelloWorld"
> 4.Hot deploy "HelloWorld.jar",that is, put "HelloWorld.jar" into  file folder of <Geronimo_home>/hotbundles,then  "Hello World!!" info will show in server console ,if you undeploy this bundle,"Goodbye World!!" info will show in server console.
> 5.Deploy an application using command, e.g., deploy cview sample: deploy.bat deploy %SAMPLE_HOME%/applications/cviewer/target/cviewer.war 
> 6. Then "Hello World!!"  and "Goodbye World!!" info showed in commond console,showed in picture1.
> 7.Stop the "HelloWorld" bundle in Geronimo Console, the status of bundle became "resolved".
> 8.Then undeploy cview sample using command :deploy.bat undeploy com.ibm.wasce.samples/cviewer/2.1.1.5/car, then the  "Hello World!!"  and "Goodbye World!!" info showed again.The Stop of bundle doesn't work.
> 9.The "HelloWorld.jar", "cviewer.war" , picture1 and server.log are attached for detail.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (GERONIMO-5793) OSGI Bundle "Stop" doesn't work according to Hot deployed "HelloWorld" osgi bundle sample

Posted by "Tina Li (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-5793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tina Li updated GERONIMO-5793:
------------------------------

    Attachment: picture1.JPG

> OSGI Bundle "Stop" doesn't work according to Hot deployed "HelloWorld" osgi bundle sample
> -----------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-5793
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5793
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Hot Deploy Dir
>    Affects Versions: 3.0
>         Environment: JRE 1.6.0 IBM J9 2.4 Windows XP x86-32 jvmwi3260sr9-20101124_69295 (JIT enabled, AOT enabled)
>            Reporter: Tina Li
>         Attachments: cviewer.war, geronimo.log, HelloWorld.jar, picture1.JPG
>
>
> 1.Use Jan 28 build of Geronimo server
> 2.Start the server if it's not started
> 3.Use simple osgi bundle sample "HelloWorld"
> 4.Hot deploy "HelloWorld.jar",that is, put "HelloWorld.jar" into  file folder of <Geronimo_home>/hotbundles,then  "Hello World!!" info will show in server console ,if you undeploy this bundle,"Goodbye World!!" info will show in server console.
> 5.Deploy an application using command, e.g., deploy cview sample: deploy.bat deploy %SAMPLE_HOME%/applications/cviewer/target/cviewer.war 
> 6. Then "Hello World!!"  and "Goodbye World!!" info showed in commond console,showed in picture1.
> 7.Stop the "HelloWorld" bundle in Geronimo Console, the status of bundle became "resolved".
> 8.Then undeploy cview sample using command :deploy.bat undeploy com.ibm.wasce.samples/cviewer/2.1.1.5/car, then the  "Hello World!!"  and "Goodbye World!!" info showed again.The Stop of bundle doesn't work.
> 9.The "HelloWorld.jar", "cviewer.war" , picture1 and server.log are attached for detail.

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


[jira] [Resolved] (GERONIMO-5793) OSGI Bundle "Stop" doesn't work according to Hot deployed "HelloWorld" osgi bundle sample

Posted by "Rex Wang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-5793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rex Wang resolved GERONIMO-5793.
--------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 3.0-M2)

> OSGI Bundle "Stop" doesn't work according to Hot deployed "HelloWorld" osgi bundle sample
> -----------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-5793
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5793
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Hot Deploy Dir
>    Affects Versions: 3.0
>         Environment: JRE 1.6.0 IBM J9 2.4 Windows XP x86-32 jvmwi3260sr9-20101124_69295 (JIT enabled, AOT enabled)
>            Reporter: Tina Li
>            Assignee: Rex Wang
>             Fix For: 3.0
>
>         Attachments: HelloWorld.jar, cviewer.war, geronimo.log, picture1.JPG
>
>
> 1.Use Jan 28 build of Geronimo server
> 2.Start the server if it's not started
> 3.Use simple osgi bundle sample "HelloWorld"
> 4.Hot deploy "HelloWorld.jar",that is, put "HelloWorld.jar" into  file folder of <Geronimo_home>/hotbundles,
> then "Hello World" info will show in server console (if you undeploy this bundle,"Goodbye World" info will show in server console.)
> 5.Deploy an application using command, e.g., deploy cview sample: deploy.bat deploy %SAMPLE_HOME%/applications/cviewer/target/cviewer.war 
> Then "Hello World"  and "Goodbye World" info showed in commond console,showed in picture1.
> 6.Stop the "HelloWorld" bundle in Geronimo Console, the status of bundle became "resolved".
> 7.Then undeploy cview sample using command :deploy.bat undeploy com.ibm.wasce.samples/cviewer/2.1.1.5/car,
> then the  "Hello World"  and "Goodbye World" info showed again.The Stop of bundle doesn't work.
> The "HelloWorld.jar", "cviewer.war" , picture1 and server.log are attached for detail.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (GERONIMO-5793) OSGI Bundle "Stop" doesn't work according to Hot deployed "HelloWorld" osgi bundle sample

Posted by "Tina Li (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-5793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13025583#comment-13025583 ] 

Tina Li commented on GERONIMO-5793:
-----------------------------------

Tried on build 2011.04.26-10:28:15.926+0800 3.0-SNAPSHOT, the "HelloWorld" related info doesn't show again on the server console.

> OSGI Bundle "Stop" doesn't work according to Hot deployed "HelloWorld" osgi bundle sample
> -----------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-5793
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5793
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Hot Deploy Dir
>    Affects Versions: 3.0
>         Environment: JRE 1.6.0 IBM J9 2.4 Windows XP x86-32 jvmwi3260sr9-20101124_69295 (JIT enabled, AOT enabled)
>            Reporter: Tina Li
>            Assignee: David Jencks
>             Fix For: 3.0
>
>         Attachments: HelloWorld.jar, cviewer.war, geronimo.log, picture1.JPG
>
>
> 1.Use Jan 28 build of Geronimo server
> 2.Start the server if it's not started
> 3.Use simple osgi bundle sample "HelloWorld"
> 4.Hot deploy "HelloWorld.jar",that is, put "HelloWorld.jar" into  file folder of <Geronimo_home>/hotbundles,
> then "Hello World" info will show in server console (if you undeploy this bundle,"Goodbye World" info will show in server console.)
> 5.Deploy an application using command, e.g., deploy cview sample: deploy.bat deploy %SAMPLE_HOME%/applications/cviewer/target/cviewer.war 
> Then "Hello World"  and "Goodbye World" info showed in commond console,showed in picture1.
> 6.Stop the "HelloWorld" bundle in Geronimo Console, the status of bundle became "resolved".
> 7.Then undeploy cview sample using command :deploy.bat undeploy com.ibm.wasce.samples/cviewer/2.1.1.5/car,
> then the  "Hello World"  and "Goodbye World" info showed again.The Stop of bundle doesn't work.
> The "HelloWorld.jar", "cviewer.war" , picture1 and server.log are attached for detail.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Assigned] (GERONIMO-5793) OSGI Bundle "Stop" doesn't work according to Hot deployed "HelloWorld" osgi bundle sample

Posted by "David Jencks (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-5793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Jencks reassigned GERONIMO-5793:
--------------------------------------

    Assignee: David Jencks  (was: Rex Wang)

> OSGI Bundle "Stop" doesn't work according to Hot deployed "HelloWorld" osgi bundle sample
> -----------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-5793
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5793
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Hot Deploy Dir
>    Affects Versions: 3.0
>         Environment: JRE 1.6.0 IBM J9 2.4 Windows XP x86-32 jvmwi3260sr9-20101124_69295 (JIT enabled, AOT enabled)
>            Reporter: Tina Li
>            Assignee: David Jencks
>             Fix For: 3.0
>
>         Attachments: HelloWorld.jar, cviewer.war, geronimo.log, picture1.JPG
>
>
> 1.Use Jan 28 build of Geronimo server
> 2.Start the server if it's not started
> 3.Use simple osgi bundle sample "HelloWorld"
> 4.Hot deploy "HelloWorld.jar",that is, put "HelloWorld.jar" into  file folder of <Geronimo_home>/hotbundles,
> then "Hello World" info will show in server console (if you undeploy this bundle,"Goodbye World" info will show in server console.)
> 5.Deploy an application using command, e.g., deploy cview sample: deploy.bat deploy %SAMPLE_HOME%/applications/cviewer/target/cviewer.war 
> Then "Hello World"  and "Goodbye World" info showed in commond console,showed in picture1.
> 6.Stop the "HelloWorld" bundle in Geronimo Console, the status of bundle became "resolved".
> 7.Then undeploy cview sample using command :deploy.bat undeploy com.ibm.wasce.samples/cviewer/2.1.1.5/car,
> then the  "Hello World"  and "Goodbye World" info showed again.The Stop of bundle doesn't work.
> The "HelloWorld.jar", "cviewer.war" , picture1 and server.log are attached for detail.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira