Tuscany Plugin: SCA reference and property injection into EJBs

2008-11-26 Thread Vamsavardhana Reddy
I am looking at SCA reference and property injection into EJB fields annotated with @Reference and @Property annotations in an SCA enhanced EJB application. I have created a TuscanyModuleBuilderExtension (MBE) that processes the EJB module built by EJBModuleBuilder. What the MBE does for each

[jira] Created: (GERONIMODEVTOOLS-536) Fail to launch browser when run a dynamic web application on server via GEP

2008-11-26 Thread viola.lu (JIRA)
Fail to launch browser when run a dynamic web application on server via GEP --- Key: GERONIMODEVTOOLS-536 URL: https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-536 Project:

[jira] Commented: (GERONIMODEVTOOLS-533) Configuration in geronimo-web.xml is removed after Importing an external war to eclipse

2008-11-26 Thread Delos Dai (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12650907#action_12650907 ] Delos Dai commented on GERONIMODEVTOOLS-533: In this war package,

Tuscany Plugin for Geronimo UPDATE: Reference and property injection in servlets

2008-11-26 Thread Vamsavardhana Reddy
We have reference and property injection working for servlets. See [1] for instructions for installing the plugin and running a sample application. [1] http://cwiki.apache.org/confluence/display/TUSCANYWIKI/Installing+the+Tuscany+Plugin+for+Geronimo -- Vamsi

Re: svn commit: r718393 [1/2] - in /geronimo/server/trunk/plugins/monitoring: ./ agent-car-jmx/ agent-car-jmx/src/main/history/ agent-car-jmx/src/main/plan/ agent-ds/ agent-ds/src/main/plan/ agent-ejb

2008-11-26 Thread Trygve Hardersen
Hi I'm developing a project that uses Geronimo trunk. Does the org.apache.geronimo.plugins.monitoring/agent/2.2-SNAPSHOT/car plugin require the password for the system user to be set to manager (i.e. the default)? My server fails to start when I use something else. Is there a way, besides

Re: svn commit: r718393 [1/2] - in /geronimo/server/trunk/plugins/monitoring: ./ agent-car-jmx/ agent-car-jmx/src/main/history/ agent-car-jmx/src/main/plan/ agent-ds/ agent-ds/src/main/plan/ agent-ejb

2008-11-26 Thread David Jencks
It shouldn't. Can you confirm that all you have changed is the password for system in var/security/users.properties?I'm focussed on a couple other projects at the moment but I'll try to find some time to investigate. thanks david jencks On Nov 26, 2008, at 7:50 AM, Trygve Hardersen

Re: svn commit: r718393 [1/2] - in /geronimo/server/trunk/plugins/monitoring: ./ agent-car-jmx/ agent-car-jmx/src/main/history/ agent-car-jmx/src/main/plan/ agent-ds/ agent-ds/src/main/plan/ agent-ejb

2008-11-26 Thread Trygve Hardersen
Yes I've changed the password. In /plugins/monitoring/agent/src/main/plan/plan.xml the monitoring-user is set to system/manager. If I set my local system password to manager, the server starts fine. If I don't, the server fails to start unless I disable the

[jira] Updated: (GERONIMO-4433) PortOffset not working

2008-11-26 Thread Thad West (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thad West updated GERONIMO-4433: Attachment: config-substitutions.properties PortOffset not working --

[jira] Created: (GERONIMO-4433) PortOffset not working

2008-11-26 Thread Thad West (JIRA)
PortOffset not working -- Key: GERONIMO-4433 URL: https://issues.apache.org/jira/browse/GERONIMO-4433 Project: Geronimo Issue Type: Bug Security Level: public (Regular issues) Components: Tomcat

[jira] Commented: (GERONIMO-4433) PortOffset not working

2008-11-26 Thread Thad West (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12651124#action_12651124 ] Thad West commented on GERONIMO-4433: - I changed the value for the HTTP port just

[jira] Updated: (GERONIMO-4410) Update JPA 2.0 spec component

2008-11-26 Thread Jeremy Bauer (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeremy Bauer updated GERONIMO-4410: --- Attachment: geronimo_jpa_2_spec_updates.patch This is the second round of updates based

[jira] Updated: (GERONIMO-4410) Update JPA 2.0 spec component

2008-11-26 Thread Jeremy Bauer (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeremy Bauer updated GERONIMO-4410: --- Attachment: geronimo_jpa_2_spec_updates2.patch It looks like the diff from the previous

[jira] Commented: (GERONIMO-4410) Update JPA 2.0 spec component

2008-11-26 Thread David Jencks (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12651199#action_12651199 ] David Jencks commented on GERONIMO-4410: Second patch (in two parts) from Jeremy

[jira] Commented: (GERONIMO-4415) monitoring console code needs improvement

2008-11-26 Thread David Jencks (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-4415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12651200#action_12651200 ] David Jencks commented on GERONIMO-4415: Trygve Harderson noticed that the use

Re: svn commit: r718393 [1/2] - in /geronimo/server/trunk/plugins/monitoring: ./ agent-car-jmx/ agent-car-jmx/src/main/history/ agent-car-jmx/src/main/plan/ agent-ds/ agent-ds/src/main/plan/ agent-ejb

2008-11-26 Thread David Jencks
I think I see one way to fix this. now for some time to try it out. I'm thinking of adding a realm that generates a subject with only the required mejb-user principal for the ejb timer to use. I added a comment to the jira issue to try to remind me about this :-/ thanks david jencks On

[jira] Commented: (GERONIMODEVTOOLS-536) Fail to launch browser when run a dynamic web application on server via GEP

2008-11-26 Thread Delos Dai (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12651220#action_12651220 ] Delos Dai commented on GERONIMODEVTOOLS-536: I found this extension

[jira] Updated: (GERONIMODEVTOOLS-536) Fail to launch browser when run a dynamic web application on server via GEP

2008-11-26 Thread Delos Dai (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Delos Dai updated GERONIMODEVTOOLS-536: --- Attachment: (was: 536.patch) Fail to launch browser when run a

[jira] Updated: (GERONIMODEVTOOLS-536) Fail to launch browser when run a dynamic web application on server via GEP

2008-11-26 Thread Delos Dai (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Delos Dai updated GERONIMODEVTOOLS-536: --- Attachment: 536.patch Fail to launch browser when run a dynamic web

[BUILD] trunk: Failed for Revision: 721070

2008-11-26 Thread gawor
Geronimo Revision: 721070 built with tests included See the full build-2100.log file at http://people.apache.org/builds/geronimo/server/binaries/trunk/20081126/build-2100.log Download the binaries from http://people.apache.org/builds/geronimo/server/binaries/trunk/20081126 [INFO] BUILD

[jira] Closed: (GSHELL-38) Add rfile:// remote-file support to allow rsh clients to access files from the local machine

2008-11-26 Thread Jason Dillon (JIRA)
[ https://issues.apache.org/jira/browse/GSHELL-38?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Dillon closed GSHELL-38. -- Resolution: Won't Fix Fix Version/s: (was: 1.0-alpha-3) 1.0-alpha-2

[jira] Closed: (GSHELL-120) Consider using JSecurity

2008-11-26 Thread Jason Dillon (JIRA)
[ https://issues.apache.org/jira/browse/GSHELL-120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Dillon closed GSHELL-120. --- Resolution: Fixed Fix Version/s: (was: 1.0-alpha-3) 1.0-alpha-2

[jira] Closed: (GSHELL-51) Generalize the transport access on per-thread bases

2008-11-26 Thread Jason Dillon (JIRA)
[ https://issues.apache.org/jira/browse/GSHELL-51?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Dillon closed GSHELL-51. -- Resolution: Won't Fix Fix Version/s: (was: 1.0-alpha-3) 1.0-alpha-2

[jira] Closed: (GSHELL-118) The inter-operation of gshell rsh commands between Sun and IBM JDK failed

2008-11-26 Thread Jason Dillon (JIRA)
[ https://issues.apache.org/jira/browse/GSHELL-118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Dillon closed GSHELL-118. --- Resolution: Won't Fix Fix Version/s: (was: 1.0-alpha-3) 1.0-alpha-2

[jira] Updated: (GSHELL-16) New command: ssh

2008-11-26 Thread Jason Dillon (JIRA)
[ https://issues.apache.org/jira/browse/GSHELL-16?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Dillon updated GSHELL-16: --- Affects Version/s: 1.0-alpha-2 Fix Version/s: (was: 1.0-alpha-3)

[jira] Closed: (GSHELL-119) The set command doesn't work if there is white space beside the equal mark

2008-11-26 Thread Jason Dillon (JIRA)
[ https://issues.apache.org/jira/browse/GSHELL-119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Dillon closed GSHELL-119. --- Resolution: Fixed Fix Version/s: (was: 1.0-alpha-3) 1.0-alpha-2 Set

[jira] Closed: (GSHELL-72) Externalize command help pages

2008-11-26 Thread Jason Dillon (JIRA)
[ https://issues.apache.org/jira/browse/GSHELL-72?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Dillon closed GSHELL-72. -- Resolution: Fixed Fix Version/s: (was: 1.0-alpha-3) 1.0-alpha-2 Help

[jira] Closed: (GSHELL-19) New command: vfs/browse

2008-11-26 Thread Jason Dillon (JIRA)
[ https://issues.apache.org/jira/browse/GSHELL-19?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Dillon closed GSHELL-19. -- Resolution: Fixed Fix Version/s: (was: 1.0-alpha-3) 1.0-alpha-2 Got a