[JBoss-user] [JBoss.NET & SOAP] - Re: the client doesn't work ??????

2004-05-11 Thread jecop
Quote from the Axis documentation: --- To redistribute an application running Axis, you need to redistribute axis.jar commons-logging.jar A logging implementation compatible with commons-logging. As Java1.4's intrinsic logging facility is compatible, you do not need to include a logging JAR for

[JBoss-user] [JBoss Getting Started Documentation] - how can i run jboss by normal user privilege?

2004-05-11 Thread dkdkdk
I want jboss running with normal user(for security consideration),not with root privilege. someone say configure the server.xml,but i have clew about it. so who can give me some advice, some examples maybe adapt to me. 3ks. View the original post : http://www.jboss.org/index.html?module=bb&op

[JBoss-user] [Nukes User] - Re: nukes-installer hsqldb prerequisities?

2004-05-11 Thread hxp
"csabica" wrote : Thanks for the help! | Successfully installed through the doc. | | Csaba. | Hey, Csaba, great, that's what we like to hear! And remembering to come back to let us know the good news -- even better. Now, a request. After some intensive coding and committing this coming

[JBoss-user] [Installation & Configuration] - Oracle XADatasource in JBoss

2004-05-11 Thread sreekumar
Hi, I am facing a lot of problems in configuring OracleXADatasource in Jboss3.2.3 / 3.0.7 Please help me out in getting a solution... The files I have configures are... 1) Oracle-xa-ds.xml in server/default/deploy | | | XAOracleDS | true | false | oracle.jdbc.xa.c

[JBoss-user] [Installation & Configuration] - Re: ChannelException: java.net.SocketException: bad argument

2004-05-11 Thread lretief
Actually, the fix is to change the following lines in /etc/modules.conf: alias net-pf-10 ipv6 #alias net-pf-10 off to: #alias net-pf-10 ipv6 alias net-pf-10 off Apparently it is a Suse problem that causes applications to IPV6 for DNS resolution and then lock up there. Once

[JBoss-user] [Persistence & CMP/JBoss] - order by on cmr fields attribute

2004-05-11 Thread aquila125
Hi there, I'm running a jboss-ql query and I would like to sort the results on one of the cmr fields attributes like this: SELECT OBJECT(rpp) FROM ReferenceProductPrice WHERE rpp.pricelistRelease.row_id = ?1 ORDER BY rpp.product.code ASC But it doesn't seem to work (no error though).. Does JBo

[JBoss-user] [Installation & Configuration] - Re: Startup another component

2004-05-11 Thread maxi72
This is a simple java class with a main method. Can you help me ? thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834556#3834556 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3834556 ---

[JBoss-user] [Beginners Corner] - Facing a Session problem after deploying my application

2004-05-11 Thread psreddi
Hi, I deployed my application on JBoss3.2.3 with Apache Tomcat4.1 and it happened successfully except for it throws a following Warning 10:54:36,377 WARN [EmbeddedTomcatService] Unable to invoke setDelegate on class loader:[EMAIL PROTECTED] I am getting the following exception when I'm tryin

[JBoss-user] [Installation & Configuration] - Facing a Session problem after deploying my application

2004-05-11 Thread psreddi
Hi, I deployed my application on JBoss3.2.3 with Apache Tomcat4.1 and it happened successfully except for it throws a following Warning 10:54:36,377 WARN [EmbeddedTomcatService] Unable to invoke setDelegate on class loader:[EMAIL PROTECTED] I am getting the following exception when I'm tryin

[JBoss-user] [Installation & Configuration] - Hibernate mapping files not found

2004-05-11 Thread cuddles
Hi, I am using JBoss3.2.3, Hibernate 2.1.2 and MySQL 4.0.17. I am in the process of moving my application that uses Hibernate in a non-J2EE environment into the JBoss environment. My application uses hibernate.cfg.xml to find its *.hbm.xml mapping files. It is failing when the net.sf.cfg.Config

[JBoss-user] [Nukes User] - Re: nukes-installer hsqldb prerequisities?

2004-05-11 Thread csabica
Thanks for the help! Successfully installed through the doc. Csaba. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834552#3834552 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3834552 ---

[JBoss-user] [Persistence & CMP/JBoss] - ejb-ql limitation in comparision operators

2004-05-11 Thread raj_kumar
hi ... i would like to ask u a question about EJB QL . i was trying ">=" sign while writing the finder query ... but while deploying the bean jboss throws an exception. i'm using jboss3.2.2. but according to EJB specification ">=" works with EJB-QL but i dont know why it is not working... m

[JBoss-user] [Security & JAAS/JBoss] - Authentication Issue

2004-05-11 Thread tsenthilnn
Currently i am using tomcat j_security_check using form based login. Tomcat version 5.0.16 with Jboss 3.2.3 is used. While on submit of login page , the process of authentication taken place twice. Is the way of implementation like this or its an issue. While on traversing the code, i found

[JBoss-user] [Installation & Configuration] - RMI Ojbect Binding Problem in JNDI

2004-05-11 Thread anil_gv
I am binding the RMI Object to JNDI using context. I am able to bind the RMI object Immediately after bind if I force GC() object is getting destroyed(Finalize method of RMI object is been called). Since the object is destroyed, if I do lookup on RMI object it is throwing exception. Same code I

[JBoss-user] [Nukes User] - Re: news 1.1rc1 release available

2004-05-11 Thread cooper
Great news indeed, I am working on adding search functionnalities to the HTML module. I think "the priz" is working on something too, I don't know exactly for Sherman. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834548#3834548 Reply to the post : http://w

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

2004-05-11 Thread [EMAIL PROTECTED]
It does not exist. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834547#3834547 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3834547 --- This SF.Net email is spon

[JBoss-user] [EJB/JBoss] - Re: Stateful Transaction Timeout

2004-05-11 Thread GuyDaniel
I found this in the 3.2.4 list of tasks to be done CMT transaction timeout overrides is done. It is configured using method attributes in jboss.xml (values are in seconds), e.g. Code: TxTimeout jbosstest/tm/TxTimeout testOverridd

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

2004-05-11 Thread scttu
Adrian, Could you please give me some guidelines on how to use subcription browser? Thanks Regards, Stephen View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834545#3834545 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p

[JBoss-user] [Nukes User] - Re: news 1.1rc1 release available

2004-05-11 Thread jae77
p.p.s. rc1 is functionality complete. i won't be adding anything new between now and the final release. anything that does end up changing (will start tracking changes after 1.1 release since it was an overall refactoring to get things working) will be b/c of further internals clean-up. View th

[JBoss-user] [Nukes User] - news 1.1rc1 release available

2004-05-11 Thread jae77
the news 1.1 rc1 release is now available in cvs. yay! :) table columns did change been the alpha release and this one. this was due to 1) a cmp bug that was fixed for 3.2.4 and 2) b/c i wanted to add another column to the topic table :). you will also have to update the menu-block-service.xml

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Error creating the dlq connection: XAConnectionFactory n

2004-05-11 Thread [EMAIL PROTECTED]
User Error: Question ignored because you didn't use search. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834542#3834542 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3834542 -

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: MaxMessages - is not respected?

2004-05-11 Thread [EMAIL PROTECTED]
You also need to read the bloody FAQ rather than wasting people's time. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834541#3834541 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3834541 -

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

2004-05-11 Thread [EMAIL PROTECTED]
A subscription browser would make sense, but it is not in the spec. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834540#3834540 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3834540 -

[JBoss-user] [Security & JAAS/JBoss] - Re: Single-client, multiple-servers

2004-05-11 Thread spiritualmechanic
Maybe I'm not seeing the problem but couldn't you have mulitiple InitialContexts, one for each server? Steve View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834538#3834538 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=

[JBoss-user] [HTTPD, Servlets & JSP] - Re: servlet 2.3 web container first class loading in JBoss 3

2004-05-11 Thread [EMAIL PROTECTED]
Submit a bug report to sourceforge with a sample wars. I can't determine what is going on here based on this info. http://sourceforge.net/tracker/?group_id=22866&atid=376685 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834537#3834537 Reply to the post : h

[JBoss-user] [Installation & Configuration] - Re: Single vs. Multiple JVMs

2004-05-11 Thread [EMAIL PROTECTED]
jboss is a single vm server. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834536#3834536 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3834536 --- This SF.Net emai

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

2004-05-11 Thread scttu
actually, I just want to be able to trace the message in the topic that haven't being subscribed. So, how can i peek the topic? Thanks regards, Stephen View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834534#3834534 Reply to the post : http://www.jboss.org/

[JBoss-user] [Beginners Corner] - Re: jboss3.2.4 and RedHat 9 - remote connection problem

2004-05-11 Thread mml
i have solved this problem, it is because host name resolve wrong. Thanks for any attentions. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834533#3834533 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3834533 --

[JBoss-user] [Persistence & CMP/JBoss] - CMR and 2 schemas

2004-05-11 Thread gorano
Hi, Using: JBoss 3.2.4RC1, MySQL I have a one to one unidiretional CMR with the tables in two different schemas but in the same MySQL instance. Jboss does not put the schema name with a "dot" in front of the tablenames in the generated query, so it fails. Tried to change my Xdoclet from @ej

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

2004-05-11 Thread gorano
Yes you are right, JBoss pass-by-reference if the remote interface is on the same machine, and this is particular to JBoss, as I understand it (I take my comment about "performance loss" back). However you might consider the following differences between remote and local: 1. No need to catch re

[JBoss-user] [Persistence & CMP/JBoss] - Re: JBoss transaction deadlock

2004-05-11 Thread fabinhu
Continue the last post... Because, today my transaction DON'T COMMIT THE STATEMENTS CALLS! :'( View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834528#3834528 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=383452

[JBoss-user] [Persistence & CMP/JBoss] - Re: JBoss transaction deadlock

2004-05-11 Thread fabinhu
But, in other application servers like JRun, i could resolve this problem... With JBoss, how can i configure my transaction pool ? So, when my application start a transaction and use, its can COMMIT THE STATEMENTS CALLS!!! HEL!! PEOPLE! View the original post : http://www.jboss.org/ind

[JBoss-user] [Beginners Corner] - JBoss can't compile jmx-console after deploying Cocoon

2004-05-11 Thread pingles
I've played around a little more and have the problem somewhat consistently appearing. If I install the JBoss binary installation and then start the server using run.sh I can successfully browse to http://machine:8080/jmx-console/ or web-console to view the applications. However, if I then depl

[JBoss-user] [Persistence & CMP/JBoss] - Problem with Integer fields on @ejb.finder result

2004-05-11 Thread nacho2004
I've been doing a CMP with 3 integer fields. So, when I create an use this finder: * @ejb.finder * query="SELECT OBJECT(c) FROM catparents c where c.parentId=?1" * signature="java.util.Collection findByChild(java.lang.Integer catId)" the result give me the collection of the same row. I me

[JBoss-user] [JCA/JBoss] - Re: JCA 1.5

2004-05-11 Thread [EMAIL PROTECTED]
There are different strategies for verifing the different versions of the spec: http://cvs.sourceforge.net/viewcvs.py/jboss/jboss/src/main/org/jboss/verifier/strategy Actually, it looks like Thomas already did MDBs maybe there is a bug or maybe you have the wrong xsd in the doctype? View the ori

[JBoss-user] [Nukes User] - Re: Writing a JBoss Nukes Theme on VErsion 1.0

2004-05-11 Thread cooper
Get the source distribution : http://prdownloads.sourceforge.net/jboss/nukes-1.0.0-src.zip?download View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834522#3834522 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3834522

[JBoss-user] [HTTPD, Servlets & JSP] - Re: servlet 2.3 web container first class loading in JBoss 3

2004-05-11 Thread pjaromin
In researching further, I located an old post elsewhere from Scott Stark stating that the "java:" context is bound to a class loader. (http://www.mail-archive.com/[EMAIL PROTECTED]/msg23203.html) This would explain why my webapp using a separate class loader wouldn't have the oracle datasource i

[JBoss-user] [JCA/JBoss] - Re: JCA 1.5

2004-05-11 Thread chawla1975
Thanks, Sure, I would be interested. can you please some more information about the task? Vikas View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834520#3834520 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3834520 --

[JBoss-user] [Installation & Configuration] - Re: Applets in JBOSS 3.06

2004-05-11 Thread chays13
Actually what I would really like to do is use exisitng jar files located in jboss/server/default/lib as well as other class files in other packages that are included in the deployment jar/ear View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834519#3834519 Rep

[JBoss-user] [Beginners Corner] - Re: How to declare an actual queue for a MDB ?

2004-05-11 Thread monocongo
One point I should add is that I am not using JBossMQ for my queue, I am using an Oracle Advanced Queue. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834518#3834518 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38345

[JBoss-user] [EJB/JBoss] - Re: Multiple container configuration for one entity

2004-05-11 Thread jeeads
Since each configuration extends different configurations how would you combine the two? Thanks Jerry View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834517#3834517 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3834517

[JBoss-user] [Nukes User] - Writing a JBoss Nukes Theme on VErsion 1.0

2004-05-11 Thread obiwahn
Hi, I downloaded Nukes for jBoss. Installation, running the sample, and coding a new module was easy. But as I tried to write a Theme taken from the JBoss Tutorial I recognized that there had been major changes. Can anybody tell me where I find a newer version of the Tutorial. I dont want to tr

[JBoss-user] [JCA/JBoss] - Re: JCA 1.5

2004-05-11 Thread [EMAIL PROTECTED]
Turn off the verifier (conf/jboss-service.xml), it hasn't been udpated for EJB2.1 yet. If you are interested, this is a task that needs doing for jboss4. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834515#3834515 Reply to the post : http://www.jboss.org/i

[JBoss-user] [Installation & Configuration] - JBoss web-console not working.

2004-05-11 Thread dheerajchugh
When i try to access the web console using the URL:- http://localhost:8080/web-console/index.html It is not able to load the applet class, gives a error message saying that:- "class org.jboss.console.navtree.AppletBrowser not found" Has anybody tried running the web-console in JBoss 3.2.3? Do i

[JBoss-user] [JCA/JBoss] - Re: JCA 1.5

2004-05-11 Thread chawla1975
Thanks, I am not able to use different messaging-type for my Message Driven Beans but I am getting the following error. 11:38:46,630 INFO [EARDeployer] Init J2EE application: file:/C:/work/jboss-4.0. 0DR4/server/default/deploy/devicemanagement.ear 11:38:46,991 WARN [verifier] EJB spec violatio

Re: [JBoss-user] fw:Passing values/properties using JBoss

2004-05-11 Thread Tobias Frech
Hi! You are probably trying to access JBoss with a remote client. If that is the case you will need a file named "jndi.properties". It must exist in some directory that is included in your CLASSPATH. Sample contents for that file could be: java.naming.factory.initial=org.jnp.interfaces.NamingConte

[JBoss-user] [Beginners Corner] - How to declare an actual queue for a MDB ?

2004-05-11 Thread monocongo
I'm creating my first Message-Driven EJB and confused as to how the queue that I'll listen to is specified in JBoss. I have looked at both the "Getting Started" and "JBoss Administration and Development" guides and neither of these tell you how to make JBoss aware of an actual queue. For examp

[JBoss-user] [Nukes User] - Re: Layout changes

2004-05-11 Thread cooper
you're free to do whatever you want. extends either ModuleSupport if you want total freedom or ModuleTemplate if you want to use a template to do it. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834511#3834511 Reply to the post : http://www.jboss.org/index

[JBoss-user] [Nukes User] - Layout changes

2004-05-11 Thread delmar_debus
Is it possible to change the layout of any page whitin nukes? for example, if I want to take out the blocks, or put it in the right side, or take out the titlebar, I mean, can I do any of this or am I tied to this only layout? View the original post : http://www.jboss.org/index.html?module=bb&o

[JBoss-user] [Persistence & CMP/JBoss] - CMR with xdoclet for jboss

2004-05-11 Thread didi
Hi everybody! I thought I would never use hypersonic sql as db but now I have to :-/ A short description of my situation: I have a QuestionEntityBean and a AnswerEntityBean. It is obvious the ONE Question can have MANY Answers. So I defined /** * @ejb:persistent-field * @ejb:pk-

[JBoss-user] [Persistence & CMP/JBoss] - Re: How to JOIN several Tables in Finder-Methods

2004-05-11 Thread sesques
Hi again, Wherever you implement your finder, it should work. The rule is: If the relation is a one side, you navigate in the WHERE clause A.B.C.fieldC If the relation is a many side, you navigate in the FROM clause like in your query SELECT Object( c ) FROM myA a, IN(a.myBdetails) AS b, IN(b.m

[JBoss-user] fw:Passing values/properties using JBoss

2004-05-11 Thread shitara
Hi please need some help passing values- using version 3.2.3,my errors come with initiate context an then asks for valus/properties to be passed, how do i go about doing this? Thanks Sharlene --- This SF.Net email is sponsored by Sleepycat S

[JBoss-user] [EJB/JBoss] - Workaround for Weblogic APP-INF in JBoss

2004-05-11 Thread dheerajchugh
What is the workaround of APP-INF in JBoss? Anybody using the APP-INF in Weblogic deployed the same application in JBoss? Thanks, Dheeraj. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834506#3834506 Reply to the post : http://www.jboss.org/index.html?mo

[JBoss-user] [Security & JAAS/JBoss] - Single-client, multiple-servers

2004-05-11 Thread brettw
The company I work for has developed a server application with a rich UI client. I was in the process of integrating jboss security into the client (which performed EJB calls), when I ran up against a mismatch between our requirements and the jboss usage model. Our client needs to be able to c

[JBoss-user] [HTTPD, Servlets & JSP] - Re: servlet 2.3 web container first class loading in JBoss 3

2004-05-11 Thread pjaromin
First, I've not seen the ASCII issue you're describing so I'm sorry I don't have any insight into that one. Now, I've been experimenting all morning with my JBoss 3.2.3 installation and am running short on ideas I've created a very simple Struts-based webapp that includes an action with the

[JBoss-user] [Beginners Corner] - Re: Problem with element as child of

2004-05-11 Thread marcrobertson
Thanks! I had actually just figured that out. I'm not used to dealing with a DTD. A lot of the stuff we do just uses well-formed XML. Marc View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834503#3834503 Reply to the post : http://www.jboss.org/index.html?mod

[JBoss-user] [Installation & Configuration] - Single vs. Multiple JVMs

2004-05-11 Thread bcannon
The J2EE & EJB specs permit a J2EE server to implement a web container, ejb container, and, indeed, separate instances of beans within the same EJB container in multiple JVM instances. Our current usage of JBoss (v3.2.1 w/Tomcat) suggests that the JBoss implementation places all containers & be

[JBoss-user] [J2EE Compliance] - Re: Single vs. Multiple JVMs

2004-05-11 Thread bcannon
I don't know (advanced or basic). I assumed from your first reply that configuring JBoss for one vs multiple JVMs was a simple matter of setting a configuration value somewhere - but I haven't been able to find it or any documentation about it. I'll gratefully accept any help that is offered. -

[JBoss-user] [Security & JAAS/JBoss] - Download Servlet does not work with activated security

2004-05-11 Thread mwallner
Hi! I implemented a simple DownloadFileServlet which works fine AS LONG AS JBoss security manager is turned off. As soon as it is turned on in web.xml via etc.., downloading a file does not work anymore. The error message "the file could not be found" shows up. The server log does unfortunatel

[JBoss-user] [EJB/JBoss] - New to EJB...why do we need persistence instead of DB?

2004-05-11 Thread java_newbie
Hi, I'm new to EJB, and have done some tutorials etc. but haven't seen the need for persistence yet. As I understand it, making an object persistent means that the object lives forever, even if there's a shut down of the app server. Is this right? Now my question is, what role does entity bea

[JBoss-user] [J2EE Design Patterns] - Re: Problem with DAO Design Pattern

2004-05-11 Thread mikeydavison
How exactly are you getting your connection? If you've configured your connection in a manner similar to the example (oracle-ds.xml) and you're getting the connection from a DataSource stored in the JNDI tree, there's no need to touch the autocommit property of the connection. Are you throwing

[JBoss-user] [Installation & Configuration] - SaxPathException jdom.jar issue

2004-05-11 Thread osoe
In continuation to the thread: http://jboss.org/index.html?module=bb&op=viewtopic&t=48591 I tried to fix the jdom source. Still having the issues. Now I get the following exception: java.lang.NoClassDefFoundError: org/saxpath/SAXPathException | at java.lang.Class.getDeclaredConstructors0(N

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: MaxMessages - is not respected?

2004-05-11 Thread duslow
Sorry, the xml got stripped off in the previous post. | 1 | 1 | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834494#3834494 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3834494

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: MaxMessages - is not respected?

2004-05-11 Thread duslow
You also need to set the following in your invoker-proxy-binding as well. 1 1 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834493#3834493 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3834493

[JBoss-user] [Beginners Corner] - Re: Problem with element as child of

2004-05-11 Thread triathlon98
The dtd actually enforces an order on the tags (comma seperated). The table-name tag should come last in your example. Joachim View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834492#3834492 Reply to the post : http://www.jboss.org/index.html?module=bb&op=pos

[JBoss-user] [Persistence & CMP/JBoss] - Re: How to use Subqueries in a finder-Method???

2004-05-11 Thread konstantinidis
Hello, and thx again for your fast answer! :-) Yes, getting an ordered collection and taking the last object is the way I go atm. But as I dont know exactly how many rows will be affected, I thought there might be a better solution. I also have never used DeclaredSQL. But perhaps I should t

[JBoss-user] [EJB/JBoss] - Re: package javax.security.auth.login: already loaded

2004-05-11 Thread [EMAIL PROTECTED]
The jaas.jar cannot be in the ear deployment as these classes are used by core services like the ejb container and cannot be overriden by deployments. In 3.2.1 the scoping was not actually completely overriding the server classes so you were not using the embedded jaas.jar. View the original po

[JBoss-user] [Persistence & CMP/JBoss] - Re: How to use Subqueries in a finder-Method???

2004-05-11 Thread sesques
Hi Lachdanan, For JBOSS-QL, I have the JBoss Administration And Development guide which describes perfectly all the solutions for overriding EJB_QL limitations. But JBOSS-QL do not support subqueries at all (just ORDER BY, parameters in IN and LIKE operators and UCASE/LCASE functions). Of cours

[JBoss-user] [Installation & Configuration] - Changing the server directory

2004-05-11 Thread ca_cise
Is there a way for me to changing the location of the server directory? right now my server lives in: /jboss/server/myServerType/ I want to keep the default directory in a different part of my file system: /home/myhome/Jboss/server/myServerType I don't want install JBoss into my home director

[JBoss-user] [EJB/JBoss] - Re: Multiple container configuration for one entity

2004-05-11 Thread jae77
you will have to define one configuration that uses both optimistic locking and the insert after create settings. if you need to use the configurations seperately (ie, one for locking and one for insert after create), then you will have to define the bean twice (once for each configuration) wi

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

2004-05-11 Thread kabkhan
jdbc using the bundled hypersonic database, if you want to use it in production change to a more solid database. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834483#3834483 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply

[JBoss-user] [Performance Tuning] - Re: Are JBoss and Entity Beans so slow?

2004-05-11 Thread efrinmn
For information about Hibernate, you could try either their website: http://www.hibernate.org/, or Bruce Tate [EMAIL PROTECTED](www.2life.com). He has been giving seminars on Hibernate through the "No Fluff Just Stuff Java Symposium" (http://www.nofluffjuststuff.com/index.jsp). I attended the

[JBoss-user] [Persistence & CMP/JBoss] - Re: How to use Subqueries in a finder-Method???

2004-05-11 Thread konstantinidis
Hello, thx for your fast answer! :-) Well, I read the Specs. But "not specified" does not mean "not supported by JBoss". That's the reason for JBossQL. But I didnt find some good description and especially some good examples in the JBoss Docs. Do you know some? I know that the IN Operator wi

[JBoss-user] [Installation & Configuration] - Re: Applets in JBOSS 3.06

2004-05-11 Thread chays13
If that is what is required. Would this jar go inside the war file with the rest of the web stuff? WHere would I put it in the path and how would I refer to it? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834479#3834479 Reply to the post : http://www.jb

[JBoss-user] [EJB/JBoss] - Multiple container configuration for one entity

2004-05-11 Thread jeeads
Deployment error: 2004-05-11 11:03:55,625 ERROR [org.jboss.metadata.XmlFileLoader] failed to load jboss.xml. There could be a syntax error. org.jboss.deployment.DeploymentException: Error in jboss.xml for Bean MSSQLServer2000MetaData_ActivityEventCode: expected only one configuration-name tag

[JBoss-user] [Beginners Corner] - Problem with element as child of ele

2004-05-11 Thread marcrobertson
I'm tyring to deploy an entity bean where I want to override the default setting for . Based on the 3.2 dtd, it looks like I should be able to do it, but I'm getting this error when I deploy: 10:50:52,906 ERROR [XmlFileLoader] XmlFileLoader: File jar:file:/C:/usr/jboss-3.2.3/server/default/tmp

[JBoss-user] [Persistence & CMP/JBoss] - How to JOIN several Tables in Finder-Methods

2004-05-11 Thread konstantinidis
Hello, I would like to transform a SQL-Statement like the following to a finder- (or Selector-)Method: SELECT c.id FROM myC c JOIN myB b ON b.id_c = c.id JOIN myA a ON a.id_b= b.id JOIN myD d ON c.id_d = d.id WHERE a.myFieldFromA = 1 AND c.myFieldFromC = 2 AND d

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

2004-05-11 Thread morenito9000
I wrote the getProduct() method that looks like getUsername(). protected String getProduct() { String prodotto = null; Principal p = getIdentity(); if( p != null ) { prodotto = ((XMalfSimplePrincipal) p).getProduct(); /* Here I receive a ClassCastException */ } return prod

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

2004-05-11 Thread jburugupalli
HI, But why dint u concentrate on the other inherited method from UserNamePasswor getIdentity() which returns a principal that is nothing but your own Principal class with product info or u can even use the static method SecurityAssociation.getPrincipal(); which returns the current principa

[JBoss-user] [Messaging, JMS & JBossMQ] - MaxMessages - is not respected?

2004-05-11 Thread dhartford
Hey all, Been trying to setup some MDB's to process ONLY one message at a time. To be more specific, process only one message until that message is complete, or is sent to the DLQ. Here is the configuration I've added to standardjboss.xml under MDB, but this does not seem to work: | 1 | T

[JBoss-user] [Persistence & CMP/JBoss] - Re: How to use Subqueries in a finder-Method???

2004-05-11 Thread sesques
"konstantinidis" wrote : Hello, | The two problems, in my opinion, are that the return value of the subquery is the result of an aggregate function... | No simply the subqueries are not allowed in EJB-QL. Check the J2EE spec. "konstantinidis" wrote : Hello, | ...and that in both queries

[JBoss-user] [Installation & Configuration] - Re: JDOM.jar class loading issue

2004-05-11 Thread osoe
I tried adding the jars to c:/jboss/lib and I got the exception then I tried in c:/jboss/server/default/lib with the same result View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834470#3834470 Reply to the post : http://www.jboss.org/index.html?module=bb&op=p

[JBoss-user] [EJB/JBoss] - Optimal Bean Pool Size at boot

2004-05-11 Thread cari34
Hi guys, Can anybody tell me what is the optimal bean pool size at JBOSS startup and maximum bean pool size if one wants a scalable EJB application? Imagine, I estimate that my EJB deployed on JBOSS will have up to 50 concurrent clients. So what would you suggest to put in the jboss.xml file as

[JBoss-user] [Beginners Corner] - Re: No Hypersonic - help i've tried all solutions...

2004-05-11 Thread Anatoly71
Hi! Here is the file: * DefaultDS jdbc:hsqldb:hsql://localhost:1701 org.hsqldb.jdbcDriver sa

[JBoss-user] [Installation & Configuration] - Re: JDOM.jar class loading issue

2004-05-11 Thread darranl
Where did you add the jars to? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834464#3834464 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3834464 --- This SF.Net em

[JBoss-user] [Clustering/JBoss] - IIOP and cluster

2004-05-11 Thread olegsafonov
Is possible use IIOP protocol on JBoss cluster? Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834465#3834465 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3834465

[JBoss-user] [The Lizzard's corner] - jboss 3.2.4

2004-05-11 Thread kryptontri
Hi, Any ideas when this will be released ? k View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834462#3834462 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3834462 --

[JBoss-user] [Installation & Configuration] - JDOM.jar class loading issue

2004-05-11 Thread osoe
I am trying to deploy a set code whcih uses jdom.jar I also added the following dependent jars used by jdom.jar jaxen-core.jar jaxen-jdom.jar saxpath.jar xalan.jar xerces.jar xml-apis.jar During runtime, I get the following exception. org/saxpath/SAXPathException class not found which is part of

[JBoss-user] [Security & JAAS/JBoss] - Re: logout when having used j_security_check

2004-05-11 Thread tonic48
if you are using JSP , try <% session.invalidate(); %> View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834459#3834459 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3834459 ---

[JBoss-user] [Security & JAAS/JBoss] - logout when having used j_security_check

2004-05-11 Thread mwallner
Hi! I log my user in with the help of j_security_check, form-based. Works fine. But how can I then log out the user again? I use JBoss v. 3.2.3. Thanks, - Markus View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834456#3834456 Reply to the post : http://www.

[JBoss-user] [Management, JMX/JBoss] - Re: EJB - MBean communication

2004-05-11 Thread raja05
One option that immediately comes to mind is calling the MBean method from ur EJB and the MBean emitting the notifications. You can look the MBean using the MBeanServer thats available all over the jboss vm. This is one way Properties p = new Properties(); p.put"java.naming.factory.initial", "or

[JBoss-user] [Management, JMX/JBoss] - JBoss 3.2.3 - Clustered MBeans.

2004-05-11 Thread slbain
Hi there, I am trying to implement a load balancing prototype using the 'round- robin' policy . I have a two node cluster set-up and communicating. I use the farm service to deploy the prototype archive to the cluster. My service is an mbean extending HAServiceMBeanSupport. It uses a Proxy

[JBoss-user] [Installation & Configuration] - Re: Applets in JBOSS 3.06

2004-05-11 Thread darranl
Are the classes for you applet going to be downloaded in a jar? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834454#3834454 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3834454 -

[JBoss-user] [Beginners Corner] - Re: Error Handling

2004-05-11 Thread raja05
The logs have been cut off. Anyway, if u jsut want to proceed, you can make the strictVerifier flag to be false (lookup ejbdeployer from ur jmx-console, there shud be a property for this). StrictVerifier wud let you proceed even though there are errors Please post the relevant error messages if

[JBoss-user] [Beginners Corner] - Re: Problem using two applications simultaniously

2004-05-11 Thread raja05
If you want to load the classes from that ear alone, scope ur classloader by naming it differently. Lookup the jboss getting started documents on "Scoping Classloaders" View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834451#3834451 Reply to the post : http:

[JBoss-user] [Beginners Corner] - Re: Problem using two applications simultaniously

2004-05-11 Thread darranl
I will never advise Jboss as application server as long this is not fixed. - That should do it, the developers will fix it for you tonight. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834449#3834449 Reply to the post : http://www.jboss.org/index.html?mod

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

2004-05-11 Thread morenito9000
Hi, I'm trying to extend DatabaseServerLoginModule but I have problems in getRoleSets() method. >From Client I receive a modified SimplePrincipal that contains name/password/product (I added product class member). In MyDatabaseServerLoginModule I changed the rolesQuery: "select Role, RoleGroup fr

[JBoss-user] [Beginners Corner] - Re: No Hypersonic - help i've tried all solutions...

2004-05-11 Thread darranl
Can you post your 'hsqldb-ds.xml' here. Making the correct changes for Hypersonic does work on 3.2.3 (I have 6 developers here that have made the changes without any problems) How are you starting JBoss? Are you passing any parameters to the run script? View the original post : http://www.jbo

[JBoss-user] [Persistence & CMP/JBoss] - How to use Subqueries in a finder-Method???

2004-05-11 Thread konstantinidis
Hello, I would like to create a finder-Method with a query like the following: SELECT Object(a) FROM myTable AS a WHERE a.date = (SELECT MAX(b.date) FROM myTable AS b) But when I make it this way I always get a ParseException. The two problems, in my opinion, are that the return value of the

[JBoss-user] [Beginners Corner] - Re: Problem using two applications simultaniously

2004-05-11 Thread osman
I did the same in jboss3.2.3, it doesn't work. Unbelievable, such a product Jboss. This is common J2EE usage: having more earÂs deployed. Any earÂs has its onw classes. Sometimes there are classes in both ears with the same package name, but they can be different or different version. According

  1   2   >