[JBoss-user] [Security & JAAS/JBoss] - Re: problems securing jmx-console

2005-04-13 Thread pilhuhn
Why did you change the username in Step2? Set the password for "admin". E.g.: admin=b1g-s3cr3t View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873867#3873867 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3873867

[JBoss-user] [Management, JMX/JBoss] - Re: how to sort attributes in jmx console in order

2005-04-13 Thread pilhuhn
In full consequence: yes. Many people use the JMX-console and you can give it a hint by using XMbean-Descirptors. I think it is a good idea to always have the defaultAttributes and defaultOperations at the same position within the sorting. View the original post : http://www.jboss.org/index.htm

[JBoss-user] [Management, JMX/JBoss] - Re: how to sort attributes in jmx console in order

2005-04-13 Thread pilhuhn
Afair, you can't do it with standard MBeans, but you can do it with XMBeans. Have a look at the files in server//conf/xmdesc/ View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873551#3873551 Reply to the post : http://www.jboss.org/index.html?module=bb&op=postin

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Spurious exception with 4.0.0

2004-10-14 Thread pilhuhn
Yeah, thath hides them. But Exceptions are .. well Exceptions - Condidtions that are not normal. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3851504#3851504 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3851504 --

[JBoss-user] [Messaging, JMS & JBossMQ] - Spurious exception with 4.0.0

2004-10-14 Thread pilhuhn
While my (simple) app is able to send and receive and also to trigger a MDB, the server shows the following exception: | 2004-10-14 12:36:20,035 DEBUG [org.jboss.mq.il.uil2.SocketManager] Begin ReadTas | k.run | 2004-10-14 12:36:20,035 DEBUG [org.jboss.mq.il.uil2.SocketManager] Begin Writ

[JBoss-user] [EJB/JBoss] - Re: Writing Custom Interceptor

2004-09-26 Thread pilhuhn
Just write your interceptor and put it in the right place (outside the tx demaracation) in the intereptor stack. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849558#3849558 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply

[JBoss-user] [Persistence & CMP/JBoss] - Re: Can XDoclet generate markups ?

2004-09-13 Thread pilhuhn
It will for Xdoclet version 1.2.2, which hopefully will be out end of this month. If you can't wait, you can grab an Xdoclet snapshot of 1.2.2 from the usual place on sf.net. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3847988#3847988 Reply to the post : h

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Address already in use: JVM_Bind

2004-09-03 Thread pilhuhn
This is a typical windows problem, as windows uses those port for its network drives as well. So depending on the startup order of things and the number of network drives and other services, the port might be used by windows. Usually only a reboot (or several) will help. As an alternative, you c

[JBoss-user] [Persistence & CMP/JBoss] - Re: Can't get jbosscmp-jdbc to be used instead of jaws

2004-08-29 Thread pilhuhn
Perhaps this is helpful for you: anonymous wrote : | When JBoss deploys an EJB jar file, the DOCTYPE of the ejb jar.xml deployment descriptor is used to determine the version of the EJB jar. If the public identifier of the DOCTYPE is " //Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN

[JBoss-user] [Persistence & CMP/JBoss] - Re: Can't get jbosscmp-jdbc to be used instead of jaws

2004-08-27 Thread pilhuhn
You probably put the wrong DTD in jbosscmp-jdbc.xml I don't remember the details. Make sure you have http://www.jboss.org/j2ee/dtd/jbosscmp-jdbc_3_2.dtd";> (or its 3_0 equivalent). View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846519#3846519 Reply to the po

[JBoss-user] [Persistence & CMP/JBoss] - Difference fetch-size and page-size?

2004-08-27 Thread pilhuhn
The DTD says | | | and | | | Do I interpret it correctly that page-size is only for read-ahead and overrided fetch-size? Now that the defaults section in standardjbosscmp-jdbc.xml always defines a read-ahead with a page-size of 200 (?), what is fetch-size then? View the

[JBoss-user] [Persistence & CMP/JBoss] - Re: Relation table and unexpected post table create command

2004-08-27 Thread pilhuhn
This feature has been there since 3.2.3. Also %%n is replaced by a counter. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846478#3846478 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846478 -

[JBoss-user] [Persistence & CMP/JBoss] - Re: Relation table and unexpected post table create command

2004-08-27 Thread pilhuhn
%%t is internally used to substitute for the table name in the sql-command of post-table-create. Is %%t something reserved by oracle? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846477#3846477 Reply to the post : http://www.jboss.org/index.html?module=bb&

[JBoss-user] [Security & JAAS/JBoss] - Re: Jaas/ TCP restrictions

2004-07-05 Thread pilhuhn
I am not completely sure, if the web page protection kicks in before servlet filters are processed. If this is the case, why not write a filter that checks if the (authenticated) user is from the allowed address. If so, proceed, else kick him out again. View the original post : http://www.jbos

[JBoss-user] [EJB/JBoss] - Re: Entity bean called from a session bean or directly from

2004-06-22 Thread pilhuhn
What is your transaction demarcation? Are 3 and 4 executed in the same call to the SB and 5 before the call to this SB returns? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3839552#3839552 Reply to the post : http://www.jboss.org/index.html?module=bb&op=pos

[JBoss-user] [Security & JAAS/JBoss] - Re: Authentication in JBoss (login)

2004-06-02 Thread pilhuhn
Remowaller, You get the passwort in plain from the user. Then you do a sha1/md5 (depending on what algorithm you have choosen) and then encode it also as base64 and store it in the user/password table. >From now on, JBoss can compare the (hashed) password at login time with the hashed >password i

[JBoss-user] [Security & JAAS/JBoss] - Re: Authentication in JBoss (login)

2004-06-01 Thread pilhuhn
No, I mean hashAlgorithm=string: The name of the java.security.MessageDigest algorithm to use to hash the password. The API doc also gives an example on how to build the message digest. You can store the digest as base64 encoded later on. Google for base64 encoders. View the original post : ht

[JBoss-user] [Security & JAAS/JBoss] - Re: Authentication in JBoss (login)

2004-05-30 Thread pilhuhn
If it is stored encrypted: who has the key? The server would need the key somewhere in clear text (or protected by a pass phrase that the admin needs to type in everytime the server starts). If the admin has the key, he can read the password. What you can do (and which is supported by JBoss) is t

[JBoss-user] [Security & JAAS/JBoss] - Re: Security context propagation from web client to ejb

2004-05-15 Thread pilhuhn
Forgot: this is on 3.2.3 with tomcat. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835067#3835067 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835067 --- This SF

[JBoss-user] [Security & JAAS/JBoss] - Re: Security context propagation from web client to ejb

2004-05-15 Thread pilhuhn
I am basically having the same problem, but within one vm. Servlet authentication is no problem, accessing secured ejbs from a client in a different vm is also no problem - only accessing secured ejbs from the servlet (in the same vm) fails. I am probably missing something very obvious. Excerp

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

2004-03-16 Thread pilhuhn
I have seen similar things and it turned out to be a combination of not "cleaning up" and nulpointer exceptions further down in the excecution chain which triggered the TxRollback Exception. http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825966#3825966";>View the original post http:

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

2004-03-16 Thread pilhuhn
I was disabled iirc because there was a security hole in hsqldb when running on tcp port 1701. The one who disabled it, can better explain it than I can :) http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825893#3825893";>View the original post http://www.jboss.org/index.html?module=bb

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

2004-03-16 Thread pilhuhn
Because it is disabled by default in 3.2.3. See $JBoss/server/default/deploy/hsqldb-ds.xml http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825883#3825883";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825883>Reply to the post

[JBoss-user] [Beginners Corner] - Re: Deployment

2004-03-08 Thread pilhuhn
It looks like your web.xml file has a bad document type at the top. Take the one of e.g. the jmx-console as an example on how this should look. You can find it at $jboss/server/default/deploy/jmx-console/WEB-INF/ http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824722#3824722";>View the

[JBoss-user] [Connectors and JCA/JBoss] - Re: Cant connect to db

2004-03-08 Thread pilhuhn
anonymous wrote : simple question (in the wrong forum, agreed) and is being polite in his comments. TANSTAFL. There are so many people out there that just operate in a "I don't want to read faq documents and I don't want to use search and I also don't want to read the articles posted within th

[JBoss-user] [JBoss Getting Started Documentation] - Re: default username and password -- jmx-console

2004-03-07 Thread pilhuhn
What error do you get? And when you try admin/admin - does this mean that you secured the jmx-console with this password? Does the jmx-console display other beans? When you say "created a bean" : is this an ejb or just a pure JavaBean? http://www.jboss.org/index.html?module=bb&op=viewtopic&p=382

[JBoss-user] [Nukes User] - Re: Problems with module setup.ddl

2004-03-06 Thread pilhuhn
If the db contains no tables - what's the point in dropping them? http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824511#3824511";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824511>Reply to the post -

[JBoss-user] [Datasource Configuration] - Re: Sybase XADataSource

2004-03-03 Thread pilhuhn
Why don't you just provide a jndi-name instead of remving that element? http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824070#3824070";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824070>Reply to the post ---

[JBoss-user] [Persistence & CMP/JBoss] - Re: CMP Problem : Please Help

2004-03-02 Thread pilhuhn
just put the name of the expected table in the [table-name] tag. http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3823880#3823880";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3823880>Reply to the post -

[JBoss-user] [Persistence & CMP/JBoss] - Re: Problems while using Entity with LocalHome

2004-03-02 Thread pilhuhn
Can you post the (relevant) part of the source of your Customer bean? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3823832#3823832 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3823832 ---

[JBoss-user] [Installation & Configuration] - Re: 3.2.1->3.2.3

2004-03-02 Thread pilhuhn
http://sourceforge.net/project/shownotes.php?release_id=196677 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3823825#3823825 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3823825 --

[JBoss-user] [Persistence & CMP/JBoss] - Re: Problems while using Entity with LocalHome

2004-03-02 Thread pilhuhn
Do they also run in the same VM? Local really does not mean same computer, but same VM as Alex wrote. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3823764#3823764 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3823764

[JBoss-user] [EJB/JBoss] - Re: I dont know the ejb version supported in the jboss3.2.3

2004-03-01 Thread pilhuhn
2.0. 2.1 will bei in 4.x View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3823583#3823583 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3823583 --- SF.Net is sponsored

[JBoss-user] [Persistence & CMP/JBoss] - Re: java.sql.Timestamp instead of java.util.Date

2004-02-29 Thread pilhuhn
What issue exactly? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3823480#3823480 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3823480 --- SF.Net is sponsored by: S

[JBoss-user] [Datasource Configuration] - Re: Best practice on DS-independent deployment?

2004-02-29 Thread pilhuhn
Yes, that is correct wrt datasource and mapping elements. If you know, that you will have only ond datasource, it really is the best to just use the defaults. The NamingAlias MBean provides you sort of "soft link" functionality. Use an MBean org.jboss.naming.NamingAlias | | jndi-nam

[JBoss-user] [Persistence & CMP/JBoss] - Re: find queries read in PKs for the complete resultset

2004-02-29 Thread pilhuhn
Afaik, there is no such map, but there was discussion last year in april in Paris about it. I don't recall the outcome though. Basically, issues are invalidation of found entries and the need to find all cached finder entries that might point to a changed object. And this perhaps even per finder

[JBoss-user] [Persistence & CMP/JBoss] - Re: find queries read in PKs for the complete resultset

2004-02-29 Thread pilhuhn
Have a look at the various commit-options. >From 3.2.2 on, you can also put a tag on a column, which also helps you >speed up lookups in finders. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3823458#3823458 Reply to the post : http://www.jboss.org/index.h

[JBoss-user] [Beginners Corner] - Re: Debugging output

2004-02-29 Thread pilhuhn
Timestamp View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3823453#3823453 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3823453 --- SF.Net is sponsored by: Speed Start

[JBoss-user] [Persistence & CMP/JBoss] - Re: Container Managed Transaction Doesn't Rollback

2004-02-29 Thread pilhuhn
Did you verify your findings by looking at the db? The code where you look if it is rolled back or not is still within the class that is "surrounded" with the cmt. Only when the tx interceptor is reached on the way out of the class, it can roll the tx back. View the original post : http://www.

[JBoss-user] [Datasource Configuration] - Re: Best practice on DS-independent deployment?

2004-02-29 Thread pilhuhn
There is a naming alias Mbean, that you can use to alias a DS. I.e. your application specifies fooDS and the Mbean aliases it to realDS. There is no such mechanism for the DS-mapping so far. There are two feature requests open regarding this. View the original post : http://www.jboss.org/index.

[JBoss-user] [EJB/JBoss] - Re: java.sql.SQLException: Communication link failure.(Conne

2004-02-26 Thread pilhuhn
Fix the db/2. The connection reset indicates that the db dropped your connection. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3823142#3823142 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3823142 ---

[JBoss-user] [Datasource Configuration] - Re: How to configure a data source

2004-02-26 Thread pilhuhn
Did you ever look at your jboss directory structure? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3823148#3823148 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3823148

[JBoss-user] [Installation & Configuration] - Re: Start an application after the startup

2004-02-24 Thread pilhuhn
Why didn't you tell? :-) If your app is a servlet, set load-on-startup to e.g. 1 and print Hello in init(); If your app is EJB app, then write a servlet that has load-on-startup on 1 and which calls your ejbs from its init method. View the original post : http://www.jboss.org/index.html?module

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Standard taglib with jboss 3.2.3, tomcat 5

2004-02-24 Thread pilhuhn
Ah ok, I see. I can't tell about the taglibs, but generally the dtds for system config files should be locally. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822651#3822651 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply

[JBoss-user] [EJB/JBoss] - Re: ClassCastException

2004-02-24 Thread pilhuhn
My experience so far is, that also for remote interfaces and calls, the simple cast is enough in JBoss. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822646#3822646 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=382264

[JBoss-user] [Installation & Configuration] - Re: Start an application after the startup

2004-02-24 Thread pilhuhn
Well, that is normal behaviour when your app is located in the deploy/ folder. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822638#3822638 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822638 --

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Standard taglib with jboss 3.2.3, tomcat 5

2004-02-23 Thread pilhuhn
JBoss tries to get the locally from JBoss/docs/dtd, where they are delivered with the server. This is also an advantage for you, as the server can also be started / operated when the network is not up. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822637#382

[JBoss-user] [Installation & Configuration] - Re: Jboss as a Windows Service

2004-02-23 Thread pilhuhn
Have a look at http://wrapper.tanukisoftware.org/[/url] or [url]http://www.multiplan.co.uk/software/javaservice/ View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822605#3822605 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply

[JBoss-user] [EJB/JBoss] - Re: A CMR collection may only be used within the transction

2004-02-23 Thread pilhuhn
The error you see pretty much tells all. What you probably do is something in your servlet: a = getOneSideOfCmr(); b = a.getOtherSide(); There ist no transaction around it, so b is invalid. Either surround this by a user transaction or do the two calls within a method in a session bean. View t

[JBoss-user] [Persistence & CMP/JBoss] - Re: Creating index for mysql with Jboss configuration

2004-02-23 Thread pilhuhn
Put a tag on the respective field in jbosscmp-jdbc.xml See http://sourceforge.net/tracker/?func=detail&aid=743570&group_id=22866&atid=381174 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822519#3822519 Reply to the post : http://www.jboss.org/index.html?mod

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: How can I use JMS in JBoss?

2004-02-22 Thread pilhuhn
Helping you needs some time and as time is money, this also needs some money ... what now? There are lots of examples around on using JMS. Also there are at least a hundered posts on jboss-users wrt JMS. And btw.: buying the admin guide once is even cheaper than buying the subscription. The f

[JBoss-user] [Datasource Configuration] - Re: I'be got the connection, but why can't find table?

2004-02-22 Thread pilhuhn
ejbstudy is bogus as long as there is no db-mapping named 'ejbstudy' in standardjbosscmp-jdbc.xml. Try 'mySQL' instead. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822439#3822439 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mo

[JBoss-user] [Security & JAAS/JBoss] - Re: Two different login pages

2004-02-21 Thread pilhuhn
You can get the URL as servlets can get them. Have a look at the servlet javadoc. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822401#3822401 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822401 ---

[JBoss-user] [Datasource Configuration] - Re: Standalone client

2004-02-21 Thread pilhuhn
Datasources are vm local. If you want to access it remotely, then do e.g. via a session bean. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822399#3822399 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822399 --

[JBoss-user] [EJB/JBoss] - Re: Dtd problem ...

2004-02-21 Thread pilhuhn
Normally the dtd is supposed to be in jboss/docs/dtd, from where the server loads them. Did you accidently delete it there? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822398#3822398 Reply to the post : http://www.jboss.org/index.html?module=bb&op=postin

[JBoss-user] [Nukes User] - Re: Next Nukes Release ?

2004-02-20 Thread pilhuhn
anonymous wrote : how fine grained are the database constraints if you use the entity bean to create the table? Besides what Julien already said, with the post-table-create feature you can basically have whatever you want (which is db-dependent, but if you use sql92, you should be on the safe si

[JBoss-user] [Advanced Documentation] - Re: 8 hours lost due to missing info in the documentation

2004-02-20 Thread pilhuhn
Websphere definitively needs better documenatation. So better documentation is not really a pro for Websphere. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822346#3822346 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p

[JBoss-user] [EJB/JBoss] - Re: BEAN DEPLOYMENT IN JBOSS

2004-02-19 Thread pilhuhn
Package the with the respective deployment descriptors and throw the package into deploy/ View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822134#3822134 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822134 --

[JBoss-user] [Installation & Configuration] - Re: How not to run the embedded Tomcat server in Jboss

2004-02-18 Thread pilhuhn
If you don't want the embedded tomcat (why?), remove the jbossweb-tomcat41.jar from deploy/ View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822024#3822024 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822024

[JBoss-user] [J2EE Compliance] - Re: Is there a way to see System.out.println messages in jbo

2004-02-16 Thread pilhuhn
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821734#3821734 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821734 Why do you spam all forums? With the standard log4j.xml I am able to see System.out.println and stac

[JBoss-user] [Installation & Configuration] - Re: protocol violation

2004-02-16 Thread pilhuhn
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821708#3821708 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821708 IIrc this comes from retrieving more than 255 rows at a time. set the page-size value in standardjboss

[JBoss-user] [Installation & Configuration] - Re: different behaviour in linux and windows

2004-02-15 Thread pilhuhn
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821580#3821580 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821580 I assume, that on Windows you specified a windows dir like etc. d:\tmp\ and not /tmp/ or? --

[JBoss-user] [Datasource Configuration] - Re: MSSQL problem with JMS messages

2004-02-14 Thread pilhuhn
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821532#3821532 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821532 Btw.: in docs/examples/jms/ there is already a mssql-jdb2-service.xml that you can drop in instead of

[JBoss-user] [Management, JMX/JBoss] - Re: inter module dependency with depends tag

2004-02-14 Thread pilhuhn
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821531#3821531 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821531 You might try the PrefixDeploymentSorter (see conf/jboss-service.xml) and name the war 1_my.war and th

[JBoss-user] [Installation & Configuration] - Re: need example arg for getLoggerLevel

2004-02-14 Thread pilhuhn
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821530#3821530 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821530 Hm. On 3.2.1 and 3.2.3, Jboss picks up modifications of log4j.xml within the next 30 seconds without a

[JBoss-user] [Installation & Configuration] - Re: Jboss 3.2.3 upgrade problems ...changes?

2004-02-14 Thread pilhuhn
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821529#3821529 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821529 Afair, Alex rewrote the ejb-ql parser between 3.2.1 and 3.2.2. But you are right, finders are supposed

[JBoss-user] [Datasource Configuration] - Re: Reload new postgres datasource

2004-02-14 Thread pilhuhn
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821528#3821528 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821528 Iff db_2 has all data from db_1, then just replace db_1 in your postgres-ds.xml. Unfortunately, I am

[JBoss-user] [Datasource Configuration] - Re: MSSQL problem with JMS messages

2004-02-14 Thread pilhuhn
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821527#3821527 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821527 Is the table created by jboss at all? Are underscores allowed in table names inMSSQL? If the tables do

[JBoss-user] [Installation & Configuration] - Re: Jboss and tomcat

2004-02-13 Thread pilhuhn
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821368#3821368 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821368 That's normal behaviour when/as there is no root.war deployed. Try hitting http://localhost:8080/jmx-c

[JBoss-user] [Management, JMX/JBoss] - Re: inter module dependency with depends tag

2004-02-13 Thread pilhuhn
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821366#3821366 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821366 What do you want to achieve? When .jar and .war are packed in a .ear, the .jar will be deployed before

[JBoss-user] [Persistence & CMP/JBoss] - Re: Can I deploy value object to database?

2004-02-13 Thread pilhuhn
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821361#3821361 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821361 Uh? ValueObjects are (with some help) translated into entity bean getters and setters which then acce

[JBoss-user] [Installation & Configuration] - Re: JBoss and Hypersonic???

2004-02-10 Thread pilhuhn
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820953#3820953 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820953 Ok, I misread. The service=hypersonic entry in jmx-console should be there nevertheless. ---

[JBoss-user] [Installation & Configuration] - Re: JBoss and Hypersonic???

2004-02-10 Thread pilhuhn
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820951#3820951 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820951 Hypersonic is running nevertheless. Between 3.2.2 and 3.2.3 (iirc) there was a security advice that if

[JBoss-user] [Installation & Configuration] - Re: Any way to change order in which sars are deployed?

2004-02-09 Thread pilhuhn
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820795#3820795 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820795 Yes. Have a look at the url-comparator in conf/jboss-service.xml ---

[JBoss-user] [Installation & Configuration] - Re: web.xml is ignored - servlet-name and servlet-class

2004-02-09 Thread pilhuhn
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820753#3820753 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820753 If you have a servlet-mapping /foo and want to access /foo/bar, then you need to specify a url-mapping

[JBoss-user] [Frequently Asked Questions (FAQ)] - Re: jboss startup error

2004-02-09 Thread pilhuhn
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820710#3820710 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820710 That most often comes fromthe fact that network drives are 'mounted' with ports in that port range on

[JBoss-user] [EJB/JBoss] - Re: error:javax.naming.CommunicationException

2004-02-09 Thread pilhuhn
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820708#3820708 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820708 Try to just put jbossclient-all.jar (besides your own classes) in the classpath.

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Where to place JSP servlet fiels and url for executing o

2004-02-09 Thread pilhuhn
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820704#3820704 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820704 Don't forget that servlets etc. are relativt to the web-root. So if your web-root is /foo and the serv

[JBoss-user] [HTTPD, Servlets & JSP] - Re: System.out.println gives Error

2004-02-09 Thread pilhuhn
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820691#3820691 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820691 I am not completely sure, but afair the apache commons*.jar rely on commons-logging.jar for their logg

[JBoss-user] [HTTPD, Servlets & JSP] - Re: System.out.println gives Error

2004-02-08 Thread pilhuhn
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820645#3820645 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820645 It is perfectly legal to have printlns in servlets. Do you have in your app own logging classes, that

[JBoss-user] [Persistence & CMP/JBoss] - Re: bug: Sybase type-mapping

2004-02-05 Thread pilhuhn
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820306#3820306 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820306 Submit it at http://sourceforge.net/tracker/?group_id=22866&atid=376685 Group is JbossCMP --