[JBoss-user] [Nukes User] - Re: Installation help. Followed directions exactly.

2004-06-09 Thread cooper
http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=84509&release_id=162958 you can find : | * Nukes bundled with JBoss (hsqldb) | * Nukes for MySQL database which need more work : download JBoss-3.2.3, create the database, install the datasource in JBoss | View the

[JBoss-user] [JCA/JBoss] - Problem with WrappedResultSet in 3.2.4 (null result set)

2004-06-09 Thread bluesterror
I read the other post about WrappedResultSet, makes sense, but it causes a problem with our application: JBoss throws an IllegalArgumentException when trying to call getResultSet() if the rs is null. This can happen if, for example, you do an insert and an update count is returned. According

[JBoss-user] [Installation & Configuration] - JBoss3.0.8 Hsql JavaService

2004-06-09 Thread ryo1986
Hi, I installed with successs jboss with hsql as service. At the shutdown i force hsql to SHUTDOWN COMPACT.(i use text file for the base) When i reboot the computer all service shutdown, but HSQL not have time to finish to close. When i restart the service restart but my database not start bec

[JBoss-user] [Nukes User] - Problem with HTML Block

2004-06-09 Thread leberre
I am using my own CVS snapshot from June 2. i noticed that each time I stop and restart jboss, I am loosing the all the fileids in my HtmlBlocks. I need to set them again using the Blocks management interface. Does anyone noticed that? --Daniel View the original post : http://www.jboss.org/i

[JBoss-user] [Nukes User] - Re: Installation help. Followed directions exactly.

2004-06-09 Thread Sacha Labourey
>From where can the binary SAR be downloaded? do you have a link? Cheers, sacha View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838153#3838153 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3838153 --

Re: [JBoss-user] [JBoss Getting Started Documentation] - Re: jboss and junit testing

2004-06-09 Thread Bruce Scharlau
rogerday wrote: "darranl" wrote : Have you looked at Cactus? I have now, thanks. However, it doesn't do Message Driven Beans - which is precisely what I'm trying to do. I notice the webpage says that it's a "medium term goal" to support MDB, so I think I'm out of luck with cactus unless you know

[JBoss-user] [JBoss.NET & SOAP] - Re: C# Client - Session problem

2004-06-09 Thread fheldt
1. Does your webservice.xml contain ? (or @jboss-net.web-service scope="Session" if using xdoclet) 2. I suppose in your java-axis-client you have written stub.setMaintainSession(true); In .NET (here C#) you need the equivalent: webservice.CookieContainer = new CookieContainer(); Hope this hel

[JBoss-user] [Installation & Configuration] - Re: Order of deployment

2004-06-09 Thread jae77
it's a good idea to place database driver jars inside the "lib" directory (JBOSS_HOME/server//lib) b/c you're not going to hot-deploy those while the server is up and running. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838149#3838149 Reply to the post

[JBoss-user] [Nukes User] - Re: Configuring Email

2004-06-09 Thread cooper
there is a debug boolean on the MailModule which you can turn on. It will force to print the dialog between the MailModule (underlysing JavaMail) with the target SMTP server. Of course you have to look at the server.log file to see what's going on here. View the original post : http://www.jbos

[JBoss-user] [Persistence & CMP/JBoss] - Error checking if entity exists

2004-06-09 Thread littlewing68
Hi all, I trying to use CMP EJB with JBOSS 3.2.3 and MS SQL Server 2000. When I am trying to create a simple EJB I have the following error: 2004-06-09 15:44:25,613 ERROR [org.jboss.ejb.plugins.cmp.jdbc.JDBCCreateEntityCommand.Customer] Error checking if entity exists java.sql.SQLException: Une

[JBoss-user] [Nukes User] - Configuring Email

2004-06-09 Thread pmnunes
Hello, I have installed Nukes, but i am having trouble setting the email preferences to be used in the lost password module. I have tried the jmx-console and found 1 email configurations: one for jboss mail service and the Nukes email module. In both cases i have set my exchange server as a

[JBoss-user] [Security & JAAS/JBoss] - Re: org.jboss.security.ignoreHttpsHost property fails becaus

2004-06-09 Thread wolfj
One thing that seemed to solve the problem was by commenting out the if statement check to ensure the passed in connection is of the javax.net.* kind in the configureHttpsHostVerifier method in class org.jboss.invocation.http.interfaces.Util Is there an easier way? View the original post : htt

[JBoss-user] [Persistence & CMP/JBoss] - Re: sync-on-commit

2004-06-09 Thread triathlon98
It seems like it was working before (now using 3.2.4, but I was using a version from CVS, I think pre-RC1). Basically , I have a table with many, many fields, and most of them are initialized in ejbCreate. It struck me as at least one string field was not set (did not particularly look at the o

[JBoss-user] [Installation & Configuration] - Re: jboss-3.2.3 can't run right at win2003?

2004-06-09 Thread triathlon98
3.2.3 is not compatible with the 1.5.0 J2SDK, try using either JBoss 3.2.4 or Java 1.4.2 Joachim View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838143#3838143 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3838143 --

[JBoss-user] [Installation & Configuration] - Re: how to deploy application outside deploy directory

2004-06-09 Thread puneetjains
here is the attribute url deploy/ and my directory is in d:\siyaya\siyaya.ear View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838141#3838141 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3

[JBoss-user] [Persistence & CMP/JBoss] - problem with SQL92Compiler

2004-06-09 Thread triathlon98
Alexey, I tried using the org.jboss.ejb.plugins.cmp.jdbc.EJBQLToSQL92Compiler setting, but it seems to cause problems. For a query defined as : | SELECT OBJECT(o) FROM Weight o | WHERE ( o.sale.client.traceId = ?1 ) AND ( o.sale.date = ?2 ) AND ( o.unidModificationDate >= ?3 ) | ORDER

[JBoss-user] [Installation & Configuration] - Re: how to deploy application outside deploy directory

2004-06-09 Thread puneetjains
here is me scanner mbean jboss.system:service=MainDeployer org.jboss.deployment.DeploymentSorter org.jboss.deployment.scanner.DeploymentFilter 5000 deploy/,d:\Siyaya\siyaya.ear

[JBoss-user] [Installation & Configuration] - Re: how to deploy application outside deploy directory

2004-06-09 Thread puneetjains
here is me scanner mbean jboss.system:service=MainDeployer org.jboss.deployment.DeploymentSorter org.jboss.deployment.scanner.DeploymentFilter 5000 deploy/,d:\Siyaya\siyaya.ear

[JBoss-user] [J2EE Compliance] - Re: Calling folder from outside .EAR file

2004-06-09 Thread Bahman
Sorry! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838136#3838136 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3838136 --- This SF.Net email is sponsored by:

[JBoss-user] [Installation & Configuration] - Re: Order of deployment

2004-06-09 Thread meissa
if you deploy you entity beans and your mysql jar in the same directory called deployDir (for example), you must create a subdirectory called deployDir.last where you'll move your entity beans ears. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838134#3838

[JBoss-user] [Nukes User] - Re: Installation help. Followed directions exactly.

2004-06-09 Thread cooper
it exists for hsqldb. for mysql it is not fully possible, users have to configure the datasource and download the driver from the mysql website, then configure the database etc... when an external database is used it is not simple as when it is standalone View the original post : http://www.jb

[JBoss-user] [Installation & Configuration] - jboss-3.2.3 can't run right at win2003?

2004-06-09 Thread sztime_lzy
Environment: Platform: WIN2003 JDK : JAVA JDK1.5.0 JBOSS:jboss3.2.3 when jboss startup,the cmd window show as follows: === . JBoss Bootstrap Environment . JBOSS_HOME: D:\jboss-3.2.3\bin\\.. . JAVA: E:\jdk1.5.0\

[JBoss-user] [EJB/JBoss] - Re: Ear deployment problems (:)

2004-06-09 Thread Robbrownsell
how are you creating your archive. Are you wrapping the EJBs into an ejb jar, your servlets etc into a WAR and then wrapping the two up into an EAR? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838131#3838131 Reply to the post : http://www.jboss.org/index.

[JBoss-user] [Persistence & CMP/JBoss] - Re: Unique constraints and surrogate keys

2004-06-09 Thread pgb
Thanks Alexey, that works great! Howerver, I'm not able to add the entity command on the defaults section. Also, is there any side-effect for turning this option on? Where can I read more about it? This is my jbosscmp-jdbc-defaults.xml file (XDoclet is correctly merging it): | java:/Oracl

[JBoss-user] [Nukes User] - Re: Installation help. Followed directions exactly.

2004-06-09 Thread Sacha Labourey
Julien, Do we have a xxx.war or xxx.sar standalone version that people can simply download and drop in any jboss instance? That is what people need I guess, is this available for download? Cheers, sacha View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838129

[JBoss-user] [Security & JAAS/JBoss] - Re: default page after login

2004-06-09 Thread jason.donovan
What i mean is if you request a protected page, you automaticily goto the login page, when possitive logged in, you automaticily goto the requested page, i wish to overide this and goto the index page of the protected area and not to the requested page. thx in advance View the original post :

[JBoss-user] [Nukes User] - Re: Installation help. Followed directions exactly.

2004-06-09 Thread cooper
try to download the JBoss bundled version and see if it works. This one contains an embeded and preconfigured database. Then you can compare the two installations to see if there are no mismatch. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838125#3838125

[JBoss-user] [Installation & Configuration] - starting jboss as root on linux

2004-06-09 Thread meissa
I'm running jboss on linux by the root user. The jboss faq recommends to create a jboss user without any details. Can someone tells me relevant reasons not to run jboss as root. any suggestions is greetly appreciated. meissa View the original post : http://www.jboss.org/index.html?module=bb&

[JBoss-user] [JBoss Getting Started Documentation] - Re: jboss and junit testing

2004-06-09 Thread rogerday
"darranl" wrote : Have you looked at Cactus? I have now, thanks. However, it doesn't do Message Driven Beans - which is precisely what I'm trying to do. I notice the webpage says that it's a "medium term goal" to support MDB, so I think I'm out of luck with cactus unless you know different. Che

[JBoss-user] [Beginners Corner] - Re: JBoss-2.4.10_Tomcat-4.0.6 Linux stops responding

2004-06-09 Thread mmccaskill
My work is using it so I have no choice. It doesn't do it in Win2000. Just in Linux. Weird. Any help is appreciated. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838123#3838123 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=r

[JBoss-user] [Beginners Corner] - org.jboss.deployment.DeploymentException: Connection timed o

2004-06-09 Thread chris75be
Hello, I have problems deploying a simple EJB. The error I get is the following: 2004-06-09 14:24:06,596 DEBUG [org.jboss.deployment.scanner.URLDeploymentScanner] Failed to deploy: [EMAIL PROTECTED] url=file:/C:/jboss-3.2.3/server/default/deploy/myEJB.jar, deployedLastModified=1086782907787 } o

[JBoss-user] [The Lizzard's corner] - Re: Benefits for JBoss developers

2004-06-09 Thread triathlon98
Eternal fame :-) Most useful aspect of opensource software is the ability to look at how things work, and a chance to fix problems when you encounter them (for the capable). You can also add features which would be useful to you. As (due to the LGPL licence) source code changes need to be publi

[JBoss-user] [Installation & Configuration] - calling folders outside deployed .EAR file

2004-06-09 Thread Bahman
Hi All! We have Production on RH 9 using JBoss 3.0.8. development is done on win2000 When on Win2000: We create a .EAR file where images folder is left outside the .EAR file. On start, application reads a prperty file and knows where the images folder is placed. (eg. C:/myproject/mywork/

[JBoss-user] [Installation & Configuration] - jboss 3.2.3 not starting ,i use 3.2.4 can create tables but

2004-06-09 Thread wdllove
Tables_in_ejbca -- jms_roles jms_subscriptions jms_users create three table? server.log : 2004-06-09 20:08:59,646 DEBUG [org.jboss.mq.pm.jdbc2.PersistenceManager] Resolving uncommited TXS 2004-06-09 20:08:59,656 DEBUG [org.jboss.mq.pm.jdbc2.PersistenceManager] Could not crea

[JBoss-user] [Clustering/JBoss] - rmi bind address

2004-06-09 Thread peterb
I have a cluster of 6 machines. Each of those has 2 network interfaces, one "uplink" to the outside world and one on which the cluster should do its messaging. As far as cluster and ha-jndi message go it's easy to configure the bind address so that all communications is over the second "cluster"

[JBoss-user] [Installation & Configuration] - Re: how to deploy application outside deploy directory

2004-06-09 Thread meissa
send me the URL attribute of your URLDeploymentScanner and the directory where you want to deploy. I'll give you the right synthaxe. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838115#3838115 Reply to the post : http://www.jboss.org/index.html?module=bb&o

[JBoss-user] [Security & JAAS/JBoss] - Re: default page after login

2004-06-09 Thread MadCat81
so just build a new html or jsp page and make the forward point to that page ? Like you mapped the forward to the protected page just change the forward=/protected.jsp to forward=/unprotected.jsp. Or what did you mean ? View the original post : http://www.jboss.org/index.html?module=bb&op=view

[JBoss-user] [J2EE Compliance] - Re: Calling folder from outside .EAR file

2004-06-09 Thread darranl
Wrong forum View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838113#3838113 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3838113 --- This SF.Net email is sponsored by

[JBoss-user] [JBoss Getting Started Documentation] - Re: Struts Framework Development

2004-06-09 Thread MadCat81
you just build your struts application like with other webservers (tomcat extern e.g.) and put the struts's jar file in the jboss library folder. Works for me View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838111#3838111 Reply to the post : http://www.jboss.

[JBoss-user] [The Lizzard's corner] - Benefits for JBoss developers

2004-06-09 Thread olesha
Hello Community! Just trying to understand philosophy of open source developers. What is the reward for taking part in such developments? Is there any money bonuses for the people who has taken part in the developments of let say JBoss application server? Is it permanent job for a people or ju

[JBoss-user] [Installation & Configuration] - Order of deployment

2004-06-09 Thread KarstenTS
Aloha! When starting JBoss, there is always a looong ExceptionStack shown, where the entity Beans should be deployed. The problem is the connection to the database, because the J/Connector (of MySQL) is deployed later. How can I define, that JBoss have to deploy the MySQL jar first and the enti

[JBoss-user] [J2EE Compliance] - Calling folder from outside .EAR file

2004-06-09 Thread Bahman
Hi All! We have Production on RH 9 using JBoss 3.0.8. development is done on win2000 When on Win2000: We create a .EAR file where images folder is left outside the .EAR file. On start, application reads a prperty file and knows where the images folder is placed. (eg. C:/myproject/mywork/imag

[JBoss-user] [HTTPD, Servlets & JSP] - Re: SocketException with JkCoyotaHandler

2004-06-09 Thread guix
This is also happening to me but I can't see why... Do you have any ideas? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838108#3838108 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3838108 --

[JBoss-user] [Security & JAAS/JBoss] - Jaas + Struts + mySql: Shutdown SQL Server during Jboss is r

2004-06-09 Thread MadCat81
Hi there. I'm using Struts and Jaas for my sample application and I'm logging in with the help of the DatabaseServerLoginModule. I get the username and the password and the roles from a mySql database. Everything works fine so far. But if I close the mySql Server or stop it after I logged in,

[JBoss-user] [Security & JAAS/JBoss] - Re: How to secure the web-console (3.2.4)?

2004-06-09 Thread MarcMA
Hi. Ok. Thanks for the pointer. Just changing the loader-repository-config from the web-console to overwriting is not enough. The console-mgr.sar has the same loeader-repository. And here you have a loader-repository-config as well. Both need to be changed. Isn't this a bit dangerous? Let's sa

[JBoss-user] [HTTPD, Servlets & JSP] - Re: JBoss 3.2.4 and Apache integration

2004-06-09 Thread carpy1970
As I said before, the jk2 library for windows is named mod_jk2.so, in fact if you look in the modules director, you will find that the modules that ship with the win binary of apache are all named .so. You obviously need to ensure that when you download mod_jk2.so that you download the win vers

[JBoss-user] [JBoss Getting Started Documentation] - Re: jboss and junit testing

2004-06-09 Thread darranl
Have you looked at Cactus? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838101#3838101 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3838101 --- This SF.Net email

[JBoss-user] [Persistence & CMP/JBoss] - Re: Bug in CMP Select

2004-06-09 Thread grodrig
Schema is a bit complex. CMP beans: - UsuariosEJB (id, login, password, nombre, createTimestamp, Â) and 1 relation one to many unidirectional with PerfilesUsuariosEJB (perfiles). - PerfilesUsuariosEJB (id, createTimestamp, createUser, Â) and 1 relation many to one unidirectional with PerfilesEJB

[JBoss-user] [JBoss Getting Started Documentation] - jboss and junit testing

2004-06-09 Thread rogerday
Hi, I've looked at the docs and the CVS, but I can't find answers to the following question: Whats' the best way to integrate a Jboss App Server with a Junit test suite? I can think of three options: 1. Run a Jboss AppServer continually against a test deployment. 2. Run a Jboss Appserver every

[JBoss-user] [Installation & Configuration] - Re: how to deploy application outside deploy directory

2004-06-09 Thread puneetjains
hi it is not taking e:, c: i.e the drive names but it is taking other directories inside jboss how to put drive names . it says that unknown protocol e: View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838098#3838098 Reply to the post : http://www.jboss.org/i

[JBoss-user] [Beginners Corner] - Re: JBoss-2.4.10_Tomcat-4.0.6 Linux stops responding

2004-06-09 Thread darranl
Why are you using such an old version of JBoss? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838097#3838097 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3838097 -

[JBoss-user] [Installation & Configuration] - Re: log4j ERROR

2004-06-09 Thread penguine
The appender configuration doesnÂt appear in the preview. ItÂs a bug in nuke? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838096#3838096 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3838096 ---

[JBoss-user] [Nukes User] - Installation help. Followed directions exactly.

2004-06-09 Thread bstadnik
Ok, I'm a long time developer, but new to JBoss and Nukes. I'm evaluating this versus PHP-Nuke, Zope, et al. Here is what I've done so far. - Just found out about JBoss/Nukes from a friend. - Went to project home page. Read about it - sounds pretty cool. - In the middle of the page there i

[JBoss-user] [EJB/JBoss] - Re: Ear deployment problems (:)

2004-06-09 Thread darranl
Looks like the class is not available to JBoss at deployment time. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838094#3838094 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3838094 --

[JBoss-user] [Installation & Configuration] - log4j ERROR

2004-06-09 Thread penguine
in jboss3.2.4 I have following log4j.xml and after starting the server thereÂs appears following ERROR in the console: 11:15:31,274 INFO [Log4jService$URLWatchTimerTask] Configuring from URL: resource:log4j.xml log4j:ERROR Could not find name [j

[JBoss-user] [Management, JMX/JBoss] - Re: Please help on a non-jboss-service MBean

2004-06-09 Thread clau25
The MBean interface should be named as the class that implements the interface followed by "MBean". So, in your case, the MBean interface should be named: "HelloMBean". Hope that helps, clau View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838092#3838092 Rep

[JBoss-user] [JCA/JBoss] - Re: problem to configure jboss for my JCA connector

2004-06-09 Thread mfavre
I'm sorry for the precedent message I have lost de code mark !!! So, I have create a -ds.xml file in the deploy directory with the Jboss documentation for JCA Adaptator Configuration : | | NoTransFS | JCA:service=RARDeployer | File System Adapt

[JBoss-user] [JCA/JBoss] - Re: problem to configure jboss for my JCA connector

2004-06-09 Thread mfavre
I have create a -ds.xml file in the deploy directory with the Jboss documentation for JCA Adaptator Configuration : NoTransFS JCA:service=RARDeployer File System Adapter MinervaNoTransCMFactory

[JBoss-user] [Security & JAAS/JBoss] - default page after login

2004-06-09 Thread jason.donovan
I have a form based login, works fine, but i want to redirect to a default page after the login page, instead of the protected page. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838090#3838090 Reply to the post : http://www.jboss.org/index.html?module=bb

[JBoss-user] [Persistence & CMP/JBoss] - Re: 3.2.4 CMP Bug

2004-06-09 Thread loubyansky
And when you update your 3.2.4 with the fixes above, do you still have the problem? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838088#3838088 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3838088 -

[JBoss-user] [Persistence & CMP/JBoss] - Re: Unique constraints and surrogate keys

2004-06-09 Thread loubyansky
What is the SQL state reported by SQLException.getSQLState()? I think you can try using | | In case INSERT failed the state is analysed and if it is 23000 we guess it's a duplicate key, though, it's not always the case. View the original post : http://www.jboss.org/index.html?modu

[JBoss-user] [Installation & Configuration] - Re: changing default http port to 8090

2004-06-09 Thread meissa
you can change the default http port by editing the jboss-service.xml which is the MBean service descriptor of the embedded Tomcat. this file is available in the \META-INF directory of the exploded sar directory of the configuration set you use You can than change the port number of you connecto

[JBoss-user] [Javassist user questions] - Re: Bytecode modifications at load time with Javassist Bytec

2004-06-09 Thread chiba
If you want to copy a whole method body, you can simply add a CtMethod from class A to class B. If you want to insert only part of a method body, you must use CodeIterator. For example, CtClass b = ... ; CtMethod m = b.getMethod(...); MethodInfo minfo = m.getMethodInfo(); CodeAttribute ca = minf

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

2004-06-09 Thread loubyansky
The reason for eviction of a instance after a read-only (jboss.xml) invocation is that the transaction might perform mixed read-only and modifying invocations. There is a risk for cocurrent transactions getting uncommitted data. The fix from my previous post should fix it. View the original post

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

2004-06-09 Thread loubyansky
I think this can be fixed by not evicting read-ahead data (per tx data) when loading instance from read-ahead. In this case, read-only (jboss.xml) instances will be reloaded from read-ahead instead of the database. I will add a config option for this. View the original post : http://www.jboss.o

[JBoss-user] [Installation & Configuration] - Re: how to deploy application outside deploy directory

2004-06-09 Thread meissa
you can do that by editing the jboss-service.xml file of your config set and customize the URL attribute of the URLDeploymentScanner. here is an example: deploy/,/D:/yourDirectory/ everything deployable in the new directory will be deployed and also hot deployed. you can also s

[JBoss-user] J2EE design help needed!

2004-06-09 Thread Brian Styles
Hi all, I'm trying to develop an extensible architecuture to add new services to my existing website. I want this to be similar to www.salesforce.com, where each service is accessed via a main tab, and each service is essentially a mini-application in itself. I have an existing struts app which

[JBoss-user] [Persistence & CMP/JBoss] - CMP relationships and deleting links

2004-06-09 Thread davout
I have a question about how to manage the deletion of a link entry between two entity beans without deleting the 2nd entity. For example I have two entity beans - the first called 'Requirement' the second called 'UseCase'. A third entity bean called 'RequirementUseCaseLink' acts as a link betwee

[JBoss-user] [Persistence & CMP/JBoss] - Re: error while using compund primary key in CMP

2004-06-09 Thread loubyansky
The bean class you deploy is missing the matching ejbPostCreate like it is reported. Make sure it is there. I just copied & pasted your code and deployed w/o errors into JBoss-3.2.3. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838080#3838080 Reply to the p

[JBoss-user] [Persistence & CMP/JBoss] - Re: Mapping Entity Beans to Database Tables

2004-06-09 Thread loubyansky
Have you checked it out with the | cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/jboss co -r Branch_3_2 jboss-3.2 | CVS instructions are here http://www.jboss.org/developers/sourcecode View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838077#3838077 Reply to t

[JBoss-user] [Persistence & CMP/JBoss] - Re: Bug in CMP Select

2004-06-09 Thread loubyansky
Can you post EJB schema details? You could also try new QL compiler | | | org.jboss.ejb.plugins.cmp.jdbc.EJBQLToSQL92Compiler | | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838076#3838076 Reply to the post : http://www.jboss.org/inde

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: OIL connections increasing

2004-06-09 Thread rudifr
We have the same problem with JBoss 3.2.3 and Oracle 9i as persistence mechanism for JMS. The number of connections and the number of OIL Worker and OILClientILService threads are steadily increasing. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838075#3

[JBoss-user] [Security & JAAS/JBoss] - Re: SSO for 2 applications (EAR)

2004-06-09 Thread tobi04
Works fine, thanks! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838074#3838074 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3838074 --- This SF.Net email is spon

[JBoss-user] [JBoss.NET & SOAP] - Re: jaxb for jboss

2004-06-09 Thread [EMAIL PROTECTED]
All, I'm new to J2EE and JBoss and do not understand what Collin means by using the classloader to load the JAXB classes. Can anyone explain to me how to do that? Maarten View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838071#3838071 Reply to the post : htt

[JBoss-user] [Security & JAAS/JBoss] - Digest on -> no login module called.

2004-06-09 Thread tdevos
Hi, I`m trying to use digest authentication with JBoss 3.2.4. In my jboss-web.xml file, I added a security domain: java:/jaas/my-LDAP In my web.xml I use DIGEST In traced with a debugger. When my auth-method is BASIC, my login module is called. However when I change the auth-method to D

[JBoss-user] [Persistence & CMP/JBoss] - Bug in CMP Select

2004-06-09 Thread grodrig
IÂve been working with this select for a time in Jboss 3.2.1: ejbSelectPermisosXAplicacion java.lang.String java.lang.Boolean java.lang.String Local select ps.permiso from UsuariosEJB as u

[JBoss-user] [Messaging, JMS & JBossMQ] - Communicating between two JBoss servers using JMS

2004-06-09 Thread daaeqvale
Hello. Have done: Built two applications deployed on the same JBoss server, which communicates with each other using JMS, and the default connectionFactory provided by JBoss. This works excelent!! Want to do: Deploy these two applications on two JBoss servers located on different locations.

[JBoss-user] [Management, JMX/JBoss] - Registering an MBean in JNDI

2004-06-09 Thread maroni
I want to register my mbean with JNDI so that a client can retrieve the JNDIName and use the mbean. It works when I use the RMIAdapter instead, but I wanted to try the JNDI way. I bound my mbean to JNDI as follows (jndiname is "inmemory/maps/MapTest2": |InitialContext rootCtx = new

[JBoss-user] [Installation & Configuration] - Re: jboss starting show error????

2004-06-09 Thread wdllove
"wdllove" wrote : i change F:\EJBCA\jboss-3.2.3\server\default\deploy\jms\mysql-jdbc2-service.xml' | | jboss.jca:service=LocalTxCM,name=MSSQLDS | | name change MSSQLDS if not msslqds jboss starting dont connection mysql i dont know isnt this reasion :( help me View the original

[JBoss-user] [Installation & Configuration] - Re: jboss starting show error????

2004-06-09 Thread wdllove
i change F:\EJBCA\jboss-3.2.3\server\default\deploy\jms\hsqldb-jdbc2-service.xml jboss.jca:service=LocalTxCM,name=MSSQLDS name change MSSQLDS if not msslqds jboss starting dont connection mysql View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838064#383

<    1   2