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

2004-05-25 Thread lborupj
Hi, Im developing an application with multiple web-modules which each uses WebWork for presentation. My application is packed into one .EAR archive with webapp1.war, webapp2..war and so forth.. When JBoss deployes my EAR archive the first web-app is configured okay, but the rest seems to fail (no

[JBoss-user] [Installation & Configuration] - unable to run JBoss3.2.3 in linux..

2004-05-25 Thread milgurung
Hi Everyone, I couldn't run the JBoss in linux (Red hat 8). I am able to successfully run in wondows 2000 server without any problem. While trying to run the JBoss server, I go the following error. Please help me out. Any help is appreciated. Thanks, Milan c gurung - Server Library URL: fil

[JBoss-user] [Security & JAAS/JBoss] - UsersRolesLoginModule AND CLIENT-CERT (desperately)

2004-05-25 Thread skyfalke
Hello there. I wonder what happened to my topic that I posted yesterday (25.)!?! But that is not the major problem I am struggling with. The past days I made several desperate efforts to use mutual authentication via certificates. The SSL handshake works so far - no problem here. But I need to u

[JBoss-user] [Installation & Configuration] - Failed to boot JBoss

2004-05-25 Thread himanshu79
When i tried to start the jboss server i got this error. Failed to boot JBoss: javax.management.InstanceNotFoundException: JMImplementation:service=LoaderRepository,name=Default at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1010)

[JBoss-user] [Beginners Corner] - Re: Not able to generate proper .wsdl file with deploy.wsdd

2004-05-25 Thread anand1976x
I am using following deploy.wsdd file -http://xml.apache.org/axis/wsdd/"; xmlns:java="http://xml.apache.org/axis/wsdd/providers/java";> - - - - - View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836165#3836165 Reply to the post : http://www.jboss.org/index

[JBoss-user] [Beginners Corner] - Re: Not able to generate proper .wsdl file with deploy.wsdd

2004-05-25 Thread anand1976x
I am using following deploy.wsdd file http://xml.apache.org/axis/wsdd/"; xmlns:java="http://xml.apache.org/axis/wsdd/providers/java";> View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836164#3836164 Reply to the post : http://www.jboss.org/index.html?

[JBoss-user] [Beginners Corner] - Not able to generate proper .wsdl file with deploy.wsdd

2004-05-25 Thread anand1976x
Hi All I am on Chapter 9. and getting the following wsdl on axis page - http://localhost:8080/axis/services/MyStoreLoginService"; xmlns="http://schemas.xmlsoap.org/wsdl/"; xmlns:apachesoap="http://xml.apache.org/xml-soap"; xmlns:impl="http://localhost:8080/axis/services/MyStoreLoginService"

[JBoss-user] [Clustering/JBoss] - Re: workers2.properties

2004-05-25 Thread nmounasamy
I got the jkstatus page working with the following snippet and it has the information that i was looking for. [status:] [uri:/jkstatus/*] info=Display status information and checks the config file for changes. group=status: Thanks anyway! View the original post : http://www.jboss.org/index.ht

[JBoss-user] [Clustering/JBoss] - node down

2004-05-25 Thread nmounasamy
Hi! jboss 3.2.3/apache 2.0.49 I have a cluster with Apache Web Server load balancing over three tomcat (jboss 3.2.3) workers. In the middle of the tests, when one of the tomcat workers was restarted, I noticed even before the server was brought up completely*, Apache forwarded requests to the

[JBoss-user] [Clustering/JBoss] - workers2.properties

2004-05-25 Thread nmounasamy
Hello! Uri Mapping in the workers2.properties is of the format [uri:host:port/urlpattern]. urlpattern and host can be replaced by "*". However host does not seem to work for patterns like *.domain1.com or *.domain2.com. Basically, I am trying to set up the workers2.properties so that requests fo

[JBoss-user] [Clustering/JBoss] - how many servers are in cluster

2004-05-25 Thread nmounasamy
wondering if there is a way to determine the list of jboss/tomcat instances that are participating in a cluster at any particular time! (very similar to BEA's __WebLogicBridgeConfig. Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836159#3836159 Repl

[JBoss-user] [Beginners Corner] - Re: where to find the jboss-web_3_2.dtd

2004-05-25 Thread camel
The DTDs are in the docs/dtd directory under your jboss home. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836158#3836158 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3836158 --

[JBoss-user] [JCA/JBoss] - Re: Postgres & JBoxx 3.2.3: jdbc not bound

2004-05-25 Thread abcolson
Thank you. I no longer get the stack trace error. I did look through the forums; must have missed the magic post last month. BTW, where is this behavior documented? The standardjbosscmp-jdbc.xml file itself doesn't indicate this format. Thanks again, Tony View the original post : http://www

[JBoss-user] [Installation & Configuration] - No of connection and no of users Jboss can support

2004-05-25 Thread lee_yuki2000
Hi, Does any one know jboss can support how many users? Currently i am using jboss 3.2.1 and oracle 9.1i. Now I am in testing phase. Jboss will hang when more than 25 users log in. I am not sure where is the bottle neck. Besides that, how many connection will be created if i didn't set the max

[JBoss-user] [Installation & Configuration] - Re: deploying application on root context of jboss/apache co

2004-05-25 Thread aalmero
i think the problem with your config is # Set properties for worker2 (ajp13) worker.list=worker2 worker.worker2.type=ajp13 worker.worker2.host=locahost worker.worker2.port=8009 worker.worker2.cachesize=10 worker.worker2.cache_timeout=600 worker.worker2.socket_keepalive=1 worker.worker2.sock

[JBoss-user] [Installation & Configuration] - Re: deploying application on root context of jboss/apache co

2004-05-25 Thread aalmero
provided you have the right dll. please note the this i only a sample config. 1. create a file mod_jk.conf in /conf with the following entries # # mod_jk configuration file # by: alex almero [EMAIL PROTECTED] # # # Load mod_jk # LoadModule jk_module modules/mod_jk.dll # # Configure mod

[JBoss-user] [JCA/JBoss] - Re: Mini-container for JCA

2004-05-25 Thread spiritualmechanic
Okay I see the wiki now. Very new! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836150#3836150 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3836150 --- This SF.N

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: destroying a MDB after instantiation

2004-05-25 Thread [EMAIL PROTECTED]
It looks like the search index hasn't been rebuilt since we moved machines today. I'll arrange for it to be rebuilt, try again later. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836149#3836149 Reply to the post : http://www.jboss.org/index.html?module=bb&o

[JBoss-user] [JCA/JBoss] - Re: Mini-container for JCA

2004-05-25 Thread [EMAIL PROTECTED]
Productizing the JBoss Microkernel/Service/Configuration architecture View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836147#3836147 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3836147 --

[JBoss-user] [JBoss.NET & SOAP] - Help: JBoss.net deployment error

2004-05-25 Thread fendy
hi there, I'm new in this JBoss.net technology. I'm trying to build a simple project using JBoss.net but getting an error during the deployment stage. the error is shown below: | 16:29:19,843 INFO [Log4jService$URLWatchTimerTask] Configuring from URL: resource:log4j.xml | 16:29:21,687 WARN

[JBoss-user] [JCA/JBoss] - Mini-container for JCA

2004-05-25 Thread spiritualmechanic
Adrian said: I'm currently working on that very thing, the roadmap is: 1) Document what we have. 2) Release it as a standalone project 3) Make improvements 4) Repeat The improvements include removing the jmx requirement so the component bus can be pluggable a implementation, e.g. an aop/ioc cont

[JBoss-user] [JBoss.NET & SOAP] - Re: Authorisation Issues

2004-05-25 Thread gatapia
Found the problem. I had misspelt the tags so handlers wont being used. My apologies. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836143#3836143 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3836143 --

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: destroying a MDB after instantiation

2004-05-25 Thread sgelberg
maybe im missing something but did a search on: search: stopDelivery search: JMSContainerInvoker and didnt find anything View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836142#3836142 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting

[JBoss-user] [Management, JMX/JBoss] - Architecture of JMX and MBeans

2004-05-25 Thread EnterpriseJavaBones
Hi, I'm fairly new to JMX so forgive me if my question is naive. I'm currently writing an application that is required to maintain multiple open socket connections (at all times). Data received in from the socket connections will be persisted to DB via EJB's. I'm currently trying to implement

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: destroying a MDB after instantiation

2004-05-25 Thread [EMAIL PROTECTED]
search: redeliverydelay search: stopDelivery search: JMSContainerInvoker search: not part of the spec search: why is adrian rude when you don't use search View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836140#3836140 Reply to the post : http://www.jboss.org/

[JBoss-user] SSL / X.509

2004-05-25 Thread William I. Zumwalt
Hey all, Where can I find info on how to make JBoss an ssl compliant server that accepts X.509 certificats? Will __ Do you Yahoo!? Friends. Fun. Try the all-new Yahoo! Messenger. http://messenger.yahoo.com/ -

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: destroying a MDB after instantiation

2004-05-25 Thread sgelberg
also, bear with me i'm new to this, but it seems as if the constructor method and the ejbcreate method are not called until the first message is consumed - is this true? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836139#3836139 Reply to the post : http:/

[JBoss-user] [Beginners Corner] - where to find the jboss-web_3_2.dtd

2004-05-25 Thread David King
Looks like the usual path to this DTD (http://www.jboss.org/j2ee/dtd/jboss-web_3_2.dtd) is no longer a DTD, but is a web page. This broke my site in a big way. Where can I find a copy of the DTD? Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836138#

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: destroying a MDB after instantiation

2004-05-25 Thread sgelberg
Reason I want to do this is, that the message bean keeps trying to dq an invalid message and eventually get a jboss message resent too many times error...i just want to kill the process View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836136#3836136 Reply to

[JBoss-user] [HTTPD, Servlets & JSP] - Too much log output - getting request body chunk

2004-05-25 Thread techmonkey
Ever since we hooked JBoss up to Apache as a front end using mod_jk, we've being getting a lot of junk in our JBoss server log. Does anyone know how to turn this off? We have spent hours trying to figure this out but got no where. Here is what the log junk looks like: [org.apache.jk.common.Jk

[JBoss-user] [Messaging, JMS & JBossMQ] - destroying a MDB after instantiation

2004-05-25 Thread sgelberg
I would like to programatically destroy my messagedrivenbean after it is instantiated if some initializations i perform in the bean do not go as planned. Is it possible to do this and if so how would i go about this, i thought maybe to call ejbremove, but. View the original post : http://w

[JBoss-user] [JBoss.NET & SOAP] - Authorisation Issues

2004-05-25 Thread gatapia
Hi All, Been through most of the topics on this forum an I still can't find a solution to my prob. Any help will be greatly appreciated. Basically. Security does not work. (java.lang.SecurityException: Insufficient method permissions, principal=null, ...), Which kinda tells me that my web serv

[JBoss-user] [Beginners Corner] - Re: Problems with J2EE tools

2004-05-25 Thread vashistvishal
Try this: www.tusc.com.au/tutorial/html/index.html It demonstrates all the J2EE components using free tools like JBoss, Eclipse and Lomboz. Vishal View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836129#3836129 Reply to the post : http://www.jboss.org/index.h

[JBoss-user] [HTTPD, Servlets & JSP] - How to set default war with jboss3.2.3 Tomcat distribution?

2004-05-25 Thread bghcm
Hello all - I have a war file deployed and would like Tomcat to default to it. For example, if I deploy MyWebApp.war - instead of referencing the web app's default page as: http://localhost:8080/MyWebApp/ I want to reference it as: http://localhost:8080 I cannot seem to find the config fi

[JBoss-user] [Security & JAAS/JBoss] - Re: j_security_check error 404 relogin

2004-05-25 Thread ervandew
The only way i was able to get around this was to write my own FormAuthenticator and register it with tomcat. with the default authenticator you are also not allowed to hit the login page directly (does a response.sendError() if there is no destination url saved), and it's not very good at flus

[JBoss-user] [HTTPD, Servlets & JSP] - Problem with Cookie.setMaxAge()

2004-05-25 Thread perfectdaytochasetornados
Hi, I am having problems getting a Cookie to persist. I am calling setMaxAge(n), but whatever value I set n to, the cookie always gets set with a max age of -1. I am using JBoss3.2.3 & here is the code I am using to set the Cookie Cookie cookie = new Cookie(LOGIN_COOKIE, encoded);

[JBoss-user] [HTTPD, Servlets & JSP] - Need your help (Nullpointer Exception)

2004-05-25 Thread yamaduc
I have a war that has WEB-INF/classes/log4j.properties. Deploying the application fails with a null pointer, we extended the log4j logging, for some reason it's not loading the properties file. The web application deploys & runs fine in tomcat by itself. It also deploys & runs fine on all other

[JBoss-user] [Testimonials] - Skyway Builder with JBoss Integration - See us at Java One

2004-05-25 Thread cconway
About a year and a half ago, I was hired at Skyway Software in Tampa, Florida, USA. Skyway was building an application that allows you to build J2EE applications without coding. When I was hired, the Skyway Builder development and runtime application server was Weblogic. My first task was t

[JBoss-user] [Installation & Configuration] - Error in hour in log

2004-05-25 Thread cruiz13
Hi... i have a problem i running jboss 3.2.3 in cluster with solaris 9 and the log the jboss is the hour is incorrect but the hour the SO is correct ideas??? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835863#3835863 Reply to the post : http://www.jbos

[JBoss-user] [Persistence & CMP/JBoss] - Re: fk-column being created non-nullable in postgres

2004-05-25 Thread millerm1
I think I may have found my problem. In the tag of jbosscmp-jdbc.xml under the I was not specifing a and which I guess tells it to use the same type for the fk as is used for the pk, but the pk is of sql type SERIAL and I want INTEGER for the fk. By adding these tags it appears to generat

[JBoss-user] [Messaging, JMS & JBossMQ] - JMS ConnectionFactory - remote lookup failed

2004-05-25 Thread nick939
Hello, I am using 3.2.4 RC2. I have 2 nodes deployed in a cluster and trying to access the JMS ConnectionFactory from a remote client using HAJNDI. I am able to access the XAConnection factory locally using url "localhost:1100". After reading the FAQ and other posts I understand that I will hav

[JBoss-user] [Persistence & CMP/JBoss] - Optimizing CMP engine, how to?

2004-05-25 Thread ltcmelo
Hi, is there a way i can optimize JBoss' CMP engine for a caching use case? If yes, what should be my procedures? Thanks, ltcmelo View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835859#3835859 Reply to the post : http://www.jboss.org/index.html?module=bb&op=p

[JBoss-user] [Beginners Corner] - Example / help to getting started building a web application

2004-05-25 Thread Jannick
Hi I've recently started to work with J2EE and Jboss, and have so far made some simple example ejb's and have gotten them deployed and tested from a client using their remote interface. Im now looking at making an actual "application" consisting of a web interface to a bunch of session beans an

[JBoss-user] [Persistence & CMP/JBoss] - fk-column being created non-nullable in postgres

2004-05-25 Thread millerm1
I have been converting several EJB's to Postgres from HyperSonic. I have several one-many relations using a fk column. I am using table create and for some of the relations the column is being created as non-nullable, while it is not for other relations. Most of these relations are allowed to be

[JBoss-user] [JCA/JBoss] - No suitable driver with HSQLDB !

2004-05-25 Thread sbocquet
Hi, I had a JBoss 3.2.3 installation, with HSQLDB. I've changed the hsqldb-ds.xml for this... | | | | DefaultDS | jdbc:hsqldb:hsql://localhost:1701 | org.hsqldb.jdbcDriver | sa | | 5 | 20 | 0 | HsqlDbRealm |

[JBoss-user] [Persistence & CMP/JBoss] - Re: finderMethod only works with a few result Elements (smal

2004-05-25 Thread loubyansky
You would better choose eager-load-group so that on-find page-size is not used ;) The on-find page-size is used only to preload (on-load kind) fields that were not preloaded on-find. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835851#3835851 Reply to the

[JBoss-user] [Installation & Configuration] - Re: MySQL JMS problem?

2004-05-25 Thread rberehoudougou
I am getting the same SQL error when trying to run a CMP 2.0 Entitty bean. It fails on the create method (home.create(param)). It did deploy the MySQL DataSource and change "standardjbosscmp-jdbc.xml" file to point to the deployed data source ! View the original post : http://www.jboss.org/index

[JBoss-user] [Persistence & CMP/JBoss] - Re: finderMethod only works with a few result Elements (smal

2004-05-25 Thread westmeier
"ironbird" wrote : | ...But why are you using the on-load option ? With the number of beans you are loading, on-find is better I think. | You can put also this read-ahead tag within the query tag of your finder if you want using on-find just for the finder. | Thanks a lot, it seems to wo

[JBoss-user] [Security & JAAS/JBoss] - Re: UsersRolesLoginModule + CLIENT-CERT

2004-05-25 Thread kennyshin
I am dealing with the same sort of problem. I'm not sure that the UserRolesLoginModule will work for this purpose. If you are only trying to use client-authentication at the SSL handshake level, i.e. authenticate that the client has a certificate that is issued by a trusted certificate authori

[JBoss-user] [HTTPD, Servlets & JSP] - Re: how to display a jsp page using jboss under linux?

2004-05-25 Thread jumbay
hell !! you can't just deploy manually by creating directories by hand int jboos deploy dir ? is making a war file mandatory ? Any examples with .xml conf files for a manual deploy ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835846#3835846 Reply to the

[JBoss-user] [Beginners Corner] - Re: Where'd my log go?

2004-05-25 Thread spiritualmechanic
Okay, nevermind. I think I figured out what I was doing wrong. For one, I was using jdk1.5 instead of 1.4, which was mucking all sorts of things up, and the log4j setup makes more sense now. Steve View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835844#3835844

[JBoss-user] [JCA/JBoss] - Changing connection state in CMP EJB

2004-05-25 Thread lmouillart
Hi, I use JBoss 3.2.x on Windows but connected on iSeries DB2 datasource. On our DB2 there are lots of tables proposed to the user, but it depends with witch profile the user is connected. I have wrottent a SQL procedure that change the iSeries user context. In current state this procedure must

[JBoss-user] [Persistence & CMP/JBoss] - Re: npe using local interface: LocalHomeProxy.invoke

2004-05-25 Thread jual
Hi, i have the same problem as you, but i don't use the cactus test suites. I call my session bean through a delegate class. The local jndi-lookup works well. I don't understand whats wrong ?? java.lang.NullPointerException | at org.jboss.ejb.plugins.local.LocalHomeProxy.invoke(LocalHomePr

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS over HTTP with server behind a firewall problem

2004-05-25 Thread themuppeteer
Another night of searching, still no progress... I have modified my deploy/http-invoker.sar/META-INF/jboss-service.xml like this: http://81.82.xxx.xxx:8080/invoker/EJBInvokerServlet http://81.82.xxx.xxx:8080/invoker/EJBInvokerHAServlet jboss:service=Naming http://81.82.xxx.xx

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS over HTTP with server behind a firewall problem

2004-05-25 Thread catalean
I was also thinking that setting the "InvokerURL" for every mbean in the http-invoker's jboss service descriptor will resolv all my problems; i think, now, the problem has nothing to do with messaging, this is clear now, JMS works over HTTP, but when invoking the "create" method on a found EJB h

[JBoss-user] [Installation & Configuration] - Re: Problem deploying JB3.2.4RC2 on MacOS X Server 10.2.8

2004-05-25 Thread tbauer
Never mind...I think this must be either a configuration problem, or a file got clobbered when copying over to this server. I have another identical xserve running the exact same versions of jboss and java and it works fine... Will have to make sure some file wasn't abnormally truncated or some

[JBoss-user] [Management, JMX/JBoss] - Re: How to start and stop an MDB listening to a queue via JM

2004-05-25 Thread kabkhan
Look for the MBean corresponding to your MDB (in JBoss your EJB is and MBean) in the JMXConsole and stop/start that View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835831#3835831 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=re

[JBoss-user] [Advanced Documentation] - jboss 3.2.3 admin pdf (diagram printing failure)

2004-05-25 Thread dtwarren
The jboss 3.2.3 admin pdf which I purchased generates an error page (and stops) when printing a diagram on page 369. I've tried it on 2 different printers (both HP lasers though different models). FWIW, the error I see says: = ERROR: limitcheck OFFENDING COMMAND: clip S

[JBoss-user] [Management, JMX/JBoss] - Re: How to start and stop an MDB listening to a queue via JM

2004-05-25 Thread dbyrne28
The only way to get anything into the jmx-console that I know of is to create an MBean View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835828#3835828 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835828 -

[JBoss-user] [Clustering/JBoss] - how does cluster detect node

2004-05-25 Thread zhangj
jboss cluster detect node in the network automatically.does jboss check all over the network?if part of network are slow,is this make all of cluster slow even there is no jboss installed on this node?how can I limit the jboss check only some of node or part of network, so that jboss doesn't have

[JBoss-user] [Management, JMX/JBoss] - How to start and stop an MDB listening to a queue via JMX

2004-05-25 Thread monocongo
I want to be able to stop and start a message-driven EJB from the JMX console (stop and start the MDB listening to a queue). Do I need to create an MBean for this ? Any feedback will be appreciated, thanks in advance. -James View the original post : http://www.jboss.org/index.html?module=bb

[JBoss-user] [Security & JAAS/JBoss] - UsersRolesLoginModule + CLIENT-CERT

2004-05-25 Thread skyfalke
Hiho out there, I am close to giving in... ;( ... so please help. I am trying to set up client authentication with client certificates. Eventually it is supposed to be mutual authentication. Therefore I modified the jboss-service.xml of the built-in Tomcat as follows: anonymous wrote : | < C

[JBoss-user] [Beginners Corner] - Re: Tutorial on J2EE using JBOSS, Eclipse and Lomboz.

2004-05-25 Thread peter192
Hello, I have difficulties with connecting to the jdbc-factory (chapter 5): jdbcFactory.getConnection() seems to deliver null. ... public String loginUser(String username, String password) { // TODO Auto-generated method stub System.out.println("Entering StoreAcces

[JBoss-user] [Installation & Configuration] - Class not found exception

2004-05-25 Thread girishspatil
Hi, I am using JBoss3.2.2 (Production release), I have some problem with xerces parser. My application servlet (In the init method) tries to load XML file(Specific to application)& parse XML using apache parser (org.apache.xerces.parsers.DOMParser) here it throws error as java.lang.NoClassDefFo

[JBoss-user] [EJB/JBoss] - Reading Properties file from a session bean

2004-05-25 Thread aa123456
I have tried reading a Properties file from my ejb but with no luck. Here are some examples that I tried but didn't work: InputStream in = ClassLoader.getSystemResourceAsStream("/com/util/o.properties"); Object n = ClassLoader.getSystemClassLoader().getResource("/com/util

[JBoss-user] [Beginners Corner] - jdbcFactory.getConnection() hassle

2004-05-25 Thread peter192
Hello, I have been following the tutorial and find it very helpfull indeed. I am a little stuck on Chapter 5 with a problem however. Here goes! The beans deployed fine but running the client produced the following output in the jboss screen: 13:06:32,406 INFO [STDOUT] Entering StoreAccessBean.e

[JBoss-user] [Clustering/JBoss] - Re: how to set up partition

2004-05-25 Thread zhangj
is this make jboss in a separete new partition? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835818#3835818 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835818

[JBoss-user] [JCA/JBoss] - Datasource Timeout Problem

2004-05-25 Thread kevindougan
Greetings all! I am writing a J2EE application with the following characteristics: Platform: Windows XP (dev box) Java version: 1.4.2_04,Sun Microsystems Inc. Java VM: Java HotSpot(TM) Client VM 1.4.2_04-b05 JBoss 3.2.3 with embedded Tomcat 4.1.24 servlet engine EJB 2.0 spec beans - Stateless Sess

[JBoss-user] [Installation & Configuration] - Re: Deploying an exploded

2004-05-25 Thread tomerbd
this question was already answered... the answer is no hot deployment for folders.ear View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835814#3835814 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835814 --

[JBoss-user] [Installation & Configuration] - Re: loader-repository for war within an ear

2004-05-25 Thread tomerbd
this question was already answered - the answer is by setting the configuration inside the tomcat bundle web.xml not to use jboss loading but the regular one View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835815#3835815 Reply to the post : http://www.jboss.o

[JBoss-user] [Clustering/JBoss] - Re: how to set up partition

2004-05-25 Thread [EMAIL PROTECTED]
Change the mcast_addr and must be within 224.x.x.x through 239.x.x.x So, to change the from the default of 228.1.2.3 to 228.3.2.1 edit the deploy/cluster-service.xml to: | | | | ... | | ... | View the original post : http://www.jboss.org/index.html?mod

[JBoss-user] [Security & JAAS/JBoss] - Re: NT Authentication with JBOSS

2004-05-25 Thread [EMAIL PROTECTED]
See the NTLoginModule that ships with the Sun vms on win32: http://java.sun.com/j2se/1.4.2/docs/guide/security/jaas/spec/com/sun/security/auth/module/NTLoginModule.html View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835808#3835808 Reply to the post : http://w

[JBoss-user] [Installation & Configuration] - MySQL JMS problem?

2004-05-25 Thread tiago_andrade
Hi all! I've setup MySQL and JBoss and have the following problem: "Caused by: java.sql.SQLException: Syntax error or access violation, message from server: "You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'SE

Re: [JBoss-user] [Beginners Corner] - Where'd my log go?

2004-05-25 Thread mloukianov
Hey, I suspect server.start() is a blocking method and never returns (the thread is used to run JBoss server instance). Try calling server.start() in a separate thread. [EMAIL PROTECTED] Posted on JBoss FAQ forums: http://www.jbossfaq.com/mvnforum/mvnforum/viewthread?thread=11&lastpage=yes

[JBoss-user] [The Lizzard's corner] - Re: Anybody cares where the

2004-05-25 Thread hbaxmann
Tell me, if i could be of a little help with your infrastructure ... have some slots free ;-) bax View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835806#3835806 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835806

[JBoss-user] [Beginners Corner] - XDoclet is broken

2004-05-25 Thread [EMAIL PROTECTED]
Hi, I have been using a JBoss/Eclipse environment for the past couple of months, with some ups and downs. However, today my XDoclet just stopped working. JBOSS - 3.2.3 Eclipse - 3.0.0 (with jboss-xdoclet 1.2.330) OS - WinXP Today when I tried to Run XDoclet I got: | Buildfile: C:\Documents

[JBoss-user] [Advanced Documentation] - Re: JBoss Administration and Development- What a joke

2004-05-25 Thread [EMAIL PROTECTED]
The link is temporarily not working, since the ads.jboss.org is not available. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835804#3835804 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835804

[JBoss-user] [Persistence & CMP/JBoss] - Re: Seeking Clarification (fk constraints)

2004-05-25 Thread ironbird
You are a little bit lazy, but nice and relevant. I read the specs and your understanding is perfectly right. So blame SUN, not JBOSS. My opinion is that the spec is unperfect for relationships and many features are ugly. For example, when you get a collection of child entities with a CMR getter,

[JBoss-user] [Beginners Corner] - jboss with oracle datasource - setup details

2004-05-25 Thread sbv_chris
Hi, i've successfully configured oracle 9 as the default datasource for jboss. The following lists the changes i had to make default/deploy/oracle-ds.xml | DefaultDS | jdbc:oracle:thin:@hostname:1521:db | oracle.jdbc.driver.OracleDriver | username | pass | | d

[JBoss-user] [HTTPD, Servlets & JSP] - Problem with Apache and Jboss

2004-05-25 Thread ravik_gis
Hello, I am running Apache 1.3.20 and JBoss-2.4.1_Tomcat-3.2.3 on Solaris.I use mod_jk connector. A request like http://localhost:8080/appname/main.jsp works fine but the one like http://localhost/appname/main.jsp cuts off in the middle.If I refresh it works fine.Internally jsp does a POST

[JBoss-user] [Advanced Documentation] - Re: JBoss Administration and Development- What a joke

2004-05-25 Thread topaz
"wyroc" wrote : Tell you what, guys- even though I'm sure it's very elegantly done, I don't give a rat's ass how the server is structured, etc. etc. etc. - I don't plan to extend it. Guess I'll slog through the forums, etc. and hope to get some real information on how to make this thing work.

[JBoss-user] [Clustering/JBoss] - Hang in HA-JNDI

2004-05-25 Thread jbossguys
Hi All, We are running two separate JBOSS clusters with 2 machines each and these two clusters are communicating with each other using Axis. The two clusters are differentiated from each other by different multicast ports with a firewall separating them so that they communicated only on the des

[JBoss-user] [Installation & Configuration] - Problem deploying JB3.2.4RC2 on MacOS X Server 10.2.8

2004-05-25 Thread tbauer
I have an application ear that compiles and deploys perfectly under MacOS X 10.3.3 (java 1.4.2_03), but when I copied the whole deployment folders to a proudction server that is running Mac OS X Server 10.2.8 (java 1.4.1_01), i get the following errors during ear deployment: 2004-05-24 23:23:34

[JBoss-user] [Installation & Configuration] - Cross Server JNDI Lookup

2004-05-25 Thread taggat
I can't get 2 jboss servers to communicate over jndi and rmi. I have 2 jboss 3.2.3 servers both running an application, which is deployed as an ear file. Due to network security, the servers are on different physical networks. Server 1 is running on a 192.168 network and server 2 is on 10.1 net

[JBoss-user] [Beginners Corner] - Re: http://www.jboss.org/j2ee/dtd/jbosscmp-jdbc_3_2.dtd not

2004-05-25 Thread [EMAIL PROTECTED]
It won't be able to since you removed the DOCTYPE (which you shouldn't do). View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835789#3835789 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835789 --

[JBoss-user] [Persistence & CMP/JBoss] - Seeking Clarification (fk constraints)

2004-05-25 Thread Hardaur
Ok, so I've done a lot of searching on these forums and other areas about the issues with foreign key constraints, jboss, and the j2ee spec. I would like to first, make sure I'm not misunderstanding something, and second ask how people have circumvented this "feature". >From what I understand

[JBoss-user] [JCA/JBoss] - Re: Who Starts PostgreSQL?

2004-05-25 Thread jdoble
Thanks for the quick answer! It will save me a lot of looking for something that isn't there! We are building a system where JBoss is the primary software framework, and we are developing MBean services that run monitor the status of the system, and may restart all or part of the system if prob

[JBoss-user] [Messaging, JMS & JBossMQ] - JMS_JBOSS_REDELIVERY_COUNT must be Number

2004-05-25 Thread StephaneNicoll
We are using JBoss 3.2.3, Postgresql as JDBC2PM. We have some processors (MDB) that read messages from queues and do some action. If it fails, the message is sent to an error queue with extra info in the aim we can 'repost' the mesage after a while (if the error is thrown because of missing info

[JBoss-user] [Clustering/JBoss] - cluster slow

2004-05-25 Thread zhangj
I have a web application,jsp+stateless session bean. I run it stand alonely,one of screen take 6 second to load,but I set up cluster(2 node),the screen take 12 second to load,what could be the reason?what should I check? View the original post : http://www.jboss.org/index.html?module=bb&op=viewt

[JBoss-user] [Clustering/JBoss] - how to set up partition

2004-05-25 Thread zhangj
I red the jboss cluster docuemtn,say: If you want to run several clusters on the same network, you can change the name of the partition so that different nodes use different partition names. However, this requires additional changes as many services will look for a partition named ?DefaultPartition

[JBoss-user] [Beginners Corner] - Re: http://www.jboss.org/j2ee/dtd/jbosscmp-jdbc_3_2.dtd not

2004-05-25 Thread mbeyer73
I just found out, that the JBoss server itself doesn't care about the document type declaration. So simply removing the "http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835782#3835782 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835782 -

[JBoss-user] [Beginners Corner] - How to store/access Properties files?

2004-05-25 Thread dhartford
Hey all, I have an application where I need to pull files from a CIFS share. I'm using jCIFS jar, and the application works fine as long as the hard-coded username/passwords do not change. Is there a way to store the jCIFS properties file seperately, or some other solution where the username/p

[JBoss-user] [Performance Tuning] - Performance considerations

2004-05-25 Thread chandarsekar
Can someone enligten the factorsto be reckoned with while running the pplication using jBoss 3.2.3 on Windows platform with Oracle 8.1.7.4. Any suggestions on the kind of beans relevant for this . The data base size is a few 100MB and the users are about 250. Also if the beans would be appropri

[JBoss-user] [Beginners Corner] - Re: http://www.jboss.org/j2ee/dtd/jbosscmp-jdbc_3_2.dtd not

2004-05-25 Thread mbeyer73
"[EMAIL PROTECTED]" wrote : Like I said, I don't know when/if the DTDs are going back online. Roy is busy doing a lot of things at the moment. | | I would, however, recommend that you reconsider your application design. Are you sure you want to build a Swing GUI that relies on a connection t

[JBoss-user] [Clustering/JBoss] - Deployment order of applications in deploy/farm

2004-05-25 Thread Marlig
Hi, I have to split my application in two parts. One that needs to be clustered and will therefor be deployed in the farm-directory. The other part must only run on one instance and is deployed in the deploy-directory. The latter one (non-clustered) depends on some classes of the clustered-one.

[JBoss-user] [Beginners Corner] MySQL setup

2004-05-25 Thread Tiago Andrade
Hi! I'm trying to setup jboss with MySQL. 1) I changed the jndi name on hsqldb-service.xml (so I could user 'DefaultDS'). 2) I put 'mysql-connector-java-3.0.6-stable-bin.jar' in %JBOSS_HOME%\server\default\lib 3) I put mysql-ds.xml in %JBOSS_HOME%\server\default\deploy as DefaultDS jdbc

[JBoss-user] [Beginners Corner] - Where'd my log go?

2004-05-25 Thread spiritualmechanic
So I'm trying to experiment with starting up JBoss barebones and adding services programmatically inside a JUnit test. But after the server starts up, my System.outs aren't printed in the console. Here is my startup code: public void setUp() throws Exception { | | String

[JBoss-user] [Security & JAAS/JBoss] - Re: Form-based authentication

2004-05-25 Thread Tang
Sorry for that post, it is just a test as it seems that I have a problem with the forum. I can see there is a reply to my first post, but I can't see it, which is quite frustrating View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835775#3835775 Reply to the po

[JBoss-user] [JCA/JBoss] - Re: Who Starts PostgreSQL?

2004-05-25 Thread [EMAIL PROTECTED]
Usually you wouldn't want to do this (start/stop database with JBoss), rather just have the database running as a background process/service. If you really really want to do this, then you need to use the fairly limited Java API's to run the db start/stop scripts from within an MBean for example

[JBoss-user] [J2EE Design Patterns] - Re: Generate a Business Delegate and ServiceLocator

2004-05-25 Thread SigmundL
Generates ServiceLocators and some more stuff Generates Session Facades Haven't tried it yet but I think it generates Business Delegates or something like it :-) Checkout the api docs at xdoclet.sourceforge.net /Sigmund View the original post : http://www.jboss.org/index.html?module=bb&op

  1   2   >