OpenEJB version to use for G2.2.2

2012-02-24 Thread Jay D. McHugh

Hey All,

I just took a look at OpenEJB's 3.1.x source tags and they stop at 3.1.4.

Geronimo 2.2.x is looking for 3.1.5-SNAPSHOT - but it looks like there 
will never be a 3.1.5 final.


Does anyone know what version has the fixes we were using in 
3.1.5-SNAPSHOT and would be backward compatible?  I could just go ahead 
and try 3.2 but that feels like a big jump.


Jay


[jira] [Commented] (GERONIMO-6189) web access URL is not included virtual host infomation

2012-02-24 Thread Forrest Xia (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-6189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13215601#comment-13215601
 ] 

Forrest Xia commented on GERONIMO-6189:
---

xiezhi, thanks for your contribution.

I think this patch needs some update, cause we cannot assume the port number is 
8080, it needs to be dynamic as well.

> web access URL is not included virtual host infomation
> --
>
> Key: GERONIMO-6189
> URL: https://issues.apache.org/jira/browse/GERONIMO-6189
> Project: Geronimo
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>  Components: console
>Affects Versions: 2.1.7, 2.2.1, 3.0
>Reporter: Ivan
>Assignee: xiezhi
>Priority: Minor
> Fix For: 3.0-beta-1
>
> Attachments: urlwithHost.patch
>
>
> On the web application administration portlet, the virtual host information 
> is not included in the web access URL

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (GERONIMO-6287) Server instance which created by gogo command "deploy:new-server-instance "can't be started

2012-02-24 Thread Tina Li (Updated) (JIRA)

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

Tina Li updated GERONIMO-6287:
--

Environment: 
JDK6 SR10
Redhat 6.1 x86_64 GNU/Linux
Build: 2012.02.23

  was:
JDK6 SR10
Redhat 6.1 x86_64 GNU/Linux
Build: 2012.02.23-14:54:05.382+0800


> Server instance which created by gogo command "deploy:new-server-instance 
> "can't be started 
> 
>
> Key: GERONIMO-6287
> URL: https://issues.apache.org/jira/browse/GERONIMO-6287
> Project: Geronimo
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>  Components: commands, osgi
>Affects Versions: 3.0-beta-1
> Environment: JDK6 SR10
> Redhat 6.1 x86_64 GNU/Linux
> Build: 2012.02.23
>Reporter: Tina Li
>Priority: Minor
>
> Steps:
> 1. Start geronimo successfully using ./geronimo.sh run 
> 2. Using gogo command to create a new instance named inst1:
>  geronimo> deploy:new-server-instance  inst1
> Connection established
> Server created
> 3.Change the PortOffset of the new instance
> 4. Try to start the server instance:
> $ export GERONIMO_SERVER=inst1
> $ bin/geronimo.sh run -l
> 5. But failed to start:
> Error launching framework: java.lang.IllegalArgumentException: Property 
> karaf.framework must be set in the etc/config.properties configuration file
> 6.Check the content under /inst1, only /var existed but /etc 
> missing

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (GERONIMO-6287) Server instance which created by gogo command "deploy:new-server-instance "can't be started

2012-02-24 Thread Tina Li (Created) (JIRA)
Server instance which created by gogo command "deploy:new-server-instance 
"can't be started 


 Key: GERONIMO-6287
 URL: https://issues.apache.org/jira/browse/GERONIMO-6287
 Project: Geronimo
  Issue Type: Bug
  Security Level: public (Regular issues)
  Components: commands, osgi
Affects Versions: 3.0-beta-1
 Environment: JDK6 SR10
Redhat 6.1 x86_64 GNU/Linux
Build: 2012.02.23-14:54:05.382+0800
Reporter: Tina Li
Priority: Minor


Steps:

1. Start geronimo successfully using ./geronimo.sh run 
2. Using gogo command to create a new instance named inst1:
 geronimo> deploy:new-server-instance  inst1
Connection established
Server created
3.Change the PortOffset of the new instance
4. Try to start the server instance:
$ export GERONIMO_SERVER=inst1
$ bin/geronimo.sh run -l
5. But failed to start:
Error launching framework: java.lang.IllegalArgumentException: Property 
karaf.framework must be set in the etc/config.properties configuration file
6.Check the content under /inst1, only /var existed but /etc 
missing

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Assigned] (GERONIMO-6189) web access URL is not included virtual host infomation

2012-02-24 Thread xiezhi (Assigned) (JIRA)

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

xiezhi reassigned GERONIMO-6189:


Assignee: xiezhi

> web access URL is not included virtual host infomation
> --
>
> Key: GERONIMO-6189
> URL: https://issues.apache.org/jira/browse/GERONIMO-6189
> Project: Geronimo
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>  Components: console
>Affects Versions: 2.1.7, 2.2.1, 3.0
>Reporter: Ivan
>Assignee: xiezhi
>Priority: Minor
> Fix For: 3.0-beta-1
>
> Attachments: urlwithHost.patch
>
>
> On the web application administration portlet, the virtual host information 
> is not included in the web access URL

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Resolved] (GERONIMO-6189) web access URL is not included virtual host infomation

2012-02-24 Thread xiezhi (Resolved) (JIRA)

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

xiezhi resolved GERONIMO-6189.
--

   Resolution: Fixed
Fix Version/s: 3.0-beta-1

> web access URL is not included virtual host infomation
> --
>
> Key: GERONIMO-6189
> URL: https://issues.apache.org/jira/browse/GERONIMO-6189
> Project: Geronimo
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>  Components: console
>Affects Versions: 2.1.7, 2.2.1, 3.0
>Reporter: Ivan
>Priority: Minor
> Fix For: 3.0-beta-1
>
> Attachments: urlwithHost.patch
>
>
> On the web application administration portlet, the virtual host information 
> is not included in the web access URL

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (GERONIMO-6189) web access URL is not included virtual host infomation

2012-02-24 Thread xiezhi (Updated) (JIRA)

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

xiezhi updated GERONIMO-6189:
-

Attachment: urlwithHost.patch

The problem has been fixed with adding a host information.
If you want to recreate this problem, please follow this instruction[1] to 
configure virtual host and deploy an application on it. After you deployed 
HelloWorld.war, you can check it's URL on the web application administration 
portlet. The URL should be http://localhost:8080/hello.




[1]https://cwiki.apache.org/GMOxDOC30/configuring-virtual-host-in-tomcat.html

> web access URL is not included virtual host infomation
> --
>
> Key: GERONIMO-6189
> URL: https://issues.apache.org/jira/browse/GERONIMO-6189
> Project: Geronimo
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>  Components: console
>Affects Versions: 2.1.7, 2.2.1, 3.0
>Reporter: Ivan
>Priority: Minor
> Attachments: urlwithHost.patch
>
>
> On the web application administration portlet, the virtual host information 
> is not included in the web access URL

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (GERONIMO-6189) web access URL is not included virtual host infomation

2012-02-24 Thread xiezhi (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-6189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13215499#comment-13215499
 ] 

xiezhi commented on GERONIMO-6189:
--

It need to add host information in the URL if the host has assigned explicitly.

> web access URL is not included virtual host infomation
> --
>
> Key: GERONIMO-6189
> URL: https://issues.apache.org/jira/browse/GERONIMO-6189
> Project: Geronimo
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>  Components: console
>Affects Versions: 2.1.7, 2.2.1, 3.0
>Reporter: Ivan
>Priority: Minor
>
> On the web application administration portlet, the virtual host information 
> is not included in the web access URL

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira