[JBoss-user] [Installation & Configuration] - Re: how can i open Hsql database manager

2004-03-15 Thread sunjie76
Thanks why i don't find "service=Hypersonic" on JMX console application i use jboss 3.2.3 http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825882#3825882";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825882>Reply to the post

[JBoss-user] [Installation & Configuration] - ssl on multiple JBossinstances

2004-03-15 Thread BDV
Hi, I've got application and "SSL/TLS Connector using the SSL domain keystore" is working fine on port 443. (certificate is shown, ...) Once I configure Jboss for multiple instance, using the sample-bindings.xml from the examples, the secured "https" connection won't work. Anybody knows what

[JBoss-user] [Installation & Configuration] - Re: log4j.xml and output from a JBoss class

2004-03-15 Thread ahardy66
In the latest push up the side of Mount Everest, err, I mean the JBoss learning curve, I have narrowed down the problem to the fact that the log statements are all TRACE priority. Does that give any kind JBoss guru an idea what I need to do? Strangely, setting the priority level in the log4j.

[JBoss-user] [Persistence & CMP/JBoss] - Re: JBoss - Error while checking if table aleady exists

2004-03-15 Thread cmargulhano
Hi Alex, I modified the file "C:\java\JBuilderX\jdk1.4\jre\lib\security\java.policy" inserting the permissions that you talked about. But does not work yet. Is this the correct file? Thank you. Regards, Claudio http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825756#3825756";>View th

[JBoss-user] [Installation & Configuration] - Re: how can i open Hsql database manager

2004-03-15 Thread raytrust
Hi, I use following command for launching Swing manager. Of course, you have to specify %JAVA_HOME% and %JBOSS_HOME% environment variable*^^*. %JAVA_HOME%\bin\java -classpath %JBOSS_HOME%\server\default\lib\hsqldb.jar org.hsqldb.util.DatabaseManagerSwing As you know, it is only one line comman

[JBoss-user] [Installation & Configuration] - how can i open Hsql database manager

2004-03-15 Thread sunjie76
i learn Jboss from "Tutorial for building J2EE Applications using JBOSS and ECLIPSE ".in Chapter1,the book tell me import script,but i don't know how open Hsql database manager in jboss 3.23 http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825875#3825875";>View the original post htt

[JBoss-user] [Installation & Configuration] - Re: Where is jboss.jar

2004-03-15 Thread kaobe
It's in server/default/lib or whatever the configuration you use, is. Peter http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825874#3825874";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825874>Reply to the post -

[JBoss-user] [Messaging, JMS & JBossMQ] - Considering File PersistenceManager

2004-03-15 Thread mikelarnett
All, I am using JBoss-3.2.1 w/Tomcat. I am currently using hypersonic to manage persistence, but I am considering moving to something else. Because persistence/delivery is a MUST for all the messages, I am looking at the File PM. I was curious if anyone had used this and, if they had, any

[JBoss-user] [Management, JMX/JBoss] - newbie - jmx client code

2004-03-15 Thread viswanath
Hi, Im new to JMX. I am trying to get system info from Jboss - BuildID,startDate,version,etc. I worked on the following code,i dont know which object to lookup for Properties

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: HA JMS

2004-03-15 Thread ivelin
Here is a document which is current as of 3.2.3. http://cocoonhive.org/articles/jboss/20031125/JBoss32-hajms.html Ivelin http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825870#3825870";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825870>R

[JBoss-user] [JBoss Getting Started Documentation] - Struts Framework Development

2004-03-15 Thread kevykev
Im currently doing Struts developmetn using eclipse, tomcat 4, mysql.. and interested in using JBoss app server and IDE... does it support Struts development and tag libs?... hola back.. KevyKev http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825869#3825869";>View the original post

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: MDB Access over HTTP

2004-03-15 Thread jula
log4j Output: 2004-03-16 11:58:17,487 TRACE [org.jboss.mq.Connection(1)] {main} Authenticating user phuser 2004-03-16 11:58:17,487 TRACE [org.jboss.mq.il.uil2.UILServerIL(1)] {main} Connecting to : /203.94.78.157:8093 2004-03-16 11:58:17,487 TRACE [org.jboss.mq.il.uil2.UILServerIL(1)] {main} Con

[JBoss-user] [Nukes User] - [Q]Generating javadoc

2004-03-15 Thread [EMAIL PROTECTED]
Hi all, Now I have Nukes running, and would like to generate the javadoc. Unfortunately, both the binary (nukes-1.0.0_src.zip) and the cvs (as of today) don't seem to do the job. I tried %NUKES_HOME%/build/ant docs and it gives, for binary: BUILD FAILED file:E:/Download/java/nukes-1.0.0-

[JBoss-user] [Management, JMX/JBoss] - Re: Unexpected Shutdown of JBoss

2004-03-15 Thread starksm
If your running with the HA-JNDI service then the shutdown.sh lookup of the RMIAdaptor will fail to find the localhost JNDI service after the shtudown of the first instance, and will do a discovery broadcast to find an HA-JNDI service and will discover the remote node and issue a shutdown agains

[JBoss-user] [Security & JAAS/JBoss] - Re: how to set system property

2004-03-15 Thread starksm
No, jboss uses its only configuration implementation that parses the login-config.xml file. http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825861#3825861";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825861>Reply to the post -

[JBoss-user] [Beginners Corner] - Re: Need a Simple Example

2004-03-15 Thread vashistvishal
Try this. www.tusc.com.au/tutorial/html/index.html Vishal http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825862#3825862";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825862>Reply to the post ---

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

2004-03-15 Thread vashistvishal
Chapter 4 is available on the same site where the rest of the tutorial is. With yr other query : I haven't used that version of lomboz , but it seems they might have change configuration of lomboz. Since you are new in this domain, i would use Eclispe version 2.1.2 with lomboz.212.p1.zip (only o

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: MDB Access over HTTP

2004-03-15 Thread jula
Sorry if my wording gave the wrong impression. But I didn't add log4j.properties to my classpath, instead added a folder name and had the file in it. As u said: it's basic stuff. Infact I removed the ORIGINAL log4j.properties file from the jbossall-client.jar, thinking it could do any harm. T

[JBoss-user] [Frequently Asked Questions (FAQ)] - Re: (Apache 2.0.45) - ajp13 via jk2 --> (JBoss 3.2.1 and Jak

2004-03-15 Thread AnonymousBosch
* JBoss Basic Configuration Guide * * June 2003 Edition* * * * >> How to configure A

[JBoss-user] [Management, JMX/JBoss] - Re: Unexpected Shutdown of JBoss

2004-03-15 Thread robby_us
The version being used is jboss 3.2.3 and the shutdown is being performed using shutdown.sh with -s option http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825840#3825840";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825840>Reply to the p

[JBoss-user] [Security & JAAS/JBoss] - Configure basic security in Jboss

2004-03-15 Thread anandkasi
Hi All, I am a jboss newbie and need to a simple username/password challenge to pop up when someone accesses my web app deployed on jboss. I was looking at UsersRolesLoginModule. I am using jboss-3.2.3 with jetty-4.2.14. All I did was the following 3 things. 1) server/MyServer/conf/login-conf.

[JBoss-user] jboss 3.2.1 on Redhat linux 9 start up problem

2004-03-15 Thread ed banfa
Hi all, I have been running jboss on MS Windows and I want to switch to Linux (dont ask me why ;-)), I have installed j2sdk1.4.2 jdk on my linux computer and set JAVA_HOME to point to the appropriate location but I get an Exception thrown(java.sql.SQLException: Connection is broken: localhost) wh

[JBoss-user] [Security & JAAS/JBoss] - how to set system property

2004-03-15 Thread fatvegetable
Hello, I am new to JAAS and JBoss :) I tried to set the system property(java.security.auth.login.config) at the application startup and it works on tomcat 4.1.29. But on JBoss 3.2.3, it works if i customized the login-config.xml. I would like to know if i can set the system property without c

[JBoss-user] [HTTPD, Servlets & JSP] - Ack, jspf files don't precompile! Please help!

2004-03-15 Thread ShinySteelRobot
JSP fragment files (*.jspf) don't seem to be precompilable. I've set up a "precompile" target in my Ant build script. It invokes jspc which works fine for .jsp files. The .jsp files get compiled, war'red, and run within JBoss 3.0.8. However, the jspf files DO NOT get compiled by the jspc tas

[JBoss-user] [Installation & Configuration] - Re: JBoss & linux

2004-03-15 Thread lifangning
I run JBoss 3.2.3 on Redhat Linux 7.3 with JDK1.4.2, but I can not access EJBs with JNDI from another computer: Object ref = jndiContext.lookup ("XXXBean"); Exception: javax.naming.CommunicationException [Root exception is java.rmi.ConnectException: Connection refused to host: 127.0.0.1; http://

Re: [JBoss-user] connecting apache22 with JBoss 3.2.x - what way choose?

2004-03-15 Thread Andrew Oliver
http://jboss.org/wiki/Wiki.jsp?page=JBossOnPort80 > From: Jiri Chaloupka <[EMAIL PROTECTED]> > Organization: Jiri Chaloupka > Reply-To: [EMAIL PROTECTED] > Date: Mon, 15 Mar 2004 22:43:21 +0100 > To: [EMAIL PROTECTED] > Subject: [JBoss-user] connecting apache22 with JBoss 3.2.x - what way choose?

[JBoss-user] [Management, JMX/JBoss] - Re: RemoteMBeanServer.addNotificationListener hangs for a wh

2004-03-15 Thread starksm
Sounds like an address resolution issue. Take thread dumps of the two sides to see where the delay appears to be. http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825830#3825830";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825830>Reply to

[JBoss-user] [Advanced Documentation] - Re: Is ComponentSource Serving JBoss Well?

2004-03-15 Thread damien
That is indeed good news. http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825831#3825831";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825831>Reply to the post --- This SF.Net email is

[JBoss-user] [Management, JMX/JBoss] - Re: Unexpected Shutdown of JBoss

2004-03-15 Thread starksm
Not without a jboss version and how the shutdown is being performed. http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825829#3825829";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825829>Reply to the post --

[JBoss-user] [Installation & Configuration] - Where is jboss.jar

2004-03-15 Thread ltcmelo
Before i start unpacking all jars... where is the jboss.jar file? http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825825#3825825";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825825>Reply to the post

[JBoss-user] [Management, JMX/JBoss] - Re: New Web Console Features

2004-03-15 Thread starksm
No. http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825828#3825828";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825828>Reply to the post --- This SF.Net email is sponsored by: IBM Linu

[JBoss-user] [HTTPD, Servlets & JSP] - Re: JBoss 3.2.3, Tomcat 4.1.29 NoClassDefFoundError

2004-03-15 Thread starksm
There is a conflict with the version of jdom you compiled against that the jdom.jar found in jboss-3.2.3/lib/jdom.jar. Try replacing this with your version of jdom, or add a jboss-web.xml to your war to override the jboss version of the classes. mydomain:war=mywar.war

[JBoss-user] [HTTPD, Servlets & JSP] - Re: how embed tomcat5 in jboss3.x

2004-03-15 Thread starksm
jboss-3.2.4RC1 uses tomcat5 by default now. http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825827#3825827";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825827>Reply to the post --- Thi

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Problem Verifying WAR Using Log4J on 3.2.3

2004-03-15 Thread starksm
There is a conflict with the loaded log4j.jar version coming from somewhere. If your bundling your own log4j.jar in the web and need this version, then you have to enable class loader overrides using a jboss-web.xml setup like: | | | | jboss.test:war=log4j113.war

[JBoss-user] [HTTPD, Servlets & JSP] - Re: SSL and VirtualHosts

2004-03-15 Thread starksm
You would have to define multiple Service elements, one per SSL connector with a different server certificate. http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825823#3825823";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825823>Reply to th

[JBoss-user] [HTTPD, Servlets & JSP] - Re: RMI Exception

2004-03-15 Thread starksm
You are either using an incorrect IntialContext environment or have included a jndi.properties file that is incorrect to see the naming exception shown. http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825822#3825822";>View the original post http://www.jboss.org/index.html?module=bb&op

[JBoss-user] [Installation & Configuration] - Re: Configuring JNDI over HTTP

2004-03-15 Thread starksm
you missing the jbossall-client.jar from your classpath. http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825821#3825821";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825821>Reply to the post --

[JBoss-user] [Security & JAAS/JBoss] - Re: Problems with FORM Authentication

2004-03-15 Thread starksm
You have added no new information in the last few additions to this thread, so try showing the server.log messages from the login. To get more out of the security layer enable trace level logging and ensure the server.log FILE appender does not have a Threshold setting. | | |

[JBoss-user] [HTTPD, Servlets & JSP] - RMI Exception

2004-03-15 Thread dennislee
Hi my ejb server is jboss323, jsb/servlet is tomcat 4.1.30 when i called remote method , my tomcat server is error ! like following info please help me !!! thanks 2004-3-15 18:03:40 org.apache.coyote.http11.Http11Protocol init 信息: Initializing Coyote HTTP/1.1 on port 8088 Starting service

[JBoss-user] [Security & JAAS/JBoss] - Re: Any documentations for jboss/tomcat single sign on??

2004-03-15 Thread starksm
It was in 3.2.3, try it out. http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825816#3825816";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825816>Reply to the post --- This SF.Net email

[JBoss-user] [Security & JAAS/JBoss] - Re: jaas login propagation

2004-03-15 Thread starksm
No, the JAAS login needs to be triggered by the web container. Anything is possible with sufficiently deep integration with tomcat, but this is a non-trivial customization. http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825815#3825815";>View the original post http://www.jboss.org/i

[JBoss-user] [Security & JAAS/JBoss] - Re: How do i get access to httpsession using JAAS login modu

2004-03-15 Thread starksm
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825696#3825696 http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825817#3825817";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825817>Reply to the post

[JBoss-user] [Security & JAAS/JBoss] - Re: custom login module using AbstractServerLoginModule

2004-03-15 Thread starksm
The AbstractServerLoginModule.loginOk field must be set to true in order for commit to do anything as documented in the javadoc. The setting of the TRACE level is incorrect, use: | | | | http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825813#3825813";>View

[JBoss-user] [Beginners Corner] - Simple deployment question

2004-03-15 Thread mvanhorn
I think I must have a mental block because I can't seem to figure out how to do this. I have a web application that depends on a Hibernate service archive. How do I make sure the sar deploys before the war? There doesn't seem to be a element in jboss-web.xml, so where does it go? The stucture

[JBoss-user] [Messaging, JMS & JBossMQ] - Axis Soap over JMS to build a listener for uncommon service

2004-03-15 Thread abondi
Hi to all. I posted yesterday a message: [url=http://www.jboss.org/index.html?module=bb&op=viewtopic&t=46934]"JMS and MDB..."[/url] and I'd like to ask if I'm proceeding the right way. So, to resolve my problem, I should use: Apache Axis(Soap) over JMS. The problem is that I must connect to the

[JBoss-user] [Messaging, JMS & JBossMQ] - HA JMS

2004-03-15 Thread Nandkumar
Hi, Would like know the documentation that explains HA JMS setup in clustered environment. I went thru JBOSS clustering by sacha labourey and team. Unfortunately this does not cover HA JMS clustering features Nandkumar http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825808#3825808

[JBoss-user] [Installation & Configuration] - Re: log4j.xml and output from a JBoss class

2004-03-15 Thread ahardy66
Guess I know too many logging frameworks too poorly. Actually I deliberately got rid of the file appender to speed it up a bit. Thanks for the diagnosis. http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825804#3825804";>View the original post http://www.jboss.org/index.html?module=

[JBoss-user] [Persistence & CMP/JBoss] - Hibernate and Distributed Caching

2004-03-15 Thread dscovill
Hi, When will a fully tested version of Jboss Cache and Hibernate come out that allows for distributed caching? Thanks, Dan http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825803#3825803";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38258

[JBoss-user] [Beginners Corner] - Re: Accessing EJB from applet over http

2004-03-15 Thread larry054
Parag, EJB containers don't speak HTTP. When you say HTTP, do you mean internet? Connecting to an EJB requires ports that most firewalls do not allow. (I don't remember which port numbers; its documented somewhere.) You should probably put a servlet between your applet and any EJBs in your app.

[JBoss-user] [Installation & Configuration] - Re: log4j.xml and output from a JBoss class

2004-03-15 Thread starksm
You have commented out the FILE appender, and the CONSOLE appender has a threshold of INFO, so there will be no output to server.log at any threshold. Try checking your server.log timestamps next time. | | | | | http://www.jboss.org/index.html?module=bb&op=vie

[JBoss-user] [Installation & Configuration] - Re: log4j.xml and output from a JBoss class

2004-03-15 Thread ahardy66
| | | | | | | | | | | | | | http://jakarta.apache.org/log4j/"; debug="false"> | | | | | | | | | | | | | | | | | | | | |

[JBoss-user] [HTTPD, Servlets & JSP] - Re: HTML display problem with JSP precompiling

2004-03-15 Thread julien.dubois
If you're using the ant "jspc" task, with jasper41, you can't define the encoding. By default it is UTF-8, and it cannot be changed. Have a look here : http://www.fwd.at/tomcat/build-using-ant-howto.html and here : http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19622 So if you need iso-8859-1 (

[JBoss-user] [Installation & Configuration] - Re: log4j.xml and output from a JBoss class

2004-03-15 Thread [EMAIL PROTECTED]
Post your log4j.xml then you might get some help. Regards, Adrian http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825796#3825796";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825796>Reply to the post

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JDBC persistence

2004-03-15 Thread Nandkumar
Here are the steps that I followed to get it working : 1. Copy oracle-jdbc2-service.xml from JBOSS_HOME/docs/examples/jms to JBOSS_HOME/server/default/deploy/jms 2. Edit the DS name to your DS name, e.g. change from defaultDS to your jndi datasource name 3. Remove hsqldb-jdbc2-

[JBoss-user] [Installation & Configuration] - Re: log4j.xml and output from a JBoss class

2004-03-15 Thread ahardy66
In the latest blind stumblings in the regions beyond the JBossLog4j.pdf, I have found that I am incapable of turning on JBoss's TRACE logging level. Even with the XLevel class in the Priority setting. Even (despairing laughter coming from off-stage) after commenting out all my commons-logging

Re: [JBoss-user] connecting apache22 with JBoss 3.2.x - what way choose?

2004-03-15 Thread Remy Maucherat
Jiri Chaloupka wrote: Hallo, I'd like to connect apache2 with jboss 3.2.x I was tried mod_jk2, but it seems very undocumented or erroneous? For example - I was download jk2 2.0.2 sources, unzip and there was do docs. I see only ent's build.xml, so I try ant, but it failed. Somewhere in net I foun

[JBoss-user] [Security & JAAS/JBoss] - jaas login propagation

2004-03-15 Thread jesusaplsoft.es
Is there a way to propagate to HttpSession a login made using a servlet and jaas?. I see that LoginContext.login() works fine BUT it is not propagated to HttpSession (or I do not know how...). That's why Tomcat request.getUserPrincipal().getName() cannot see it. On the contrary, using login form

[JBoss-user] [EJB/JBoss] - Re: Remote clients JNDI problem

2004-03-15 Thread [EMAIL PROTECTED]
Exactly. With the config I show above, the server will tell the client to connect to itself. i.e. 127.0.0.1 You can get more details if you enable log4j TRACE logging for "org.jnp" on the client. Regards, Adrian http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825793#3825793";>View th

[JBoss-user] [Security & JAAS/JBoss] - Re: Problems with FORM Authentication

2004-03-15 Thread degriffing
I wish that I could get an answer on this issue. I know that there is a "duh" in the configuration but I cannot find it. Based on the number times this posting has been viewed, I assume that it is a common question. http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825792#3825792";>Vie

[JBoss-user] [EJB/JBoss] - Re: Remote clients JNDI problem

2004-03-15 Thread luigifonti
OK, I tried now Context.listBindings(""), i.e. the empty name which should represent the Context itself. Again, I have the error: object not found in table. I am sure the problem is not on client side: if I try with different external servers (Win XP), things work. Only that damned server on Ma

[JBoss-user] [EJB/JBoss] - Re: Remote clients JNDI problem

2004-03-15 Thread [EMAIL PROTECTED]
Try "" Also check /etc/hosts for 127.0.0.1 localhost myhost.com then read the FAQ forum Regards, Adrian http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825790#3825790";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825790>Reply to the post

[JBoss-user] [Security & JAAS/JBoss] - Re: Any documentations for jboss/tomcat single sign on??

2004-03-15 Thread jae77
i'm confused - is single sign-on available in jboss 3.2.3 w/ embedded tomcat? scott's first post says it won't be avail till 3.2.4 rc1, but his second says it's available in 3.2.3 http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825789#3825789";>View the original post http://www.jbos

[JBoss-user] [EJB/JBoss] - Sybase DateTime and TimeStamp

2004-03-15 Thread jblasdel
I am using JBoss 3.2.1 and Sybase ASE. >From a BMP bean, I am trying pass the current date/time to a Sybase stored procedure. When I try, I get the following: 15:07:34,913 ERROR [STDERR] java.sql.SQLException: Could not execute sql comman - Original message: null 15:07:34,913 ERROR [STDERR]

[JBoss-user] [Messaging, JMS & JBossMQ] - JMS clustering and HA JMS

2004-03-15 Thread Nandkumar
Hi, I am in the process of doing setup for JMS clustering or HA JMS. Can any one please let me know the steps involved in steeing it up and sample code if any or FAQ that I can read ASAP. nandkumar http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825788#3825788";>View the original po

[JBoss-user] [EJB/JBoss] - Re: Remote clients JNDI problem

2004-03-15 Thread luigifonti
Yes I have already tried Context.list() and Context.listBindings(), but these methods require a name as parameter. What a name should I pass as parameter to list all the bindings ? I tried with "*", with "all" and more, but the result is always the same: object not found in table. All the jboss

[JBoss-user] connecting apache22 with JBoss 3.2.x - what way choose?

2004-03-15 Thread Jiri Chaloupka
Hallo, I'd like to connect apache2 with jboss 3.2.x I was tried mod_jk2, but it seems very undocumented or erroneous? For example - I was download jk2 2.0.2 sources, unzip and there was do docs. I see only ent's build.xml, so I try ant, but it failed. Somewhere in net I found some help to edit

[JBoss-user] [Installation & Configuration] - Jboss3.2.3 and JDK1.4

2004-03-15 Thread hlakshman
Hi, I downloaded Jboss3.2.3 and installed the same. When I deployed my ear file (which was working fine in Jboss3.2.1) I get the follwing error 13:28:15,202 ERROR [Engine] - Root Cause - java.lang.NoClassDefFoundError: javax/xml/transform/TransformerException at reefwork.m

[JBoss-user] [Security & JAAS/JBoss] - Re: Any documentations for jboss/tomcat single sign on??

2004-03-15 Thread acoliver
Wikified: http://jboss.org/wiki/Wiki.jsp?page=SingleSignOn http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825784#3825784";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825784>Reply to the post

[JBoss-user] [Security & JAAS/JBoss] - Re: Making a login form

2004-03-15 Thread LORDs_diakonos
For anyone interested I solved it. I needed to add Principal user = request.getUserPrincipal(); |String username = user.getName(); | | | | in the doGet method http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825783#3825783";>View the original post http://www.

[JBoss-user] [Beginners Corner] - Re: Can't shutdown when running multiple instances (LONG, so

2004-03-15 Thread dbronk
Anyone at all have any suggestions? http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825780#3825780";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825780>Reply to the post --- This SF.Net

[JBoss-user] [Management, JMX/JBoss] - New Web Console Features

2004-03-15 Thread atait
Will the new Web Console features be available for deployment on Jboss 3.2.3? or Can the latest web console package be deployed on 3.2.3? I'm interested in using the "monitoring" and "snapshot" features described for the web console in release 3.2.4 Thanks http://www.jboss.org/index.html?

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS Queue Not flushing

2004-03-15 Thread duslow
You can also lookup the "OriginatingQ" property in the message header to see what Queue the message came from prior to being put on the DLQ. JBoss does populate this properly, and I presume that all other JMS providers do as well. http://www.jboss.org/index.html?module=bb&op=viewtopic&p=382577

[JBoss-user] [Management, JMX/JBoss] - XMBean via JBoss.net

2004-03-15 Thread doflynn
How do you expose an XMBean as a set of web services via JBoss.net? It is possible to define a MBean to be used with JBoss.net using the steps defined on http://www.jboss.org//developers/guides/jboss.net/xdoclet. However, this does not work for XMBean. The problem seems to be with the Java cl

[JBoss-user] [JBoss.NET & SOAP] - GLUE MIME/DIME Attachments in JBoss 3.2.3

2004-03-15 Thread timfulmer
Hi All, We're doing a feasibility study on GLUE 4.1.2 running in a JBoss 3.2.3 container, and are having some trouble when both the GLUE client and endpoint are in the same JVM. Out test setup consists of a simple GLUE service running in one web application and a simple GLUE client running in

[JBoss-user] [Installation & Configuration] - Re: Duplicates in web-console webapp object list.

2004-03-15 Thread cvandyck
Sorry, formatting was borked. Let me try again: I've got an application installed as an exploded .ear deployment. When I go to the web-console webapp (3.2.2), I get my program.ear group as expected. Expanding it, I see my ejb.jar deployed as well as my two webapps. This corresponds exactly to

[JBoss-user] [Installation & Configuration] - Duplicates in web-console webapp object list.

2004-03-15 Thread cvandyck
I've got an application installed as an exploded .ear deployment. When I go to the web-console webapp (3.2.2), I get my program.ear group as expected. Expanding it, I see my ejb.jar deployed as well as my two webapps. This corresponds exactly to my application.ear: http://java.sun.com/dtd/a

[JBoss-user] [Security & JAAS/JBoss] - Re: Any documentations for jboss/tomcat single sign on??

2004-03-15 Thread starksm
It was available in 3.2.3 as described in this post: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=45801 jbossweb-tomcat50.sar/server.xml has a similar valve to uncomment: | | http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825761#3825761";>View the original

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS Ping Timeout

2004-03-15 Thread mcofran
I am currently experiencing the same issue that lucas has, but I don't understand what you're saying should be done. Are you suggesting we create an exception listener? What would it listen for and what would it do when it gets a message? http://www.jboss.org/index.html?module=bb&op=viewtopic&

[JBoss-user] [Security & JAAS/JBoss] - Re: Any documentations for jboss/tomcat single sign on??

2004-03-15 Thread davilch
Downloaded 3.2.4RC1. I don't find any release notes in the download. Are you referring to the release notes for Tomcat 5? http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825755#3825755";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825755>R

[JBoss-user] [EJB/JBoss] - Unable to passivate due to ctx lock

2004-03-15 Thread hswac
Hi, we've problems with stateful session beans, user transactions and passivation. When a stateful session bean instance is part of a user transaction and JBoss tries to passivate this bean we got the warning "Unable to passivate due to ctx lock". This is ok, because beans cannot be passivated w

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS and MDB in etherogeneus environment

2004-03-15 Thread abondi
"[EMAIL PROTECTED]" wrote : Yes | ... | Regards, | Adrian Thank you! I'll try the technologies you suggested, java is so powerful that manage to amaze me always! Thanks, and congratulations for Jboss! http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825752#3825752";>View the ori

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS Queue Not flushing

2004-03-15 Thread spohl
Sorry, but... ...just wanted to give a hint on this client gui to Mike that allows to re-send messages from one queue (even the DLQ) to another via drag&drop. No time consuming writing of a custom jms client. Regards, S. Pohl http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825746#382

[JBoss-user] [Beginners Corner] - Backward compatibility

2004-03-15 Thread k2c
Hi to all, I have jboss 2.4.9 installed with some EJB's deployed and several applications. I would like to upgrade jboss to 3.2.3. If i just deploy my apps and beans to the new jboss version will i encounter problems? I know that the configurations files are a bit different in the new version bu

[JBoss-user] JBOSS 3.2.3 + IIS

2004-03-15 Thread Francisco Moreno
Hello, Which steps should I follow to correctly configure the ISAPI redirector (from jakarta project) to bind with the embedded Tomcat on JBOSS? Or is there a better way to set IIS to deliver the static content and redirect to JBOSS for serverlets and JSPs? Should I use the JBOSS/Jetty version

[JBoss-user] [Security & JAAS/JBoss] - Re: How to get custom security athentication to integrate wi

2004-03-15 Thread hoos
Thanks for the quick response. I think I get where your comming from but if the container security kicks in before my filter won't that force me to authenticate twice, once for the say the FORM authentication and then again when my fiter does not find a valid sessionid? Or are you saying it is

[JBoss-user] [Beginners Corner] - Re: Training in ?

2004-03-15 Thread RayKiddy
If trainings are available in certain areas only once a year, can we see a schedule which goes farther than 5 months in the future? http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825750#3825750";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS Queue Not flushing

2004-03-15 Thread kabkhan
One thing we did to process DLQ messages was to modify the destination column of the messages directly in the database. UPDATE JMS_MESSAGES SET DESTINATION='QUEUE.NameOfYourQueueHere' We only have a couple of queues and in our case it was easy to guess what queue the messages used to belong to

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Classloading leak problem in 3.2.3 ?

2004-03-15 Thread javasmith
I notice that if you have two (or more) web apps deployed which all have the same .jar in WEB-INF/lib, then you make a change to a class in the .jar, redeploy the web app... that change is not reflected until you redeploy ALL web apps which use the .jar ! It's almost as if the container uses a s

[JBoss-user] [JBoss.NET & SOAP] - SAOP vs RMI

2004-03-15 Thread cari34
Hi guys, I have a very simple question. Is there any advantage to use SOAP as a communication layer between two Java applications (client and server) compared to RMI? Imagine the following situation. I have an EJB deployed on JBOSS. I have a Java client (standalone application or Web servlet) runn

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: strange behavior after sendMessage

2004-03-15 Thread [EMAIL PROTECTED]
I just committed a partial fix for 3.2.4RC2. Yes signed jars will let you access system properties. Regards, Adrian http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825749#3825749";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825749>Reply

[JBoss-user] [Security & JAAS/JBoss] - Re: configuring UsersPassword login module

2004-03-15 Thread starksm
The read about configuration of the class loader architecture to see the options for deployment visibility. There is an excerpt from the 3.0.7 admin/devl guide here: http://sourceforge.net/docman/display_doc.php?docid=14516&group_id=22866 http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3

[JBoss-user] [Beginners Corner] - Re: Please help me to build a prototype with JBOSS and Apach

2004-03-15 Thread jkim9
client side is gonna have stand-alone application that prompts login dialog... http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825748#3825748";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825748>Reply to the post

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: strange behavior after sendMessage

2004-03-15 Thread tsawan
Thanks for the response. 1. Is this bug planned to be fixed in a 3.2.3 patch? 2. I guess signing the jars should fix this problem. /t http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825737#3825737";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=rep

[JBoss-user] [Persistence & CMP/JBoss] - String size deployment error on mySQL

2004-03-15 Thread jonty69
Hi, I am attempting to deploy an ear that I'm porting from WebLogic to JBoss running against a mySQL 4.0.16-nt and I keep getting an exception: ERROR [EntityContainer] Starting failed org.jboss.deployment.DeploymentException: Error while creating table XTRIGGER; - nested throwable: (java.sql.SQ

[JBoss-user] [Installation & Configuration] - log4j.xml and output from a JBoss class

2004-03-15 Thread ahardy66
I can't configure log4j to output the logging from a JBoss class that I'm extending in my JAAS setup, and it's causing me major problems because I need the logging output to resolve a problem that's creating a brick wall in my path. The class is org.jboss.security.auth.spi.AbstractServerLoginMo

[JBoss-user] [Messaging, JMS & JBossMQ] - Rejecting external access to some jms queues

2004-03-15 Thread jdepons
I have 2 JMS queues (A and B). I would like to allow external access via rmi to queue A, and reject external RMI access to queue B since it is only used by an application running in the same JVM. Can I set these access settings with JBOSS MQ. Up to this point it seems that if I make RMI acce

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

2004-03-15 Thread raffaelecorvino
Thanks very much vishal. I solve my problem. Thanks again!!!:)) Raffaele http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825733#3825733";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825733>Reply to the post --

[JBoss-user] [Beginners Corner] - Please help me to build a prototype with JBOSS and Apache Ht

2004-03-15 Thread jkim9
I am trying to build a prototype that has login screen (written in Java) from client to connect to server... I need to figure out what the client side needs in order to login class know how to call the method in server to authenticate the user Server has JBoss and Apache HTTP Server runnin

[JBoss-user] [Security & JAAS/JBoss] - Re: configuring UsersPassword login module

2004-03-15 Thread tgil
Sorry. Making an invalid XML element in login-config.xml was not intentional. Still - it bothers me that when the authentication resource is not found JBoss goes out and authenticates against some extraneous data. http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825731#3825731";>View t

[JBoss-user] [EJB/JBoss] - how to parse xml-file in an ejb?

2004-03-15 Thread rsoika
Hi, can anyone explain how to parse an application specific xml-file within an ejb. My ejb needs a lot of complex parameters which I whant to deploy in an extra xml file bundled to my EJB.jar Is this possible? I read about java.io Restrictions inside an EJB. Thanks for help Ralph Soika http:

  1   2   >