[JBoss-user] [Installation & Configuration] - Re: Sudden Stopping

2004-05-20 Thread Marco
Hi Lothar, this is a new idea! I will ask our engineering department to get root access for looking into the cron scripts to be sure. But I did a "lsof -p " to see which files are actually used. I found that only "/tmp/hsperfdata_" was hold by the process (all other temp-files are indeed under

[JBoss-user] [JBoss.NET & SOAP] - Re: JBoss.NET and .NET Interop

2004-05-20 Thread jasong
This is a bug with the JMX wsdl genertor that has been fixed in cvs. If you are not exposing JMX MBeans as web services, you can work around this problem by deleting the jmx-net.wsr folder in the jboss-net.sar directory. View the original post : http://www.jboss.org/index.html?module=bb&op=vie

[JBoss-user] [Beginners Corner] - EAR Deployment failure in JBoss server for Linux OS

2004-05-20 Thread Saroj
Hi, JAR and WAR are deploying successfully in Jboss of Linux OS. But EAR Deployment fails with the Exception "Exception in MBean operation "Deploy(java.lang.String)'. Can u please help me. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835762#3835762 Reply

[JBoss-user] [Persistence & CMP/JBoss] - My records from database is getting deleted during retrieve

2004-05-20 Thread xarup
Hello: I am jboss3.2.3 with mysql. I am observing a behaviour which does not make sense. I am creating an entity object and then trying to retrieve it through session facade. Sometime findByPrimaryKey() is iving me "Object Not Found" exception and also deleting the row from the database. Can

[JBoss-user] [Security & JAAS/JBoss] - Re: Can't get howto servlet examples to work in 3.2.3

2004-05-20 Thread jj
I discovered that the classes that I had built under jaas_howto had the offending code that you pointed to: 2004-05-14 17:19:22,465 INFO [STDOUT] Trying a to lookup the Adaptor... $ find jaas_howto -type f -exec grep -l 'Trying a to lookup the Adaptor...' {} \; jaas_howto/output/classes/org/jbos

[JBoss-user] [HTTPD, Servlets & JSP] - Request for Information.

2004-05-20 Thread john_anderson_ii
I'm completely new to JSP. However, I'm familiar with servlets and tomcat. I'm following an IBM tutorial from developerworks on jsp. Their first example is really simple: hello.jsp | | | | http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> | | Hello World | Hello W

[JBoss-user] [Performance Tuning] - Re: weird hang-ups

2004-05-20 Thread jmer
i had experience this too on linux box 9, so i make a watch dog script to restart jboss is things when down. but anyway thanks to the environment export its all hone now. On windows we have'nt experience such things. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopi

[JBoss-user] [Clustering/JBoss] - Farming out a SAR doesnt work

2004-05-20 Thread ngais
I just starting trying out the JBoss clustering capability. I was using a cluster of two nodes running the "all" configuration and I could see that they were talking to each other. Then the first thing I tried was the clustering-wide deployment of my app using the farming feature. When I put the

[JBoss-user] [Beginners Corner] - JBoss connection pool

2004-05-20 Thread lgrimberg
Hi, Is there any way to monitor the size of the JBoss connection pools ? I am interested to know both, programaticaly and by using any "free" monitor tool. Thanks. PS: I hope my question is clear, I am very new on this !!! View the original post : http://www.jboss.org/index.html?module=bb&op=v

[JBoss-user] [EJB/JBoss] - Re: General EJB relationship question

2004-05-20 Thread Rolf
Obviously I did but my book didn't describe the relationship part very well. Thus I thought I might try my luck here in this forum but .. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835752#3835752 Reply to the post : http://www.jboss.org/index.html?mo

[JBoss-user] [Installation & Configuration] - Re: Possibility of running JBoss on a single port?

2004-05-20 Thread belberg
So it IS possible. Thats good. If I don't want to modify the remote interfaces to my EJBs, will I be able to reconfigure the JBoss MBean services to allow remote EJB access via RMI/HTTP? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835751#3835751 Reply to

[JBoss-user] [JBoss.NET & SOAP] - Re: jboss-net.wsdd tags specification?

2004-05-20 Thread jasong
@jboss-net.wsdd-operation is a single tag. It is placed on a method and uses the java method argument names as the soap message part labels (instead of the autogenerated in0..inN) It also has an optional returnQName parameter that allows you to name the return message part. View the original

[JBoss-user] [Beginners Corner] - Re: Calling JBoss 3.2.3 from standalone Tomcat

2004-05-20 Thread damonrand
Thanks, I don't want to mess around with -nonaming, sounds too brutal a solution to me.. The amity article looks to be exactly what I need. I'll give that a try tomorrow.. I found org.apache.naming.factory.EjbFactory in the Tomcat source but looking at the code it seems to use a hardcoded r

[JBoss-user] [Security & JAAS/JBoss] - Re: Extending DatabaseServerLoginModule... (urgent)

2004-05-20 Thread sbocquet
Hi, Allways in debug mode... It works perfectly with DatabaseServerLoginModule, I have the callbackHandler variable not null, and all works perfectly. But with my personal class which extends DatabaseServerLoginModule (or UsernamePasswordLoginModule), I can't have that variable not null. I don

[JBoss-user] [EJB/JBoss] - Session Problems with jboss-3.2.3

2004-05-20 Thread jdenny
We are using jboss-3.2.3 to deploy our software. We are using stateful and stateless session bean, CMP and BMP beans in our software. The ear file could be deployed successfully and run. Our problem is that when the use access stateful session bean, the server swap some data between different se

[JBoss-user] [Beginners Corner] - Re: Remote ear Deployment

2004-05-20 Thread [EMAIL PROTECTED]
http://localhost:8080/jmx-console MainDeployer deploy(URL) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835744#3835744 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835744 --

[JBoss-user] [Installation & Configuration] - Re: Hibernate stops working when app is redeployed

2004-05-20 Thread [EMAIL PROTECTED]
I saw a similar problem with cglib hanging onto old classes. Is cglib in your application or server/default/lib? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835743#3835743 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&

[JBoss-user] [Installation & Configuration] - Re: JBoss 4.0.0DR4: Jasper does not find javac Compiler

2004-05-20 Thread [EMAIL PROTECTED]
Report it as a bug at www.sf.net/projects/jboss View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835742#3835742 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835742 -

[JBoss-user] [Installation & Configuration] - Re: JBoss 4.0.0DR4: jaxrpc.jar and saaj.jar missing

2004-05-20 Thread [EMAIL PROTECTED]
The classes are in jboss-j2ee.jar View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835741#3835741 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835741 --- This SF.Net

[JBoss-user] [Installation & Configuration] - Re: Possibility of running JBoss on a single port?

2004-05-20 Thread [EMAIL PROTECTED]
You can access most things over http (jndi/ejb/jms/jmx). See the admin docs for details. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835740#3835740 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835740 ---

[JBoss-user] [JBoss Getting Started Documentation] - Re: Run app-client.jar from command line without ANT

2004-05-20 Thread tpearsall
It looks like the interfaces are not included in your app-client.jar View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835734#3835734 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835734

[JBoss-user] [EJB/JBoss] - Re: Loose Deployment Descriptor Checking

2004-05-20 Thread [EMAIL PROTECTED]
Enable DTD validation on the EJB deployer in conf/jboss-service.xml View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835735#3835735 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835735 -

[JBoss-user] [Management, JMX/JBoss] - XMBean Notifications Not Visible in JMX Management App. Why?

2004-05-20 Thread jmboone
Hi, I wrote a XMBean and defined notifications consistent with the jboss_xmbean_1_0.dtd exactly as shown in Chapter 2 of the JBoss Development and Administration book. Everything deploys fine, but for the life of me, I cannot see the bean's notification events in MC4J!! I compiled and deploy

[JBoss-user] [Installation & Configuration] - JBoss 3.2.4 - Problems through new jdom library / jaxen

2004-05-20 Thread skulawik
Hello JBoss Development Team, Im using JBoss 3.2.3 in production and just tried to use JBoss 3.2.4 in testing szenario. In my application Jaxen is been heavily used, and all this is no more working because JBoss 3.2.4 contains JDom already with an uncomplete Jaxen distribution. Is there any ch

[JBoss-user] [EJB/JBoss] - Re: 3.2.3 IllegalAccessError on private inner class

2004-05-20 Thread [EMAIL PROTECTED]
You are trying to load it from a different classloader. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835737#3835737 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835737 -

[JBoss-user] [Installation & Configuration] - Re: JBoss 3.2.4 - Problems through new jdom library / jaxen

2004-05-20 Thread [EMAIL PROTECTED]
Post an example application that reproduces the problem as a bug at www.sf.net/projects/jboss View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835739#3835739 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835739 ---

[JBoss-user] [Clustering/JBoss] - How to clear HAJNDI's HARMI stub being cached in NamingConte

2004-05-20 Thread budworth
Hi all, We currently have a somewhat major issue with JBoss clusters and NamingContexts. Currently, if a client connects to HAJNDI and the server(s) are restarted in between client requests, the client handle gets invalidated. as in: 1) Client A creates an initialcontext for DefaultPartition 2)

[JBoss-user] [JCA/JBoss] - Re: diffrence between local-tx-datasource xa-datasource

2004-05-20 Thread [EMAIL PROTECTED]
XA if your db supports it and you are doing work with more than one transactional resource. If you are only doing jdbc (i.e. no jms or other transactional resource) you only need local. Search the internet for XA, two phase commit, etc. or read the J2ee Connector spec. View the original post :

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JBoss JMS under disk mirroring

2004-05-20 Thread [EMAIL PROTECTED]
This messages says JBoss failed to handle a request, but in the mean time the client disconnected so it couldn't send the failure to the client. FYI: in 3.2.4 these messages are DEBUG not ERROR I don't know how your failover works, but UIL2 is configured to disconnect clients that don't communica

[JBoss-user] [Installation & Configuration] - Possibility of running JBoss on a single port?

2004-05-20 Thread belberg
I am exploring options for running one of our J2EE applications behind a firewall with a minimal number of ports open outside the firewall. Before spending anymore time on any approach, I just want to make sure that it is even possible. My configuration is: Jboss 3.2.3 running on Linux. 1) Is i

[JBoss-user] [Persistence & CMP/JBoss] - Re: curious SQL-Statements when loading related data

2004-05-20 Thread lafr
I think I don't play with eager and lazy loading. I also have seen it working some time ago. Current I use JBoss 3.2.4RC2. Deployment descriptors are generated by XDoclet 1.2.1 and are accessible at http://www.lafr.de/ejb-jar.xml and http://www.lafr.de/jbosscmp-jdbc.xml. The EB Afsta ist called

[JBoss-user] [Messaging, JMS & JBossMQ] - JBoss JMS under disk mirroring

2004-05-20 Thread javastu
We have a situation where JBoss is stored under a read-only disk except for jboss-3.2.3/server/default/. That directory is symbolically linked to a default/ directory on a read-write disk. This read-write disk has a failover setup. We experienced a situation where the read-write disk space for

[JBoss-user] [HTTPD, Servlets & JSP] - Re: servlet 2.3 web container first class loading in JBoss 3

2004-05-20 Thread pjaromin
The JNDI issue is *not* reproducable under JBoss 3.2.4RC2. I will wait the couple weeks for 3.2.4 Final to continue my migration. Thanks! I've just updated the bug request (#952672) http://sourceforge.net/tracker/index.php?func=detail&aid=952672&group_id=22866&atid=376685. View the original p

[JBoss-user] [JCA/JBoss] - diffrence between local-tx-datasource xa-datasource

2004-05-20 Thread zhangj
I'm reading the Jboss document,I'm no quite understand the diffrence of local-tx-datasource and xa-datasource,I'm not sure when should use which View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835718#3835718 Reply to the post : http://www.jboss.org/index.html

[JBoss-user] [Clustering/JBoss] - JBoss 3.2.4RC2 - DRM

2004-05-20 Thread slbain
Hi, I have just started using jboss 3.2.4RC2. I have set-up a 2 node cluster which is 'out-of-the-box' using UDP. The two nodes are on separate host machines. I am making use of the 'farm service' to deploy a simple service to the cluster. The service is implemented as an mbean and is specified

[JBoss-user] [JBoss Getting Started Documentation] - Re: Getting Started on JBoss 3.2.x

2004-05-20 Thread jane
Thanks for the prompt reply. Could find the files mentioned in the Getting started doc. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835716#3835716 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835716 ---

[JBoss-user] [JBoss Getting Started Documentation] - Re: Getting Started on JBoss 3.2.x

2004-05-20 Thread kabkhan
The site has been redesigned recently, might have something to do with it. The jbossj2ee-src.zip download is on http://www.jboss.org/docs/index, and contains build.properties. The 1.3 tutorial is the correct one, and once you have obtained jbossj2ee-src.zip, it should help make things a bit clea

[JBoss-user] [EJB/JBoss] - Re: EAR Wont deploy on some machines [EJBDeployer] NoClassDe

2004-05-20 Thread crowse
Aha, Seems that the class not being found is not the one reported on in the stacktrace. One of the libraries imported was not visible on the production box. I think there should be a design pattern for classloaders and utilities that prohibits them from catching and rethrowing exceptions. That

[JBoss-user] [J2EE Design Patterns] - Re: How many connections will be created if I do the followi

2004-05-20 Thread divine_comedy
Hi Adrian, sorry if I posted this on the wrong forum, I was thinking that this is the appropriate forum since this has something to do with JBoss internals. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835713#3835713 Reply to the post : http://www.jboss.or

[JBoss-user] [JBoss Getting Started Documentation] - Re: Getting Started on JBoss 3.2.x

2004-05-20 Thread jane
The Getting Started documentation asks to "download tutorial for version 1.3 and not 1.4 because the directory structure is different". So I downloaded the tutorial for 1.3. There was no build.properties in the /examples/bank directory. But there is a jar directory. I also downloaded the 1.4

[JBoss-user] [HTTPD, Servlets & JSP] - Multiple web sites

2004-05-20 Thread kiran222
Is there any way I can run two Web Server listening on two different ports with only one instance of JBoss running? For our project needs, I would like to deploy a set of servlets on port 9192 and another set of servlets on port 9295, as follows: http://localhost:9192/context1/servlet1 http://l

[JBoss-user] [J2EE Design Patterns] - Re: How many connections will be created if I do the followi

2004-05-20 Thread [EMAIL PROTECTED]
Moved to the patterns forum. Please feel free to use the JBoss/JCA forum if you have real questions/problems with datasource configuration View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835710#3835710 Reply to the post : http://www.jboss.org/index.html?module

[JBoss-user] [JCA/JBoss] - How many connections will be created if I do the following ?

2004-05-20 Thread divine_comedy
I am reading a very large result set and will be updating them as part of a separate action ( in a different transaction ). Everything will be driven through an MBean so basically here's the pseudocode: 1. do a select through a DAO which will return an iterator that will keep track of the c

[JBoss-user] [Performance Tuning] - Re: To many thread

2004-05-20 Thread gorano
I'm not confident enough to answer your question straight away, but I did some reading on linux threading and JVMs before we built one production server. Linux added NPTL (Native POSIX Thread Library) from version 2.6.x. This thread library is a much better implementation than the previous threa

[JBoss-user] [Clustering/JBoss] - not a single clustered-invoker...

2004-05-20 Thread [EMAIL PROTECTED]
I am having some trouble getting some BMP Entity beans to cluster properly, with JBoss 3.2.3 I have set up two nodes with the 'all' configuration. One node is running on Windows, so I have set the loopback attribute to 'True' in cluster-service.xml. All the other configuration is pretty much

[JBoss-user] [Installation & Configuration] - JBoss 4.0.0DR4: jaxrpc.jar and saaj.jar missing

2004-05-20 Thread Juergen.Zimmermann
jaxrpc.jar and saaj.jar are required in JBoss.NET for WSDL2Java. Both jar files are missing. Why? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835700#3835700 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835700 ---

[JBoss-user] [Installation & Configuration] - Re: JBoss 4.0.0DR4: Jasper does not find javac Compiler

2004-05-20 Thread Juergen.Zimmermann
Using JDK 1.4.2 for JBoss 4.0.0DR4 solves the problem. Seems like JDK 1.5 can't be used (as with 4.0.0DR3). View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835699#3835699 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=383

[JBoss-user] [The Lizzard's corner] - Re: Porlet Container

2004-05-20 Thread Dave Patterson
Looks like people are also using Jetspeed. http://www.shiftat.com/blog/comments/werner?anchor=running_jetspeed_on_jboss View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835698#3835698 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&m

[JBoss-user] [Security & JAAS/JBoss] - session bean-servlet problem

2004-05-20 Thread raffaelecorvino
Hello all, I'm a problem when I call a session bean method. I have configurated all (ejb-jar.xml,jboss.xml,web.xml and jboss-web.xml). The server gives me this error: 17:51:15,012 ERROR [SecurityInterceptor] Insufficient method permissions, principal=null, method=create, interface=HOME, required

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: MDB not unbound after undeploy

2004-05-20 Thread milasx
Many thanks Adrian. I tried with 3.2.4 RC2 and the bean gets undeployed fine. Simone View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835696#3835696 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835696 --

[JBoss-user] [Installation & Configuration] - JBoss 4.0.0DR4: Jasper does not find javac Compiler

2004-05-20 Thread Juergen.Zimmermann
Invoking a JSP like http://localhost:8080/jboss-net/happyaxis.jsp or http://localhost:8080/jboss-net/happyjuddi.jsp I get the error message that JASPER does not find the javac compiler. I'm using Sun's JDK 1.5.0beta1 Using JBoss 4.0.0DR3 and JDK 1.4.2 everything works fine. View the original pos

[JBoss-user] [Installation & Configuration] - Hibernate stops working when app is redeployed

2004-05-20 Thread daborg
Hi, We have a problem with Hibernate on JBoss 3.2.3. When we redeploy our application, Hibernate stops working. More specifically, we get this error when trying to access Hibernate objects: "net.sf.hibernate.MappingException: No persister for: " To get it working, we have to restart JBoss. Thi

[JBoss-user] [Performance Tuning] - To many thread

2004-05-20 Thread pascallambert
Hi, We have the following problem with one of our client: After a few day the JVM for JBoss fork too many java process and finish by hanging JBoss. Yesturday we reach 1037 java subprocess. Here is the client environement: JBoss 3.2.1(200305041533) Java HotSpot(TM) Server VM (build 1.4.1_01-b01,

[JBoss-user] [Installation & Configuration] - Re: paths of file appenders in log4j.xml configuration

2004-05-20 Thread dno
How do you change/set a system property in JBoss?? i.e. Frank, where did you set the jboss.server.home.dir property?? and can you add new properties based on environment variables? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835691#3835691 Reply to the po

[JBoss-user] [Security & JAAS/JBoss] - Swing application do login succesful, but server throws Auth

2004-05-20 Thread dani_rio
Hi all, I have 3 days trying to make this works, but without exit. I use jboss 3.2.3: In the server side the login_config.xml is configured with a DatabaseServerLoginModule and works well with form basic authentication in my Jsp of test. No problem, the server authenticates the users throught th

[JBoss-user] [Installation & Configuration] - Redeploy of ear w/struts based app fails consistantly

2004-05-20 Thread wpfeiffe
Whenever I redeploy my application to JBoss 3.2.3/Tomcat the struts config file fails to parse and the struts web portion of the app stops responding. This effectively forces me to restart jboss everytime I deploy. Anybody else seeing this/solved this? Here's a snip of my exception: 2004-05-

[JBoss-user] [Javassist user questions] - Re: inserting duplicated members

2004-05-20 Thread chiba
Here is my thought. The JVM throws an exception if a class has two methods with the same name and signature becuase such a class cannot pass the bytecode verification. This is the spec. I guess the reason that the JVM accepts a class that has two fields with the same name is because the JVM wron

[JBoss-user] [Beginners Corner] - Re: Calling JBoss 3.2.3 from standalone Tomcat

2004-05-20 Thread ricardoarguello
You are probably using Tomcat's embedded JNDI server without knowing it! Read this: http://www.amitysolutions.com.au/documents/JBossTomcatJNDI-technote.pdf You might start Tomcat with the "-nonaming" option to disable their JNDI server. Or you could programatically create an InitialContext with

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Restarting JMS

2004-05-20 Thread [EMAIL PROTECTED]
If you have 3.2.3, you can touch your jms persistence manager -service.xml which will redeploy the whole of jms (everything depends upon the persistence manager either directly or indirectly). But, if clients are connected you will get an error message saying the destinations are in use and it won

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS over HTTP with server behind a firewall problem

2004-05-20 Thread [EMAIL PROTECTED]
You have changed the httpilservice, but not the httpinvoker used by jndi over http. See deploy/http-invoker.sar/META-INF/jboss-service.xml View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835685#3835685 Reply to the post : http://www.jboss.org/index.html?module

[JBoss-user] [Persistence & CMP/JBoss] - Re: ORA-01786: FOR UPDATE of this query expression is not al

2004-05-20 Thread cslenkey
DISTINCT and FOR UPDATE are incompatible. This the reason of the Oracle-01786 error message. But why does generate different SQL code JBoss3.2.2RC and 3.2.4? Can anyone help? Csaba View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835684#3835684 Reply to t

[JBoss-user] [EJB/JBoss] - EAR Wont deploy on some machines [EJBDeployer] NoClassDefFou

2004-05-20 Thread crowse
Hi, I am having problems deploying an EAR firl on my production machine. The EAR works fine on my development machine but will not deply the EJB on the live machine. I have checked the configs and installed versions of JBoss, JDK and servers but can not find differences (Same versions, etc)

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: MDB not unbound after undeploy

2004-05-20 Thread [EMAIL PROTECTED]
You've probably hit the lifecycle bug in EJBModule, that was fixed in 3.2.4RC1 I've posted links to the fixes before in the EJB development forum. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835682#3835682 Reply to the post : http://www.jboss.org/index.ht

[JBoss-user] [The Lizzard's corner] - Re: Porlet Container

2004-05-20 Thread [EMAIL PROTECTED]
Nukes 2.0 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835681#3835681 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835681 --- This SF.Net email is sponsored by:

[JBoss-user] [The Lizzard's corner] - Porlet Container

2004-05-20 Thread jspence96
What porlet container or portlet containers does JBoss support? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835680#3835680 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835680 -

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Restarting JMS

2004-05-20 Thread richieb
"StephaneNicoll" wrote : Why not searching the origin of the deadlock in a first place? | I am looking into it. But this is a production system that needs to be up all the time. Restarting JBoss is bit drastic, as it kicks all users off and makes our app UI unavailable for a while. Restar

[JBoss-user] [Installation & Configuration] - Re: loader-repository for war within an ear

2004-05-20 Thread tomerbd
I just read the other thread next to me... and it says that truely only the root deployment can set the loader repository, but does that means all my wars are stuck with the same loader repository?! isnt it against the j2ee spec for seperation of loaders for each WEB-INF of each war? View the o

[JBoss-user] [Installation & Configuration] - loader-repository for war within an ear

2004-05-20 Thread tomerbd
Hi I have ear --> war 1 --> war 2 --> war 3 all the wars have the same classes in their webinf (common infrastructure) However I need those classes to be loaded by differerent classloaders, In case the wars are not contained in an ear, Its fine i managed to do it with the jboss-web.xml u

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Restarting JMS

2004-05-20 Thread StephaneNicoll
Why not searching the origin of the deadlock in a first place? Regards, Stephane View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835673#3835673 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835673

[JBoss-user] [Installation & Configuration] - Re: Deploying an exploded

2004-05-20 Thread tomerbd
first i must correct myself I meant: "deploy/,file:///d:/temp/deploy/" with the ending slash... yesh its working fine this way, its scanning my deploy directory and deploying all the ear's war's in that directory... but when I use file:///d:/temp/deploy/app.ear this for an exploded ear it didnt

RE: [JBoss-user] [Beginners Corner] - Calling JBoss 3.2.3 from st andalone Tomcat

2004-05-20 Thread Finn, Michael
Title: RE: [JBoss-user] [Beginners Corner] - Calling JBoss 3.2.3 from standalone Tomcat Try including jbossall-client.jar in your classpath. > -Original Message- > From: damonrand [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, May 18, 2004 12:29 PM > To: [EMAIL PROTECTED] > Subject: [JB

[JBoss-user] [Security & JAAS/JBoss] - Re: Extending DatabaseServerLoginModule... (urgent)

2004-05-20 Thread sbocquet
Hi, In debug mode, I see that the callbackHandler argument is null, when the initialize(Subject subject, CallbackHandler callbackHandler, Map sharedState, Map options) method is call in AbstractServerLoginModule ! Any idea why ? Can someone help me ? Thanks View the original post : http://w

[JBoss-user] [Persistence & CMP/JBoss] - Re: Checking a field against a list of values

2004-05-20 Thread hernant
Que haces Guido, te paso un ejemplo de un entity bean usando xdoclet: a nivel de clase (despues de los imports) pone estos tags: * @ejb.select *signature="java.util.Collection ejbSelectGeneric( java.lang.String jbossql, java.lang.Object[] args )" *result-type-mapping="Local" *me

[JBoss-user] [Messaging, JMS & JBossMQ] - Restarting JMS

2004-05-20 Thread richieb
Is it possible to restart JMS without restarting the JBoss server? I'm using JBoss 3.2.3 and in some cases we run into a problem with JMS deadlocking. Restarting JBoss server fixes the problem, but I'd like to be able to just stop and restart JMS. TIA ...richie View the original post : http

[JBoss-user] [Installation & Configuration] - Re: Deploying an exploded

2004-05-20 Thread darranl
Because the deployment scanner searched the configured directory for deployable items, by specifying your exploded dir it will scan the contents of it. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835669#3835669 Reply to the post : http://www.jboss.org/ind

[JBoss-user] [Installation & Configuration] - Re: Deploying an exploded

2004-05-20 Thread tomerbd
Hi I cant deploy any exploded folders .war or .ear when specifying them like this: (with no ending "/") deploy/,file:///d:/temp/deploy/app.ear However this does work fine (its scanning the directory and deploying its subdirectories fine...) deploy/,file:

[JBoss-user] [Persistence & CMP/JBoss] - Re: Checking a field against a list of values

2004-05-20 Thread sesques
Hi, Perhaps a bad news to you. JBossQL and DynamicQL is documented in the JBoss DOCO, and you have to buy it. The DOCO is "JBoss AdminDevel Documentation". Pascal View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835667#3835667 Reply to the post : http://www

[JBoss-user] [Persistence & CMP/JBoss] - Re: Checking a field against a list of values

2004-05-20 Thread Guido Scalise
"sesques" wrote : HI, | | JBossQL supports parameters in the IN operator. But is the number of your parameters always the same ? | | If not, you should use DynamicQL instead. | | Pascal | Thanks for your prompt reply! No, the list of parameters varies... :( I've been searching a

[JBoss-user] [Persistence & CMP/JBoss] - Re: Checking a field against a list of values

2004-05-20 Thread sesques
HI, JBossQL supports parameters in the IN operator. But is the number of your parameters always the same ? If not, you should use DynamicQL instead. Pascal View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835665#3835665 Reply to the post : http://www.jboss

[JBoss-user] [Persistence & CMP/JBoss] - Checking a field against a list of values

2004-05-20 Thread Guido Scalise
Hi there guys!, I need to create a EJBQL or JBossQL query that receives a list of values as an argument, and checks a field against that list of values... Do I have any way of doing that in any of the QL implementations? It's equivalent in SQL would be like: | SELECT * FROM Something w

[JBoss-user] [Persistence & CMP/JBoss] - Re: Value object use

2004-05-20 Thread dhartford
heya, Try changing: * @ejb.value-objectmatch = "*" to: * @ejb.value-object | * name="Language" | * match = "*" View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835663#3835663 Reply to the post : http://www.jboss.org/index.html?module=bb

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS over HTTP with server behind a firewall problem

2004-05-20 Thread catalean
Sorry, i was wrong on the previous two posts, because it seems that the error is occuring when trying to lookup after the HTTPXAConnectionFactory; so it does't even get the connection factory. Is possible that the connection to be made is a HTTPS connection? the following debug appear in my log:

[JBoss-user] [Installation & Configuration] - Re: Referencing environment variables from configuration fil

2004-05-20 Thread [EMAIL PROTECTED]
You'll have to pass the env variable to the jvm with the -D switch first. If you do, then you can access it (as a system property). View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835661#3835661 Reply to the post : http://www.jboss.org/index.html?module=bb&

[JBoss-user] [Nukes User] - Re: nukes-ds.xml deploy fail

2004-05-20 Thread sgwood
Hi, alexj, I'm pretty sure that Nukes does not work with JBoss 4.0.0 yet. Is your driver jar on the JBoss classpath somewhere, like in server/default/lib? Sherman View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835660#3835660 Reply to the post : http://ww

[JBoss-user] [Javassist user questions] - Re: inserting duplicated members

2004-05-20 Thread fluca1978
Well, src and dest are different CtClass, I mean they are produced from different classes. When I try to define the class, in my classloader, as: /* create the pools */ ClassPool aPool=ClassPool.getDefault(); this.addClasspathToPoll(aPool); . byte[] cod

[JBoss-user] [The Lizzard's corner] - Re: Soon 100Kth post - Who is going to post it :-) ?

2004-05-20 Thread [EMAIL PROTECTED]
Well, the forums report 102k now, so who won? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835658#3835658 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835658 --

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS over HTTP with server behind a firewall problem

2004-05-20 Thread catalean
The error does't occur when the actual topic connection is to be made, but when the client application try to lookup after the topic's JNDI name. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835657#3835657 Reply to the post : http://www.jboss.org/index.htm

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS over HTTP with server behind a firewall problem

2004-05-20 Thread catalean
This is how things are looking from my point of view: i have a client application who want's to use JMS over HTTP; on the client side these jndi properties are used: java.naming.factory.initial=org.jboss.naming.HttpNamingContextFactory | java.naming.provider.url=http://public_IP_address:8080/inv

[JBoss-user] [Security & JAAS/JBoss] - Authorization JBoss 3.2.3

2004-05-20 Thread lalala
I'm currently installed the Jboss version 3.2.3, and my question is this: I want to allow to access to JBoss (my applications: ejb's and jsp's) only a few computers (this pc's will be my server's and the clients connect to them), so I don't know how can I do this. Can you help me??? thanks a l

[JBoss-user] [Nukes User] - Re: nukes-ds.xml deploy fail

2004-05-20 Thread alexj
The same story with the original nukes-ds.xml . I tried to make sure I can see mySQL data via SQuirreL... anonymous wrote : 2004-05-20 20:53:11,875 DEBUG [org.jboss.deployment.scanner.URLDeploymentScanner] Watch URL for: file:/C:/Program Files/jboss-4.0.0DR3/server/default/deploy/jms/jms-ds.xml

[JBoss-user] [Management, JMX/JBoss] - Deploy a ModelMBean in JBoss

2004-05-20 Thread switchtoit
How to deploy a ModelMBean in JBoss? Declaring tag in jboss-service.xml will not be sufficient. I need to access the database, create a managed resource which is a plain java object and set this object as the managed resource of the ModelMBean. Should I set the managed resource in the Life cycl

[JBoss-user] [Persistence & CMP/JBoss] - ejbPassivate on demand

2004-05-20 Thread cane74
Hi. Can anyone tell me how to tell JBoss to passivate specified bean (in this case - BMP bean)? Is it possible to do it from web-console or something similar? Thanks in advance. Bart View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835650#3835650 Reply to t

[JBoss-user] [Messaging, JMS & JBossMQ] - MDB not unbound after undeploy

2004-05-20 Thread milasx
Hi, In Jboss 3.2.3 I have a sar file that contains an ear. Inside the ear I have two jars. One with a session bean one with an MDB that depends on the session bean. The sar deploys fine but when I do the undeploy my MDB stays bound so the next deployment fails with an javax.management.I

Re: [JBoss-user] Exposing 2PC jboss-head/jca??

2004-05-20 Thread Adrian Brock
You can find information about the jboss cvs branch names on the website. Once you've read that, my previous answer should make sense to you. On Mon, 2004-05-17 at 10:33, Dasarath Weeratunge wrote: > Adrian, > > Can you please illaborate a little on what you said. > > In which jboss version can

[JBoss-user] [EJB/JBoss] - Re: General EJB relationship question

2004-05-20 Thread sesques
It looks like you should read teh EJB spec from SUN or any book about J2EE platform. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835648#3835648 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835648 ---

[JBoss-user] [Security & JAAS/JBoss] - run-as problem with jboss 4.0.0DR4

2004-05-20 Thread srt
hi, i have two session beans a and b. a runs under the caller's identity and b is configured to run under an internal role (using security-identity/run-as). the problem i encounter is the following: after a has called any method on b all further calls of a to other beans run under the internal r

[JBoss-user] [Security & JAAS/JBoss] - Re: JAAS cache updating role on the fly

2004-05-20 Thread srt
you are right, the authentication date is cached. for more information have a look at http://www.jboss.org/index.html?module=bb&op=viewtopic&t=45609 and look for UserManagerJBossSpecific at http://jroller.com/page/RickHigh/20040305 View the original post : http://www.jboss.org/index.html?module

[JBoss-user] what kind of EJBs make sense clustering? (impact in performance)

2004-05-20 Thread Pedro Salazar
Greetings, I would like to know from your experience what kind of EJBs make sense clustering for high availability and performance. I know statefull session beans must be clusterable because if a server instance goes down the session is lost. But what about stateless session beans? Doe it make s

[JBoss-user] Question to Natalie Fleury

2004-05-20 Thread Chip Tyler
Dear Natalie, Apology in advance. After reading this thread http://www.theserverside.com/news/thread.tss?thread_id=24059 and this one http://theserverside.com/news/thread.tss?thread_id=23670 I have one question, do you sleep with Marc, Arun, and Chip on alternating days, or all three at once?

[JBoss-user] [Beginners Corner] - production release of Jboss 4

2004-05-20 Thread balteo
Hello, Can anyone tell me when the production release of Jboss 4 will be available? Thanks in advance, Julien Martin. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835645#3835645 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=r

  1   2   >