[JBoss-user] [Persistence CMP/JBoss] - Re: curious SQL-Statements when loading related data

2004-05-25 Thread loubyansky
I confirm that this is a change in behaviour between 3.2.3 and 3.2.4RC2. 3.2.3 has a bug in on-find read-ahead for single-object finders. I.e. when the result of a finder is a single object which is preloaded on-find with some load group which doesn't cover all the fields in the default load

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

2004-05-25 Thread kapilesh.arekar
Hi Scott I have already configured jboss using Database Authentication. Now I want to work on ,where JBoss will authenticate the Windows NT Domain Users. I want to use a Form Based Authentication. When a user tries to access the site I will flash him with a form which picks the username

[JBoss-user] [Security JAAS/JBoss] - JAAS trust implementation

2004-05-25 Thread mylesJ
Hi, Is anyone aware of an implementation of JAAS that provides a trust relationship between two applications? The purpose of this being that once a user is authenticated in one application they will by default be authenticated on any other trusted application. I would much rather opt for a

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

2004-05-25 Thread vashistvishal
Create an EAR file and deploy in the jboss-3.x/server/all or default or mimimal, whichever u are runing. Checks the forums to create an ear file using ant or if u are using latest lomboz then it has the facility to create an ear file. I hope this helps. Vishal. View the original post :

[JBoss-user] [Security JAAS/JBoss] - LoginModule stack - commit method

2004-05-25 Thread kenh
Hello Scott, I have a LoginModule configuration defined as: application-policy name = status login-module code = SubscriberStatusAdbLoginModule flag = sufficient module-option name = datasourceds/security/module-option /login-module

[JBoss-user] [J2EE Compliance] - Re: EJB 2.1 Timer Objects

2004-05-25 Thread hitcher
Any updates on the release date for JBoss 4. The roadmap says Q2. We are now at the end of May, so you should be able to give a more exact date for the release. There are no plans to implement the EJB 2.1 timer objects in JBoss 3.2.x, right? View the original post :

[JBoss-user] [HTTPD, Servlets JSP] - Re: Filtering JSP page failed

2004-05-25 Thread sporritt
Hello, What pattern have you specified for the filter in your web.xml? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3835708#3835708 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835708

[JBoss-user] [HTTPD, Servlets JSP] - Tomcat 5.0 with JBoss 3.2.x ?

2004-05-25 Thread sporritt
Does anyone know anything about getting Tomcat 5.0 to work with JBoss 3.2.x? I really need to use Servlets 2.4 but won't be able to install JBoss 4 on my web site for quite some time. Thanks Simon View the original post :

[JBoss-user] [Installation Configuration] - Re: Defining the Virtual Path in Jboss 3.2.3

2004-05-25 Thread tomerbd
If you use an EAR you can define the context name using the contextpath tag in application.xml. otherwise you can set your context path to be root in jboss-web.xml under your war / web-inf View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3835711#3835711 Reply

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

2004-05-25 Thread david_crecente
Hi all, I have problems using JAAS and jboss-3.2.2RC4 when a user tries to login a second time. 1) User logins in the application. 2) User clicks on back button 3) Login Form appears again 4) User types your username and password again 5) User gets error 404 The second time the browser

[JBoss-user] [JCA/JBoss] - Got SQLException after changing sa pwd in HSQLDB

2004-05-25 Thread msturlesi
Hi I am using JBOSS 3.2.2 with HSQLDB and when I changed the sa pwd (in login-config.xml and hsqldb-ds.xml) from empty () to sthg a little more secure and I got SQLException: Access denied since. I had a look at the org.jboss.jdbc.HypersonicDatabase code I have and the user and pwd in

[JBoss-user] [Nukes User] - Packaged JBoss-Nukes giving grief

2004-05-25 Thread szermierz
I have downloaded the nice package of JBoss-Nukes and am having trouble. I downloaded the zip file, 1) unpacked it to C:\jboss-nukes 2) set JBOSS_HOME to this directory 3) ran run.bat in the bin directory 4) everything looked like it was firing up okay, until

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

2004-05-25 Thread hbaxmann
Seems to gone lost in the backup/restore cycle: TSS, anonymous posting. Anyone JBoss care to explain? archived in: http://www.mail-archive.com/[EMAIL PROTECTED]/msg47041.html with ambivalent regards bax PS: Have to explain to my customers: Are these _these_ people from TSS? View the original

[JBoss-user] [Installation Configuration] - Re: load-repository to a acheive ear isolation(deployment ba

2004-05-25 Thread gozilla
(re-post since it seems that there is a gap in the forum somewhere between the 21th and today) --- Hi davidmboon I think the problem comes from the fact that you are deploying your ears inside a subdirectory of the deploy directory 'lms'. Did you set the 'RecursiveSearch' attribute of the

[JBoss-user] [EJB/JBoss] - UndeclaredThrowableException on session bean create

2004-05-25 Thread nico1as
Hi All, In my application, I encounter a problem with a stateless session bean (named StatManager). Sometimes I get an UndeclaredThrowableException when I launch the create method on the home interface (StatManagerHome). Sometimes when the create method works, I get the same exception when I

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

2004-05-25 Thread themuppeteer
Hello, First of all sorry for my rude 'me too' post (didn't read the rules first..) It is with great interest that I have followed this post, and I do have exactely the same problem. Only for me the solution doesnt work, I searched on it the whole evening last night but nothing seems to work.

[JBoss-user] [Messaging, JMS JBossMQ] - poor MDB performance

2004-05-25 Thread stscit04
Hi, I am using Jboss 3.2.3 with mysql as persistent store for JMS messages. I have a large number of messages (about 20k) in the store. The performance is not very good, my MDB gets a new message every 500ms or so. The processing in the MDB itself takes about 100ms. Is there any way to find

[JBoss-user] [EJB/JBoss] - Re: UndeclaredThrowableException on session bean create

2004-05-25 Thread loubyansky
Which JBoss version are you using? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3835722#3835722 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835722 --- This SF.Net

[JBoss-user] [Beginners Corner] - Re: war-deployment fails

2004-05-25 Thread colte
The problem seems to be the jboss-web.xml. If I remove it, the war deploys fine. Any thoughts? My jboss-web.xml looks like this: ?xml version=1.0 encoding=UTF-8? !DOCTYPE jboss-web PUBLIC -//JBoss//DTD Web Application 2_2//EN http://www.jboss.org/j2ee/dtd/jboss-web_3_0.dtd; jboss-web / View

[JBoss-user] [EJB/JBoss] - Re: UndeclaredThrowableException on session bean create

2004-05-25 Thread nico1as
I use JBOSS 3.2.4RC1 Here's some stat from JMX MBEAN View : InvocationStatistics concurrentCalls='0' method name='public abstract void com.afp.dreams.mages.server.processing.statistic.StatManager.storeMonitoringEvent(com.afp.dreams.mages.server.storage.cmpnetworkmonitoring.MonitoringEvent)

[JBoss-user] [EJB/JBoss] - Re: UndeclaredThrowableException on session bean create

2004-05-25 Thread loubyansky
This should be fixed in 3.2.4RC2. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3835725#3835725 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835725 --- This SF.Net

[JBoss-user] [Beginners Corner] - Re: war-deployment fails

2004-05-25 Thread [EMAIL PROTECTED]
Why is it empty? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3835726#3835726 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835726 --- This SF.Net email is sponsored

[JBoss-user] [EJB/JBoss] - Re: UndeclaredThrowableException on session bean create

2004-05-25 Thread nico1as
Ok, thank you for your help. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3835729#3835729 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835729 --- This SF.Net email

[JBoss-user] [Messaging, JMS JBossMQ] - Durable topic subscriptions

2004-05-25 Thread hsoldier
Hello, I am using JBoss 3.2.3 in a clustered environment. I copied the JMS configuration from the all server configuration. It is using the Hypersonic database with the DefaultDS connection-urljdbc:hsqldb:hsql://localhost:1701/connection-url configuration. It is using the default database, so

[JBoss-user] [Clustering/JBoss] - HARMI Error

2004-05-25 Thread robby_us
Hi, We are using JBoss3.2.2 and Java1.4 on Unix machine.We have server which are running in cluster.We are getting following error on server startup.The Jboss verion is same on all the servers. === 15:29:06,154 ERROR [test_partition] setState failed

[JBoss-user] [Beginners Corner] - Re: war-deployment fails

2004-05-25 Thread bartvh
Looks like xml validation of the jboss-web.xml fails because it cannot find (download) the dtd on http://www.jboss.org/j2ee/dtd/jboss-web_3_0.dtd. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3835732#3835732 Reply to the post :

[JBoss-user] [Persistence CMP/JBoss] - finderMethod only works with a few result Elements (small Co

2004-05-25 Thread westmeier
Hi, my original Thread got lost and so I will try to start it again. I saved the answers until Saturday and copy them now all together as first answer to this mail. Problem: I have a session bean, which uses a finderMethod of a CMP-entity bean to get a Collection of Objects from a SQL Server

[JBoss-user] [Beginners Corner] - Re: war-deployment fails

2004-05-25 Thread [EMAIL PROTECTED]
The DTD comments say the doctype should be: DOCTYPE jboss-web PUBLIC -//JBoss//DTD Web Application 2.3//EN http://www.jboss.org/j2ee/dtd/jboss-web_3_0.dtd; You're declaring 2.2, does changing that make a difference? (the dtds should be resolved locally, but only if there's an exact

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

2004-05-25 Thread westmeier
Here the first answers, before the thread got lost: Part of my Error Message: java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC]Die Datenbank hat ein unspezifizierter Fehler zurckgegeben First answer: sorry lost authors nameQ Transation type not required ? Do you

[JBoss-user] [Messaging, JMS JBossMQ] - troubles with jbossmq distribution

2004-05-25 Thread manuel_v
Hi All, In order to obtain a jbossmq standalone distribution, I followed the steps indicates in the FAQ list. The jbossmq instance starts correctly and I obtain the InitialContext reference correctly, but the problem is whe I do: qconFactory = (QueueConnectionFactory)

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

2004-05-25 Thread [EMAIL PROTECTED]
That is, write a JBoss login module to wrap the DLL, not the other way around. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3835738#3835738 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835738

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

2004-05-25 Thread [EMAIL PROTECTED]
You can use the tagish DLL for WinNT domain authentication and wrap it around a JBoss login module implementation. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3835737#3835737 Reply to the post :

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

2004-05-25 Thread westmeier
Thanks for your tips! 1) I cannot use the old Version 3.2.3, because of another bug in this version, which is fixed in my 3.2.4 RC1, but I will try the new 3.2.4 RC2 this evening. May'be this helps! 2) I use the SelectMethod=Cursor in my connection String, this would not be the solution :(

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

2004-05-25 Thread mbeyer73
Since jboss.org has got this new look, the DTD file ist not available under its URL http://www.jboss.org/j2ee/dtd/jbosscmp-jdbc_3_2.dtd. I only get a html file with an error message. I think this is against XML spec. Am I wrong? View the original post :

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

2004-05-25 Thread ironbird
Hi westmeier, You comfort me because my account also got lost, so I was asking myself if I was running on a third dimension (like in a bad movie but so real ;-). So, You says that you are using the 3.2.4 version. I have seen other recent topics (but some are destroyed now) about the 3.2.4

[JBoss-user] [JBoss.NET SOAP] - Jboss-net - view-type =

2004-05-25 Thread cartola
Hello I have just started working with jboss-net. I'm sending this email to ask if there is a way to publish a view-type=remote method using jboss-net. Part of my code: | package teste; | import java.rmi.RemoteException; | import javax.ejb.CreateException; | import javax.ejb.EJBException;

[JBoss-user] [Messaging, JMS JBossMQ] - One more thing

2004-05-25 Thread stscit04
There is one more thing: Though I have set MyPoolSize to 100, it looks like there is only one MDB Instance working at a time (I did a log.debug(this,this,messageDrivenContext) and in the log I get the same pointers on every call for about 10 calls, the another one for the next 10 calls and so

[JBoss-user] [HTTPD, Servlets JSP] - Re: Tomcat 5.0 with JBoss 3.2.x ?

2004-05-25 Thread sporritt
OK I found the answer to my question: With 3.2.3, you can create a tomcat 5 target by going into the docs/examples/tomcat directory, and running the command ant -f build-tc5-config.xml then you can run this target like you would any other: run -c tomcat5 I found this by trawling through

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

2004-05-25 Thread ironbird
Hi again, You should use XDoclet to generate the descriptors. The tag is : anonymous wrote : | @jboss.read-ahead | strategy=on-find | page-size=what you want | View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3835747#3835747 Reply to the

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

2004-05-25 Thread [EMAIL PROTECTED]
The DTD should be resolved locally, as long as you're correctly declaring the DOCTYPE. If it is correct and it still attempts to validate across the network, it's a bug. What does your DOCTYPE declaration look like? View the original post :

[JBoss-user] [Persistence CMP/JBoss] - Re: curious SQL-Statements when loading related data

2004-05-25 Thread ironbird
Hi, Before the crash, We said in this topic that lafr was using the 3.2.4 version, and I said that it was working fine in the 3.2.3 version. So, which version has most bugs ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3835749#3835749 Reply to the post :

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

2004-05-25 Thread bartvh
Although it probably should resolve locally in case of deployment on jboss, it still is a PITA now the dtd's have been removed from www.jboss.org. For instance, xslt preprocessing of jboss*.xml files now fails if I don't remove the DOCTYPE declaration. View the original post :

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

2004-05-25 Thread tldtld
. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3835753#3835753 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835753 --- This SF.Net email is sponsored by: Oracle

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

2004-05-25 Thread hbaxmann
BTW: Bug in Nukes? If one, like me is using the character in the subject: line, the rest of the line will be cut off. So the subject was and is: Anybody cares where the TSS, anonymous posting. Anyone JBoss care to explain? thread was gone? just 2ct bax View the original post :

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

2004-05-25 Thread hbaxmann
BTW: Bug in Nukes? If one, like me, is using the character in the subject: line, the rest of the line will be cutten off. So the subject was and is: Anybody cares where the TSS, anonymous posting. Anyone JBoss care to explain? thread was gone? just 2ct bax View the original post :

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

2004-05-25 Thread ironbird
After a look at your descriptors, We can say that you are not using the XA driver. Try to cut out the | min-pool-size2/min-pool-size | max-pool-size20/max-pool-size | tags. You are already using a read-ahead opion: read-ahead | on-load | page-size1000/page-size |

[JBoss-user] [Security JAAS/JBoss] - Basic Authentication Problem

2004-05-25 Thread neoslayer
Hi folks, I am new to the forum and am ready to be scolded if my problem gets solved. :) I am not able to set up Basic authentication in jboss. It works fine in Tomcat. This is what I have done: 1. Added this to web.xml: security-constraint web-resource-collection

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

2004-05-25 Thread [EMAIL PROTECTED]
So are most of the posts since last Thursday, including the WIKI :-( Our server was down most of yesterday, we switched to most readily available backup (which was last Thursday) on a temporary machine. We are working on configuring a new box which should have all the data restored when it comes

[JBoss-user] [Beginners Corner] - Re: war-deployment fails

2004-05-25 Thread colte
After changing the jboss-web.xml to look like: ?xml version=1.0 encoding=UTF-8? !DOCTYPE jboss-web PUBLIC -//JBoss//DTD Web Application 2.3 //EN http://www.jboss.org/j2ee/dtd/jboss-web_3_0.dtd; jboss-web / I get a new errormessage: 2004-05-25 14:06:27,356 INFO

[JBoss-user] [Security JAAS/JBoss] - Re: Basic Authentication Problem

2004-05-25 Thread neoslayer
The problem is I am not able to get pass the login popup even if I enter a valid userid-pwd combination. In the application I am doing isUserInRole check, but it's not going that far. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3835759#3835759 Reply to the

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

2004-05-25 Thread [EMAIL PROTECTED]
How are you doing your XSLT processing? XSL parsers should be able to deal with local copies of DTDs just as well as XML parsers do. For instance, if you're using ANT, you can declare a local catalog of DTDs with the element. View the original post :

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

2004-05-25 Thread [EMAIL PROTECTED]
xmlcatalog element, damn parsers. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3835762#3835762 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835762 --- This SF.Net

[JBoss-user] [Beginners Corner] - Re: war-deployment fails

2004-05-25 Thread [EMAIL PROTECTED]
Try using non-empty root element and see if that makes a difference. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3835764#3835764 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835764

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

2004-05-25 Thread bartvh
Indeed. Now, setting up a local repos for DTD requires some more setup on our side that was previously kindly done by www.jboss.org. :-) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3835766#3835766 Reply to the post :

[JBoss-user] [Installation Configuration] - Crypto password in datasource definition

2004-05-25 Thread darlan
Hello everyone! How can I do crypto the default password used when creating a new connection in \server\default\deploy\datasource-ds.xml? In Weblogic, for example, this password is crypto with DES. It is possible in JBoss? How? JBoss 3.2.3: | local-tx-datasource |

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

2004-05-25 Thread jdoble
We are currently converting from hypersonic to PostgreSQL and I have a simple question. The answer may already be in the forums, but search doesn't seem to be working today (searching all forums for postgres or postgresql produces zero results!). My question is this: When using Hypersonic,

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

2004-05-25 Thread [EMAIL PROTECTED]
Given that all documents on the net are subject to webrot, you'll be better off doing it locally whenever possible. Don't know what the plan is on putting the DTDs back to their old locations. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3835768#3835768

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

2004-05-25 Thread mbeyer73
I am using dom4j 1.4 to analyze that file, so that my Swing GUI automatically knows which data entry (datatype, max number of bytes, etc.) is allowed for a certain field. I also tried | SAXReader reader = new SAXReader(); | reader.setValidation(false); | but the error persists:

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

2004-05-25 Thread [EMAIL PROTECTED]
mbeyer73 wrote : | Why isn't the DTD available anymore? 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

[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 !DOCTYPE line from jbosscmp-jdbc.xml solves my problem. Nevertheless I feel strange about that. Shouldn't JBoss validate the file?! View the original post :

[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

[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 :

[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

[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

[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] [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=bbop=viewtopicp=3835789#3835789 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835789

[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

[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

[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

[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] [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

[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 | jndi-nameDefaultDS/jndi-name | connection-urljdbc:oracle:thin:@hostname:1521:db/connection-url |

[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

[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=bbop=viewtopicp=3835804#3835804 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835804

[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:

[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=bbop=viewtopicp=3835806#3835806 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835806

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=11lastpage=yes

[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

[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=bbop=viewtopicp=3835808#3835808 Reply to the post :

[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: | !-- The JGroups protocol configuration -- | attribute name=PartitionConfig | Config | ... |

[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=bbop=viewtopicp=3835815#3835815 Reply to the post :

[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=bbop=viewtopicp=3835814#3835814 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835814

[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

[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=bbop=viewtopicp=3835818#3835818 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835818 ---

[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

[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 =

[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

[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

[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 : |

[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 :

[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

[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=bbop=viewtopicp=3835828#3835828 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835828

[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

[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=bbop=viewtopicp=3835831#3835831 Reply to the post :

[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

[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

[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: ?xml version=1.0 encoding=UTF-8? !DOCTYPE server !-- $Id: jboss-service.xml,v 1.1.4.6 2003/01/03 21:39:21 starksm Exp $ -- !-- The HTTP invoker service configration

[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

[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] [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=bbop=viewtopicp=3835844#3835844

  1   2   >