you're using InitialContext to lookup a DataSource registered to JNDI registry

Martin Gainty 
______________________________________________ 
Jogi és Bizalmassági kinyilatkoztatás/Verzicht und 
Vertraulichkeitanmerkung/Note de déni et de confidentialité
 Ez az
üzenet bizalmas.  Ha nem ön az akinek szánva volt, akkor kérjük, hogy
jelentse azt nekünk vissza. Semmiféle továbbítása vagy másolatának
készítése nem megengedett.  Ez az üzenet csak ismeret cserét szolgál és
semmiféle jogi alkalmazhatósága sincs.  Mivel az electronikus üzenetek
könnyen megváltoztathatóak, ezért minket semmi felelöség nem terhelhet
ezen üzenet tartalma miatt.

Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger 
sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung 
oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem 
Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. 
Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung 
fuer den Inhalt uebernehmen.
Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le 
destinataire prévu, nous te demandons avec bonté que pour satisfaire informez 
l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est 
interdite. Ce message sert à l'information seulement et n'aura pas n'importe 
quel effet légalement obligatoire. Étant donné que les email peuvent facilement 
être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité 
pour le contenu fourni.




> Date: Fri, 11 Dec 2009 15:46:56 -0800
> Subject: Re: "specified DSN contains an architecture mismatch"
> From: musa...@gmail.com
> To: user@struts.apache.org
> 
> O_o
> 
> On Fri, Dec 11, 2009 at 3:01 PM, Todd Grigsby <strutsu...@tgrigsby.com> wrote:
> >
> > Configuration:
> >  Windows 7 64 bit
> >  Tomcat 6
> >  Struts 2
> >  MySQL 5.1.36 for Win64
> >  MySQL ODBC 5.1 Driver 5.01.06.00
> >
> > I've created a valid ODBC alias that I can see from other Windows native
> > applications with no problem.  When I attempt the following:
> >
> > import javax.naming.Context;
> > import javax.naming.InitialContext;
> > import javax.naming.NamingException;
> > import javax.sql.DataSource;
> > import java.sql.Connection;
> >
> > ...
> >
> >   Context context = new InitialContext();
> >   DataSource ds =
> > (DataSource)context.lookup("java:/comp/env/jdbc/odbc/tgecorp");
> >   Connection conn = datasource.getConnection();
> >
> > ...
> >
> > The last line throws an exception with the following message:  "The
> > specified DSN contains an architecture mismatch between the Driver and
> > Application."
> >
> > I reinstalled the driver, redefined the System DSN's in the ODBC
> > administrator, and I still get the same message.  Anybody have any idea how
> > to fix this?
> >
> > Todd
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> > For additional commands, e-mail: user-h...@struts.apache.org
> >
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
> 
                                          
_________________________________________________________________
Hotmail: Trusted email with Microsoft’s powerful SPAM protection.
http://clk.atdmt.com/GBL/go/177141664/direct/01/

Reply via email to