Activity log for bug #1012794

Date Who What changed Old value New value Message
2012-06-13 18:10:50 John Svazic bug added bug
2012-06-15 18:48:30 Robert Roth tomcat7 (Ubuntu): importance Undecided Wishlist
2012-06-26 13:19:54 James Page nominated for series Ubuntu Precise
2012-06-26 13:19:54 James Page bug task added tomcat7 (Ubuntu Precise)
2012-06-26 13:20:00 James Page tomcat7 (Ubuntu): status New Fix Released
2012-06-26 13:20:07 James Page tomcat7 (Ubuntu Precise): milestone ubuntu-12.04.1
2012-06-26 13:28:13 James Page summary Upgrade Tomcat7 to 7.0.27 for 12.04 DataSource JNDI lookup with javax.naming.Name failed
2012-06-26 13:28:20 James Page tomcat7 (Ubuntu Precise): importance Undecided High
2012-06-26 13:29:12 James Page tomcat7 (Ubuntu Precise): status New Confirmed
2012-06-26 13:29:16 James Page tomcat7 (Ubuntu Precise): assignee James Page (james-page)
2012-06-26 13:57:12 John Svazic bug watch added http://issues.apache.org/bugzilla/show_bug.cgi?id=52830
2012-07-05 16:23:37 John Svazic attachment added Sample WAR file to demonstrate the issue/validate the fix https://bugs.launchpad.net/ubuntu/+source/tomcat7/+bug/1012794/+attachment/3214186/+files/ubuntu-test.war
2012-07-12 20:27:25 Stéphane Graber tomcat7 (Ubuntu Precise): status Confirmed Triaged
2012-07-12 21:30:35 James Page description I realize that Tomcat was just upgraded to 7.0.26, but there are a few fixes in Tomcat 7.0.27, specifically issue 52830 (https://issues.apache.org/bugzilla/show_bug.cgi?id=52830) which causes a big problem for people, like me, who are trying to use the Tomcat connection pool with Hibernate 4.x, which fails without this fix. Currently I updated my deployment by hand, but I would much rather have a proper package. I can't find a PPA, and my skill set is nil in terms of the ability to create my own PPA for this. Many thanks! [Impact] Users of tomcat7 are unable to deploy applications which use Name instead of String to complete JNDI lookups. This includes applications which make use of the most recent version of the popular hibernate ORM framework. [Test Case] sudo apt-get install tomcat7 libhsqldb-java sudo ln -s /usr/share/hsqldb.jar /usr/share/tomcat7/lib/hsqldb.jar sudo wget "https://bugs.launchpad.net/ubuntu/+source/tomcat7/+bug/1012794/+attachment/3214186/+files/ubuntu-test.war" -O /var/lib/tomcat7/webapps/ubuntu-test.war sudo service tomcat7 restart goto : http://localhost:8080/ubuntu-test >> Big stack trace..... [Regression Potential] Minimal - the change is isolated to JNDI lookups by Name and is in later versions of tomcat7. >> Original Bug Report << I realize that Tomcat was just upgraded to 7.0.26, but there are a few fixes in Tomcat 7.0.27, specifically issue 52830 (https://issues.apache.org/bugzilla/show_bug.cgi?id=52830) which causes a big problem for people, like me, who are trying to use the Tomcat connection pool with Hibernate 4.x, which fails without this fix. Currently I updated my deployment by hand, but I would much rather have a proper package. I can't find a PPA, and my skill set is nil in terms of the ability to create my own PPA for this. Many thanks!
2012-07-12 21:34:05 James Page attachment added ubuntu-test.war https://bugs.launchpad.net/ubuntu/+source/tomcat7/+bug/1012794/+attachment/3221552/+files/ubuntu-test.war
2012-07-12 21:34:57 James Page attachment removed Sample WAR file to demonstrate the issue/validate the fix https://bugs.launchpad.net/ubuntu/+source/tomcat7/+bug/1012794/+attachment/3214186/+files/ubuntu-test.war
2012-07-12 21:35:20 James Page description [Impact] Users of tomcat7 are unable to deploy applications which use Name instead of String to complete JNDI lookups. This includes applications which make use of the most recent version of the popular hibernate ORM framework. [Test Case] sudo apt-get install tomcat7 libhsqldb-java sudo ln -s /usr/share/hsqldb.jar /usr/share/tomcat7/lib/hsqldb.jar sudo wget "https://bugs.launchpad.net/ubuntu/+source/tomcat7/+bug/1012794/+attachment/3214186/+files/ubuntu-test.war" -O /var/lib/tomcat7/webapps/ubuntu-test.war sudo service tomcat7 restart goto : http://localhost:8080/ubuntu-test >> Big stack trace..... [Regression Potential] Minimal - the change is isolated to JNDI lookups by Name and is in later versions of tomcat7. >> Original Bug Report << I realize that Tomcat was just upgraded to 7.0.26, but there are a few fixes in Tomcat 7.0.27, specifically issue 52830 (https://issues.apache.org/bugzilla/show_bug.cgi?id=52830) which causes a big problem for people, like me, who are trying to use the Tomcat connection pool with Hibernate 4.x, which fails without this fix. Currently I updated my deployment by hand, but I would much rather have a proper package. I can't find a PPA, and my skill set is nil in terms of the ability to create my own PPA for this. Many thanks! [Impact] Users of tomcat7 are unable to deploy applications which use Name instead of String to complete JNDI lookups. This includes applications which make use of the most recent version of the popular hibernate ORM framework. [Test Case] sudo apt-get install tomcat7 libhsqldb-java sudo ln -s /usr/share/hsqldb.jar /usr/share/tomcat7/lib/hsqldb.jar sudo wget "https://bugs.launchpad.net/ubuntu/+source/tomcat7/+bug/1012794/+attachment/3221552/+files/ubuntu-test.war" -O /var/lib/tomcat7/webapps/ubuntu-test.war sudo service tomcat7 restart goto : http://localhost:8080/ubuntu-test >> Big stack trace..... [Regression Potential] Minimal - the change is isolated to JNDI lookups by Name and is in later versions of tomcat7. >> Original Bug Report << I realize that Tomcat was just upgraded to 7.0.26, but there are a few fixes in Tomcat 7.0.27, specifically issue 52830 (https://issues.apache.org/bugzilla/show_bug.cgi?id=52830) which causes a big problem for people, like me, who are trying to use the Tomcat connection pool with Hibernate 4.x, which fails without this fix. Currently I updated my deployment by hand, but I would much rather have a proper package. I can't find a PPA, and my skill set is nil in terms of the ability to create my own PPA for this. Many thanks!
2012-07-12 21:36:48 James Page description [Impact] Users of tomcat7 are unable to deploy applications which use Name instead of String to complete JNDI lookups. This includes applications which make use of the most recent version of the popular hibernate ORM framework. [Test Case] sudo apt-get install tomcat7 libhsqldb-java sudo ln -s /usr/share/hsqldb.jar /usr/share/tomcat7/lib/hsqldb.jar sudo wget "https://bugs.launchpad.net/ubuntu/+source/tomcat7/+bug/1012794/+attachment/3221552/+files/ubuntu-test.war" -O /var/lib/tomcat7/webapps/ubuntu-test.war sudo service tomcat7 restart goto : http://localhost:8080/ubuntu-test >> Big stack trace..... [Regression Potential] Minimal - the change is isolated to JNDI lookups by Name and is in later versions of tomcat7. >> Original Bug Report << I realize that Tomcat was just upgraded to 7.0.26, but there are a few fixes in Tomcat 7.0.27, specifically issue 52830 (https://issues.apache.org/bugzilla/show_bug.cgi?id=52830) which causes a big problem for people, like me, who are trying to use the Tomcat connection pool with Hibernate 4.x, which fails without this fix. Currently I updated my deployment by hand, but I would much rather have a proper package. I can't find a PPA, and my skill set is nil in terms of the ability to create my own PPA for this. Many thanks! [Impact] Users of tomcat7 are unable to deploy applications which use Name instead of String to complete JNDI lookups. This includes applications which make use of the most recent version of the popular hibernate ORM framework. [Test Case] sudo apt-get install tomcat7 libhsqldb-java sudo ln -s /usr/share/hsqldb.jar /usr/share/tomcat7/lib/hsqldb.jar sudo wget "https://bugs.launchpad.net/ubuntu/+source/tomcat7/+bug/1012794/+attachment/3221552/+files/ubuntu-test.war" -O /var/lib/tomcat7/webapps/ubuntu-test.war sudo service tomcat7 restart goto : http://localhost:8080/ubuntu-test >> Big stack trace including "javax.naming.NamingException: This context must be accessed through a java: URL" [Regression Potential] Minimal - the change is isolated to JNDI lookups by Name and is in later versions of tomcat7. >> Original Bug Report << I realize that Tomcat was just upgraded to 7.0.26, but there are a few fixes in Tomcat 7.0.27, specifically issue 52830 (https://issues.apache.org/bugzilla/show_bug.cgi?id=52830) which causes a big problem for people, like me, who are trying to use the Tomcat connection pool with Hibernate 4.x, which fails without this fix. Currently I updated my deployment by hand, but I would much rather have a proper package. I can't find a PPA, and my skill set is nil in terms of the ability to create my own PPA for this. Many thanks!
2012-07-12 21:37:55 James Page description [Impact] Users of tomcat7 are unable to deploy applications which use Name instead of String to complete JNDI lookups. This includes applications which make use of the most recent version of the popular hibernate ORM framework. [Test Case] sudo apt-get install tomcat7 libhsqldb-java sudo ln -s /usr/share/hsqldb.jar /usr/share/tomcat7/lib/hsqldb.jar sudo wget "https://bugs.launchpad.net/ubuntu/+source/tomcat7/+bug/1012794/+attachment/3221552/+files/ubuntu-test.war" -O /var/lib/tomcat7/webapps/ubuntu-test.war sudo service tomcat7 restart goto : http://localhost:8080/ubuntu-test >> Big stack trace including "javax.naming.NamingException: This context must be accessed through a java: URL" [Regression Potential] Minimal - the change is isolated to JNDI lookups by Name and is in later versions of tomcat7. >> Original Bug Report << I realize that Tomcat was just upgraded to 7.0.26, but there are a few fixes in Tomcat 7.0.27, specifically issue 52830 (https://issues.apache.org/bugzilla/show_bug.cgi?id=52830) which causes a big problem for people, like me, who are trying to use the Tomcat connection pool with Hibernate 4.x, which fails without this fix. Currently I updated my deployment by hand, but I would much rather have a proper package. I can't find a PPA, and my skill set is nil in terms of the ability to create my own PPA for this. Many thanks! [Impact] Users of tomcat7 are unable to deploy applications which use Name instead of String to complete JNDI lookups. This includes applications which make use of the most recent version of the popular hibernate ORM framework. [Test Case] sudo apt-get install tomcat7 libhsqldb-java sudo ln -s /usr/share/hsqldb.jar /usr/share/tomcat7/lib/hsqldb.jar sudo wget "https://bugs.launchpad.net/ubuntu/+source/tomcat7/+bug/1012794/+attachment/3221552/+files/ubuntu-test.war" -O /var/lib/tomcat7/webapps/ubuntu-test.war sudo service tomcat7 restart goto : http://localhost:8080/ubuntu-test >> Big stack trace including "javax.naming.NamingException: This context must be accessed through a java: URL" when fixed: "Message Test Hello, world! It's Alive!!!" [Regression Potential] Minimal - the change is isolated to JNDI lookups by Name and is in later versions of tomcat7. >> Original Bug Report << I realize that Tomcat was just upgraded to 7.0.26, but there are a few fixes in Tomcat 7.0.27, specifically issue 52830 (https://issues.apache.org/bugzilla/show_bug.cgi?id=52830) which causes a big problem for people, like me, who are trying to use the Tomcat connection pool with Hibernate 4.x, which fails without this fix. Currently I updated my deployment by hand, but I would much rather have a proper package. I can't find a PPA, and my skill set is nil in terms of the ability to create my own PPA for this. Many thanks!
2012-07-12 21:42:07 James Page summary DataSource JNDI lookup with javax.naming.Name failed [SRU]DataSource JNDI lookup with javax.naming.Name failed
2012-07-12 21:42:12 James Page summary [SRU]DataSource JNDI lookup with javax.naming.Name failed [SRU] DataSource JNDI lookup with javax.naming.Name failed
2012-07-12 21:42:16 James Page tomcat7 (Ubuntu Precise): status Triaged In Progress
2012-07-12 21:42:32 James Page bug added subscriber Ubuntu Stable Release Updates Team
2012-07-19 15:20:29 Brian Murray tomcat7 (Ubuntu Precise): status In Progress Fix Committed
2012-07-19 15:20:33 Brian Murray bug added subscriber SRU Verification
2012-07-19 15:20:35 Brian Murray tags tomcat7 upgrade tomcat7 upgrade verification-needed
2012-07-19 15:50:08 Launchpad Janitor branch linked lp:~ubuntu-branches/ubuntu/precise/tomcat7/precise-proposed
2012-07-20 07:27:54 James Page tags tomcat7 upgrade verification-needed tomcat7 upgrade verification-done
2012-07-26 16:56:20 Brian Murray removed subscriber Ubuntu Stable Release Updates Team
2012-07-26 16:58:09 Launchpad Janitor tomcat7 (Ubuntu Precise): status Fix Committed Fix Released