Ursprüngliche Nachricht:
> 
> ...Hi there,
> 
> it's me again, up to now I found that funny mistake when starting up jBoss, it 
>didn't like the order I wrote my mBeans. So I changed the order and no 
>outprints...silly thing?
> 
> But there's a new problem (Alex<------- world best troublemaker is). No it's time to 
>get together with our project. So we try to share one mySQL database on a 
>project-partners localhost. He provides the mySQL-Server and holds all Data needed. 
>With some DataBase Visualizer I get remote access via LAN and can access the 
>Database. Our servers name is "ist-dresden.de" and his hosts name is "Deimos". With 
>the following URL I got access with that Vis-Tool:
> 
> jdbc:mysql://Deimos.ist-dresden.de/webdata
> 
> (ist-dresden.de is not neccessary but looks cool  :-))  )
> 
> If I add this URL to my mBean (with same UserID and password!!) jBoss stopps when 
>binding my Pool to it's Name.
> My mBean looks like this:
> 
> mbean code="org.jboss.jdbc.XADataSourceLoader" 
>name="DefaultDomain:service=XADataSource,name=mySQL">
>              <attribute name="Properties"></attribute>
>                <attribute 
>name="URL">jdbc:mysql://Deimos.ist-dresden.de/webdata</attribute>
>                
>                <attribute name="JDBCUser">***</attribute>
>                <attribute name="Password">anyPassword</attribute>
>                <attribute name="PoolName">Anwender</attribute>
>                <attribute 
>name="DataSourceClass">org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImpl</attribute>
>                <attribute name="GCMinIdleTime">1200000</attribute>
>                <attribute name="MaxSize">10</attribute>
>                <attribute name="GCEnabled">false</attribute>
>              <attribute name="InvalidateOnError">false</attribute>
>              <attribute name="TimestampUsed">false</attribute>
>              <attribute name="Blocking">true</attribute>
>              <attribute name="GCInterval">120000</attribute>
>              <attribute name="IdleTimeout">1800000</attribute>
>              <attribute name="IdleTimeoutEnabled">false</attribute>
>              <attribute name="LoggingEnabled">false</attribute>
>              <attribute name="MaxIdleTimeoutPercent">1.0</attribute>
>     <attribute name="MinSize">0</attribute>
> 
> 
> What went wrong?
> 
> ______________________________________________________________________________
> Die Fachpresse ist sich einig: WEB.DE 20mal Testsieger! Kostenlos E-Mail, 
> Fax, SMS, Verschlusselung, POP3, WAP....testen Sie uns! http://freemail.web.de
>  


_______________________________________________________________________________
Alles unter einem Dach: Informationen, Fun, E-Mails. Bei WEB.DE: http://web.de
Die gro?e Welt der Kommunikation: E-Mail, Fax, SMS, WAP: http://freemail.web.de


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to