From Greater_New_York_Data_Center_Sum at mail.vresp.com Tue Nov 1 01:37:44 2011 From: Greater_New_York_Data_Center_Sum at mail.vresp.com (Greater New York Data Center Summit) Date: Tue, 01 Nov 2011 01:37:44 +0000 Subject: [zanata-devel] Agenda Announced Message-ID: - http://hosted.verticalresponse.com/888657/d38d9430ca/1536601579/0358139046/ Having trouble viewing this e-mail? Click here. AGENDA - http://cts.vresp.com/c/?CapRateEventsLLC/d38d9430ca/0358139046/478d6bf69f/page_id=46 | ATTENDING FIRMS - http://cts.vresp.com/c/?CapRateEventsLLC/d38d9430ca/0358139046/fd5d70334f/page_id=51 | SPEAKERS - http://cts.vresp.com/c/?CapRateEventsLLC/d38d9430ca/0358139046/e05aa302ae/page_id=63 | VENUE - http://cts.vresp.com/c/?CapRateEventsLLC/d38d9430ca/0358139046/c34f69a297/page_id=70 | REGISTRATION - http://cts.vresp.com/c/?CapRateEventsLLC/d38d9430ca/0358139046/64ad4ede6a/EventID=1005369 - http://cts.vresp.com/c/?CapRateEventsLLC/d38d9430ca/0358139046/d3fadc2a94/EventID=1005369 - http://cts.vresp.com/c/?CapRateEventsLLC/d38d9430ca/0358139046/f42a5b1794/EventID=1005369 Agenda Announced: GREATER NEW YORK DATA CENTER SUMMIT High-Level Information & Networking for Executives Who Work in Data Center Investment, Development, Brokerage, Management, or Who Seek Exposure to The Industry's Hot Sector November 29, 2011 7:30 am-1:30 pm The McGraw-Hill Conference Center - New York City 8.30 Opening Remarks 8.35 "The Data" on the Data Center Market: Market Fundamentals & Investment Sales Volume Nationally and in Greater New York City 9.05 Greater New York Data Center Market 360: Challenges & Opportunities in a Densely-Populated Region 10.05 Networking Break 10.30 Financing Data Centers: Who are the Active Debt Players and is Private Equity Poised to Become More Active? 11.20 Networking Break 11.40 New York City Data Center Panel 12.20 Corporate End User Roundtable 1.00 Keynote Address - http://cts.vresp.com/c/?CapRateEventsLLC/d38d9430ca/0358139046/3f53141df6/page_id=46 Attending Firms (as of October 25) AHA Consulting Engineers CapRate Events, LLC Colliers International Faithful+Gould FiberMedia Grubb & Ellis Horrigan Development Jones Lang LaSalle Americas, Inc. Mount Kellett Rockefeller Group Technology Solutions, Inc. (RGTS) Sabey Data Center Properties Telx WB Engineers | Consultants > Suggest a Speaker - brian at cre-events.com?subject=Suggest%20a%20Speaker--Data%20Center%20Summit > Request Sponsorship Information - cory at cre-events.com?subject=Sponsorship%20Information--Data%20Center%20Summit Produced by: CapRate Events, LLC - http://cts.vresp.com/c/?CapRateEventsLLC/d38d9430ca/0358139046/bbf74cbd4a | A New Media Platform for Commercial Real Estate > Industry-Leading Conferences and Webinars for Market Intelligence & Growth > Connect with 72,000 Active & Entrepreneurial Senior-Level Commercial Real Estate Executives* > New Voices, Niche Topics, Custom Media Solutions & More * Current subscriber database (as of October 12, 2011) ______________________________________________________________________ Click to view this email in a browser http://hosted.verticalresponse.com/888657/d38d9430ca/1536601579/0358139046/ If you no longer wish to receive these emails, please reply to this message with "Unsubscribe" in the subject line or simply click on the following link: http://cts.vresp.com/u?d38d9430ca/0358139046/mlpftw ______________________________________________________________________ This message was sent by Greater New York Data Center Summit using VerticalResponse CapRate Events, LLC 841 Broadway, Suite 500 New York, New York 10003 US Read the VerticalResponse marketing policy: http://www.verticalresponse.com/content/pm_policy.html -------------- next part -------------- An HTML attachment was scrubbed... URL: From sflaniga at redhat.com Tue Nov 8 03:07:10 2011 From: sflaniga at redhat.com (Sean Flanigan) Date: Mon, 07 Nov 2011 22:07:10 -0500 (EST) Subject: [zanata-devel] Getting Zanata to work on AS 7 In-Reply-To: <4E9FB16D.6070102@redhat.com> Message-ID: <742828ba-ab5a-41b9-bff2-45adb6e3fd41@zmail13.collab.prod.int.phx2.redhat.com> David Mason has been trying to upgrade Hibernate so that we can take advantage of the new MassIndexer in Hibernate Search. Unfortunately we'd have to modify some of EAP 5's configuration files to make it work with a newer Hibernate, so we can't use it yet. However, the changes have now been merged into master, with the incompatible changes isolated in the profile "jboss7". Note that they haven't been tested on JBoss 7, and I'm pretty sure they won't work yet. Helen, perhaps you can use David's work as a base for your AS 7 work? ----- Original Message ----- > Further to this... > > From my skimming of the AS7 upgrade guide, upgrading to AS7 will > require > upgrading at least to Hibernate 3.5. AS7.0.1 comes with Hibernate 4, > but lets you package Hibernate 3.5+ with the application. > > https://docs.jboss.org/author/display/AS7/JPA+Reference+Guide > http://relation.to/Bloggers/UsingADifferentPersistenceProviderWithAS701 > > > We can package Hibernate 3.5+ with the application if it helps, but I > recommend we stick to Hibernate 3.3.2 APIs in the code, if possible. > (Since Hibernate 3.3.2 is what comes with JBoss EWP 5.) > > Sean. > > On 2011-10-19 17:56, Sean Flanigan wrote: > > Actually, it might be a good idea to ignore the standalone.xml I > > created, and jump straight to a more scriptable way of creating the > > datasource, using the AS7 CLI, or better still the > > jboss-as-maven-plugin: > > > > https://docs.jboss.org/author/display/AS7/Management+Clients > > https://docs.jboss.org/author/display/AS7/DataSource+configuration > > http://planet.jboss.org/post/using_the_jboss_as_maven_plugin_to_deploy_datasources_to_as7 > > > > We'll need to get Maven to deploy on AS7 for local development > > anyway. > > > > Sean. > > > > On 2011-10-19 11:34, Sean Flanigan wrote: > >> Hi Helen, > >> > >> Thanks for offering to have a go at getting Zanata working on AS > >> 7! > >> > >> > >> When I last had a go at this, I: > >> - downloaded and extracted jboss-as-7.0.2.Final.zip > >> - copied mysql-connector-java.jar to > >> jboss-as-7.0.2.Final/standalone/deployments > >> - modified > >> jboss-as-7.0.2.Final/standalone/configuration/standalone.xml > >> to add a datasource (see attachment) > >> - copied exploded zanata.war/ to > >> jboss-as-7.0.2.Final/standalone/deployments > >> - ran touch zanata.war.dodeploy (read README.txt for manual deploy > >> mode) > >> > >> but it failed to deploy. It generated zanata.war.failed > >> (attached) with > >> an error message. > >> > >> I've attached my copy of standalone.xml, including the > >> > >> which I adapted from zanata-ds.xml. I think the datasource is > >> /mostly/ > >> correct, but based on the zanata.war deployment failure, the JNDI > >> name > >> might be wrong. > >> > >> This document should help: > >> https://docs.jboss.org/author/display/AS7/How+do+I+migrate+my+application+from+AS5+or+AS6+to+AS7 > >> . There's a section on Seam 2 applications which will probably be > >> important. > >> > >> > >> I recommend you commit to a feature branch, branched off master. > >> That > >> way it's easy to review the changes, and you don't have to worry > >> about > >> fitting into our release schedule. > >> > >> > >> Thanks > >> > >> > >> Sean. > >> > >> > > > > > > > -- > Sean Flanigan > > Senior Software Engineer > Engineering - Internationalisation > Red Hat > >