[JBoss-user] bug in forum ?

2004-02-06 Thread Ionel GARDAIS
Hi, I tried to search for "jmx:" (unquoted). I get the following error message: Cannot invoke the operation : the module threw an exception The same search but quoted works. ionel Yahoo! Mail : votre e-mail personnel et gratuit qui vous suit partout ! Crée

[JBoss-user] create jms queue by rmi

2004-02-06 Thread Ionel GARDAIS
Hi, I'm in a hurry to find how to dynamically create a JMS Queue by RMI. By now i am using the jmx-console but my boss don't want to have an embedded tomcat. many thanks for your prompt reply, ionel Yahoo! Mail : votre e-mail personnel et gratuit qui vous su

[JBoss-user] Strange class not found

2004-02-06 Thread Ionel GARDAIS
Hi, where is the class org.jboss.resource.connectionmanager.CachedConnectionManager ? I am trying to setup my own server configuration and JBoss complains about not finding this class. When I launch the default config, it works. Any ideas ? Thanks, Ionel

Re: [JBoss-user] j2sdk1.5 and jboss

2004-02-05 Thread Ionel GARDAIS
Hi there, I might be wrong but have yoou tried to recompile JBoss from sources with the new 1.5 sdk ? This could solve your problem as this solved mine with 1.3 ! ionel Yahoo! Mail : votre e-mail personnel et gratuit qui vous suit partout ! Créez votre Yaho

Re: [JBoss-user] OIL2ServerILService Connection reset by peer

2004-02-02 Thread Ionel GARDAIS
Hi Adrian, I am already closing the connection. In every publisher/subcriber, i have a Shutdown hook which run this code topicPublisher.close(); topicSession.close(); topicConnection.stop(); topicConnection.close(); For PtP, the queue is closed as soon as both sides closed their conne

[JBoss-user] is jnet.jar already signed ?

2004-01-27 Thread Ionel GARDAIS
Hi, I am bundling jnet.jar inside a war file to be deployed through WebStart. As I need all permissions, I sign all jars from the war file. My problem is that when I launch the application, I get a "More than one certificate used to sign resource: http://localhost/teconsole/app/jnet.jar"; As I

[JBoss-user] How to read message counter infos ?

2004-01-23 Thread Ionel GARDAIS
Hi, >From the jmx-console, reading : Topic,performance,-,false,853,351,0,0,1/23/04 11:23:55 AM I understand : - kind : Topic - name : performance - don't know what is the third param - persistance : false - message send ? - message failed ? - dont know - dont know - last message sent timestamp ?

[JBoss-user] OIL2ServerILService Connection reset by peer

2004-01-23 Thread Ionel GARDAIS
Hi all, I was wondering why do I get the following info message everytime a client disconnect from a topic, even after it gently closes the connection and the session ? 10:10:30,769 INFO [OIL2ServerILService] Client Disconnected: java.net.SocketException: Connection reset by peer: Connection res

[JBoss-user] (more clues) MessageListener threw a RuntimeException

2004-01-21 Thread Ionel GARDAIS
Hi again, After tracing the calls, I found that the problem is on a vector iterator. The JMS message I received is an ObjectMessage. The object within the message is a Vector. Inside the onMessage, I call an outside method, passing the Vector received: outsideMethod(theVector) In the outsideMet

[JBoss-user] (no subject)

2004-01-21 Thread Ionel GARDAIS
Damned i am a sucker. Ban me, whip me with fresh nettles, put a spell on my family for five generations ... I was trying to add elements to an undefined List. Give me a rope ... :) ionel _ Do You Yahoo!? -- Une adresse @yahoo.fr g

[JBoss-user] MessageListener threw a RuntimeException

2004-01-21 Thread Ionel GARDAIS
Hi, i am getting the followinf warning everytime my topic MessageListener gets a message : 2004-01-21 17:08:59,849 [MessageListenerThread - performance] WARN org.jboss.mq.SpyMessageConsumer - Message listener [EMAIL PROTECTED] threw a RuntimeException. What is this exception ? Everything I do

Re: [JBoss-user] MDB to use a specific user/pass or role

2004-01-21 Thread Ionel GARDAIS
Thanks Adrian, That's it ! I was not looking that far in the doco. Shame on me :) = -- Regards, Ionel _ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail : http://fr.mail.yahoo.com ---

[JBoss-user] MDB to use a specific user/pass or role

2004-01-20 Thread Ionel GARDAIS
Hi, I have a topic locked to a specified role name. Everything works fine when I retrieve a TopicConnection using topicFactory.createTopicConnection("user","pass"); My problem is that I'd like to have an MDB to monitor this topic. When deploying the MDB I get the following exception: 13:01:25,4

[JBoss-user] web-console applet throws exception

2004-01-19 Thread Ionel GARDAIS
Hi, I've just compile JBoss 3.2.3 from the source and when I connect to server:8080/web-console/, the left nav applet throws this exception : http://localhost:8080/web-console/Invoker java.lang.ClassNotFoundException: java.io.IOException: open HTTP connection failed. at sun.applet.Appl

Re: [JBoss-user] Problems getting started ...

2004-01-18 Thread Ionel GARDAIS
dunno about the classloader problem. When executing JSP, tomcat first compile them as plain java classes. it needs sdk stuff not available in jre. ionel _ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail

Re: [JBoss-user] Problems getting started ...

2004-01-17 Thread Ionel GARDAIS
I suggest you first try to set JAVA_HOME to your SDK installation instead of the JRE this might not solve your problem but it's a good start ionel _ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail : htt

Re: [JBoss-user] correct EJB pool size

2004-01-17 Thread Ionel GARDAIS
So, will this put JBoss on knees or is it ok ? What could be the best pool size and cache size ? (if it has any impact over performances) thanks, ionel _ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail

Re: [JBoss-user] correct EJB pool size

2004-01-17 Thread Ionel GARDAIS
EJBs are made of about 10 fields, mostly double and Date (say 3 dates, 7 doubles) 8 finders (home calls) are called concurrently every 10 seconds to retrieve a collection of EJBs which are then updated (4 fields out of the 10) By now, one finder should return a collection of 3800 object, another

[JBoss-user] correct EJB pool size

2004-01-17 Thread Ionel GARDAIS
Hi, What is the correct pool size for a database of more than 3 entries ? I will access about 6000 of the EJBs every 10 seconds, read/write, commit-option set to A (exclusive table access) thanks for the info, ionel _ Do You Y

RE: [JBoss-user] JDBCEJBQLCompiler NoSuchMethodError

2004-01-16 Thread Ionel GARDAIS
Not that far .. 3.2.2 w/ jdk 1.3.1.10b3 --- "Rupp, Heiko" <[EMAIL PROTECTED]> a écrit : > Lemme guess, 3.2.3 out of the box on jdk 1.3.x > > Take either a 1.4.x or take the 3.2.3 source, > recompile it > with 1.3.x > _ Do You Yah

[JBoss-user] JDBCEJBQLCompiler NoSuchMethodError

2004-01-16 Thread Ionel GARDAIS
Hi, i am getting the following exception when I try to deploy an EJB relying on a Sybase datasource : [EMAIL PROTECTED]:/home/mount/rtadmin/jboss-3.2.2/server/default/deploy]$15:02:16,147 INFO [MainDeployer] Starting deployment of package: file:/export/home/mount/rtadmin/jboss-3.2.2/server/defau

Re: [JBoss-user] JDK Version for JBoss3.2.3

2004-01-16 Thread Ionel GARDAIS
I experienced classloader issues with jdk <= 1.3.1 beta something ... I am not aware of any 1.4.x problems with JBoss. Hope this help = -- Regards, Ionel _ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yah

[JBoss-user] problems with Locale (continued ...)

2004-01-08 Thread Ionel GARDAIS
Hi there, I am still having problems with tomcat deployement. Every time I tweak a package to bypass the LocalStrings problem, another LocalStrings is needed, continuing the problem over and over. Is it a Tomcat problem ? Is there a way to force another locale ? JBoss' system property dump : 10

RE: [JBoss-user] tomcat : error in local blocks deployment

2004-01-06 Thread Ionel GARDAIS
Okay I add all the LocalStrings.properties files I found from the catalina.jar to my custom jar. It does not complains anymore about the LocalStrings.properties under org.apache.catalina.startup but under org.apache.coyote.http11.LocalStrings I know the ultimate solution is to add all LocalStri

[JBoss-user] OutOfMemoryError after 4 days

2004-01-06 Thread Ionel GARDAIS
Hi, I had a JBoss 3.2.2 running since January 2nd which crashes with an OutOfMemoryError (trying to allocate 16000 bytes). Nothing in the logs, just the console output. I'm running Windows NTWS, java version "1.3.1_09" Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_09-b03) Java Ho

RE: [JBoss-user] tomcat : error in local blocks deployment

2004-01-05 Thread Ionel GARDAIS
Hi Scott, java -version output is : Under Solaris 7 : java version "1.3.1" Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1-b24) Java HotSpot(TM) Client VM (build 1.3.1-b24, mixed mode) Under Windows NT : java version "1.3.1_09" Java(TM) 2 Runtime Environment, Standard Edition (buil

RE: [JBoss-user] tomcat : error in local blocks deployment

2004-01-02 Thread Ionel GARDAIS
I am using 1.3.1 under Solaris 7 I use the same jvm version under Windows, it works fine I confirm that I found the LocalStrings.properties file inside the catalina.jar file. I have also try to unjar the catalina.jar, copy LocalStrings.properties as LocalStrings_en.properties, rejar the folders bu

RE: [JBoss-user] tomcat : error in local blocks deployment

2004-01-02 Thread Ionel GARDAIS
The exact exception is : 15:32:24,037 WARN [ServiceController] Problem starting service jboss.web:service=WebServer java.lang.ExceptionInInitializerError: java.util.MissingResourceException: Can't find bundle for base name org.apache.catalina.startup.LocalStrings, locale en at java.util.ResourceBu

[JBoss-user] tomcat : error in local blocks deployment

2004-01-01 Thread Ionel GARDAIS
Hi, I have a problem with the tomcat .sar package. At deploy time, tomcat raises an Exception about a LocalStrings property file not found. This file is in the catalina.jar archive which is in the deploy/jbossweb-tomcat41.sar directory with the others jar files. I tried everything, including for

[JBoss-user] force a locale at tomcat startup

2003-12-31 Thread Ionel GARDAIS
Hi, How to force a locale at tomcat startup ? I get an exception when jbossweb-tomcat41.sar is deployed because it doesn't find the class org.apache.catalina.startup.LocalStrings for locale en. I found that the only available locale are fr, ja, and an unamed locale Why does it do not take the u

[JBoss-user] jms security roles

2003-12-30 Thread Ionel GARDAIS
hi, how to add/change security roles on dynamicaly created JMS queues ? I am creating a JMS queue using the jmx-console but when I try to send a message, I get an exception : 13:46:56,541 WARN [OILServerILService] Client request resulted in a server exception: javax.jms.JMSSecurityException: Co

[JBoss-user] use of http-invoker

2003-12-29 Thread Ionel GARDAIS
Hi folks, Merry Chrismas and Happy new year to all What is the URL to dynamicly create a JMS queue using the http-invoker ? I already have a URL which points to jmx-console/HtmlAdaptor but I'd like not to have to deploy the jmx-console (just using the http-invoker) thanks, ionel __

Re: [JBoss-user] failed to start on Solaris

2003-12-24 Thread Ionel GARDAIS
Hi, it's already a success that I convinced my boss let me test some new dev using JBoss ... For (obscure) platform compatibility reasons, only 1.3 is allowed in the cave I used to call office :) I do modify jboss-service.xml in order to make JBossMQ works standalone but this is not the problem

[JBoss-user] disabling JMS message cache ?

2003-12-24 Thread Ionel GARDAIS
Hi, Is it possible to disable JMS message cache ? Even when I specify topicPublisher.setDeliveryMode(DeliveryMode.NON_PERSISTENT); the message cache is still filled. Is it because the subscribers do not ack messages fast enougth ? thanks, ionel

Re: [JBoss-user] failed to start on Solaris

2003-12-24 Thread Ionel GARDAIS
Here are the whole log ... [EMAIL PROTECTED]:~/jboss-3.2.2]$./bin/run.sh JBoss Bootstrap Environment JBOSS_HOME: /home/mount/rtadmin/jboss-3.2.2 JAVA: /usr/java/bin/java JAVA_OPTS: -server -Dprogram.name=r

[JBoss-user] failed to start on Solaris

2003-12-24 Thread Ionel GARDAIS
Hi, I have moved JBoss from Windows to Solaris. When I try to launch it, I got this exception : Failed to boot JBoss: org.jboss.deployment.DeploymentException: Could not initialise deployment: file:/export/home/mount/rtadmin/jboss-3.2.2/server/default/conf/jboss-service.xml; - nested throwable: (

[JBoss-user] jms message timeout

2003-12-23 Thread Ionel GARDAIS
Hi, What happens if I publish messages to a topic which nobody listens to ? Is the message lost ? Is it stored until someone subscribes and get them ? Does modifying the message's TTL allow to specify a timeout for the message ? thanks, ionel ___

Re: [JBoss-user] JMS queue simple question

2003-12-23 Thread Ionel GARDAIS
Is this code still valid for topic/queue creation via URL ? //These are samples, not available in the example code. String method = "createTopic"; String destName = "myCreated"; String action = "action=" + method + "?action=" + method + "¶m0%2Bjava.lang.String=" + destName; String arg = "/Inv

[JBoss-user] JMS queue simple question

2003-12-23 Thread Ionel GARDAIS
Hi there, Merry christmas to all. I have a little question about JMS queue. By now, I use topics to send global datas to many recipients. I need a parallel channel to send one-shot informations (actually a repository used by the messages received through the topic) I thought to a queue running

[JBoss-user] drop last post

2003-12-18 Thread Ionel GARDAIS
Sorry guys, I've been working for too long. I just have to install JSSE for 1.3. Good night ... ionel ___ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail : http://fr.mail.yahoo.com

[JBoss-user] last version of JBoss that supports J2SE 1.3 ?

2003-12-18 Thread Ionel GARDAIS
Hi folks, my JMS client's NamingContextFactory throws a ClassNotFound : javax.net.SocketFactory. As this is a 1.4 class, what is the last version of JBoss which supports 1.3 ? thanks, ionel ___ Do You Yahoo!? -- Une adresse @yahoo.fr gratu

Re: [JBoss-user] JMS DestinationManager tweaking

2003-12-18 Thread Ionel GARDAIS
I got it workiing ! At least, it does not show error :) Thanks Adrian ! = -- Regards, Ionel ___ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail : http://fr.mail.yahoo.com --

Re: [JBoss-user] JMS DestinationManager tweaking

2003-12-18 Thread Ionel GARDAIS
thanks Adrian, I am close to get this working. Every beans are in state CONFIGURED except jms-ds.xml and jms-ra.rar which are in state INIT_WAITING_DEPLOYER. I turned on TRACE logging for org.jboss.mq but no useful infos were printed. any ideas ? ionel _

[JBoss-user] mbean deployment : null object name

2003-12-18 Thread Ionel GARDAIS
Hi again, I tried to use DestinationManager without MessageCache, PersistenceManager, StateManager. While starting, I now have an error saying "null object name" Here is the log : ObjectName: jboss.mq:service=DestinationManager state: FAILED I Depend On: Depends On Me: jboss.mq.destinatio

[JBoss-user] JMS DestinationManager tweaking

2003-12-18 Thread Ionel GARDAIS
Hi, Almost all JMS mbeans depends on DestinationManager. But DestinationManager uses PersistanceManager and MessageCache which seems to rely upon a db connection. I'd like to run JBossMQ without any db connections (for standalone purpose : only JNDI + JBossMQ). Is it possible or does db is used f

[JBoss-user] jms

2003-12-17 Thread Ionel GARDAIS
Hi, After digging around, I found answers to some of my questions. However, i'm still missing the answer to my major question. JBossMQ will use JGroups in the near futur, sending messages over multicast (4.0.0). Question is : how does it work by now (3.2.x)? Does it use the bound-interface's br

[JBoss-user] important request about JBossMQ

2003-12-16 Thread Ionel GARDAIS
Hi, I need to have important informations about JBossMQ to make my boss switch to JBoss :) All my questions are about pub/sub work. Security : - does JBossMQ support some kind of authentication (users/roles) of subscribers ? - do the messages are or can be encrypted over the wire ? Dispatching :

[JBoss-user] use JBossMQ standalone

2003-12-16 Thread Ionel GARDAIS
Hi, Is it possible to use JBossMQ as a standalone JMS provider ? If so, how to set it up in this way ? thanks, = -- Regards, Ionel ___ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail : http://fr.mail.yaho

[JBoss-user] CVS problem

2003-12-13 Thread Ionel GARDAIS
Hi, I tried to update the HEAD cvs and I get the following message : cvs server: cannot open directory /cvsroot/jboss/build/jboss/etc/root: No such file or directory What is happening ? ionel ___ Do You Yahoo!? -- Une adresse @yahoo.fr gr

Re: [JBoss-user] migrate standalone app to JBoss service

2003-12-05 Thread Ionel GARDAIS
--- Adrian Brock <[EMAIL PROTECTED]> a écrit : > On Fri, 2003-12-05 at 12:10, Ionel GARDAIS wrote: > > Hi, > > > > I have a standalone app which I want to migrate as > a > > JBoss service. > > > > By now, the application provides RMI stubs to &g

[JBoss-user] migrate standalone app to JBoss service

2003-12-05 Thread Ionel GARDAIS
Hi, I have a standalone app which I want to migrate as a JBoss service. By now, the application provides RMI stubs to remote clients If I just recode the current applcation to use the JMX system and deploy it under JBoss as a .sar, how could my clients retrieve the stubs ? should I launch an rmi

[JBoss-user] replace JBossMQ by Tibco ?

2003-12-01 Thread Ionel GARDAIS
Hi, Is it possible to replace JBossMQ by the Tibco messaging system ? If so, how to do this ? = -- Regards, Ionel ___ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail : http://fr.mail.yahoo.com -

[JBoss-user] ANSI SQL ?

2003-11-25 Thread Ionel GARDAIS
Hi, How to know if an SQL command is ANSI compliant or db dependant ? I need to know this for SHOW TABLES and SHOW COLUMNS commands. thanks, ionel ___ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail : http://f

Re: [JBoss-user] commit options

2003-11-25 Thread Ionel GARDAIS
many many thanks ___ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail : http://fr.mail.yahoo.com --- This SF.net email is sponsored by: SF.net Giveback Program

[JBoss-user] commit options

2003-11-25 Thread Ionel GARDAIS
Hi, There have been some posts about use of commit options. What are the different commit-options made for ? When to use one or other commit-option ? = -- Regards, Ionel ___ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en fran

Re: [JBoss-user] [ANN] JBoss-IDE 1.2.2 released

2003-11-24 Thread Ionel GARDAIS
--- Laurent Etiemble <[EMAIL PROTECTED]> a écrit : > > Available releases are : > - JBoss-IDE 1.2.2 for Eclipse 2.1.1 or higher > - JBoss-IDE 1.2.2330 for Eclipes 3.0.0M4 I am running Eclipse 3.0.0 M4 w/ JBoss IDE 1.2.230. Update result is "no update available" Where is the problem ? thanks, io

[JBoss-user] overriding users/roles propeties in UsersRolesLoginModule fails

2003-11-18 Thread Ionel GARDAIS
Hi, Continuing on my UsersRolesLoginModule problem, I tried to override the guessed values for the properties path. C:\java\jboss\build\output\jboss-4.0.0DR3\server\default\conf\users.properties C:\java\jboss\build\output\jboss-4.0.0DR3\server\default\conf\roles.properties

Re: [JBoss-user] problem with UsersRolesLoginModule

2003-11-16 Thread Ionel GARDAIS
I take a look at UsersRolesLoginModule.java the loadProperties() method uses Thread.currentThread().getContextClassLoader() to load the properties files. unfortunatly, it seems to pick the first available when there are no files provided inside the package. Any hints ? ionel __

Re: [JBoss-user] problem with UsersRolesLoginModule

2003-11-16 Thread Ionel GARDAIS
I found the problem : my service is deployed as a .sar file under the server\default\deploy directory but the log shows this : 2003-11-16 20:28:29,859 TRACE [org.jboss.security.auth.login.XMLLoginConfigImpl] getAppConfigurationEntry(ftp), authInfo=AppConfigurationEntry[]: [0] LoginModule Class: o

[JBoss-user] problem with UsersRolesLoginModule

2003-11-16 Thread Ionel GARDAIS
Hi, I'm experiencing problems with UsersRolesLoginModule. I added this to the server\default\conf\login-config.xml file : The users.properties and roles.properties files are located in the same directory (server\default\conf) and contain user/pass and user/roles properties as usual.

[JBoss-user] using JAAS inside a custom server MBean

2003-11-13 Thread Ionel GARDAIS
Hi, I want to use JAAS login from a custom MBean Service. Where should I specify the auth.conf file to use ? As the authentication will be used internally to JBoss, are there easier/faster way to use JAAS than to write a custom CallbackHandler ? thanks, __

[JBoss-user] ejb calls interceptor

2003-11-13 Thread Ionel GARDAIS
Hi, Is there a way to catch the calls that are made to an EJB (fields getters/setters, finders, selectors). My goal is to provide some statistical informations (how many times a method have been called, which methods should be optimized ...) through an MBean StatService thanks, = -- Regard

Re: [JBoss-user] error in cvs tree

2003-11-12 Thread Ionel GARDAIS
What is the -Pd option for ? I do a full co and it worked. ___ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail : http://fr.mail.yahoo.com --- This SF.Net ema

[JBoss-user] error in cvs tree

2003-11-12 Thread Ionel GARDAIS
Well, I've just updated for the n'th time the jboss-head and I get the same error. Should I try with a clean checkout ? ___ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail : http://fr.mail.yahoo.com --

[JBoss-user] error in cvs tree

2003-11-12 Thread Ionel GARDAIS
hi, it's been a few days since the jboss-head build fails because of this error : BUILD FAILED file:C:/java/jboss/varia/build.xml:539: Deployment descriptor: C:\java\jboss\varia\output\resources\loadbalancer\web.xml does not exist. It seems that the loadbalancer directory is not in the src\resou

[JBoss-user] getting multiple JMX attributes

2003-11-09 Thread Ionel GARDAIS
Hi, When developping a MBeanService component, how to get multiple attributes from a -service.xml file ? for example, how to do something like : johndoefoobar and to retrieve all "aParam" attributes, according to the fact that there can be 1-N parameters ? Does : /** * @jmx.managed-attrib

[JBoss-user] fast questions

2003-10-29 Thread Ionel GARDAIS
Hi there, - i have read somewhere (but i can't remember where) that JBoss provides a universal way to develop server-style extentions (listening on a certain port ...) What is this stuff ? - When creating/deploying a service MBean, how to access it, call the methods ? BTW, who calls the methods ?

Re: [JBoss-user] forums down/slow?

2003-10-28 Thread Ionel GARDAIS
--- Eric J Kaplan <[EMAIL PROTECTED]> a écrit : > Can anyone get to the forums? I go to jboss.org, > click on forums, and > they never come up. Got them w/o problems ... 21:18 GMT+1 = -- Regards, Ionel ___ Do You Yahoo!? -- Une adres

[JBoss-user] [OT] large entity beans

2003-10-21 Thread Ionel GARDAIS
Hi, Sorry for the troll but I have read a few post about problems with large entity beans (64+ persistent fields). Isn't it the result of a poorly designed database layout ? IMO, the larger is a table, the slower is the whole system and a table with such a number of fields could be split into sm

Re: [JBoss-user] packet is sent every second ?

2003-10-20 Thread Ionel GARDAIS
I found the problem. It is the remoting-service.xml file. I commented the MulticastDetector mbean and no more packets were sent. = -- Regards, Ionel ___ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail : htt

[JBoss-user] packet is sent every second ?

2003-10-20 Thread Ionel GARDAIS
Hi, I have just build the latest 4.0.0DR3 cvs update and I notice that a UDP packet is sent every second to IP 224.1.9.1 from local port to remote port . Databytes seems to be about a discovery thing ... Looks like a multicast stuff. What is it for ? Can it be turned off ? Thanks, ___

[JBoss-user] jboss-media module

2003-10-17 Thread Ionel GARDAIS
Hi, I checked-out the jboss-mail and jboss-media modules from the cvs. I installed jboss-media under the JBoss root as "media". Then I added the media module into the module list of the build.xml and in the optional group. Then I ran build -Dgroups=all The media module appears in the modules list

[JBoss-user] damned build

2003-10-14 Thread Ionel GARDAIS
Hi there, I have checked-out the jboss-all module plus jboss-media and jboss-mail modules. When I execute the build process without modifications, it fails because it doesn't find ant and other libraries. I need to modify the libraries.ent file from the buildmagic directory. The modification I m

Re: [JBoss-user] using CMP and defining the datasource at runtime

2003-10-05 Thread Ionel GARDAIS
Great ! Did I tell you that I love you ? :) for my own knowledge, does a BMP can use a declared datasource or does it has to go through all the jdbc connection process ? > Just create the CMP beans (don't include a > jbosscmp-jdbc.xml) > JBoss will create tables for the beans when they are > fir

Re: [JBoss-user] using CMP and defining the datasource at runtime

2003-10-05 Thread Ionel GARDAIS
I am trying to add an EJB load/store layer to the mail server developped by A. Oliver. It needs to access : - a table with the usernames and passwords - 1 or more tables for the emails and attached files A CMP could allow an automatic table creation and easy finders manipulation. As the tables sh

Re: [JBoss-user] using CMP and defining the datasource at runtime

2003-10-05 Thread Ionel GARDAIS
Well, here is what I want to do : I would like to allow a CMP-like mechanism but with a user defined datasource. I could use BMP and read the connection-url, driver-class, username and password from a file but as these informations are available directly through a declared datasource, a CMP could

Re: [JBoss-user] using CMP and defining the datasource at runtime

2003-10-05 Thread Ionel GARDAIS
Let say the datasource-mappings can be specified by the user at runtime too. If the datasource is specified by the user, will the CMP use the declared mapping or the "delegated" mapping ? > Except there is no such dynamicity for > type-mappings. > You have to know the db mappings when you create t

Re: [JBoss-user] using CMP and defining the datasource at runtime

2003-10-05 Thread Ionel GARDAIS
Huh ? heee, are there any examples of how to do such a thing ? --- Scott M Stark <[EMAIL PROTECTED]> a écrit : > Write an mbean service that installs a > javax.naming.spi.ObjectFactory at > the location you specify as the datasource and the > ObjectFactory can > choose at runtime which DataSource

[JBoss-user] using CMP and defining the datasource at runtime

2003-10-05 Thread Ionel GARDAIS
Hi, is it possible to use a CMP bean but to override the datasource from the xml files but a user defined datasource, known at runtime ? = -- Regards, Ionel ___ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! M

[JBoss-user] jb4 cvs build

2003-08-27 Thread Ionel Gardais
Hi all, got a problem building JBoss4 from a cvs co. the ant scripts doesn't find the xdoclet packages but they are present in the thirdparty directory, in my home directory and in the classpath. I am using XP Home, ANT_HOME, JAVA_HOME and CLASSPATH set. Any ideas ? thanks, ionel ---

Re: [JBoss-user] MySQL XA Configuration

2003-08-19 Thread Ionel Gardais
Hi, I was looking for the same thing a couple of weeks ago. I found that Connector/J (the mySQL jdbc connector) does not natively support XA and is only in a kind of beta state with an internal XA emulation. That is, you can only use basic configuration for mySQL. JBoss will manage the wrapping

[JBoss-user] JBoss shutdown core dump

2003-07-30 Thread Ionel Gardais
Waho While shutting down JBoss, I got a 300MB core dump ! Too large to send by email, is there something I can do to find infos for you ? ionel --- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-co

Re: [JBoss-user] incoherent CMR behavior

2003-07-30 Thread Ionel Gardais
HI Alex, I opened a feature request : EJB-QL to traverse CMR with different datasources http://sourceforge.net/tracker/index.php?func=detail&aid=779635&group_id=22866&atid=376688 Hope this is clear enou

Re: [JBoss-user] incoherent CMR behavior

2003-07-29 Thread Ionel Gardais
I can't find the JBoss' JIRA page and the sf.net tasks list page is forbidden to me ... where to point my browser to get the JIRA for JBoss ? As it is not a bug, I don't want to add it into the bug list thanks, ionel --- This SF.Net email spon

Re: [JBoss-user] incoherent CMR behavior

2003-07-29 Thread Ionel Gardais
Alexey Loubyansky wrote: IG> Is there a way to override this limitation ? IG> For example, can I specify the database inside the EJB/JBOSS-QL query ? IG> (as in SQL, database.table.field) Unfortunately, no. I've just look into the EJB 2.1 spec. 11.2.1 : Abstract schema type and query domains "

Re: [JBoss-user] incoherent CMR behavior

2003-07-29 Thread Ionel Gardais
Hi Alex, Is there a way to override this limitation ? For example, can I specify the database inside the EJB/JBOSS-QL query ? (as in SQL, database.table.field) This problem (which appears not to be one) is a part of my need to reuse beans across different applications. The problem is still ful

Re: [JBoss-user] incoherent CMR behavior

2003-07-29 Thread Ionel Gardais
Hi agan, I tried the following : - delete the default datasource - specify a per-bean datasource for each beans With this, the relation-tables are created in the Hypersonic database, not either under java:/QualiteDS nor java:/BaseTestDS Is there a way to specify the datasource for the realtion-t

[JBoss-user] incoherent CMR behavior

2003-07-29 Thread Ionel Gardais
Hi, I am facing a strange problem with CMR. Here is the background : I have some tables and the corressponding EJBs BusinessUnit idTeam idProject Project --- *id name version Team id Team2Managers idTeam idPerson Team2Members - idTeam idPerson Person

[JBoss-user] what if no beans are found by a finder ?

2003-07-27 Thread Ionel Gardais
Hi, What happens if a finder doesn't find any beans matching its query ? Does a FinderException is thrown or does a null value is returned ? Thanks, Ionel --- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports,

Re: [JBoss-user] TxConnectionManager$LocalXAResource... : what doesit means ?

2003-07-23 Thread Ionel Gardais
Hi Bill, Yes, I have more than one datasource in the transaction. Facade Bean F calls Bean A (datasource dsA) which have a relationship with Bean B (datasource dsB) As I am using the mySQL J/Connector driver which seems to support XA, do you have any tips about configuring the datasources to u

[JBoss-user] TxConnectionManager$LocalXAResource... : what does it means ?

2003-07-21 Thread Ionel Gardais
Hi, I have the following warning whn I set up a relationship between two beans from differents datasource (both beans only have local interface) : 08:31:02,067 WARN [TxConnectionManager$LocalXAResource] Prepare called on a local tx. Use of local transactions on a jta transaction with more th

Re: [JBoss-user] [urgent] CMR relationship between JAR inside anEAR

2003-07-21 Thread Ionel Gardais
Unfortunatly, I change my approach to the problem : I know package all my beans inside the same package and override the default datasource for the beans that were not initially part of the package. It seems to work. sorry :( ionel --- Thi

Re: [JBoss-user] [urgent] CMR relationship between JAR inside anEAR

2003-07-21 Thread Ionel Gardais
Alexey Loubyansky wrote: You should package and deploy the app making sure the JAR with DDs defining relationships sees all the needed classes. Do you mean that I should include the jar file without the relationship inside the jar with the relationship ? By now I have something like : App.ear --

[JBoss-user] [urgent] CMR relationship between JAR inside an EAR

2003-07-21 Thread Ionel Gardais
Hi, I have a serious problem with CMR relationship inside 2 bean packages deployed inside the same EAR. Using Xdoclet-1.3dev and JBoss3.2.1-Tomcat4.1.24. Here are my questions : - does CMR works between bean packages inside an EAR ? - the two beans of my relationship are Person and Project. It'

Re: [JBoss-user] Official position of the JBoss Group (or CDN) onthe LGPL?

2003-07-21 Thread Ionel Gardais
Can't tell. I have just presumptions. And you need more than presumptions :) cu, ionel --- This SF.net email is sponsored by: VM Ware With VMware you can run multiple operating systems on a single machine. WITHOUT REBOOTING! Mix Linux / Windows

Re: [JBoss-user] Official position of the JBoss Group (or CDN) onthe LGPL?

2003-07-21 Thread Ionel Gardais
Hi, I understand it as : you can use LGPL'd code in your own products and ask license fees the way you want for your product. However, the LGPL'd part of your softwares remains under LGPL and cannot be charged of any fees. That is, your licence cost is only for the non-LGPL part of your softwa

[JBoss-user] mapping a CMP with LDAP

2003-07-18 Thread Ionel Gardais
Hi, is it possible to map an Entity Bean with an LDAP server ? If not (no mapping possible), is it possible to simply access an LDAP server from a Session Bean ? (just to retrieve datas) Thanks, ionel --- This SF.net email is sponsored by: VM

Re: [JBoss-user] multiple JBoss/Tomcat instance big problem [SOLVED]

2003-07-16 Thread Ionel Gardais
shame on me, I'm not worthy ... The problem was that both jndi.properties files pointed the same JNDI server. all seems to be ok now ... ionel --- This SF.net email is sponsored by: VM Ware With VMware you can run multiple operating systems

[JBoss-user] multiple JBoss/Tomcat instance big problem

2003-07-16 Thread Ionel Gardais
Hi, I am facing a strange problem. I have two JBoss3.2.1-Tomcat4.1.24 instance running on two different computers (on the same network) Both are runned using the default configuration (no clustering, no farming) Each computer have it's own database. - - | DB #1 | | D

Re: [JBoss-user] EJB modeling

2003-07-16 Thread Ionel Gardais
Hi Surajit, I think about this solution but I don't think it is very handy. Xdoclet allows string subitution, doesn't it ? I migth dig in this direction for dynamic JNDI naming. It looks like a patch more than a solution but I will take a look, Thanks, ionel ---

  1   2   3   >