[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS use DB ? SQLException ......

2004-09-23 Thread robisz
By default JBoss stores JMS messages in embedded hsql database. If you want to use another DB just replace the deploy/jms/hsqldb-jdbc2-service.xml You find examples for other DB-s under JBOSS_HOME/docs/examples/jms You also need to configure a ConnectionFactory for the DB. Examples under JBOSS_HO

[JBoss-user] [Beginners Corner] - Re: Problem with Tutorial-Deployment

2004-09-23 Thread pscheid
Hello, no, i haven't solved my problem :-( FiboApp.ear: - META-INF |- application.xml |- MANIFEST.MF - FiboEJB.jar - FiboWeb.war FiboEJB.jar - META-INF |- ejb-jar.xml |- jboss.xml - tutorial |- ejb |- FiboBean.class |- interfaces |- Fibo.class |- FiboHome.class FiboWeb.war - META-INF |- MA

[JBoss-user] [Beginners Corner] - In Jboss 4 is absent jnet.jar where to take Javax/net/Socket

2004-09-23 Thread boa19
In Jboss 4 is absent jnet.jar where to take Javax/net/SocketFactory? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849384#3849384 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849384 --

[JBoss-user] [Management, JMX/JBoss] - Re: How to access my MBean from a client application?

2004-09-23 Thread tomerbd
public Object getJMXProperty(String objectNameAsString, String attributeName) ObjectName objectName = null; MBeanServer mBeanServer = null; objectName = new ObjectName(objectNameAsString); mBeanServer = MBeanServerLocator.locateJBoss(); Object object; object = mBeanServer

[JBoss-user] [Persistence & CMP/JBoss] - Re: Strange behaviour

2004-09-23 Thread gchini
May be it is a commit option setting?? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849383#3849383 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849383 --- This S

[JBoss-user] [Performance Tuning] - HP-UX slows down

2004-09-23 Thread sarantin
Hello everybody, I have a J2EE application running on Jboss 3.0.3 on a HP-UX 11.0 machine with JVM 1.4.1 and I noticed that as time passes (and people use my application) the performance of my application is getting worse and worse. I tried many different configurations for the gc with no succes

[JBoss-user] [JCA/JBoss] - Re: How to access a DataSource in JBoss 4.0 from a client?

2004-09-23 Thread nimrod
sorry, the error message shoule be "javax.naming.NameNotFoundException: mySqlServerDB not bound". View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849382#3849382 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849382 --

[JBoss-user] [Installation & Configuration] - Re: How can I access a DataSource in JBoss 4.0 from a client

2004-09-23 Thread nimrod
Sorry, the error message should be "javax.naming.NameNotFoundException: mySqlServerDB not bound" View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849381#3849381 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849381 ---

[JBoss-user] [Installation & Configuration] - How can I access a DataSource in JBoss 4.0 from a client?

2004-09-23 Thread nimrod
My environment: J2SDK 1.4.2_02 + J2EE 1.3.1 + JBoss 4.0.0 I have deployed the mssql-ds.xml to D:\jboss-4.0.0\server\default\deploy, the mssql-ds.xml is like this: mySqlServerDB jdbc:microsoft:sqlserver://localhost:1433;DatabaseName=test com.microsoft.jdbc.sqlserver.SQLServerDriver sa and

[JBoss-user] [JCA/JBoss] - Re: How to access a DataSource in JBoss 4.0 from a client?

2004-09-23 Thread nimrod
I ever changed the dsName in java code from "java:mySqlServerDB" to "mySqlServerDB" or "java:/mySqlServerDB", I still got the same error message. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849379#3849379 Reply to the post : http://www.jboss.org/index.htm

[JBoss-user] [JCA/JBoss] - How to access a DataSource in JBoss 4.0 from a client?

2004-09-23 Thread nimrod
I have deployed the mssql-ds.xml to D:\jboss-4.0.0\server\default\deploy, the mssql-ds.xml is like this: mySqlServerDB jdbc:microsoft:sqlserver://localhost:1433;DatabaseName=test com.microsoft.jdbc.sqlserver.SQLServerDriver sa and when the Jboss starting, the console display

[JBoss-user] [Installation & Configuration] - Jboss 3.2.3 & invoking hypersonic

2004-09-23 Thread petegajria
os : gentoo linux kernel 2.6.7 java : blackdown 1.4.1 & sun 1.4.2 (i tested against both) jboss 3.2.3 browser : konqueror edit the xml file & started jboss service=hypersonic shows up under jboss however when trying to invoke it i get the success page but no console i get the same noclassdef fou

[JBoss-user] [Installation & Configuration] - Re: jboss-3.2.4:NoSuchMethodError: org.jaxen.BaseXPath.

2004-09-23 Thread casasj
Hi, I have the same problem. The solution that works for me, with Jboss 3.2.5 is download dom4j-1.5-rc1.jar, and rename to dom4j.jar in /lib folder I don't change anything in the source code, and works fine. Thanks to all. Jordi. View the original post : http://www.jboss.org/index.html?mo

[JBoss-user] [Messaging, JMS & JBossMQ] - Using DB Statemanager, how to add/delete/update users and ro

2004-09-23 Thread debarcar
Dear All, If I use the JDBC State Manager, how can I add/delete/update users and roles? Thanks and best regards! Debarcar View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849376#3849376 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting

[JBoss-user] [Javassist user questions] - Re: Wait for a program to run

2004-09-23 Thread chiba
In general (with/without Javassist), the Java GUI is executed by a single thread dedicated for GUI. This thread is different from a thread running main(). Since your program uses the GUI thread for running another user program, main() of that user program is also run by the same thread as GUI's.

[JBoss-user] [Beginners Corner] - The Tomcat's (4.1.x) data source can be accessed by an exter

2004-09-23 Thread nimrod
Hi, I have a question: The Tomcat's (4.1.x) data source can be accessed by an external java class? ( This class does not reside in the Tomcat container). My meaning is, could I use the Properties to initial the context like this? Properties env = new Properties(); env.put("java.naming.f

[JBoss-user] [EJB/JBoss] - Problem with 2 hibernate persistence layers running at once

2004-09-23 Thread drew2002
Hi all, The problem I am having is that I have two separate applications running on the same JBoss server, each with EJB session Beans and hibernate persistence layers, the problem is that which ever is the last to be deployed is the one that the hibernate.xml.cfg file is used for both apps.

[JBoss-user] [Management, JMX/JBoss] - Hot-deploy changes for mbean across the cluster

2004-09-23 Thread darwinl
Is it possible to populate the attribute value change of a mbean to other nodes in the cluster? Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849372#3849372 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=384937

[JBoss-user] [Installation & Configuration] - 3.2.4 -> 4.0 migration guidance?

2004-09-23 Thread craigdberry
We are considering migrating our JBoss 3.2.4-hosted app to 4.0. The available doc that I can find doesn't seem to address migration issues -- e.g., what config file schemas or names have changed, what behaviors might break existing code, etc. This is making it difficult to estimate how long a

[JBoss-user] [Installation & Configuration] - Re: using Oracle8i as the default DS (only with JBoss 4.0.0

2004-09-23 Thread chesterxgchen
I have the same problem in JBoss 4.0.0. Even though this is work fine with JBoss 4.0.0RC1. Machine: Linux Federo Core 1 JBoss version 4.0.0 Database Oracle 8i using JDBC thin Driver. ojdbc14.jar Here is what I did and exception I got. I used the jboss-4.0.0/server/default as the baseline, a

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: using TIBCO JMS server

2004-09-23 Thread genman
As a client, probably easy. For running MDB, maybe not. (I'm not sure what's involved for that.) This should show you how to "mount" remote JNDI trees onto JBoss, though it's a little wrong. http://www.huihoo.com/jboss/online_manual/3.0/ch13s126.html View the original post : http://www.jbo

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Sending messages from JBoss to Joram

2004-09-23 Thread genman
I think the docs are wrong, at these ones are... http://www.huihoo.com/jboss/online_manual/3.0/ch13s126.html "Properties" should be "PropertiesUrl" If you have everything done correctly, the JndiView tool in the JMX console should show everything on this remote server. You can also play aroun

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS use DB ? SQLException ......

2004-09-23 Thread genman
To clarify, the HSQLDB uses memory and disk to store tables. But you need to have configured the tables to be stored on disk. JBoss 3.2.6 (RC release) has a good default configuration. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849367#3849367 Reply to

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JDK versions for JMS client and server

2004-09-23 Thread genman
OIL isn't the official protocol anymore, use UIL2 if you can. If it still doesn't work, let us know. Probably JBoss is setting some sort of socket option, but please test UIL2 first. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849366#3849366 Reply to t

[JBoss-user] [Clustering/JBoss] - Re: Trouble separating clusters

2004-09-23 Thread elindauer
"[EMAIL PROTECTED]" wrote : You also need to change the HA-JNDI settings for jnp discovery Group. That might be why your 2 different clusters are sharing the same JNDI. | | Jason Thanks for the suggestion Jason. I tried incrementing the following settings in cluster-service.xml under the

[JBoss-user] [Installation & Configuration] - Re: WSAD and JBoss

2004-09-23 Thread erosgui
Hi guys! I'm not much experienced with WSAD, I'm in trouble to follow your tutorial (http://iliuta.free.fr/jboss-wsad/) about integrating WSAD and JBoss. When I try to run my JBoss, it returns the following stack: java.lang.NoClassDefFoundError: com/ibm/logging/LoggerCfg at com.tivoli.jm

[JBoss-user] [Installation & Configuration] - Re: Multiple log4j files

2004-09-23 Thread gary_kephart
That's exactly what I'm trying to avoid. I already have the log4j.xml files with the correct info for each of my web apps. I want JBoss to use them instead of the main log4j.xml file. This is how it works with WebLogic, and I'm trying to make it work the same here. View the original post : htt

[JBoss-user] [Installation & Configuration] - Re: Multiple log4j files

2004-09-23 Thread cgopal
Edit the log4j.xml file in the conf folder of your server type. Add a new appender and category infos. Thanks, Gopal View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849359#3849359 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode

[JBoss-user] [Installation & Configuration] - Question about configuration elements

2004-09-23 Thread balteo
Hello, I am going through the jboss documentation and I don't understand the difference between : cache-policy-conf/max-capacity and : container-pool-conf/MaximumSize Can anyone help? Thanks in advance, Julien Martin. View the original post : http://www.jboss.org/index.html?module=bb&o

[JBoss-user] [Beginners Corner] - jboss error on persistencemanager after switching from hyper

2004-09-23 Thread yetang
Hi, friends: i am useing jboss3.2.1, mysql4.0. after i set up mysql datasource, connection is ok. but jboss gives me the following error messages. i also did a little search. some people has the same problem and solved it by modifying some config/setting files. but i don't know which ones. do

[JBoss-user] [News & Announcements] - Re: 4.0.0 Release Available

2004-09-23 Thread Nachonani
Thanks for the release change note. Can you please tell us when will the documentation for 4.0 release be available to download from componentsource.com? Thank you Ali View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849354#3849354 Reply to the post : http:

[JBoss-user] [The Lizzard's corner] - Re: where should i place jar while is common to web and ejb

2004-09-23 Thread lafr
Did you put an entry for common.jar in application.xml ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849349#3849349 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849349 ---

[JBoss-user] [Messaging, JMS & JBossMQ] - JDK versions for JMS client and server

2004-09-23 Thread khohl
Is a JMS client running under JDK 1.4 on a W2K machine communicating with JBoss 3.2.3 running under JDK 1.3 on a W2K machine a supported configuration? I get exceptions when the client is connecting to the JMS server in this configuration (see below), but I don't get those exceptions when the c

[JBoss-user] [Installation & Configuration] - Multiple log4j files

2004-09-23 Thread gary_kephart
Each one of my apps has its own log4j.xml file. However, JBoss seems to be ignoring all but the main one. Any clue how to make it work differently? TIA, Gary View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849348#3849348 Reply to the post : http://www.jbo

[JBoss-user] [Installation & Configuration] - JBoss Hostname

2004-09-23 Thread rfulkerson
Hello, I am attempting to run JBoss behind a firewall which forwards http requests onto the jboss host. I would like jboss to consider its codebase host as the firewall. Thus, replies are directed to the visible firewall (which will do the forwarding) and not the hidden jboss host. Sample co

[JBoss-user] [Beginners Corner] - Re: calling local EJBs from an MBean

2004-09-23 Thread ScotHall
That did it. Thanks for the help! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849346#3849346 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849346 --- This SF.Ne

[JBoss-user] [Installation & Configuration] - JBoss 4 + tomcat 5 clustering with TreeCache: can't configur

2004-09-23 Thread kosulin
I can't make working JBoss 4 + Tomcat 5 working with TreeCache enabled. I uncommented jboss.cache:service=TreeCache in jboss-service.xml, and when I start JBoss I recieve the following error trace: 23 сен 2004 15:22:49,635 INFO [ServiceConfigurator] Problem configuring service jboss.web:s

[JBoss-user] [Beginners Corner] - Problem with JSE and JBoss 3.2.5

2004-09-23 Thread I.Ruediger
I am evaluating a search engine called JSE (http://www.me.lv/jse/index.html), on their site there is a war file for download. Using Tomcat 5.0.19 all I need to do is edit a path in one app-configuration xml file and deploy the war file, everything works perfectly. I've tried to use the same war

[JBoss-user] [Beginners Corner] - How many JBOSS processes should be running? Redhat ES 3

2004-09-23 Thread mhemling
Redhat ES 3 JBOSS 3.2.3/3.2.5 I am using Red Hat Enterprise 3 and attempting to run JBOSS 3.2.3. I have also tried JBOSS 3.2.5. When I run the run.sh how many processes should I see running? The reason I ask is because I am upgrading from Redhat 9 where JBOSS 3.2.3 ran perfectly. The only

[JBoss-user] [Beginners Corner] - Am I confused???

2004-09-23 Thread chrisxsb
I'm using JBoss 4.0.0... Isn't every jar file in server/default/lib added to the classpath of all beans in server/default/deploy??? I have a jar file in server/default/lib that contains a class I am intereted in. It's in this structure because I was getting ClassCastExceptions while trying to u

[JBoss-user] [Installation & Configuration] - Re: source from cvs

2004-09-23 Thread darranl
Are you behind a firewall at all, CVS has been working fine for me for ages now. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849334#3849334 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849334

[JBoss-user] [Installation & Configuration] - Re: jboss 4.0, standard configuration

2004-09-23 Thread kilmarnock
Same Error Message here... jboss-4.0.0.tar.bz2 Sun VM (build 1.4.2_05-b04) linux, client side Mozilla 1.6 Sun VM (build 1.4.2_04-b05) linux I do not see the applet at all. Thanx View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849332#3849332 Reply to t

[JBoss-user] [Security & JAAS/JBoss] - Re: Assigning a principal to a MDB

2004-09-23 Thread digdon
Whoops, clicked the wrong button... I'm in the process of porting over a WebLogic-based application over to JBoss, and the security aspects are giving me an incredible headache. One of the big problems I'm having is in getting a MDB to run with a principal identity. I've got the following entr

[JBoss-user] [Installation & Configuration] - Re: JBoss Multiple VM

2004-09-23 Thread dhartford
anonymous wrote : What I am looking for is to be able to deploy a J2EE application | to JBoss and have it automagically run it in it's own VM. I am doing that now, and although you did not mention it, I'm assuming on the same server. All you have to do is: 1. Each J2EE application needs to h

[JBoss-user] [Security & JAAS/JBoss] - Assigning a principal to a MDB

2004-09-23 Thread digdon
I'm in the process of porting over a WebLogic-based application over to JBoss, and the security aspects are giving me an incredible headache. One of the big problems I'm having is in getting a MDB to run with a principal identity. I've got the following entry in login-config.xml:

[JBoss-user] [Management, JMX/JBoss] - Re: Multiple Hibernate MBean deployment in JBoss?

2004-09-23 Thread jeffrow
Thanks for the suggestion, but I'd already perused that page. Assuming that you can package an MBean SAR inside an EAR for global access, then I'm just missing some small deployment tweak. The latest clue is that I see a successful instantiation and binding of a SessionFactoryObject : |

[JBoss-user] [Installation & Configuration] - source from cvs

2004-09-23 Thread microneering
no luck in getting the source out of source forge. I tried both tortoise and eclipse. For tortoise get In C:\jboss\buildjboss: C:\Program Files\TortoiseCVS\cvs.exe checkout -P JBoss-3.2 CVSROOT=:pserver:[EMAIL PROTECTED]:/cvsroot/jboss cvs [checkout aborted]: connect to cvs.jboss.sourceforge.

[JBoss-user] [Management, JMX/JBoss] - Re: Multiple Hibernate MBean deployment in JBoss?

2004-09-23 Thread ivelin
http://www.jboss.org/wiki/Wiki.jsp?page=JBossHibernate Not answering your question directly but it might help. Ivelin View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849318#3849318 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&m

[JBoss-user] [Management, JMX/JBoss] - Multiple Hibernate MBean deployment in JBoss?

2004-09-23 Thread jeffrow
I've been using hibernate 2.1 with mysql 4.0.18 inside of JBoss 3.2.3 for sometime with good results. I have the hibernate files (mapping and bean files) deployed as an MBean in a separate Service Archive (SAR) as described on the Hibernate web site(www.hibernate.org/66.html). The hibernate l

[JBoss-user] [HTTPD, Servlets & JSP] - Problems with HTTPS

2004-09-23 Thread jova73
Hi, I have a J2EE Web application (say APP1) that is launched from another application (CGI based, say APP2). So APP1 doesn't have a login page but a login service exposed with a servlet. Now I would like that 1) APP2 performs login on APP1 invoking a servlet on a secure HTTPS connection 2) then

[JBoss-user] [Installation & Configuration] - Re: running jboss without embedded tomcat

2004-09-23 Thread dlenox
I should add that our client said that we are not to touch, modify, or insert any files into the tomcat directory structure View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849312#3849312 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting

[JBoss-user] [Persistence & CMP/JBoss] - Deploying CMP Beans in JBoss 4.0

2004-09-23 Thread corby
I am attempting to upgrade an app from JBoss 3.2.5 to JBoss 4.0. I have two CMP jars which use a Firebird datasource. The start of both jbosscmp-jdbc.xml files look like this: | java:/BigDealDS | Firebird | true | true | true | foreign-key |

[JBoss-user] [Security & JAAS/JBoss] - Authenicating users using LDAPLoginModule

2004-09-23 Thread osganian
Consider the following LDIF file: | ... | | dn: ou=Roles,o=MyOrg,dc=MyComp,dc=com | ou: Roles | objectClass: top | objectClass: organizationalUnit | | dn: ou=People,o=MyOrg,dc=MyComp,dc=com | ou: People | objectclass: top | objectclass: organizationalUnit | | # People

[JBoss-user] [Installation & Configuration] - JBoss Multiple VM

2004-09-23 Thread cool_raj
Does JBoss support running each app in it's own vm? What I am looking for is to be able to deploy a J2EE application to JBoss and have it automagically run it in it's own VM. I'm not interested in clustering at this point, because it wouldn't really solve my problem. We have a situation wher

[JBoss-user] [Installation & Configuration] - running jboss without embedded tomcat

2004-09-23 Thread dlenox
our client requires the standard version of tomcat installed (not embedded within jboss). can this work, and if so how do I turn off the loading of the embedded tomcat? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849295#3849295 Reply to the post : http:/

[JBoss-user] [Installation & Configuration] - Datasource bound only for ejbs?

2004-09-23 Thread Darknight
I have added my own DS to my jboss installation, when I tried it with ejbs it seemed to work, also it appears in the web console and is listed at startup among the deployed stuff. Now I'm using it with JAAS and I get this error: Login failed | javax.security.auth.login.LoginException: javax.na

[JBoss-user] [JCA/JBoss] - ClassLoader problem with a rar inside an ear

2004-09-23 Thread ivanmcshane
Hi, I have an ear file packaged similarly to the example below which deployes without errors: myear/ ejbs.jar servlets.war connector.rar utils.jar where connector.rar contains a jarfile (connector.jar) with my implementation classes. The servlets can invoke the ejbs, and the ej

[JBoss-user] [Persistence & CMP/JBoss] - Re: NullPointerException in InvalidableEntityInstanceCache

2004-09-23 Thread chrisxsb
Oops, I mis-typed. The cache-invalidation-service.xml files are in all/deploy and i standard/deploy, but not in default/deploy. This is on 4.0.0 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849283#3849283 Reply to the post : http://www.jboss.org/index.ht

[JBoss-user] [Beginners Corner] - Re: Remote MDB No resource manager found for queue/Myqueue

2004-09-23 Thread npdavis
Sorry I printed the wrong output for "my remote queue connection was working. It should have been: | [JMSProviderLoader] Bound adapter to java:/DevJMSProvider | [JMSProviderLoader] Started jboss.mq:service=JMSProviderLoader,name=RemoteJMSProvider,server=161.161.79.140 | View the origina

[JBoss-user] [Persistence & CMP/JBoss] - Different version of Hibernate

2004-09-23 Thread nusa
Hi, Anyone know the difference between hibernate2.jar in JBoss-4.0.0 and hibernate2.jar in Hibernate-2.1.6 ? One jar that is part of Hibernate-2.1.6 is ehcache-0.9.jar, but not of JBoss-4.0.0 Thanks, Benoit. PS:Sorry if I'm on wrong forum. View the original post : http://www.jboss.org/index

[JBoss-user] [EJB/JBoss] - Re: org.jboss.ejb.plugins.cmp.ejbql.ParseException

2004-09-23 Thread bill78b
hai loubyansky Thanks for your reply... depositTime is the datetime in the sqlserver... any solution.. i am waiting for your reply thanks for your reply thanks & regards bill View the original post : http://www.jboss.org/inde

[JBoss-user] [Beginners Corner] - Remote MDB No resource manager found for queue/Myqueue

2004-09-23 Thread npdavis
All, I built an app over 1.5 years ago to satisfy an audit need. At the time everything worked, my mdb connected to the remote queue badaboom badabing, everything was working. Since that time I worked on a lot of non-java/non-jboss projects, and thought that what i had done was permanently shelv

[JBoss-user] [HTTPD, Servlets & JSP] - URGENT: configure JBoss and IIS

2004-09-23 Thread e.direto
I have a problem with iis and jboss. Mi configuration is: - win 2003 server - JBoss 3.2.3 - IIS 6.0 I have configured IIS : - I have created the filter -I have modified regedit - I have created the virtual directory Jakarta points to ..\deploy\jbossweb-tomcat41.sar under JBoss: I have customi

[JBoss-user] [Installation & Configuration] - java.lang.ClassNotFoundException: No ClassLoaders found for

2004-09-23 Thread MPetrashev
Hi, All I isntalled JBoss 4.0 and tried to deploy my application, but receive the following exception: 2004-09-23 09:36:05,447 ERROR [org.apache.commons.digester.Digester] Begin event threw exception java.lang.ClassNotFoundException: No ClassLoaders found for: org.apache.velocity.tools.view.se

[JBoss-user] [The Lizzard's corner] - Re: CMR Field Type of Collection in JBoss

2004-09-23 Thread garyjones
The spec is ambiguous on the reason for having Set and Collection in CMR fields. It DOES NOT indicate why you sould use one over the other. It also does NOT indicate that using a Collection should allow duplicate entries. However, it does NOT indicate that you can't have duplicate entries. The

[JBoss-user] [EJB/JBoss] - Re: Invalid Invocation using JBoss 4.0.0

2004-09-23 Thread sgodden
Thanks - should have read release notes. :-( View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849242#3849242 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849242 ---

[JBoss-user] [EJB/JBoss] - Re: Invalid Invocation using JBoss 4.0.0

2004-09-23 Thread [EMAIL PROTECTED]
Use the standard configuration instead of default if you want the previous class loading behavior. As documented in the release notes the default configuration used scoped class loading int the ear deployer and web container. View the original post : http://www.jboss.org/index.html?module=bb&op

[JBoss-user] [Persistence & CMP/JBoss] - Re: Strange behaviour

2004-09-23 Thread loubyansky
You should to provide a testcase as it works for me: log.debug("RUN>"); CLocal c = CUtil.getLocalHome().create(new Long(1)); DataSource ds = (DataSource)new InitialContext().lookup("java:/DefaultDS"); Connection con = null; PreparedStatement st = null; ResultSe

[JBoss-user] [JBoss.NET] - Re: JBOSS 4.0 and deploying web service + session

2004-09-23 Thread tdiesler
Please only post here for JBoss.NET related issues View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849239#3849239 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849239 --

[JBoss-user] [EJB/JBoss] - Invalid Invocation using JBoss 4.0.0

2004-09-23 Thread sgodden
I have been running my apps in JBoss for a long time, including JBoss 4 release candidates. Now, using JBoss 4.0.0, two things happened: 1) I got ClassNotFoundExceptions on the interfaces when invoking from a web app deployed in the same EAR as the target EJB module. Never had this before due t

[JBoss-user] [Persistence & CMP/JBoss] - Re: Strange behaviour

2004-09-23 Thread gchini
Yes, the datasource is the same... With jboss 3.0.4 it works fine, but not with 3.2.5 Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849235#3849235 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849235 --

[JBoss-user] [Beginners Corner] - Re: JBoss error when deploying webapp

2004-09-23 Thread brianfm
Hi gmccormick, I have the same problem as you above. The suggested fix did not work. Strange thing is the struts-example.war deployed and run perfectly while my own app (which at the moment is just a stripped down version of struts-example.war) throws the exceptions you mentioned. Did you mana

[JBoss-user] [The Lizzard's corner] - Re: Why upgrade to JBoss 4 - need some help justifying it.

2004-09-23 Thread darranl
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=53880 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849232#3849232 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849232 --

[JBoss-user] [Persistence & CMP/JBoss] - Re: Strange behaviour

2004-09-23 Thread loubyansky
Are you accessing exactly the same DataSource used by the entity beans? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849230#3849230 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849230 -

[JBoss-user] [Persistence & CMP/JBoss] - Re: NullPointerException in InvalidableEntityInstanceCache

2004-09-23 Thread loubyansky
That is strange. I just built 3.2.5 release and the cache-invalidation-service.xml is in the server/default/deploy dir and not conf. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849229#3849229 Reply to the post : http://www.jboss.org/index.html?module=bb&o

[JBoss-user] [Persistence & CMP/JBoss] - Re: Problem deploy CMP Bean under Jboss4.0RC2

2004-09-23 Thread loubyansky
Try to remove auto-increment marker from other EJBs since there is no template for Oracle. This is used when database schema is generated. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849227#3849227 Reply to the post : http://www.jboss.org/index.html?modul

[JBoss-user] [Persistence & CMP/JBoss] - Strange behaviour

2004-09-23 Thread gchini
Hi, I have a method in a session bean in wich an entity bean is created. In the same method, after the creation i call a finder on that entity Home and the result is correct. For performance reasons I have changed the finder with a SQL command looking up the DataSource, but the entity created is

[JBoss-user] [Management, JMX/JBoss] - Re: update datasource jbosscmp-jdbc.xml -

2004-09-23 Thread loubyansky
connection-url is in a -ds.xml file, not jbosscmp-jdbc.xml. There is ManagedConnectionFactoryProperties read-write managed attribute in ManagedConnectionFactory MBean where you could change the value. But I haven't tried it. View the original post : http://www.jboss.org/index.html?module=bb&op

RE: [JBoss-user] Persisting arrays using CMP in Entity EJBs

2004-09-23 Thread Alexey Loubyansky
It is certainly possible. Try with defaults and if it doesn't work try different mappings and read the JBossCMP wikis. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Allan Kamau > Sent: Wednesday, September 22, 2004 2:31 PM > To: [EMAIL PROTECT

[JBoss-user] [Security & JAAS/JBoss] - Re: request.isUserInRole not working in JBOSS 4.0.0

2004-09-23 Thread mikala
NOW IS WORKING !!! Thanx View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849225#3849225 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849225 --- This SF.Net email i

[JBoss-user] [Installation & Configuration] - Re: Can I having the server-directory somewhere else?

2004-09-23 Thread Mr_Anonymous
Thank you. In the meanwhile I found out, that most of jboss is in the server-subdirectory, so there does not seem to be a distinction between the parts that come with the server and what the developer contributes. Many files like jboss-j2ee.jar I find three times. I expected them in some central

[JBoss-user] [Security & JAAS/JBoss] - Re: request.isUserInRole not working in JBOSS 4.0.0

2004-09-23 Thread [EMAIL PROTECTED]
Ok, I have replaced the jar with another one that works for me. Make sure what you download matches the info shown here. | [EMAIL PROTECTED] tmp]$ md5sum tomcat50-service.jar | e8912d710767efbe1c0bbc4f61222528 *tomcat50-service.jar | [EMAIL PROTECTED] tmp]$ extcheck -verbose tomcat50-serv

[JBoss-user] [Persistence & CMP/JBoss] - Re: Load failed : ORA-04031 : JBoss 3.2.3 CMP findAll

2004-09-23 Thread loubyansky
Try using on-find read-ahead, probably, with some specific load-group. Also check our optimized loading in our on-line docs. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849220#3849220 Reply to the post : http://www.jboss.org/index.html?module=bb&op=postin

[JBoss-user] [EJB/JBoss] - Re: org.jboss.ejb.plugins.cmp.ejbql.ParseException

2004-09-23 Thread loubyansky
What is the type of depositTime field? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849219#3849219 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849219 --- This S

[JBoss-user] [Persistence & CMP/JBoss] - Re: blob CMP MySQL EJB JBoss3.2 mapping problem

2004-09-23 Thread dblin_xm
CMP View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849218#3849218 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849218 --- This SF.Net email is sponsored by: YOU BE

[JBoss-user] [Installation & Configuration] - Re: Can I having the server-directory somewhere else?

2004-09-23 Thread raja05
You can set the jboss.server.home (not sure of this variable name, check the startup logs to double check) when you start jboss to a different directory. This would then serve as your server home directory which by default is /server. View the original post : http://www.jboss.org/index.html?m