Hi
I have multiple wars (no ear) that im deploying to the same jboss-tomcat server
They have web-inf directory and in their web-inf/classes , they have the same class
a.war / web-inf / classes / common.class
b.war / web-inf / classes / common.class
c.war / web-inf / classes / common.class
I have
--> my.scope:loader=abc.ear
I have tried that in my jboss-app.xml and truely I can scope and "de"scope classes,
however can I defined multiple loader-repository in the same jboss-app.xml so that I
could specify - this class is loaded by this class loader and this one is by this
class loader et
Just found out that my classpath contains xdoclet binary, which causes conflict with
the nukes build. Removing it makes everything work as it should. Thanks for your
attention.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834196#3834196
Reply to the post :
I got the following error when going to jmx-console, and using the Hypersonic database
manager.
org.apache.jasper.JasperException: Unable to compile class for JSP
An error occurred at line: -1 in the jsp file: null
Generated servlet error:
[javac] Compiling 1 source file
[javac]
C:\jbo
I got it...but without the localDB.
What I did was I went and modified hsqldb-ds.xml
Comment out the following lines
jdbc:hsqldb:hsql://localhost:1701
and
jdbc:hsqldb:${jboss.server.data.dir}/hypersonic/localDB
and uncomment
jdbc:hsqldb:.
It doesn't save though...but I got it to work for test
Hi Bruce,
I did exactly what you suggested, but I still get the same error.
Anyone else get it to work?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834192#3834192
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38341
I'm interested Gorano :-)
Hi,
Moreno
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834191#3834191
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3834191
---
This SF
Hey everyone,
I tried searching but couldnt find anything, neither here nor googling. Anyways I
would like to use MySQL's hot-standby replication. It is basically a master/slave
design with log based recovery. I have my app running fine with one mysql DB but would
like to know if there is a way
Im not sure how it works on 3.0.6 as i have 3.0.8 and i could get it only as
http://localhost:8080/warname
One thing you can try to do to accomplish what you need is to package it into a ear
and specify your context-root to be a / in ur application.xml
Or if you dont want to repackage into a ear,
I have had thsi in my organisation. Its something funky with the cvs pserver and
usually gets resolved in about a few minutes. Did u try checking it out again to see
if it can checkout the code?
Even if u are filing a bug for it, it shud be with Sourceforge!!
View the original post :
http://www
You need to create a war (either expanded or in the war format) to test ur stuff. You
cannot just drop ur class files and test it. How do you expect to test if you are just
pushing some class files into JBoss(or any app server for that matter)
View the original post :
http://www.jboss.org/index
Hello
i am a new user of Jboss.i am unable to fine the folder in which i have to keep my
class files and jsp.mostly i see that we have to create the whole application and
deploy it but what if we want to test only one or two class files and one jsp..
i will be very thankful if someone send me th
Hi,
I am newbie for web services and I have never used JBoss.Net module.
I have to convert a little application with EJB, client, servlet into web service.
I have copied the directory jboss-net.sar under "default" server.
Do I need to download Axis or is it sufficient JBoss.Net module ?
thanx a
Hello all,
Further to an earlier post, I rewrote my post trying to me more accurate in my
question.
Here is my problem:
I am trying to implement the value-list handler design pattern using the session
facade strategy. In the pattern as it is described here
(http://java.sun.com/blueprints/corej
Ok, it seems like Jboss split the query into many queries if the
"OR NAME=?" gets bigger.
Is there anyone that have any thoughts about how Jboss are doing the underlying
queries and omptimizing them?. Is the way queries are done following the J2EE spec, or
is this spec not saying anything about
Hello,
I am just reactivating my thread hoping someone will answer it.
Thanks in advance,
Julien.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834180#3834180
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3834180
---
I turned on debug to see the underlying queries, and this is what I
discovered:
I have a many to many cmr between groups and roles.
This is one of the queries used to find the roles via the cmr in the group:
SELECT NAME, ROLE_GROUP, NOTE FROM SYS_ROLE WHERE
(NAME=?) OR (NAME=?) OR (NAME=?) OR (N
I guess you have to find out the mappings yourself
If no one else have done it already.
Are you using the jdbc-odbc driver from sun?
You can always play with one test cmp bean called by a junit test
xdoclet can speed your test up.
Something like this in your entity:
/**
* CMP accessor
Using form authentcation, I recommend everyone to extend
org.jboss.security.auth.spiDatabaseServerLoginModule
This class is simple and easy to extend to whatever you want.
I have made two extended versions:
1. user, role and group tables with many to many between all tables.
This gives you the
3 is normally doing the job.
But how to do in the best way with the struts web.xml?
The jsps are normally not specified in the web.xml, only in
struts-config.xml
thanks
GÃran
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834176#3834176
Reply to the post :
Hi,
can any one tell me what changes need to be done for the jboss-3.0.8 to
support the servlet2.3 api. I made the changes in the web.xml file to
http://java.sun.com/j2ee/dtds/web-app_2_3.dtd";>
but still it is giving the error. There are both web-app_2_2.dtd and web-app_2_3.dtd
file
Have you recompiled JBoss? When using a 1.3 JDK, you have to recompile JBoss or there
will be errors.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834174#3834174
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3834174
The indexes are only created when automatically creating or updating tables, so for an
existing database alter-table needs to be true.
However, this will remove fields/links which are not referenced by your beans (if the
db is not exclusively owned by your JBoss application).
Joachim
View the
My code is very simple. And the close() is in finally clause. I can't see any means to
improve my code to solve the problem:
MsgTransfer jmsService= new MsgTransfer();
try{
jmsService.publishObject(obj);
}catch(Exception ex){
ex.printStackTrace();
}finally{
try{
Hi,
I have an problem with jboss3.2.3 (incl. Tomcat).
I've implemented an own login-module which works correctly. With an small java-client
I was able to login and use the remote facades.
Using an jsp-client (FORM-based authentication) I receive only http-403-errors : The
Logon-form will be displ
25 matches
Mail list logo