[JBoss-user] [Beginners Corner] - Re: Tutorial on J2EE using JBOSS, Eclipse and Lomboz.

2004-06-09 Thread vashistvishal
Hi All, For spanish readers there is a spanish version of this tutorial at the following link. http://www.programacion.com/java/tutorial/jap_aplic_jboss/ Credit to Juan Antonio Palos (Ozito) for translating this. Cheers... Vishal View the original post :

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

2004-06-09 Thread puneetjains
hi is this possible that my war file can reside outside default/deply directory and i can deply it int default deploy in which file i have to configure it Puneet View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3838061#3838061 Reply to the post :

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

2004-06-09 Thread abcolson
Hi Alexey, Thanks alot. I downloaded the HEAD branch of JBoss-3.2 from sourceforge (I assume this is correct) and verified that the SQLUtil.fixTableName() function has the fix for the quotes. However, there appears to be an error with the build and I didn't see any documentation or a README

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

2004-06-09 Thread wdllove
server.log error: 2004-06-09 14:53:32,270 ERROR [org.jboss.deployment.scanner.URLDeploymentScanner] MBeanException: Exception in MBean operation 'checkIncompleteDeployments()' Cause: Incomplete Deployment listing: Packages waiting for a deployer: Incompletely deployed packages: MBeans

[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 depends optional-attribute-name=ConnectionManagerjboss.jca:service=LocalTxCM,name=MSSQLDS name change MSSQLDS if not msslqds jboss starting dont connection mysql View the original post :

[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' | | depends optional-attribute-name=ConnectionManagerjboss.jca:service=LocalTxCM,name=MSSQLDS | | name change MSSQLDS if not msslqds jboss starting dont connection mysql i dont know

[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] [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] [Persistence CMP/JBoss] - Bug in CMP Select

2004-06-09 Thread grodrig
Ive been working with this select for a time in Jboss 3.2.1: query-method method-nameejbSelectPermisosXAplicacion/method-name method-params method-paramjava.lang.String/method-param method-paramjava.lang.Boolean/method-param

[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: security-domainjava:/jaas/my-LDAP/security-domain In my web.xml I use auth-methodDIGEST/auth-method In traced with a debugger. When my auth-method is BASIC, my login module

[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=bbop=viewtopicp=3838071#3838071 Reply to the post :

[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=bbop=viewtopicp=3838074#3838074 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3838074 --- This SF.Net email is

[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 :

[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=bbop=viewtopicp=3838077#3838077 Reply to

[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=bbop=viewtopicp=3838080#3838080 Reply to the

[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

[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

[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

[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 :

[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

[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 =

[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

[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 | entity-command name=no-select-before-insert/ | 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

[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=bbop=viewtopicp=3838088#3838088 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3838088

[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=bbop=viewtopicp=3838090#3838090 Reply to the post :

[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 : connection-factories NoTransFS JCA:service=RARDeployer File System Adapter MinervaNoTransCMFactory

[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 : connection-factories | mbean code=org.jboss.resource.ConnectionFactoryLoader

[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=bbop=viewtopicp=3838092#3838092 Reply to

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

2004-06-09 Thread penguine
in jboss3.2.4 I have following log4j.xml !-- Log events to JMS (requires a topic to be created) -- appender-ref ref=JMS/ and after starting the server theres appears following ERROR in the console: 11:15:31,274 INFO

[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=bbop=viewtopicp=3838094#3838094 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3838094

[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

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

2004-06-09 Thread penguine
The appender configuration doesnt appear in the preview. Its a bug in nuke? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3838096#3838096 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3838096

[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=bbop=viewtopicp=3838097#3838097 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3838097 ---

[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=bbop=viewtopicp=3838108#3838108 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3838108

[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.

[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

[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

[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=bbop=viewtopicp=3838111#3838111 Reply to the post :

[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=bbop=viewtopicp=3838113#3838113 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3838113 --- This SF.Net email is sponsored by:

[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 :

[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=bbop=viewtopicp=3838115#3838115 Reply to the post :

[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] - 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

[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.

[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

[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 }

[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=bbop=viewtopicp=3838123#3838123 Reply to the post :

[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.

[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 :

[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=bbop=viewtopicp=3838125#3838125

[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 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 :

[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): defaults |

[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=bbop=viewtopicp=3838131#3838131 Reply to the post :

[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:

[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 :

[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 :

[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=bbop=viewtopicp=3838136#3838136 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3838136 --- This SF.Net email is sponsored by:

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

2004-06-09 Thread puneetjains
here is me scanner mbean !-- -- !-- Deployment Scanning -- !-- -- !-- An mbean for hot

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

2004-06-09 Thread puneetjains
here is me scanner mbean !-- -- !-- Deployment Scanning -- !-- -- !-- An mbean for hot

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

2004-06-09 Thread triathlon98
Alexey, I tried using the ql-compilerorg.jboss.ejb.plugins.cmp.jdbc.EJBQLToSQL92Compiler/ql-compiler 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 (

[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=bbop=viewtopicp=3838141#3838141 Reply to the post :

[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=bbop=viewtopicp=3838143#3838143 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3838143

[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

[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 :

[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] [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:

[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 :

[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=bbop=viewtopicp=3838149#3838149 Reply to the post :

[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

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] [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=bbop=viewtopicp=3838153#3838153 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3838153

[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 :

[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

[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] [Nukes User] - Re: Installation help. Followed directions exactly.

2004-06-09 Thread cooper
http://sourceforge.net/project/showfiles.php?group_id=22866package_id=84509release_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] [Beginners Corner] - jboss compiled classes

2004-06-09 Thread akravets
Where can I see source code of jsp comiled files on JBoss? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3838159#3838159 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3838159

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

2004-06-09 Thread cooper
how do you create the block ? with the block module or with an external service XML file ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3838160#3838160 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3838160

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

2004-06-09 Thread Fabien Baligand
Thank you Shiba, I think I should be fine with your explanations. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3838161#3838161 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3838161

[JBoss-user] [Performance Tuning] - Declared sql runs slowly

2004-06-09 Thread veranda
Under JBoss the declared sql, wich is a simle joined select, the query runs 15 - 20 times slowler, than the same query from plsql. Is it normal? What can I do to make it faster? Thanks in advance. veranda View the original post :

[JBoss-user] [Clustering/JBoss] - Re: Wrong Multicast IP UDP address

2004-06-09 Thread bela
hbaxmann wrote : You are as kind with me as my mother was :-)) | | Thanks a lot. | | [ rant ] | But unfortunately, putting the other quaintnesses of the buildtest aside, I am disappointed. Is it not normal to have an exceptable result for an mostly out-of-the-box used product? If yes

[JBoss-user] [Clustering/JBoss] - Re: Jboss multiple nodes on same machine

2004-06-09 Thread bela
To make JGroups bind to a specific NIC, use the bind_addr parameter to the JGroups configuration in cluster-service.xml for now. Bela View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3838164#3838164 Reply to the post :

[JBoss-user] [EJB/JBoss] - refactoring private method from SSB to helper class solved p

2004-06-09 Thread astehman
The workaround to this makes 0 sense. I took the private method I'd added to the SSB and put it in a helper class the SSB called right before calling its own private method. So, it was originally (pseudocode here): ssb.execute { helper.callMethod(); this.callMyMethod(); }

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

2004-06-09 Thread rogerday
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

[JBoss-user] [Messaging, JMS JBossMQ] - JBoss4.0 with SonicMQ

2004-06-09 Thread jrosso
Are there any plans for JBoss to provide explicit support specific message vendors, similar to how BEA supports foreign provider integration? We have integrated SonicMQ with JBoss3.2.3 and JBoss4.0DR1--using the Sonic Provider code and docs from Sonic's Code Share. For the DR1 integration we

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

2004-06-09 Thread leberre
i am using the block module. relatedsites is an HTML block module linked to the /links.html fileid. Is it possible that the problem is related to that message when I start jboss? | 17:12:33,363 INFO [JDBCDeploymentScanner] Deployed nukes.blocks:name=relatedsites | 17:12:33,930 ERROR

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

2004-06-09 Thread cooper
it seems indeed. do you know what component has a java.util.Map as Attribute ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3838169#3838169 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3838169

[JBoss-user] [Persistence CMP/JBoss] - dinamic datasource in jbosscmp-jdbc.xml

2004-06-09 Thread nacho2004
hi everybody, I have a jbosscmp-jdbc.xml file with this piece of code jbosscmp-jdbc java:/skyline datasource-mappingMS SQLSERVER2000/datasource-mapping . . /jbosscmp-jdbc This xml is on EJBs.jar file. And mssql-ds.xml (on jboss_home/server/default/deploy) has these lines

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

2004-06-09 Thread pgb
I tested it a little bit more, and got a new question: It now fails when inserting a new record. Is there any way I can get a DuplicateKeyException on an update? The reason we use surrogate keys is partially because we can allow users to later modify the code, that would otherwise have been the

[JBoss-user] [Security JAAS/JBoss] - Re: Running JBoss with the default sandbox

2004-06-09 Thread Marat
There is a third party solution available that allows you to run your J2EE client in the default sandbox secuirty model. In other words you don't need to change client's java policy at all. Have a look at http://www.jproxy.com Cheers, Marat View the original post :

[JBoss-user] [Installation Configuration] - problem with memory admin

2004-06-09 Thread frjma
I have a jboss 3.2.2 on a linux server with 1GB of RAM, -Xms512m -Xmx512m, is the only service on this machine, but the memory usage on the monitor system report 920M, however in the web-console report Free Memory: 351 MB Max Memory: 506 MB Total Memory: 506 MB this make that the server is very

[JBoss-user] [Security JAAS/JBoss] - Custom Princpal Class

2004-06-09 Thread rimmeraj
This was discussed many moons ago and now I am upgrading to 3.2 from 3.0 I thought I would ask again. If you are using your own Custom Server Side Login module can sessionContext.getPrincipal() return a custom Principal class not a SimplePrincipal? View the original post :

[JBoss-user] [HTTPD, Servlets JSP] - Re: appBase attribute in Host tag

2004-06-09 Thread brasse
I have a bunch of sites currently running on tomcat. Now I want them to be able to run on either tomcat or jboss. I am currently writing setup and start scripts that will allow this. The sites have many things in common, one of them is a directory called [tt]webapps[/tt] View the original post

[JBoss-user] [Persistence CMP/JBoss] - Usage of SPECjAppServer2002 in the CVS

2004-06-09 Thread dragon
I have found the following CVS directory. http://cvs.sourceforge.net/viewcvs.py/jboss/specj/SPECjAppServer2002/ Does anyone know how to use it? I am wondering if deployment descriptor files are perfect one or not. Thanks. View the original post :

[JBoss-user] [Beginners Corner] - Integrating JBOSS 3.2.3 with Tomcat 5.0.24

2004-06-09 Thread ukradi
Hi All I am new to both Tomcat and Jboss. I need a server with Servlet/JSP, EJB and JCA. I have installed Tomcat 5.0.24 and Jboss 3.2.3 I want to integrate Jboss with Tomcat. I want use Tomcat for servlet/jsp container and Jboss for EJB and JCA containers. Can any one point me in right

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

2004-06-09 Thread leberre
Well, from HtmlModule: |/** Keep track of the page views during a snapshot intervall. */ |private transient ConcurrentHashMap statistics = new ConcurrentHashMap(); | |/** Our stat scheduler. */ |private Scheduler scheduler = new Scheduler(); | |/** Plugin

[JBoss-user] [HTTPD, Servlets JSP] - Turning off Apche Connector

2004-06-09 Thread rimmeraj
I am using jboss 3.2.4. Can I turn off the JK2: ajp13 connector. I am not using Apache. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3838178#3838178 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3838178

[JBoss-user] [Messaging, JMS JBossMQ] - Re: MDB Access over HTTP

2004-06-09 Thread Marat
There is a third party solution available that allows you to run most of J2EE APIs over HTTP(S). Have a look at http://www.jproxy.com Cheers, Marat View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3838180#3838180 Reply to the post :

[JBoss-user] [HTTPD, Servlets JSP] - Re: appBase attribute in Host tag

2004-06-09 Thread brasse
Ops. I messed up a bit in my previous comment. Here is what it should have looked like: I have a bunch of sites currently running on tomcat. Now I want them to be able to run on either tomcat or jboss. I am currently writing setup and start scripts that will allow this. The sites have many

[JBoss-user] [Beginners Corner] - Re: Integrating JBOSS 3.2.3 with Tomcat 5.0.24

2004-06-09 Thread darranl
Do you really need Tomcat and JBoss to be separate? Could you use the integrated Tomcat? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3838182#3838182 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3838182

  1   2   >