[JBoss-user] [Clustering/JBoss] - Re: MDB in a cluster talking with a remote queue on other cl

2005-02-07 Thread paxtor
Has anybody tried a similar configuration? One cluster with JMS High Availabilty in one of them, and MDBs trying to receive messages through HAJNDI. Any help will be appreciated. Regards View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3865515#3865515 Reply to

[JBoss-user] [Installation Configuration] - build problem

2005-02-07 Thread altunoguz
Hi, I got JBoss_4_0_2_beta source from the CVS and tried to build it like explained everywhere: start build.bat in the build directory. these two were the first of a series of similar errors:

[JBoss-user] [EJB/JBoss] - Re: Deploying EJB Problems

2005-02-07 Thread mario202
Hi I have sent you an email to [EMAIL PROTECTED] with my Simple.jar file. I suggest you to try it and if it not works re-install JBoss. Cheers, Mario View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3865517#3865517 Reply to the post :

[JBoss-user] [Installation Configuration] - Re: How to configure, deploy tutorial JBoss 3.2.6 in Linux S

2005-02-07 Thread seancks
sorry typing error. For window only. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3865520#3865520 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3865520 --- This SF.Net

[JBoss-user] [Installation Configuration] - How to configure, deploy tutorial JBoss 3.2.6 in Linux Serve

2005-02-07 Thread seancks
Hi All, Anyone knows how to configure, deploy the tutorial for JBoss 3.2.6 in Linux Server. I have problems on this matter. I follow the user guide seems not helping much, as the configuration is for window best. Does anyone have the details step by step notes to share?? Thanks!!! Regards,

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Message ordering

2005-02-07 Thread GreyDeath
Adrian, I have several problems and I do not know how to sovle them. 1. Message Order: I don't how it happens but I proved now that the messages are sometimes not delivered in the same order as sent to the queue. First transaction sender: 09:18:27,343 INFO [JMS SessionPool

[JBoss-user] [Messaging, JMS JBossMQ] - Durable subscriber

2005-02-07 Thread stokwe
Hi I am new to Jboss. I have configured a durable MDB. My common sense tells me that I have to have a persistence destination. I would like how to configure the persistence destination OR if this is required? Regards View the original post :

[JBoss-user] [Installation Configuration] - Separating configurations, different ports...

2005-02-07 Thread 760613
Hi, I ve got an EAR file, with some EJB Modules and two Web Modules. Is there any simple way to separate the Web Modules to run on different ports? E.g. something like this: 1. http://myhost:8080/externals-url 2. http://myhost:9090/internals-url Why I want it like this? Well, actully its just

[JBoss-user] [Installation Configuration] - difference between jnp and rmi

2005-02-07 Thread aibo
Hi, I'd like to know the difference between the jnp-Port (1099) and the rmi-Port (1098). When I try to change the jnp-Port to e.g. 1234 the server starts listening on this port. When I try to change the rmi-Port to 1234 the JBoss - Server does not startup. Can anyone help me, please. Thanks

[JBoss-user] [Installation Configuration] - Re: mysql-ds.xml setting

2005-02-07 Thread sgodden
I believe the element you want is config-property, e.g. | config-property name=zeroDateTimeBehaviour type=java.lang.StringconvertToNull/config-property | Making your entire ds.xml something like | datasources | local-tx-datasource | jndi-nameMySqlDS/jndi-name |

[JBoss-user] [Installation Configuration] - Re: Separating configurations, different ports...

2005-02-07 Thread sgodden
You could front it with Apache on a different machine (i.e. one in your DMZ) and use mod_jk to forward requests only for the specified url pattern. With proper network configuration, that would do it. View the original post :

[JBoss-user] [Installation Configuration] - Re: Error for onfigure an Mysql data source

2005-02-07 Thread sgodden
Post your mysql-ds.xml View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3865529#3865529 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3865529 --- This SF.Net email is

[JBoss-user] [Persistence CMP/JBoss] - EJB-QL: Usage of

2005-02-07 Thread anagha
Hi, I'm using Jboss4.0 with mySQL 4.0 My ejb-jar.xml contains EJB-QL like this : ejb-ql ![CDATA[select object(a) from ProductBean as a where basePrice ?1]] /ejb-ql Whan I deploy my jar which contains above xml then Jboss server throws excpetion like this: 2005-02-07 14:36:43,369 DEBUG

[JBoss-user] [Management, JMX/JBoss] - Deploy Simple MBean Fail

2005-02-07 Thread lawrenceleung
Hello : I try to deploy a simple Mbean but fail. Here is the code : package mbeantst; import org.jboss.system.*; public class TMBeanService1 implements Service { public TMBeanService1 () { } public void create () throws Exception { System.out.println(A); }

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Message ordering

2005-02-07 Thread GreyDeath
Maybe I should describe what the MDB does. My messages have keys (messageKey). The Sender will put a 'notification message' on the queue for each new key in one transaction. These messages only have a property messageKey. The MDB is listening on these messages (message selector). Upon onMessage

[JBoss-user] [Management, JMX/JBoss] - Re: Deploy Simple MBean Fail

2005-02-07 Thread lawrenceleung
Test View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3865533#3865533 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3865533 --- This SF.Net email is sponsored by:

[JBoss-user] [Persistence CMP/JBoss] - Re: How to ORDER BY case-insensitively using jboss-ql?

2005-02-07 Thread [EMAIL PROTECTED]
Unfortunately, not supported. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3865534#3865534 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3865534 --- This SF.Net email

[JBoss-user] [Management, JMX/JBoss] - Re: Deploy Simple MBean Fail

2005-02-07 Thread [EMAIL PROTECTED]
see http://www.jboss.org/wiki/Wiki.jsp?page=ExampleHelloWorldService Your MBean must implement an interface TMBeanService1MBean interface that, in turn, extends org.jboss.system.Service). The name is important since JMX uses this naming convention for standard MBeans, that class Z must

[JBoss-user] [Persistence CMP/JBoss] - Re: Trouble using cmp2.x jdbc2 pm

2005-02-07 Thread [EMAIL PROTECTED]
Try with transactions. I know it's just a findByPrimaryKey. You could open an issue in jira for this. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3865537#3865537 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3865537

[JBoss-user] [Persistence CMP/JBoss] - Re: Cascading Updates not working properly ?

2005-02-07 Thread [EMAIL PROTECTED]
Try the latest 3.2 version. If it doesn't work then open an issue in jira. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3865539#3865539 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3865539

[JBoss-user] [EJB/JBoss] - Re: java.lang.classnotfoundexception, please help

2005-02-07 Thread juggernaut
maybe you should repackage your app in some other way? AFAIK ejbs should be packaged in jar file that contains ejb-jar.xml file, which describes classes and interface used for making calls to ejb. I use the following layout: | app.ear | | | +-beans.jar | | | | |

[JBoss-user] [Beginners Corner] - Could not dereference object

2005-02-07 Thread salgiza
After following the JBoss-IDE tutorial, I'm trying to do a similar project of my own. Problem is, when I try to call my session bean from a servlet, I get a Could not dereference object error. I'm pretty sure it must be a silly mistake, but I can't seem to find what it is :(. Could anybody

[JBoss-user] [Persistence CMP/JBoss] - org.jboss.util.NestedSQLException: Interrupted while request

2005-02-07 Thread arnold
Hi, I am mystified by this error message, could someone please help me to begin diagnosis. I am using JBoss 3.2.4, with Hypersonic database. The error always stems from some write to database via the CMP entity bean. | 2005-02-07 00:02:37,093 ERROR [org.jboss.ejb.plugins.LogInterceptor]

[JBoss-user] [Persistence CMP/JBoss] - Re: How to ORDER BY case-insensitively using jboss-ql?

2005-02-07 Thread fbiaggi
Hi, you may try the declared-sql View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3865551#3865551 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3865551 --- This SF.Net

[JBoss-user] [Persistence CMP/JBoss] - Re: org.jboss.util.NestedSQLException: Interrupted while req

2005-02-07 Thread arnold
An update, I have managed to observe the same error with JBoss 3.2.7, but this time, the error is stems from a READ operation on the same CMP entity bean. So now read and write fails randomly. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3865554#3865554

[JBoss-user] [Security JAAS/JBoss] - Re: principal=null for JMS invoked call, have a valid princi

2005-02-07 Thread shel
i got the same thing when trying to init my TimedObjects: CallbackHandler handler = new UsernamePasswordHandler( admin, password.toCharArray() ); LoginContext lc = new LoginContext( my_domain, handler ); lc.login(); Subject subject = lc.getSubject(); String result =

[JBoss-user] [Installation Configuration] - How to change webport from 80 to 90 ?

2005-02-07 Thread kumaran5
Hi all, I have deployed my application with port number 80 to access application without port number in the URL of my application. I Want to change port number from 80 to 90 but I need to add :90 in the application URL. How can I avoid the addition port to URL? Any one help me. I am using

[JBoss-user] [Management, JMX/JBoss] - Re: problem adding notification listener from remote client

2005-02-07 Thread mjea
Ok. How do I export the NitificationClient as a RMI service, then ? If I skip the 'bind' action, then I get The NullPointerException back. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3865558#3865558 Reply to the post :

[JBoss-user] [Messaging, JMS JBossMQ] - Re: HAJMS and Oracle TAF

2005-02-07 Thread sheckler
Thank You Adrian, To verify I tried the following: running JBoss (3.2.7 by now) on my pc with oracle on a remote server and the following configuration set: anonymous wrote : datasoure for JMS | .. | blocking-timeout-millis30/blocking-timeout-millis | .. anonymous wrote :

[JBoss-user] [JBoss Getting Started Documentation] - Re: j2eetutorail14 issue - it does't work for jboss followin

2005-02-07 Thread darranl
Verification of Enterprise Beans failed, see above for error messages. There should be a descriptive error further up the log. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3865560#3865560 Reply to the post :

[JBoss-user] [Installation Configuration] - DataSource cannot be found by JNDI-Name

2005-02-07 Thread knutschik
Hi! I have the following problem: My programm cannot found a datasource by JNDI-Name although the JNDI-Name is registered. You can see the JNDI-Name in the jmx-console under JNDIView. Can somebody help, what can do to solve the problem. thanxs knutschik View the original post :

[JBoss-user] [JCA/JBoss] - DataSource cannot be found by JNDI-Name

2005-02-07 Thread knutschik
Hi! I have the following problem: My programm cannot found a datasource by JNDI-Name although the JNDI-Name is registered. You can see the JNDI-Name in the jmx-console under JNDIView. Can somebody help, what can do to solve the problem. thanxs knutschik View the original post :

[JBoss-user] [JCA/JBoss] - No suitable driver

2005-02-07 Thread knutschik
Hi! I got the error message: no suitable driver by connecting to an Oracle-datasource. The driver (classes12.jar) is there and the ds-file is deployed. knutschik View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3865565#3865565 Reply to the post :

[JBoss-user] [Beginners Corner] - Re: Crystal Reports configuration

2005-02-07 Thread suzyrizzo
I'm not sure where you are in your configuration, but here's a tricky naming convention that finally allowed my crystal reports to work with JNDI. The JNDI datasource that I've been using for some time with my web app is called cdhp. It shouldn't matter, but it happens to be an MS SQL Server

[JBoss-user] [Installation Configuration] - Re: DataSource cannot be found by JNDI-Name

2005-02-07 Thread darranl
Can you describe your problem fully? What is 'My programm', is it a component running within JBoss? Or a stand alone app? Where in JNDI is the datasource registered? What is the error? (Exception, message and stack trace). What JBoss version? Have you read the other posts discussing similar

[JBoss-user] [Installation Configuration] - Re: DataSource cannot be found by JNDI-Name

2005-02-07 Thread knutschik
JBoss-version 3.2.3 It is a standalone app. I have deployed a datasource-configuration in form of an xml-Document. The exception is: No suitable driver: java.sql.SQLException. I will read the post now. View the original post :

[JBoss-user] [Nukes User] - SQL Exception

2005-02-07 Thread Umakanth
Hi, I am a tester of JBOSS applications. My development team says that SQL exceptions thrown by JBOSS cannot be handled. And I trust them, Is there a way to handle it at server side. One such Exception is java.sql.SQLException: Invalid argument value, message from server: Duplicate entry

[JBoss-user] [Clustering/JBoss] - Re: How to seperate two clusters within the same network ?

2005-02-07 Thread milasx
Could anyone explain why changing the mcast_addr is not enough? Many thanks! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3865571#3865571 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3865571

[JBoss-user] [Persistence CMP/JBoss] - Error compiling EJB-QL statement

2005-02-07 Thread Jarva55
Hi!! I'm trying to deploy an Entity EJB with Jboss 4.0.1, who has previos been created by Xdoclet 1.2.2. My Entity Bean is like that: /** | * @ejb.bean name = BonusBean | * type = CMP | * cmp-version = 2.x | * display-name = BonusBean | *

[JBoss-user] [Clustering/JBoss] - Re: How to seperate two clusters within the same network ?

2005-02-07 Thread [EMAIL PROTECTED]
changing the mcast_addr only *IS* sufficient, this will separate clusters View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3865575#3865575 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3865575

[JBoss-user] [EJB/JBoss] - JBoss.xml EJB1.1

2005-02-07 Thread aibo
Hello together, I have an old EJB1.1 application - up to now deployed in Jonas Application Server - (because of several reasons I cannot migrate to EJB2.0). Now I try to deploy these Beans to JBoss 4.0. But I have problems, especially with Entity Beans. Which xml-Files do I really need (also

[JBoss-user] [Installation Configuration] - Re: DataSource cannot be found by JNDI-Name

2005-02-07 Thread darranl
Access to datasources from remote clients was not added till JBoss 4 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3865579#3865579 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3865579

[JBoss-user] [Clustering/JBoss] - Re: How to seperate two clusters within the same network ?

2005-02-07 Thread DrPizza
Changing the multicast address or port works. It would be nice if one could instead change the partition name, but that screws other things up so it's not really worth the effort, unfortunately. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3865583#3865583

[JBoss-user] [Persistence CMP/JBoss] - new column added to CMP

2005-02-07 Thread caesarkim
I would like to add a new column(allow null) to CMP, but I have some data in the table. If i have CMP recreate a table, then it deletes all data from the table. is there any way to add a new column to the table without losing data? should I just add a new property to CMP and add a new column

[JBoss-user] [Installation Configuration] - Re: no META-INF/application.xml found on new deployment

2005-02-07 Thread dhill
this should tell you the story. -- 2005-02-07 09:42:25,847 DEBUG [org.jboss.deployment.scanner.URLDeploymentScanner] Failed to deploy: [EMAIL PROTECTED] url=file:/home/nnguyen/JBoss/jboss-4.0.1/server/default/deploy/Express.ear,

[JBoss-user] [JCA/JBoss] - Re: Oracle 10g Fast Connection Failover

2005-02-07 Thread ayampols
[EMAIL PROTECTED] wrote : you are the second person to ask | this basic question this week Perhaps it's not as basic as you would wish, as your link certainly does not address it. Let me rephrase, maybe my language was too obtuse: Oracle's JCA-compliant application server's J2EE container

[JBoss-user] [Beginners Corner] - Re: Crystal Reports configuration

2005-02-07 Thread maoz10
Thanks very much for your post. I am still not sure what should I have in my CRDB_javaserver.ini under the JDBC section, what do I need to enter in the connection dialog in the designer (under JNDI provider URL etc.), and how can I set JNDI parameters for the viewer from JSP code. Thanks in

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Question about ClientMonitorInterceptor

2005-02-07 Thread dreyk
Recomenadation for use ClientMonitorInterceptor with HTTPConnection to the JMS. You must set PingPeriod(ms) time greater than TimeOut(s) time plus RestInterval(s) time. Else you will cath AsyncFailure on the Client because pong method will be execute less often then ping method. View the

[JBoss-user] [JBossWS] - Changing SOAP envelope prefix

2005-02-07 Thread Andy_Wagg
Does anyone know of a way to change the prefix of the SOAP envelope. I have a 3rd party unsupported client attempting to communicate with my web service. The only thing I can see is the client has SOAP-ENV as its prefix, where as JBoss has soapenv. I know this shouldn't matter, but I'd like to

[JBoss-user] [Persistence CMP/JBoss] - Re: new column added to CMP

2005-02-07 Thread triathlon98
use alter-table tag, see wiki View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3865594#3865594 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3865594 --- This SF.Net email

[JBoss-user] [Security JAAS/JBoss] - Re: principal=null for JMS invoked call, have a valid princi

2005-02-07 Thread [EMAIL PROTECTED]
Read the JAAS Howto posting in this forum as it describes how the security context is propagated. A Subject.doAs does not affect the propagated security context. The preceeding JAAS login need to include the org.jboss.security.ClientLoginModule. View the original post :

[JBoss-user] [Beginners Corner] - Faster EJB Development without redeploying ?

2005-02-07 Thread PhilCurtain
Is there any way of developing code directly under the JBoss installation ? Can you develop similar to Tomcat by directly editing and compiling code under the webapps/MyApp/WEB-INF/classes folder ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3865596#3865596

[JBoss-user] [Clustering/JBoss] - Re: cluster farm undeploy deploy sometimes successfull somet

2005-02-07 Thread jgc195
Hi, I'm getting exactly the same thing, but with 3 nodes... I'm using the standard config, but with the relevant parts of the 'all' config copied in. Sometimes (about 1 in 5) it works like a dream. Most of the time however, the new ear successfully deploys on the 'origin' node (ie. the one

[JBoss-user] [EJB/JBoss] - Re: Please help my topic ( Error from JBOSS )

2005-02-07 Thread jgc195
Hi, I've had this error myself, but it was tricky to track down. In my case, I had a class that I had modified and put into a new JAR file, whilst still having the original version in an older JAR file. JBOSS was seeing the older version, which had differend method signatures. So, I would

[JBoss-user] [Management, JMX/JBoss] - Re: Standalone application JMX example

2005-02-07 Thread aqan
Thanks for replying Dimitris. I'd want to keep the application and management seperate. Lets say I want to develop a custom management console (JSP) for the application. The JSP will bind to MBean instance and expose functionality to a web interface. Is there anybody who has done it, or point

[JBoss-user] [Beginners Corner] - Re: Crystal Reports configuration

2005-02-07 Thread suzyrizzo
Hmmm. Looks like I did things an old way - using ODBC instead of JDBC in the Crystal Designer. I'm afraid I've never tried using a JDBC connection in Crystal Designer. I did a quick search on crystal's site just to see a little about what you were talking about. Seemed like there was a

[JBoss-user] [Management, JMX/JBoss] - Re: Standalone application JMX example

2005-02-07 Thread [EMAIL PROTECTED]
Independent of what you'll do with the MBeans remotely (display, get/set attrs, whatever), you'll need a connector to access them. A connector implementation usually differs from JMX implementation to another, unless the JSR160 spec is fully supported (it's only partially supported by jboss).

[JBoss-user] [Beginners Corner] - Where do you put .jar files?

2005-02-07 Thread ramjav
I'm having a problem making jboss 3.2.5 work with my .jar file that I wrote. It's a simple session bean and it blows up on a class that I have in my .jar file. Where do I put this .jar file? Any ideas? View the original post :

[JBoss-user] [Clustering/JBoss] - Cross-cluster transactional integrity

2005-02-07 Thread AlexM
Hi All, Suppose you have two clusters of app servers that have access to the same data in the database. You want to ensure that updates to the data are controlled, i.e. they won't result in data integrity issues. I think that only one cluster should have the privilege of retrieving and

[JBoss-user] [EJB/JBoss] - ejbRemove does not remove data

2005-02-07 Thread albertok
Hi, I am using jboss 3.0.8 together with Oracle 8.1.7. Scenario: Application creates one user managed transaction. In this transaction there are invocations on EntityBean which: remove and create new entities. Each ejbRemove and ejbCreate have RequiresNew attribute. So I thought that entity

[JBoss-user] [Management, JMX/JBoss] - Deploy HAR Standalone

2005-02-07 Thread patrickyip
Hi JBoss users, Can anyone give me some hint what I did wrong because I keep getting error when I tried to deploy a .har as standalone to the the JBoss 4.0 server? The content of the test.har is as follows: meta-inf/hibernate-service.xml meta-inf/manifest.mf com/icg/Message.class

[JBoss-user] [Installation Configuration] - Re: Error for onfigure an Mysql data source

2005-02-07 Thread quintenjiang
Hi, mysql-ds.xml look like this: local-tx-datasource jndi-nameDefaultDS/jndi-name connection-urljdbc:mysql://localhost:3306/citydb/connection-url driver-classcom.mysql.jdbc.Driver/driver-class user-namejboss/user-name nrtpos !-- corresponding type-mapping in the

[JBoss-user] [Security JAAS/JBoss] - MDB run-as and SessionContext.isCallerInRole inconsistency

2005-02-07 Thread twalsh2
I am having a problem with JBoss 3.2.6. I have MDB's which must call secure stateless session beans to perform a task. The MDB's use a run-as declaration which allows them to run at the proper security level to make a call to a session bean method. As an example, the MDB's are tagged with

[JBoss-user] [JCA/JBoss] - How to get the native Oracle Connection

2005-02-07 Thread yremizov
When I get DataSource by its JNDI name and then use getConnection() method I get Connection wrapper org.jboss.resource.adapter.jdbc.WrappedConnection. But I'd like to get the native Oracle Connection so that I can use its additional features. How can I do it? View the original post :

[JBoss-user] [Management, JMX/JBoss] - Re: Deploy HAR Standalone

2005-02-07 Thread [EMAIL PROTECTED]
This is probably a question for hibernate forum http://forum.hibernate.org/viewforum.php?f=1 META-INF must be in capital letter, though View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3865611#3865611 Reply to the post :

[JBoss-user] [Messaging, JMS JBossMQ] - JBossMQ port usage..

2005-02-07 Thread ronchalant
What port (or ports) does JBossMQ use other than 1099 for the naming provider? I need to know what ports the firewall needs to leave open in order to allow a MQ client to access the JMS.. Also, where could this port # be configured? View the original post :

[JBoss-user] [Security JAAS/JBoss] - Error securing web-console.

2005-02-07 Thread john_anderson_ii
I'm looking into using JAAS/Jboss security for the first time. I thoguht I would try to get the hang of it by securing the web-console and jmx-console with the generic password file method. I looked into the following rescources and followed the directions they contain.

[JBoss-user] [JBoss Getting Started Documentation] - HTML files or root of Jboss

2005-02-07 Thread jserio
I am new to Jboss. Can someone tell me where to place my HTML files? For example, in IIS we put them in \\webroot\htdocs\*.* Is there a default directory to place my HTML files in Jboss? Thanks View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3865614#3865614

[JBoss-user] [Security JAAS/JBoss] - Re: Error securing web-console.

2005-02-07 Thread john_anderson_ii
Nevermind. I found the solution here: http://www.jboss.org/index.html?module=bbop=viewtopict=55185 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3865615#3865615 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3865615

[JBoss-user] [EJB/JBoss] - Re: Remote client and EJB

2005-02-07 Thread [EMAIL PROTECTED]
I have the same problem. Did you solved it? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3865616#3865616 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3865616 --- SF

[JBoss-user] [Persistence CMP/JBoss] - Re: Error compiling EJB-QL statement

2005-02-07 Thread lafr
The table name in your query after the key word from does not match the abstract-schema-name. The table name got lower cased by xdoclet, but not the abstract-schema-name. Seems to be a xdoclet fault for me. View the original post :

[JBoss-user] [Persistence CMP/JBoss] - Re: EJB-QL: Usage of

2005-02-07 Thread lafr
You have to qualify the object attribute in the where clause: select object(a) from ProductBean as a where a.basePrice ?1 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3865619#3865619 Reply to the post :

[JBoss-user] [Security JAAS/JBoss] - Re: JaasSecurityManagerService - getUserRoles - method signa

2005-02-07 Thread luxmatic
[EMAIL PROTECTED] wrote : You have to know it. Scott - I've a service that uses lists the users via getAuthenticationCachePrincipals - and then would list the roles for these users via getUserRoles. I've no idea - and don't care much - what credentials the user supplied. Anything else you

[JBoss-user] [JCA/JBoss] - Re: Oracle 10g Fast Connection Failover

2005-02-07 Thread [EMAIL PROTECTED]
No other application server other than OracleAS 10g provides this functionality. Of course no other application supports it. It is propriatory rubbish. There is a perfectly good notification in the spec to notify the application server that the connection is broken. |

[JBoss-user] [Messaging, JMS JBossMQ] - Re: HAJMS and Oracle TAF

2005-02-07 Thread [EMAIL PROTECTED]
The blocking timeout is just how long the DataSource.getConnection() waits when all database connections are in use. What does the this mean? anonymous wrote : | If the the database connection is away for longer than the configured datasource blocking-timeout for JMS, JBoss doesn't come back.

[JBoss-user] [Persistence CMP/JBoss] - Re: Trouble using cmp2.x jdbc2 pm

2005-02-07 Thread firepoet
Thanks Alexey, After setting all EJBs to require transactions, everything seems to be working. During testing, however, I noticed an interesting (and potentially destructive) side effect. We have the following setup: 1. A one-to-many CMR between type A and type B 2. A class which can remove

[JBoss-user] [EJB/JBoss] - Re: EJB Session Bean sharing common resource

2005-02-07 Thread tumusr
EJB Spec is against multi threading and non-final static variables Check this url for a discussion similar to your problem http://www.theserverside.com/discussions/thread.tss?thread_id=765 Thanks View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3865625#3865625

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Message ordering

2005-02-07 Thread [EMAIL PROTECTED]
This is an FAQ. In fact multiple FAQs. 1) Read the spec about no guarantee of ordering of an MDB 2) Read the spec about EJBs should not do internal locking (it certainly doesn't work in a cluster) 3) Read the JBossMQ FAQ about MDB singleton (which is probably what you are looking for?) 4) Read

[JBoss-user] [JCA/JBoss] - Re: Oracle 10g Fast Connection Failover

2005-02-07 Thread ayampols
[EMAIL PROTECTED] wrote : No other | application server other than OracleAS 10g provides this functionality. | | Of course no other application supports it. | It is propriatory rubbish. | We will test it and confirm your findings. Not the proprietary bit (which hopefully you would

[JBoss-user] [JCA/JBoss] - Re: Oracle 10g Fast Connection Failover

2005-02-07 Thread [EMAIL PROTECTED]
ayampols wrote : | We will test it and confirm your findings. Not the proprietary bit (which hopefully you would not discard out of hand), but the rubbish part. | I meant it was rubbish because it was propriatory. If it was transparently propriatory (i.e. a value add) I would be

[JBoss-user] [JCA/JBoss] - INSERT never rolls back

2005-02-07 Thread yetang
hi, i am using jboss 3.2.5, mysql 4.0, Eclipse 2.1, lomboz 2.1 code snippet: /** * @ejb.interface-method * @ejb.transaction type=Required */ public void processPass (Hashtable order) throws Exception { insertUser(); //db connection is fine. succeed all the time try {

[JBoss-user] [Messaging, JMS JBossMQ] - Re: configure jboss mdb to listen to oracle advance queue (a

2005-02-07 Thread veervarma
configure jboss mdb to listen to oracle advance queuing View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3865630#3865630 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3865630

[JBoss-user] [HTTPD, Servlets JSP] - Re: FormAuthValve

2005-02-07 Thread ricardoarguello
The window.location trick worked! I only had to define the error page as not protected. This is my web.xml: | ?xml version=1.0 encoding=UTF-8? | | !DOCTYPE web-app PUBLIC |-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN |http://java.sun.com/dtd/web-app_2_3.dtd; |

[JBoss-user] [HTTPD, Servlets JSP] - TLD file validation

2005-02-07 Thread bbyron
I use both JBoss and Weblogic. One difference between the two that catches me occasionally is TLD file validation. If I create a TLD file with a tag defintion that has an attribute like the following: tag | nameloadCustomizer/name | tag-classMyCustomTag/tag-class |

[JBoss-user] [EJB/JBoss] - Re: org.jboss.resource.connectionmanager looses transaction

2005-02-07 Thread colin_daly
Hi, we are experiencing the same problem in a production environment. JBoss-3.2.5 Postgresql 7.4 j2sdk1.4.2_03 did you find a solution? i'm about to have a serious go at debugging this but iit is difficult without a repeatable test case. Any help would be appreciated. Thank you . Colin Daly

[JBoss-user] [JBoss Getting Started Documentation] - Re: JBoss 4.0.1 JBossDukesBank EJB spec violation

2005-02-07 Thread Derekcbr
Hi,man: I got the same problem at first. Then I download the new version jboss-j2ee and re-install,everything works fine.The problem was caused by CMP for the entity bean.Here BMP is needed. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3865634#3865634 Reply

[JBoss-user] [Clustering/JBoss] - state replication of non-serializable fields

2005-02-07 Thread keyurva
I have a clustered stateful session bean... I have a field in this bean bean which is of a non-serialzable type (say, NonSer)... I also have another class (a DTO / VO) which is a serialzable representation of NonSer (say NonSerDTO)... When the bean passivates, I have the opportunity to convert

[JBoss-user] [Installation Configuration] - Re: mysql-ds.xml setting

2005-02-07 Thread max_ten
The correct spelling is zeroDateTimeBehavior | datasources | local-tx-datasource | jndi-nameMySqlDS/jndi-name | connection-urljdbc:mysql://localhost:3306/myApp/connection-url | driver-classcom.mysql.jdbc.Driver/driver-class | user-nameuser/user-name |

[JBoss-user] [Persistence CMP/JBoss] - Re: How to ORDER BY case-insensitively using jboss-ql?

2005-02-07 Thread Hakucho
Yes, I got it to work using declared SQL, but this is not ideal, because it uses RDBMS-specific SQL in the jbosscmp-jdbc.xml file. If it could be done in jboss-ql, that would keep my JAR file independent of the DB vendor. View the original post :

[JBoss-user] [Management, JMX/JBoss] - Re: Deploy Simple MBean Fail

2005-02-07 Thread lawrenceleung
see http://www.jboss.org/wiki/Wiki.jsp?page=ExampleHelloWorldService Your MBean must implement an interface TMBeanService1MBean interface that, in turn, extends org.jboss.system.Service). The name is important since JMX uses this naming convention for standard MBeans, that class Z must

[JBoss-user] [JBoss Getting Started Documentation] - Getting Started Guide - release 3

2005-02-07 Thread [EMAIL PROTECTED]
Release 3 of the getting started guide is out. It should be used with update 4 of the Dun J2EE tutorial. Links to the guide can be found at http://docs.jboss.org/. [/url] View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3865637#3865637 Reply to the post :

[JBoss-user] [JBoss Getting Started Documentation] - Re: JBoss 4.0.1 JBossDukesBank EJB spec violation

2005-02-07 Thread [EMAIL PROTECTED]
The latest release of the getting started guide will work with update 4 of the sun tutorial. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3865638#3865638 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3865638

[JBoss-user] [Installation Configuration] - Re: How to Replace crimson with xerces parser?

2005-02-07 Thread [EMAIL PROTECTED]
I'm running jboss-3.0.4_tomcat-4.1.12 on Windows XP Pro. I created a ...lib/endorsed dir and copied xercesImpl.jar, xml-apis.jar, xmlParsersAPIs.jar to it. I set the following system properties: -Djava.endorsed.dirs=C:/jboss-3.0.4_tomcat-4.1.12/lib/endorsed

[JBoss-user] [Installation Configuration] - Re: How to change webport from 80 to 90 ?

2005-02-07 Thread kumaran5
Thanks Darranl, I am running one instance of JBoss with the port number 80 and I need to run another instance of JBoss so I chosen 90 for http port. Please advice me how can I avoid port number 90 in URL of my second instance. Kumaran View the original post :

[JBoss-user] [Beginners Corner] - Re: eBank error message: ejb.account doesn't exist

2005-02-07 Thread khoa
I have a similar error as well.Could you elaborate on what you did.Thank You. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3865643#3865643 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3865643

[JBoss-user] [Beginners Corner] - Re: EJB spec violation in Duke bank

2005-02-07 Thread khoa
Hi, anonymous wrote : After some effort I managed to build it and deploy it. As a side topic, nkm could you tell me how you managed to get the Duke Bank tutorial to compile? I did a ant -f jboss-build.xml compile but got a lot of packages do not exist errors. Thanks. View the original post :

[JBoss-user] [Beginners Corner] - Re: eBank error message: ejb.account doesn't exist

2005-02-07 Thread beeby
khoa wrote : I have a similar error as well.Could you elaborate on what you did.Thank You. Sure, When you save the Getting Started documentation to your hard drive, you will see that it comes with a folder of additional files. These files need to be dropped into the same directories that your

[JBoss-user] [JBoss Getting Started Documentation] - Re: Getting started with JBoss

2005-02-07 Thread khoa
[EMAIL PROTECTED] wrote : Did you follow the instructions in the getting started guide? If so, which step are you on that isn't working? I: unzip JBoss 4.0.0 without modifying any configurations unzip Duke Bank tutorial jbossj2ee1.4 did an ant -f jboss-build.xml compile And got package not