[JBoss-user] [HTTPD, Servlets & JSP] - loader-repository, is it a must for me?

2004-05-08 Thread tomerbd
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

[JBoss-user] [Beginners Corner] - Re: deploying a war with a different server/lib library dire

2004-05-08 Thread tomerbd
--> 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

[JBoss-user] [Nukes User] - Re: CVS broken or it's just me?

2004-05-08 Thread [EMAIL PROTECTED]
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 :

[JBoss-user] [Beginners Corner] - package org.jboss.util.propertyeditor does not exist HTTP

2004-05-08 Thread java_newbie
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

[JBoss-user] [Beginners Corner] - Re: hsqldb error - Table not found

2004-05-08 Thread java_newbie
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

[JBoss-user] [Beginners Corner] - Re: hsqldb error - Table not found

2004-05-08 Thread java_newbie
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

[JBoss-user] [Security & JAAS/JBoss] - Re: Change rolesQuery in DatabaseServerLoginModule

2004-05-08 Thread morenito9000
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

[JBoss-user] [Beginners Corner] - Configuring JBoss to use multiple replicated DB's (MySql hot

2004-05-08 Thread AdrianM
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

[JBoss-user] [Installation & Configuration] - Re: default context no longer works on 3.2.3

2004-05-08 Thread raja05
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,

[JBoss-user] [Beginners Corner] - Re: waiting for lock in CVS?

2004-05-08 Thread raja05
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

[JBoss-user] [Beginners Corner] - Re: deployement problem

2004-05-08 Thread raja05
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

[JBoss-user] [Beginners Corner] - deployement problem

2004-05-08 Thread umair
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

[JBoss-user] [JBoss.NET & SOAP] - do I need Axis to start ??

2004-05-08 Thread alemito
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

[JBoss-user] [J2EE Design Patterns] - Value-list handler, value-list iterator and session-facade s

2004-05-08 Thread balteo
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

[JBoss-user] [Persistence & CMP/JBoss] - Re: Ugly query (no joins)

2004-05-08 Thread gorano
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

[JBoss-user] [EJB/JBoss] - Session EJB stategy for value-list handler

2004-05-08 Thread balteo
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 ---

[JBoss-user] [Persistence & CMP/JBoss] - Ugly query (no joins)

2004-05-08 Thread gorano
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

[JBoss-user] [Persistence & CMP/JBoss] - Re: Use JBOSS with Microsoft Access

2004-05-08 Thread gorano
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

[JBoss-user] [Security & JAAS/JBoss] - Re: Change rolesQuery in DatabaseServerLoginModule

2004-05-08 Thread gorano
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

[JBoss-user] [HTTPD, Servlets & JSP] - Struts and precompiled jsps

2004-05-08 Thread gorano
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 :

[JBoss-user] [Installation & Configuration] - support for servlets2.3 in jboss-3.0.8

2004-05-08 Thread chetana_vir
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

[JBoss-user] [Installation & Configuration] - Re: Many problems, few answers

2004-05-08 Thread triathlon98
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

[JBoss-user] [Persistence & CMP/JBoss] - Re: CMR field with

2004-05-08 Thread triathlon98
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

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JBossMQ Error under heavy burden

2004-05-08 Thread swingler
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{

[JBoss-user] [HTTPD, Servlets & JSP] - Authentication-problem drives me crazy (error 403)

2004-05-08 Thread mactools
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