[JCA/JBoss] - Re: Microsoft JDBC Driver for SQL Server 2008 Failure
by treespace
"PeterJ" wrote : Wow, no word whatsoever as to if you followed my advice and copied over the mssql-persistence-service.xml file...
There were a couple of issues with that.
1. No such file in my 5.1.0.Beta1 installation.
2. Keeping DefaultDS with HSQL and adding another datasource works fine.
I did comment indirectly on tinkering with mssql-persistence.xml. Namely, whatever needs changing (perhaps there's another layer to the onion after mssql-persistence-service.xml) should be part of the distribution or part of the documentation.
Of course, if you're asking me to help resolve this on my installation of SQL Server, so the docs can be updated, I would be more than happy to. Let me know what the deal is with the missing mssql-persistence-service.xml file and we can go from there.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4220743#4220743
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4220743
17 years
Jboss class loading
by Kashif Ali
Hi,
I have just setup a jboss 4.2.3 server and I have deployed 10 applications
all the applications are WAR files and all of them contain saxon.jar. When I
leave the value:
UseJBossWebLoader to its default to false.... however this causes
exceptions.
if I set this to true, everything seems happy?
reading the config
<!-- A flag indicating if the JBoss Loader should be used. This loader
uses a unified class loader as the class loader rather than the tomcat
specific class loader.
The default is false to ensure that wars have isolated class loading
for duplicate jars and jsp files.
-->
false
One would think that to have isolated you leave this value as is? However in
my experiance this is not the case. Can someone please confirm if I am wrong
or not?
If I am not the config file and the wiki documentation should be updated.
Just to note:
Jboss version 4.2.3:
file edited
/opt/jboss/server/test/deploy/jboss-web.deployer/META-INF/jboss-service.xml
I have also edited the Jboss-web.xml in the WAR web-inf folder to include:
<loader-repository>
com.example:loader=APPbuild-Deployable-1.39-exp.war
</loader-repository>
this still does not seem to work at isolating the WARS?
17 years