[jira] Created: (GERONIMO-4463) Display complete usage information in the geronimo command

2008-12-11 Thread Jack Cai (JIRA)
Display complete usage information in the geronimo command
--

 Key: GERONIMO-4463
 URL: https://issues.apache.org/jira/browse/GERONIMO-4463
 Project: Geronimo
  Issue Type: Improvement
  Security Level: public (Regular issues)
  Components: commands
Affects Versions: 2.1.3, 2.2
 Environment: All OS
Reporter: Jack Cai
Priority: Minor


The usage information of the geronimo command does not show the --host and 
--secure option.

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



[jira] Updated: (GERONIMO-4463) Display complete usage information in the geronimo command

2008-12-11 Thread Jack Cai (JIRA)

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

Jack Cai updated GERONIMO-4463:
---

Attachment: GERONIMO-4463_Jack.patch

Providing a patch.

 Display complete usage information in the geronimo command
 --

 Key: GERONIMO-4463
 URL: https://issues.apache.org/jira/browse/GERONIMO-4463
 Project: Geronimo
  Issue Type: Improvement
  Security Level: public(Regular issues) 
  Components: commands
Affects Versions: 2.1.3, 2.2
 Environment: All OS
Reporter: Jack Cai
Priority: Minor
 Attachments: GERONIMO-4463_Jack.patch


 The usage information of the geronimo command does not show the --host 
 and --secure option.

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



[BUILD] trunk: Failed for Revision: 725615

2008-12-11 Thread gawor
Geronimo Revision: 725615 built with tests included
 
See the full build-0300.log file at 
http://people.apache.org/builds/geronimo/server/binaries/trunk/20081211/build-0300.log
 
Download the binaries from 
http://people.apache.org/builds/geronimo/server/binaries/trunk/20081211
[INFO] BUILD SUCCESSFUL
[INFO] 
[INFO] Total time: 36 minutes 55 seconds
[INFO] Finished at: Thu Dec 11 03:41:38 EST 2008
[INFO] Final Memory: 424M/1024M
[INFO] 
 
TESTSUITE RESULTS (Failures only)
=
See detailed results at 
http://people.apache.org/builds/geronimo/server/testsuite/ResultsSummary.html
 
Assembly: tomcat
=
See the full test.log file at 
http://people.apache.org/builds/geronimo/server/binaries/trunk/20081211/logs-0300-tomcat/test.log
 
 
[INFO] Scanning for projects...
WAGON_VERSION: 1.0-beta-2
[INFO] 
[INFO] Building Geronimo TestSuite
[INFO]task-segment: [install]
[INFO] 
[INFO] snapshot org.codehaus.mojo:selenium-maven-plugin:1.0-rc-1-SNAPSHOT: 
checking for updates from apache.snapshots
Downloading: 
http://people.apache.org/repo/m2-snapshot-repository/org/codehaus/mojo/selenium-maven-plugin/1.0-rc-1-SNAPSHOT/selenium-maven-plugin-1.0-rc-1-SNAPSHOT.pom
Downloading: 
http://people.apache.org/repo/m2-snapshot-repository/org/codehaus/mojo/selenium-maven-plugin/1.0-rc-1-SNAPSHOT/selenium-maven-plugin-1.0-rc-1-SNAPSHOT.pom
[INFO] 
[ERROR] BUILD ERROR
 
Assembly: jetty
=
See the full test.log file at 
http://people.apache.org/builds/geronimo/server/binaries/trunk/20081211/logs-0300-jetty/test.log
 
 
[INFO] Scanning for projects...
WAGON_VERSION: 1.0-beta-2
[INFO] 
[INFO] Building Geronimo TestSuite
[INFO]task-segment: [install]
[INFO] 
Downloading: 
http://people.apache.org/repo/m2-snapshot-repository/org/codehaus/mojo/selenium-maven-plugin/1.0-rc-1-SNAPSHOT/selenium-maven-plugin-1.0-rc-1-SNAPSHOT.pom
Downloading: 
http://people.apache.org/repo/m2-snapshot-repository/org/codehaus/mojo/selenium-maven-plugin/1.0-rc-1-SNAPSHOT/selenium-maven-plugin-1.0-rc-1-SNAPSHOT.pom
[INFO] 
[ERROR] BUILD ERROR
 
Samples: trunk
=
Log: 
http://people.apache.org/builds/geronimo/server/binaries/trunk/20081211/samples-0300.log
 
Build status: OK
 


[jira] Updated: (GERONIMO-4442) Unable to configure IP address for many listening ports

2008-12-11 Thread Shawn Jiang (JIRA)

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

Shawn Jiang updated GERONIMO-4442:
--

Attachment: G4222_ORBConfigAdapter.patch

This is a patch to resolve  yoko ORB related port setting problems

* 1050 127.0.0.1 CORBA Naming Service
* 2001 127.0.0.1 OpenEJB ORB Adapter
* 6882 127.0.0.1 OpenEJB ORB Adapter

by adding a --binding host   part to the ORB initializing property 
yoko.orb.oa.endpoint. Unit testing passed on both 21 and trunk. 



 Unable to configure IP address for many listening ports
 ---

 Key: GERONIMO-4442
 URL: https://issues.apache.org/jira/browse/GERONIMO-4442
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
Affects Versions: 2.0.2, 2.1.3
Reporter: Kevan Miller
Priority: Critical
 Fix For: 2.1.4, 2.2

 Attachments: G4222_ORBConfigAdapter.patch


 I tried to configure the listening IP address for our server sockets. I 
 configured all 'host' properties in config-substitution.properties to be 
 '127.0.0.1' and got the following results:
   Listening on Ports:
 1050 127.0.0.1 CORBA Naming Service
 1099 127.0.0.1 RMI Naming
 1527 127.0.0.1 Derby Connector
 2001 127.0.0.1 OpenEJB ORB Adapter
 4201 127.0.0.1 OpenEJB Daemon
 6882 127.0.0.1 OpenEJB ORB Adapter
 8009 127.0.0.1 Tomcat Connector AJP AJP
 8080 127.0.0.1 Tomcat Connector HTTP BIO HTTP
 8443 127.0.0.1 Tomcat Connector HTTPS BIO HTTPS
  127.0.0.1 JMX Remoting Connector
61613 127.0.0.1 ActiveMQ Transport Connector
61616 127.0.0.1 ActiveMQ Transport Connector
 Unfortunately, that's not accurate. netstat reveals the following actual 
 results:
 $ netstat -an | grep LISTEN
 tcp4   0  0  *.6882 *.*LISTEN
 tcp4   0  0  *.2001 *.*LISTEN
 tcp4   0  0  *.63519*.*LISTEN
 tcp4   0  0  *.1050 *.*LISTEN
 tcp4   0  0  127.0.0.1.4201 *.*LISTEN
 tcp4   0  0  127.0.0.1.61613*.*LISTEN
 tcp4   0  0  127.0.0.1.61616*.*LISTEN
 tcp4   0  0  127.0.0.1.1527 *.*LISTEN
 tcp4   0  0  127.0.0.1.8443 *.*LISTEN
 tcp4   0  0  127.0.0.1.8009 *.*LISTEN
 tcp4   0  0  127.0.0.1.8080 *.*LISTEN
 tcp4   0  0  *. *.*LISTEN
 tcp4   0  0  *.1099 *.*LISTEN
 Configuring the host properties to be an actual ip address/hostname is a bit 
 worse (not sure what's going on with ActiveMQ):
   Listening on Ports:
 1050 10.0.1.196 CORBA Naming Service
 1099 10.0.1.196 RMI Naming
 1527 10.0.1.196 Derby Connector
 2001 10.0.1.196 OpenEJB ORB Adapter
 4201 10.0.1.196 OpenEJB Daemon
 6882 10.0.1.196 OpenEJB ORB Adapter
 8009 10.0.1.196 Tomcat Connector AJP AJP
 8080 10.0.1.196 Tomcat Connector HTTP BIO HTTP
 8443 10.0.1.196 Tomcat Connector HTTPS BIO HTTPS
  10.0.1.196 JMX Remoting Connector
61613 0.0.0.0ActiveMQ Transport Connector
61616 0.0.0.0ActiveMQ Transport Connector
 Netstat shows:
 $ netstat -an | grep LISTEN
 tcp6   0  0  fe80::1%lo0.631*.*LISTEN
 tcp4   0  0  *.6882 *.*LISTEN
 tcp4   0  0  *.2001 *.*LISTEN
 tcp4   0  0  *.63569*.*LISTEN
 tcp4   0  0  *.1050 *.*LISTEN
 tcp4   0  0  10.0.1.196.4201*.*LISTEN
 tcp4   0  0  *.61613*.*LISTEN
 tcp4   0  0  *.61616*.*LISTEN
 tcp4   0  0  10.0.1.196.1527*.*LISTEN
 tcp4   0  0  10.0.1.196.8443*.*LISTEN
 tcp4   0  0  10.0.1.196.8009*.*LISTEN
 tcp4   0  0  10.0.1.196.8080*.*LISTEN
 tcp4   0  0  *. *.*LISTEN
 tcp4   0  0  *.1099 *.*LISTEN

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



[jira] Commented: (GERONIMODEVTOOLS-537) Remote server deployment fails with connection exception

2008-12-11 Thread Antoine (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12655594#action_12655594
 ] 

Antoine commented on GERONIMODEVTOOLS-537:
--

I use Geronimo v2.1.3 on both machines. This is also the same JDK on both 
machines. The remote machine does have Eclipse neither a graphical interface, 
it is just a server.
As I was testing Geronimo, I was just trying to deploy the basic 
jaxws-calculator example provided on this website. I will attach a JAR.

I did not try on the command line until now so I did it, thanks to Joao. In my 
case the result is different I am asked the password for the and after that I 
get a ConnectException : the connection is refused.


./deploy.sh -host 192.168.16.60 deploy ~/Work/tmp/Demo/jaxws-demo.jar 
Using GERONIMO_BASE:   /home/antoine/opt/java/geronimo-tomcat6-javaee5-2.1.3
Using GERONIMO_HOME:   /home/antoine/opt/java/geronimo-tomcat6-javaee5-2.1.3
Using GERONIMO_TMPDIR: var/temp
Using JRE_HOME:/usr/lib/jvm/java-6-sun-1.6.0.10//jre
Username: system
Password: ***
Error: Unable to connect to server at
deployer:geronimo:jmx://192.168.16.60 -- Connection refused to host:
127.0.1.1; nested exception is: 

java.net.ConnectException: Connection refused
javax.enterprise.deploy.spi.exceptions.DeploymentManagerCreationException: 
Connection refused to host: 127.0.1.1; nested exception is: 
java.net.ConnectException: Connection refused
at 
org.apache.geronimo.deployment.plugin.factories.BaseDeploymentFactory.newRemoteDeploymentManager(BaseDeploymentFactory.java:190)
at 
org.apache.geronimo.deployment.plugin.factories.BaseDeploymentFactory.getDeploymentManager(BaseDeploymentFactory.java:140)
at 
javax.enterprise.deploy.shared.factories.DeploymentFactoryManager.getDeploymentManager(DeploymentFactoryManager.java:111)
at 
org.apache.geronimo.deployment.cli.ServerConnection.tryToConnect(ServerConnection.java:199)
at 
org.apache.geronimo.deployment.cli.ServerConnection.init(ServerConnection.java:95)
at 
org.apache.geronimo.deployment.cli.DeployTool.execute(DeployTool.java:161)
at 
org.apache.geronimo.kernel.util.MainConfigurationBootstrapper.main(MainConfigurationBootstrapper.java:45)
at org.apache.geronimo.cli.AbstractCLI.executeMain(AbstractCLI.java:67)
at 
org.apache.geronimo.cli.deployer.DeployerCLI.main(DeployerCLI.java:31)
Caused by: java.rmi.ConnectException: Connection refused to host: 127.0.1.1; 
nested exception is: 
java.net.ConnectException: Connection refused
at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:601)
at 
sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:198)
at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:184)
at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:110)
at javax.management.remote.rmi.RMIServerImpl_Stub.newClient(Unknown 
Source)
at 
javax.management.remote.rmi.RMIConnector.getConnection(RMIConnector.java:2312)
at 
javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:277)
at 
javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:248)
at 
org.apache.geronimo.deployment.plugin.factories.BaseDeploymentFactory.newRemoteDeploymentManager(BaseDeploymentFactory.java:182)
... 8 more
Caused by: java.net.ConnectException: Connection refused
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
at java.net.Socket.connect(Socket.java:519)
at java.net.Socket.connect(Socket.java:469)
at java.net.Socket.init(Socket.java:366)
at java.net.Socket.init(Socket.java:180)
at 
sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(RMIDirectSocketFactory.java:22)
at 
sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(RMIMasterSocketFactory.java:128)
at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:595)
... 16 more



So, on the command line, I seem to pass the stage of the deployment manager.
For now I have no explanation on why the connection is refused : there is no 
firewall on both machines or on the network between them. there is only a 
switch between them. I can connect to the machine with SSH, on the admin 
console...
I will investigate to see if there could have some more reasons to this.


 Remote server deployment fails with connection exception
 

 Key: GERONIMODEVTOOLS-537
 URL: 
 

[jira] Commented: (GERONIMODEVTOOLS-537) Remote server deployment fails with connection exception

2008-12-11 Thread Antoine (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12655598#action_12655598
 ] 

Antoine commented on GERONIMODEVTOOLS-537:
--

Something funny here : if I launch Geronimo on my laptop and then try to deploy 
on the remote server with the command line, I get the following error :

Using GERONIMO_BASE:   /home/antoine/opt/java/geronimo-tomcat6-javaee5-2.1.3
Using GERONIMO_HOME:   /home/antoine/opt/java/geronimo-tomcat6-javaee5-2.1.3
Using GERONIMO_TMPDIR: var/temp
Using JRE_HOME:/usr/lib/jvm/java-6-sun-1.6.0.10//jre
Username: system
Password: ***
Error: Unable to connect to server at
deployer:geronimo:jmx://192.168.16.60 -- no such object in table
javax.enterprise.deploy.spi.exceptions.DeploymentManagerCreationException: no 
such object in table
at 
org.apache.geronimo.deployment.plugin.factories.BaseDeploymentFactory.newRemoteDeploymentManager(BaseDeploymentFactory.java:190)
at 
org.apache.geronimo.deployment.plugin.factories.BaseDeploymentFactory.getDeploymentManager(BaseDeploymentFactory.java:140)
at 
javax.enterprise.deploy.shared.factories.DeploymentFactoryManager.getDeploymentManager(DeploymentFactoryManager.java:111)
at 
org.apache.geronimo.deployment.cli.ServerConnection.tryToConnect(ServerConnection.java:199)
at 
org.apache.geronimo.deployment.cli.ServerConnection.init(ServerConnection.java:95)
at 
org.apache.geronimo.deployment.cli.DeployTool.execute(DeployTool.java:161)
at 
org.apache.geronimo.kernel.util.MainConfigurationBootstrapper.main(MainConfigurationBootstrapper.java:45)
at org.apache.geronimo.cli.AbstractCLI.executeMain(AbstractCLI.java:67)
at 
org.apache.geronimo.cli.deployer.DeployerCLI.main(DeployerCLI.java:31)
Caused by: java.rmi.NoSuchObjectException: no such object in table
at 
sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:255)
at 
sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:233)
at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:142)
at javax.management.remote.rmi.RMIServerImpl_Stub.newClient(Unknown 
Source)
at 
javax.management.remote.rmi.RMIConnector.getConnection(RMIConnector.java:2312)
at 
javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:277)
at 
javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:248)
at 
org.apache.geronimo.deployment.plugin.factories.BaseDeploymentFactory.newRemoteDeploymentManager(BaseDeploymentFactory.java:182)
... 8 more



It seems to be the same error than the one I am getting in Eclipse and the same 
than Joao.

 Remote server deployment fails with connection exception
 

 Key: GERONIMODEVTOOLS-537
 URL: 
 https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-537
 Project: Geronimo-Devtools
  Issue Type: Bug
  Components: eclipse-plugin
Affects Versions: 2.2.0, 2.1.4
Reporter: Tim McConnell
Assignee: Tim McConnell
 Attachments: RemoteDeployTestEA.ear


 Distribution of module failed.  See log for details.
   Connection refused: connect
   java.net.ConnectException: Connection refused: connect
   at java.net.PlainSocketImpl.socketConnect(Native Method)
   at java.net.PlainSocketImpl.doConnect(Unknown Source)
   at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
   at java.net.PlainSocketImpl.connect(Unknown Source)
   at java.net.Socket.connect(Unknown Source)
   at java.net.Socket.connect(Unknown Source)
   at sun.net.NetworkClient.doConnect(Unknown Source)
   at sun.net.www.http.HttpClient.openServer(Unknown Source)
   at sun.net.www.http.HttpClient.openServer(Unknown Source)
   at sun.net.www.http.HttpClient.init(Unknown Source)
   at sun.net.www.http.HttpClient.New(Unknown Source)
   at sun.net.www.http.HttpClient.New(Unknown Source)
   at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown 
 Source)
   at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown 
 Source)
   at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
   at 
 org.apache.geronimo.deployment.plugin.remote.FileUploadServletClient.connectToServer(FileUploadServletClient.java:266)
   at 
 org.apache.geronimo.deployment.plugin.remote.FileUploadServletClient.uploadFilesToServer(FileUploadServletClient.java:115)
   at 
 org.apache.geronimo.deployment.plugin.remote.RemoteDeployUtil.uploadFilesToServer(RemoteDeployUtil.java:33)
   at 
 org.apache.geronimo.deployment.plugin.remote.DistributeCommand.massageFileNames(DistributeCommand.java:43)
   at 
 

[jira] Updated: (GERONIMODEVTOOLS-537) Remote server deployment fails with connection exception

2008-12-11 Thread Antoine (JIRA)

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

Antoine updated GERONIMODEVTOOLS-537:
-

Attachment: jaxws-demo.jar

The file I am using for my tests of remote deployment. This is the basic 
example of jaxws-calculator.

 Remote server deployment fails with connection exception
 

 Key: GERONIMODEVTOOLS-537
 URL: 
 https://issues.apache.org/jira/browse/GERONIMODEVTOOLS-537
 Project: Geronimo-Devtools
  Issue Type: Bug
  Components: eclipse-plugin
Affects Versions: 2.2.0, 2.1.4
Reporter: Tim McConnell
Assignee: Tim McConnell
 Attachments: jaxws-demo.jar, RemoteDeployTestEA.ear


 Distribution of module failed.  See log for details.
   Connection refused: connect
   java.net.ConnectException: Connection refused: connect
   at java.net.PlainSocketImpl.socketConnect(Native Method)
   at java.net.PlainSocketImpl.doConnect(Unknown Source)
   at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
   at java.net.PlainSocketImpl.connect(Unknown Source)
   at java.net.Socket.connect(Unknown Source)
   at java.net.Socket.connect(Unknown Source)
   at sun.net.NetworkClient.doConnect(Unknown Source)
   at sun.net.www.http.HttpClient.openServer(Unknown Source)
   at sun.net.www.http.HttpClient.openServer(Unknown Source)
   at sun.net.www.http.HttpClient.init(Unknown Source)
   at sun.net.www.http.HttpClient.New(Unknown Source)
   at sun.net.www.http.HttpClient.New(Unknown Source)
   at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown 
 Source)
   at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown 
 Source)
   at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
   at 
 org.apache.geronimo.deployment.plugin.remote.FileUploadServletClient.connectToServer(FileUploadServletClient.java:266)
   at 
 org.apache.geronimo.deployment.plugin.remote.FileUploadServletClient.uploadFilesToServer(FileUploadServletClient.java:115)
   at 
 org.apache.geronimo.deployment.plugin.remote.RemoteDeployUtil.uploadFilesToServer(RemoteDeployUtil.java:33)
   at 
 org.apache.geronimo.deployment.plugin.remote.DistributeCommand.massageFileNames(DistributeCommand.java:43)
   at 
 org.apache.geronimo.deployment.plugin.local.AbstractDeployCommand.doDeploy(AbstractDeployCommand.java:114)
   at 
 org.apache.geronimo.deployment.plugin.local.DistributeCommand.run(DistributeCommand.java:61)
   at 
 org.apache.geronimo.deployment.plugin.remote.DistributeCommand.run(DistributeCommand.java:50)
   at java.lang.Thread.run(Unknown Source)

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



[jira] Resolved: (GERONIMO-4463) Display complete usage information in the geronimo command

2008-12-11 Thread Jarek Gawor (JIRA)

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

Jarek Gawor resolved GERONIMO-4463.
---

   Resolution: Fixed
Fix Version/s: 2.2
   2.1.4
 Assignee: Jarek Gawor

Committed the patch to trunk (revision 725699) and branches/2.1 (revision 
725700). Thanks!



 Display complete usage information in the geronimo command
 --

 Key: GERONIMO-4463
 URL: https://issues.apache.org/jira/browse/GERONIMO-4463
 Project: Geronimo
  Issue Type: Improvement
  Security Level: public(Regular issues) 
  Components: commands
Affects Versions: 2.1.3, 2.2
 Environment: All OS
Reporter: Jack Cai
Assignee: Jarek Gawor
Priority: Minor
 Fix For: 2.1.4, 2.2

 Attachments: GERONIMO-4463_Jack.patch


 The usage information of the geronimo command does not show the --host 
 and --secure option.

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



Dependency injection in HttpSessionBindingListener

2008-12-11 Thread Vamsavardhana Reddy
As part of SCA JavaEE Integration, I am looking at dependency injection into
HttpSessionBindingListener's in web apps.  HttpSessionBindingListener is
different from other listeners in that HttpSessionBindingListener need not
be specified in web.xml.  HttpSessionBindingListener gets activated
automatically when an object of that type (implementing
HttpSessionBindingListener actually) is bound to HttpSession. Other
listeners are specified in web.xml and their instantiation is done by the
web container.  Because of this, at deployment time, the web builder does
not even know if there is any HttpSessionBindingListener that it should
process to support dependency injection.  Any thing I am failing to see?

Vamsi


Re: [BUILD] branches/2.0: Failed for Revision: 725593

2008-12-11 Thread Donald Woods
Rev725719 - The build was using the old OpenQA repo URLs, which needed 
to be updated to their new archiva repo.


-Donald


[EMAIL PROTECTED] wrote:

Geronimo Revision: 725593 built with tests included
 
See the full build-0200.log file at http://people.apache.org/builds/geronimo/server/binaries/2.0/20081211/build-0200.log
 
 
See the unit test reports at http://people.apache.org/builds/geronimo/server/binaries/2.0/20081211/unit-test-reports
 
  mvn install:install-file -DgroupId=org.openqa.selenium.client-drivers -DartifactId=selenium-java-client-driver \

  -Dversion=0.8.1 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:   
mvn deploy:deploy-file -DgroupId=org.openqa.selenium.client-drivers 
-DartifactId=selenium-java-client-driver \
  -Dversion=0.8.1 -Dpackaging=jar -Dfile=/path/to/file \
   -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.geronimo.testsupport:testsupport-selenium:jar:2.0.3-SNAPSHOT

2) 
org.openqa.selenium.client-drivers:selenium-java-client-driver:jar:0.8.1

--
2 required artifacts are missing.

for artifact: 
  org.apache.geronimo.testsupport:testsupport-selenium:jar:2.0.3-SNAPSHOT


from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  java.net (http://download.java.net/maven/1/),
  apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
  apache-snapshots (http://people.apache.org/repo/m2-snapshot-repository),
  codehaus-snapshots (http://snapshots.repository.codehaus.org),
  openqa (http://maven.openqa.org),
  apache-incubator (http://people.apache.org/repo/m2-incubating-repository/)

at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:556)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:480)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:459)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:311)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:278)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:143)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:334)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:125)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:280)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: 
org.apache.maven.artifact.resolver.MultipleArtifactsNotFoundException: Missing:
--
1) org.openqa.selenium.server:selenium-server:jar:0.8.1

  Try downloading the file manually from the project website.

  Then, install it using the command: 
  mvn install:install-file -DgroupId=org.openqa.selenium.server -DartifactId=selenium-server \

  -Dversion=0.8.1 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:   
mvn deploy:deploy-file -DgroupId=org.openqa.selenium.server 
-DartifactId=selenium-server \
  -Dversion=0.8.1 -Dpackaging=jar -Dfile=/path/to/file \
   -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.geronimo.testsupport:testsupport-selenium:jar:2.0.3-SNAPSHOT

2) org.openqa.selenium.server:selenium-server:jar:0.8.1

2) org.openqa.selenium.client-drivers:selenium-java-client-driver:jar:0.8.1

  Try downloading the file manually from the project website.

  Then, install it using the command: 
  mvn install:install-file -DgroupId=org.openqa.selenium.client-drivers -DartifactId=selenium-java-client-driver \

  -Dversion=0.8.1 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:   
mvn deploy:deploy-file -DgroupId=org.openqa.selenium.client-drivers 
-DartifactId=selenium-java-client-driver \
  -Dversion=0.8.1 -Dpackaging=jar -Dfile=/path/to/file \
   -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.geronimo.testsupport:testsupport-selenium:jar:2.0.3-SNAPSHOT

2) 
org.openqa.selenium.client-drivers:selenium-java-client-driver:jar:0.8.1

[BUILD] trunk: Failed for Revision: 725689

2008-12-11 Thread gawor
Geronimo Revision: 725689 built with tests included
 
See the full build-0900.log file at 
http://people.apache.org/builds/geronimo/server/binaries/trunk/20081211/build-0900.log
 
Download the binaries from 
http://people.apache.org/builds/geronimo/server/binaries/trunk/20081211
[INFO] BUILD SUCCESSFUL
[INFO] 
[INFO] Total time: 39 minutes 28 seconds
[INFO] Finished at: Thu Dec 11 09:44:35 EST 2008
[INFO] Final Memory: 389M/997M
[INFO] 
 
TESTSUITE RESULTS (Failures only)
=
See detailed results at 
http://people.apache.org/builds/geronimo/server/testsuite/ResultsSummary.html
 
Assembly: tomcat
=
See the full test.log file at 
http://people.apache.org/builds/geronimo/server/binaries/trunk/20081211/logs-0900-tomcat/test.log
 
 
[INFO] [geronimo:start-server {execution: start}]
[INFO] Using assembly configuration: tomcat
[INFO] snapshot 
org.apache.geronimo.assemblies:geronimo-tomcat6-javaee5:2.2-SNAPSHOT: checking 
for updates from apache.snapshots
[INFO] snapshot 
org.apache.geronimo.assemblies:geronimo-tomcat6-javaee5:2.2-SNAPSHOT: checking 
for updates from apache-snapshots
[INFO] snapshot 
org.apache.geronimo.assemblies:geronimo-tomcat6-javaee5:2.2-SNAPSHOT: checking 
for updates from codehaus-snapshots
[INFO] Using assembly artifact: 
org.apache.geronimo.assemblies:geronimo-tomcat6-javaee5:zip:bin:2.2-SNAPSHOT:provided
[INFO] Using geronimoHome: 
/home/geronimo/geronimo/trunk/testsuite/target/geronimo-tomcat6-javaee5-2.2-SNAPSHOT
[INFO] Installing assembly...
[INFO] Expanding: 
/home/geronimo/.m2/repository/org/apache/geronimo/assemblies/geronimo-tomcat6-javaee5/2.2-SNAPSHOT/geronimo-tomcat6-javaee5-2.2-SNAPSHOT-bin.zip
 into /home/geronimo/geronimo/trunk/testsuite/target
[INFO] Starting Geronimo server...
[INFO] Selected option set: default
[INFO] Redirecting output to: 
/home/geronimo/geronimo/trunk/testsuite/target/geronimo-logs/org.apache.geronimo.mavenplugins.geronimo.server.StartServerMojo.log
[INFO] Waiting for Geronimo server...
[INFO] Geronimo server started in 0:00:46.984
[INFO] [shitty:install {execution: default}]
[INFO] Installing /home/geronimo/geronimo/trunk/testsuite/pom.xml to 
/home/geronimo/.m2/repository/org/apache/geronimo/testsuite/testsuite/2.2-SNAPSHOT/testsuite-2.2-SNAPSHOT.pom
[INFO] [shitty:test {execution: default}]
[INFO] Starting 34 test builds
[INFO] 
[INFO] 
---
[INFO] 
[INFO] commands-testsuite/deployRUNNING
[INFO] commands-testsuite/deploySUCCESS (0:01:11.913) 
[INFO] commands-testsuite/gshellRUNNING
[INFO] commands-testsuite/gshellSUCCESS (0:00:29.934) 
[INFO] commands-testsuite/jaxws RUNNING
[INFO] commands-testsuite/jaxws SUCCESS (0:00:35.579) 
[INFO] commands-testsuite/shutdown  RUNNING
[INFO] commands-testsuite/shutdown  SUCCESS (0:00:16.060) 
[INFO] concurrent-testsuite/concurrent-basicRUNNING
[INFO] concurrent-testsuite/concurrent-basicSUCCESS (0:06:12.690) 
[INFO] console-testsuite/advanced   RUNNING
[INFO] console-testsuite/advanced   SUCCESS (0:01:21.901) 
[INFO] console-testsuite/basic  RUNNING
[INFO] console-testsuite/basic  SUCCESS (0:01:44.113) 
[INFO] corba-testsuite/corba-helloworld RUNNING
[INFO] corba-testsuite/corba-helloworld SUCCESS (0:00:48.197) 
[INFO] corba-testsuite/corba-marshalRUNNING
[INFO] corba-testsuite/corba-marshalSUCCESS (0:00:50.960) 
[INFO] corba-testsuite/corba-mytime RUNNING
[INFO] corba-testsuite/corba-mytime SUCCESS (0:00:46.047) 
[INFO] deployment-testsuite/deployment-testsRUNNING
[INFO] deployment-testsuite/deployment-testsSUCCESS (0:00:30.090) 
[INFO] deployment-testsuite/jca-cms-tests   RUNNING
[INFO] deployment-testsuite/jca-cms-tests   SUCCESS (0:00:27.797) 
[INFO] deployment-testsuite/manifestcp-testsRUNNING
[INFO] deployment-testsuite/manifestcp-testsSUCCESS (0:00:29.006) 
[INFO] enterprise-testsuite/ejb-tests   RUNNING
[INFO] enterprise-testsuite/ejb-tests   SUCCESS (0:00:47.407) 
[INFO] enterprise-testsuite/jms-tests   RUNNING
[INFO] enterprise-testsuite/jms-tests   SUCCESS (0:00:51.448) 
[INFO] enterprise-testsuite/jpa-tests   RUNNING
[INFO] enterprise-testsuite/jpa-tests   SUCCESS (0:00:47.659) 
[INFO] enterprise-testsuite/sec-client  RUNNING
[INFO] enterprise-testsuite/sec-client  SUCCESS (0:00:26.188) 
[INFO] enterprise-testsuite/sec-tests   RUNNING
[INFO] enterprise-testsuite/sec-tests   SUCCESS (0:00:51.544) 
[INFO] security-testsuite/test-security RUNNING
[INFO] security-testsuite

[jira] Resolved: (GERONIMO-4462) Allow JAVA_HOME to point to a JRE in Windows OS

2008-12-11 Thread Jarek Gawor (JIRA)

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

Jarek Gawor resolved GERONIMO-4462.
---

   Resolution: Fixed
Fix Version/s: 2.2
   2.1.4
 Assignee: Jarek Gawor

Committed the patch to trunk (revision 725730) and branches/2.1 (revision 
725731). Thanks!


 Allow JAVA_HOME to point to a JRE in Windows OS
 ---

 Key: GERONIMO-4462
 URL: https://issues.apache.org/jira/browse/GERONIMO-4462
 Project: Geronimo
  Issue Type: Improvement
  Security Level: public(Regular issues) 
  Components: commands
Affects Versions: 2.1.3, 2.2
 Environment: Windows OS
Reporter: Jack Cai
Assignee: Jarek Gawor
Priority: Minor
 Fix For: 2.1.4, 2.2

 Attachments: GERONIMO-4462_Jack.patch


 Currently the setjavaenv.bat script will set JRE_HOME=JAVA_HOME if JRE_HOME 
 is not set. This requires JAVA_HOME to point to a JDK installation. Otherwise 
 the geronimo.bat script will fail to launch because JAVA_HOME\jre is not a 
 valid dir. This is an unnecessary requirement. We should allow user to point 
 JAVA_HOME to a JRE installation, as what we do in Linux script.

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



[jira] Updated: (GERONIMO-1367) Shutdown JAR should use deployer stored username/password

2008-12-11 Thread Donald Woods (JIRA)

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

Donald Woods updated GERONIMO-1367:
---

   Patch Info: [Patch Available]
Fix Version/s: (was: Wish List)
   2.2
   2.1.4
 Assignee: Donald Woods

 Shutdown JAR should use deployer stored username/password
 -

 Key: GERONIMO-1367
 URL: https://issues.apache.org/jira/browse/GERONIMO-1367
 Project: Geronimo
  Issue Type: Improvement
  Security Level: public(Regular issues) 
  Components: startup/shutdown, usability
Affects Versions: 1.0
Reporter: Aaron Mulder
Assignee: Donald Woods
Priority: Minor
 Fix For: 2.1.4, 2.2

 Attachments: GERONIMO-1367.patch


 It would be nice if the shutdown script used the username and password saved 
 by the deployer so you didn't need to specify them or re-enter them.

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



[jira] Created: (GERONIMO-4464) GShell does not support login option of old deploy scripts

2008-12-11 Thread Donald Woods (JIRA)
GShell does not support login option of old deploy scripts
--

 Key: GERONIMO-4464
 URL: https://issues.apache.org/jira/browse/GERONIMO-4464
 Project: Geronimo
  Issue Type: Bug
  Security Level: public (Regular issues)
  Components: commands, startup/shutdown
Affects Versions: 2.1.3, 2.1.2, 2.1.1, 2.1, 2.1.4, 2.2
Reporter: Donald Woods
Priority: Minor
 Fix For: 2.1.4, 2.2


The deploy.sh login function is missing from gsh.
Also need this to use gsh for user scripting without requiring users to 
hard-code username/password in their scripts.

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



[jira] Assigned: (GERONIMO-4457) Add testcases about dynamic webservice interface Provider

2008-12-11 Thread Jarek Gawor (JIRA)

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

Jarek Gawor reassigned GERONIMO-4457:
-

Assignee: Jarek Gawor

 Add testcases about dynamic webservice interface Provider
 -

 Key: GERONIMO-4457
 URL: https://issues.apache.org/jira/browse/GERONIMO-4457
 Project: Geronimo
  Issue Type: Test
  Security Level: public(Regular issues) 
  Components: webservices
Reporter: Ivan
Assignee: Jarek Gawor
Priority: Minor
 Attachments: Geronimo-4457.patch


 Provider interface is an important part for web service, especially for 
 Restful web service. Currently, no related testcases exist in our testsuite.

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



Re: svn commit: r725699 - in /geronimo/server/trunk/assemblies/geronimo-boilerplate/src/main/underlay/contents/bin: geronimo.bat geronimo.sh

2008-12-11 Thread David Jencks
I believe apache policy is that patch commit messages need to include  
mention of the contributor.  It would probably be a good idea to edit  
the commit messages to include that, e.g.  ... Thanks to Jack Cai


thanks
david jenkcs

On Dec 11, 2008, at 6:31 AM, ga...@apache.org wrote:


Author: gawor
Date: Thu Dec 11 06:31:55 2008
New Revision: 725699

URL: http://svn.apache.org/viewvc?rev=725699view=rev
Log:
display complete usage info for geronimo stop command (GERONIMO-4463)

Modified:
   geronimo/server/trunk/assemblies/geronimo-boilerplate/src/main/ 
underlay/contents/bin/geronimo.bat
   geronimo/server/trunk/assemblies/geronimo-boilerplate/src/main/ 
underlay/contents/bin/geronimo.sh


Modified: geronimo/server/trunk/assemblies/geronimo-boilerplate/src/ 
main/underlay/contents/bin/geronimo.bat

URL: 
http://svn.apache.org/viewvc/geronimo/server/trunk/assemblies/geronimo-boilerplate/src/main/underlay/contents/bin/geronimo.bat?rev=725699r1=725698r2=725699view=diff
= 
= 
= 
= 
= 
= 
= 
= 
==
--- geronimo/server/trunk/assemblies/geronimo-boilerplate/src/main/ 
underlay/contents/bin/geronimo.bat (original)
+++ geronimo/server/trunk/assemblies/geronimo-boilerplate/src/main/ 
underlay/contents/bin/geronimo.bat Thu Dec 11 06:31:55 2008

@@ -248,7 +248,9 @@
echo args for stop command:
echo--userAdmin user
echo--passwordAdmin password
+echo--hostHostname of the server
echo--portRMI port to connect to
+echo--secure  Enable secure JMX communication
goto end

:doDebug

Modified: geronimo/server/trunk/assemblies/geronimo-boilerplate/src/ 
main/underlay/contents/bin/geronimo.sh

URL: 
http://svn.apache.org/viewvc/geronimo/server/trunk/assemblies/geronimo-boilerplate/src/main/underlay/contents/bin/geronimo.sh?rev=725699r1=725698r2=725699view=diff
= 
= 
= 
= 
= 
= 
= 
= 
==
--- geronimo/server/trunk/assemblies/geronimo-boilerplate/src/main/ 
underlay/contents/bin/geronimo.sh (original)
+++ geronimo/server/trunk/assemblies/geronimo-boilerplate/src/main/ 
underlay/contents/bin/geronimo.sh Thu Dec 11 06:31:55 2008

@@ -374,7 +374,9 @@
  echo args for stop command:
  echo--userAdmin user
  echo--passwordAdmin password
+  echo--hostHostname of the server
  echo--portRMI port to connect to
+  echo--secure  Enable secure JMX communication
  exit 1

fi






[jira] Assigned: (GERONIMO-4459) Provider DataSource does not work correctly

2008-12-11 Thread Jarek Gawor (JIRA)

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

Jarek Gawor reassigned GERONIMO-4459:
-

Assignee: Jarek Gawor

 Provider DataSource does not work correctly
 -

 Key: GERONIMO-4459
 URL: https://issues.apache.org/jira/browse/GERONIMO-4459
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: webservices
Reporter: Ivan
Assignee: Jarek Gawor
 Attachments: Geronimo-4459.patch


 The Provider interface with DataSource does not work correctly.

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



Re: svn commit: r725699 - in /geronimo/server/trunk/assemblies/geronimo-boilerplate/src/main/underlay/contents/bin: geronimo.bat geronimo.sh

2008-12-11 Thread David Jencks
Umm, next time maybe I'll look at all the commits before jumping the  
gun obviously you already fixed this.


sorry :-(
david jencks

On Dec 11, 2008, at 9:49 AM, David Jencks wrote:

I believe apache policy is that patch commit messages need to  
include mention of the contributor.  It would probably be a good  
idea to edit the commit messages to include that, e.g.  ... Thanks  
to Jack Cai


thanks
david jenkcs

On Dec 11, 2008, at 6:31 AM, ga...@apache.org wrote:


Author: gawor
Date: Thu Dec 11 06:31:55 2008
New Revision: 725699

URL: http://svn.apache.org/viewvc?rev=725699view=rev
Log:
display complete usage info for geronimo stop command (GERONIMO-4463)

Modified:
  geronimo/server/trunk/assemblies/geronimo-boilerplate/src/main/ 
underlay/contents/bin/geronimo.bat
  geronimo/server/trunk/assemblies/geronimo-boilerplate/src/main/ 
underlay/contents/bin/geronimo.sh


Modified: geronimo/server/trunk/assemblies/geronimo-boilerplate/src/ 
main/underlay/contents/bin/geronimo.bat

URL: 
http://svn.apache.org/viewvc/geronimo/server/trunk/assemblies/geronimo-boilerplate/src/main/underlay/contents/bin/geronimo.bat?rev=725699r1=725698r2=725699view=diff
= 
= 
= 
= 
= 
= 
= 
= 
= 
=
--- geronimo/server/trunk/assemblies/geronimo-boilerplate/src/main/ 
underlay/contents/bin/geronimo.bat (original)
+++ geronimo/server/trunk/assemblies/geronimo-boilerplate/src/main/ 
underlay/contents/bin/geronimo.bat Thu Dec 11 06:31:55 2008

@@ -248,7 +248,9 @@
echo args for stop command:
echo--userAdmin user
echo--passwordAdmin password
+echo--hostHostname of the server
echo--portRMI port to connect to
+echo--secure  Enable secure JMX communication
goto end

:doDebug

Modified: geronimo/server/trunk/assemblies/geronimo-boilerplate/src/ 
main/underlay/contents/bin/geronimo.sh

URL: 
http://svn.apache.org/viewvc/geronimo/server/trunk/assemblies/geronimo-boilerplate/src/main/underlay/contents/bin/geronimo.sh?rev=725699r1=725698r2=725699view=diff
= 
= 
= 
= 
= 
= 
= 
= 
= 
=
--- geronimo/server/trunk/assemblies/geronimo-boilerplate/src/main/ 
underlay/contents/bin/geronimo.sh (original)
+++ geronimo/server/trunk/assemblies/geronimo-boilerplate/src/main/ 
underlay/contents/bin/geronimo.sh Thu Dec 11 06:31:55 2008

@@ -374,7 +374,9 @@
 echo args for stop command:
 echo--userAdmin user
 echo--passwordAdmin password
+  echo--hostHostname of the server
 echo--portRMI port to connect to
+  echo--secure  Enable secure JMX communication
 exit 1

fi








Re: svn commit: r725699 - in /geronimo/server/trunk/assemblies/geronimo-boilerplate/src/main/underlay/contents/bin: geronimo.bat geronimo.sh

2008-12-11 Thread Kevan Miller


On Dec 11, 2008, at 12:49 PM, David Jencks wrote:

I believe apache policy is that patch commit messages need to  
include mention of the contributor.  It would probably be a good  
idea to edit the commit messages to include that, e.g.  ... Thanks  
to Jack Cai


Pretty sure that Jarek had already fixed that...

--kevan



Re: Dependency injection in HttpSessionBindingListener

2008-12-11 Thread David Jencks
Why do you think that HttpSessionBindingListeners should support  
dependecy injection?  They aren't managed objects AFAICT and as you  
state.  Is there something I've overlooked in the spec?


thanks
david jencks

On Dec 11, 2008, at 7:12 AM, Vamsavardhana Reddy wrote:

As part of SCA JavaEE Integration, I am looking at dependency  
injection into HttpSessionBindingListener's in web apps.   
HttpSessionBindingListener is different from other listeners in that  
HttpSessionBindingListener need not be specified in web.xml.   
HttpSessionBindingListener gets activated automatically when an  
object of that type (implementing HttpSessionBindingListener  
actually) is bound to HttpSession. Other listeners are specified in  
web.xml and their instantiation is done by the web container.   
Because of this, at deployment time, the web builder does not even  
know if there is any HttpSessionBindingListener that it should  
process to support dependency injection.  Any thing I am failing to  
see?


Vamsi




J2G migration test against JBoss v5

2008-12-11 Thread Ron Staerker
Would someone be able to take on the challenge of testing the J2G migration
tool against JBoss AS5 at http://jboss.org/?

From the JBoss v5 Admin guide
http://www.jboss.org/file-access/default/members/jbossas/freezone/docs/Administration_And_Configuration_Guide/5/html_single/index.html#d0e313there
are some JBoss proprietary extensions with EJB3 and JAX-WS.  I assume
these would not affect J2G but it would be interesting to see.

Thanks
Ron Staerker


[BUILD] branches/2.0: Failed for Revision: 725862

2008-12-11 Thread gawor
Geronimo Revision: 725862 built with tests included
 
See the full build-2000.log file at 
http://people.apache.org/builds/geronimo/server/binaries/2.0/20081211/build-2000.log
 
Download the binaries from 
http://people.apache.org/builds/geronimo/server/binaries/2.0/20081211
[INFO] BUILD SUCCESSFUL
[INFO] 
[INFO] Total time: 34 minutes 6 seconds
[INFO] Finished at: Thu Dec 11 20:37:42 EST 2008
[INFO] Final Memory: 220M/922M
[INFO] 
 
TESTSUITE RESULTS (Failures only)
=
See detailed results at 
http://people.apache.org/builds/geronimo/server/testsuite/ResultsSummary.html
 
Assembly: tomcat
=
See the full test.log file at 
http://people.apache.org/builds/geronimo/server/binaries/2.0/20081211/logs-2000-tomcat/test.log
 
 
Downloading: 
http://repo.exist.com/maven2/openejb/openejb-loader/1.0/openejb-loader-1.0.pom
6K downloaded
Downloading: http://maven.openqa.org/log4j/log4j/1.2.8/log4j-1.2.8.pom
Downloading: http://repo.exist.com/maven2/log4j/log4j/1.2.8/log4j-1.2.8.pom
145b downloaded
Downloading: http://maven.openqa.org/javax/servlet/jsp-api/2.0/jsp-api-2.0.pom
Downloading: 
http://repo.exist.com/maven2/javax/servlet/jsp-api/2.0/jsp-api-2.0.pom
362b downloaded
Downloading: 
http://maven.openqa.org/com/thoughtworks/xstream/xstream/1.2.2/xstream-1.2.2.pom
Downloading: 
http://repo.exist.com/maven2/com/thoughtworks/xstream/xstream/1.2.2/xstream-1.2.2.pom
10K downloaded
Downloading: 
http://maven.openqa.org/com/thoughtworks/xstream/xstream-parent/1.2.2/xstream-parent-1.2.2.pom
Downloading: 
http://repo.exist.com/maven2/com/thoughtworks/xstream/xstream-parent/1.2.2/xstream-parent-1.2.2.pom
11K downloaded
Downloading: 
http://maven.openqa.org/xpp3/xpp3_min/1.1.3.4.O/xpp3_min-1.1.3.4.O.pom
Downloading: 
http://repo.exist.com/maven2/xpp3/xpp3_min/1.1.3.4.O/xpp3_min-1.1.3.4.O.pom
638b downloaded
Downloading: 
http://maven.openqa.org/org/apache/ant/ant-nodeps/1.7.0/ant-nodeps-1.7.0.pom
Downloading: 
http://repo.exist.com/maven2/org/apache/ant/ant-nodeps/1.7.0/ant-nodeps-1.7.0.pom
5K downloaded
Downloading: 
http://maven.openqa.org/org/openqa/selenium/server/selenium-server/0.9.2/selenium-server-0.9.2.pom
Downloading: 
http://repo.exist.com/maven2/org/openqa/selenium/server/selenium-server/0.9.2/selenium-server-0.9.2.pom
Downloading: 
http://download.java.net/maven/1//org.openqa.selenium.server/poms/selenium-server-0.9.2.pom
Downloading: 
http://people.apache.org/repo/m2-incubating-repository//org/openqa/selenium/server/selenium-server/0.9.2/selenium-server-0.9.2.pom
Downloading: 
http://repo.exist.com/maven2/org/openqa/selenium/server/selenium-server/0.9.2/selenium-server-0.9.2.pom
Downloading: 
http://maven.openqa.org/org/codehaus/mojo/groovy/groovy-mojo-common/1.0-beta-2/groovy-mojo-common-1.0-beta-2.jar
Downloading: 
http://download.java.net/maven/1//org.codehaus.mojo.groovy/jars/groovy-mojo-common-1.0-beta-2.jar
Downloading: 
http://people.apache.org/repo/m2-incubating-repository//org/codehaus/mojo/groovy/groovy-mojo-common/1.0-beta-2/groovy-mojo-common-1.0-beta-2.jar
Downloading: 
http://repo.exist.com/maven2/org/codehaus/mojo/groovy/groovy-mojo-common/1.0-beta-2/groovy-mojo-common-1.0-beta-2.jar
4K downloaded
Downloading: 
http://maven.openqa.org/com/thoughtworks/xstream/xstream/1.2.2/xstream-1.2.2.jar
Downloading: 
http://download.java.net/maven/1//com.thoughtworks.xstream/jars/xstream-1.2.2.jar
Downloading: 
http://people.apache.org/repo/m2-incubating-repository//com/thoughtworks/xstream/xstream/1.2.2/xstream-1.2.2.jar
Downloading: 
http://repo.exist.com/maven2/com/thoughtworks/xstream/xstream/1.2.2/xstream-1.2.2.jar
364K downloaded
Downloading: 
http://maven.openqa.org/xpp3/xpp3_min/1.1.3.4.O/xpp3_min-1.1.3.4.O.jar
Downloading: http://download.java.net/maven/1//xpp3/jars/xpp3_min-1.1.3.4.O.jar
Downloading: 
http://people.apache.org/repo/m2-incubating-repository//xpp3/xpp3_min/1.1.3.4.O/xpp3_min-1.1.3.4.O.jar
Downloading: 
http://repository.codehaus.org/xpp3/xpp3_min/1.1.3.4.O/xpp3_min-1.1.3.4.O.jar
Downloading: 
http://repo.exist.com/maven2/xpp3/xpp3_min/1.1.3.4.O/xpp3_min-1.1.3.4.O.jar
24K downloaded
Downloading: http://maven.openqa.org/bsf/bsf/2.4.0/bsf-2.4.0.jar
Downloading: http://download.java.net/maven/1//bsf/jars/bsf-2.4.0.jar
Downloading: 
http://people.apache.org/repo/m2-incubating-repository//bsf/bsf/2.4.0/bsf-2.4.0.jar
Downloading: http://repo.exist.com/maven2/bsf/bsf/2.4.0/bsf-2.4.0.jar
110K downloaded
Downloading: 
http://maven.openqa.org/org/codehaus/mojo/groovy/groovy-mojo-support/1.0-beta-2/groovy-mojo-support-1.0-beta-2.jar
Downloading: 
http://repo.exist.com/maven2/org/codehaus/mojo/groovy/groovy-mojo-support/1.0-beta-2/groovy-mojo-support-1.0-beta-2.jar
32K downloaded
Downloading: 
http://maven.openqa.org/org/apache/ant/ant-junit/1.7.0/ant-junit-1.7.0.jar
Downloading: 
http

[jira] Resolved: (GERONIMO-4457) Add testcases about dynamic webservice interface Provider

2008-12-11 Thread Jarek Gawor (JIRA)

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

Jarek Gawor resolved GERONIMO-4457.
---

   Resolution: Fixed
Fix Version/s: 2.2

Committed the patch (with tiny changes) to trunk (revision 725899). Thank you 
very much!  Will investigate the HTTP binding issues next. 



 Add testcases about dynamic webservice interface Provider
 -

 Key: GERONIMO-4457
 URL: https://issues.apache.org/jira/browse/GERONIMO-4457
 Project: Geronimo
  Issue Type: Test
  Security Level: public(Regular issues) 
  Components: webservices
Reporter: Ivan
Assignee: Jarek Gawor
Priority: Minor
 Fix For: 2.2

 Attachments: Geronimo-4457.patch


 Provider interface is an important part for web service, especially for 
 Restful web service. Currently, no related testcases exist in our testsuite.

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



Re: Dependency injection in HttpSessionBindingListener

2008-12-11 Thread Vamsavardhana Reddy
Section 5.4.1 in SCA JEE Integration spec v1.0, the table at line 484 lists
HttpSessionBindingListener.  Do you think we should get rid of that entry?

++Vamsi

On Thu, Dec 11, 2008 at 11:15 PM, David Jencks david_jen...@yahoo.comwrote:

 Why do you think that HttpSessionBindingListeners should support dependecy
 injection?  They aren't managed objects AFAICT and as you state.  Is there
 something I've overlooked in the spec?
 thanks
 david jencks

 On Dec 11, 2008, at 7:12 AM, Vamsavardhana Reddy wrote:

 As part of SCA JavaEE Integration, I am looking at dependency injection
 into HttpSessionBindingListener's in web apps.  HttpSessionBindingListener
 is different from other listeners in that HttpSessionBindingListener need
 not be specified in web.xml.  HttpSessionBindingListener gets activated
 automatically when an object of that type (implementing
 HttpSessionBindingListener actually) is bound to HttpSession. Other
 listeners are specified in web.xml and their instantiation is done by the
 web container.  Because of this, at deployment time, the web builder does
 not even know if there is any HttpSessionBindingListener that it should
 process to support dependency injection.  Any thing I am failing to see?

 Vamsi





-- 
Vamsi