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

2004-05-18 Thread docktsai
I am new to Jboss and Nukes. I try to setup the nukes according to the install instruction. But when I start the Jboss I get error. It seems the datasorce deploy fail. Can some body tell me what goes wrong.. 2004-05-19 13:31:22,771 INFO [org.jboss.deployment.MainDeployer] Starting deployment o

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

2004-05-18 Thread Marco
Hi, I'm really not sure in which forum I should post this question, but at least a configuration hint, how to get more informations, would help me to get a little bit further with the following problem. On a totally random basis I observe sudden stopping and starting of some deployed services

[JBoss-user] [Management, JMX/JBoss] - Re: ..notification when server is started?

2004-05-18 Thread mlsoderin
Thanks, I'm gonna try it out! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835452#3835452 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835452 --- This SF.Net ema

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Creating custom javax.jms.Message class

2004-05-18 Thread [EMAIL PROTECTED]
JBossMQ has no mechanism for adding custom message types, any custom message will be downcast to whatever interface it extends i.e. javax.jms.TextMessage Your NCFE is probably because you are missing the sun class? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p

[JBoss-user] [Messaging, JMS & JBossMQ] - Creating custom javax.jms.Message class

2004-05-18 Thread snavjot
Hi, I have public interface EmailMessage extends TextMessage { private String from; private String to; private String subject; // getter setter follows } then i have public class EmailMessageImpl extends com.sun.jms.TextMessageImpl implements EmailMessage { ... ... } No

[JBoss-user] [HTTPD, Servlets & JSP] - Set JSP document base during development (Tomcat)

2004-05-18 Thread justinwalsh
Hi, Is there any way to set the document base (root of the web app) whilst developing. This would then enable the developer to make changes to web pages (jsp's html etc) without having to redeploy the whole application (or web application), speeding the process up remarkably. In a tomcat sta

[JBoss-user] [Security & JAAS/JBoss] - Writing custom security module

2004-05-18 Thread sanjuthomas
we are trying to migrate from weblogic to jboss, now we are dealing with the security implementation, we have written a custom security class, and it is working properly, now the problem is we need to add the roles for the EJBs from a database, that is we do not want to specify the roles in ejb-

[JBoss-user] [Persistence & CMP/JBoss] - Is one to many bidirectional working?

2004-05-18 Thread john_anderson_ii
I'm grinding my way though the IBM CMP tutorial, and converting the concepts to JBoss for practice. I am backending my application with MySQL. Everything was going smoothly with only minor glitches. Mostly due to the jboss specific XML that the IBM tutorial doesn't cover, and since I'm using X

[JBoss-user] [The Lizzard's corner] - Re: Is JBoss completely free for development and commercial

2004-05-18 Thread admin
Hi Vladislovas, You can read more about the LGPL license by going to the 'About LGPL' page on our website (under Company, Open Source Topics). Joe McGonnell JBoss View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835444#3835444 Reply to the post : http://www

[JBoss-user] [HTTPD, Servlets & JSP] - JBoss Sleeps for ever

2004-05-18 Thread sureshkt
Our Application is running on Solaris 2.8.. We encountered a problem today we are unable to access the application.. We checked netstaat -an .. it shows the ports are listening.. But when we try to access we don't get any response.. We tried to access through telnet but it is not getting conn

[JBoss-user] [Installation & Configuration] - ERROR 500: No Context configured to process this request

2004-05-18 Thread gberish
Can anyone point me in the right direction. I have a very simple servlet packaged in an .ear file. It deploys perfectly on a JBoss 3.2.3 server run by my web host. But when I try the same package on the local JBoss 3.2.3 server I just installed, I get a 500 error on my local Jboss 3.2.3. i.e.

[JBoss-user] [HTTPD, Servlets & JSP] - Local JBoss http 500 Error. Web Host JBoss no Problem

2004-05-18 Thread gberish
Can anyone point me in the right direction. I have a very simple servlet packaged in an .ear file. It deploys perfectly on a JBoss 3.2.3 server run by my web host. But when I try the same package on the local JBoss 3.2.3 server I just installed, I get a 500 error on my local Jboss 3.2.3. i.e.

[JBoss-user] [EJB/JBoss] - Writing a detached invoker for EJBs

2004-05-18 Thread ptakacsi
Hi, I am trying to figure out how to develop a detached invoker that can invoke EJBs. We have a custom protocol handler service that we developed to get requests via a legacy protocol that our clients speak. Based on the for-money documentation the proper way to to get the protocol handler to t

[JBoss-user] [Security & JAAS/JBoss] - Re: Problem deploying Web application JBoss-3.2.0 Tomcat-4.1

2004-05-18 Thread xtian
The SecurityManager issue does appear to be resolved in the JBoss3.2.3/Tomcat4.1.29 bundle. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835438#3835438 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835438

[JBoss-user] [HTTPD, Servlets & JSP] - Re: JBoss 3.2.1/Tomcat /Servlets/RMI

2004-05-18 Thread xtian
This issue does appear to be resolved in the JBoss3.2.3/Tomcat4.1.29 bundle. If anyone knows the precise location of the fix, however, I would be very grateful for a pointer. It is no trivial matter for my organisation to upgrade our production systems but I could get an updated JAR past the ad

[JBoss-user] [Security & JAAS/JBoss] - Re: SecurityManager causes Catalina failure

2004-05-18 Thread xtian
This issue does appear to be resolved in the JBoss3.2.3/Tomcat4.1.29 bundle. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835436#3835436 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835436 ---

[JBoss-user] [Installation & Configuration] - Re: load-repository to a acheive ear isolation(deployment ba

2004-05-18 Thread [EMAIL PROTECTED]
You can only configure the loader repository in the top level deployment, not a nested deployment like an ejb or war inside ear View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835435#3835435 Reply to the post : http://www.jboss.org/index.html?module=bb&op=post

[JBoss-user] [Installation & Configuration] - Re: Problems to pass JBoss 3.0.6 to 3.2.3

2004-05-18 Thread [EMAIL PROTECTED]
You don't have a clean installation of 3.2.3, probably because you still have 3.0.6 classes somewhere. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835434#3835434 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835434

[JBoss-user] [Installation & Configuration] - Re: JBoss startup hangs on Linux

2004-05-18 Thread [EMAIL PROTECTED]
Yes, your host name is fcsked try this little program, I bet you get the same problem | import java.net.InetAddress; | public class WhatIsMyHostName | { |System.out.println(InetAddress.getLocalHost()); | } | View the original post : http://www.jboss.org/index.html?module=bb&op

[JBoss-user] [Management, JMX/JBoss] - Re: ..notification when server is started?

2004-05-18 Thread [EMAIL PROTECTED]
Use the MBeanServer to add a notification listener on the deployment scanner jboss.deployment:type=DeploymentScanner,flavor=URL then wait until you get an attribute change notification for State == ServiceMBean.STARTED View the original post : http://www.jboss.org/index.html?module=bb&op=viewto

[JBoss-user] [Clustering/JBoss] - http session replication

2004-05-18 Thread nmounasamy
Hi! In case of http session replication, is the session replicated to all nodes in the cluster or to an identified secondary node only? I do not see the 'clustering documentation' explicitly state this. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835431#3

[JBoss-user] [Clustering/JBoss] - http session replication

2004-05-18 Thread nmounasamy
Hi! In case of http session replication, is the session replicated to all nodes in the cluster or to an identified secondary node only? I do not see the 'clustering documentation' explicitly state this. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835430#3

[JBoss-user] [Beginners Corner] - application.xml created with Ant?

2004-05-18 Thread Itchyoinker
Can anyone tell me if application.xml can be created using Ant? Regards, Itchy View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835429#3835429 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835429 -

[JBoss-user] [Clustering/JBoss] - Re: heterogeneous cluster nodes

2004-05-18 Thread nmounasamy
Thank you Bela. That helps. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835428#3835428 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835428 --- This SF.Net email

[JBoss-user] [Persistence & CMP/JBoss] - Re: postgres and foreign key relation problems

2004-05-18 Thread [EMAIL PROTECTED]
do you have the thingy configured? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835393#3835393 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835393 --- This SF.

[JBoss-user] [Performance Tuning] - jboss-3.2.3 session issues

2004-05-18 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] [Installation & Configuration] - Re: Copying server then gives error in web console 3.2.3

2004-05-18 Thread tldtld
I have the exact same problem. 3.2.3 on Windows. I take the jboss-net.sar dir and copy it to the default/deploy. Same error as you got with unable to move etc. web-console.war Has anyone found a fix for this? It might be something about deployment order and timestamps View the original post :

[JBoss-user] [EJB/JBoss] - Re: EJB Deployment failure in JBoss 4.0.0 DR3

2004-05-18 Thread hildo
Can do. I don't have the error right now, but I'll get it tonight and post more tomorrow. I'll also provide the details of the OS, JVM, etc. Thanks, Ed View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835424#3835424 Reply to the post : http://www.jboss.org/

[JBoss-user] [Beginners Corner] - deploy->"initialization work" undeploy -> "clean up work"

2004-05-18 Thread n8chtschwaermer
Hey folks. I have a question. My application should do "initialization work" after deploy and "clean up work" after undeploy. To achieve this i can use a "empty" MBean, which does the "initialization work" (by constructor) and which add a Listener to EARDeployer to do the "clean up work" if the a

[JBoss-user] [JCA/JBoss] - Re: Problem with rolling back transactions with JBoss 3.2.3

2004-05-18 Thread [EMAIL PROTECTED]
Read "READ THIS FIRST" on how to debug transaction problems. You might also find it useful to set TRACE loggin on org.jboss.ejb.plugins Throwing Exception does not cause a transaction rollback. Exiting a method without doing a commit() or rollback() on your user transaction is an error on your pa

[JBoss-user] [JCA/JBoss] - Re: QueueMsgAdapterService run error

2004-05-18 Thread [EMAIL PROTECTED]
My grizbald is also fatanged. :-) http://www.jboss.org/wiki/Wiki.jsp?page=JBossForums View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835419#3835419 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835419 --

[JBoss-user] [Persistence & CMP/JBoss] - Re: simplest one-to-one relationships bug

2004-05-18 Thread nacho2004
somebody knows some tutorial to create one-to-one relationships ? thanks in advance View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835418#3835418 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835418 -

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

2004-05-18 Thread ricardoarguello
You don't have to copy ALL the jars! You just need jboss-3.2.3/client/jbossall-client.jar, but copy it in WEB-INF/lib, not in %JRE_HOME%/lib/ext Ricardo Arguello View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835416#3835416 Reply to the post : http://www.

[JBoss-user] [Installation & Configuration] - Re: Hot Deployment Settings

2004-05-18 Thread jae77
http://www.jboss.org/wiki/Wiki.jsp?page=HotDeployClassCastExceptions let me know if you have further questions. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835415#3835415 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&

[JBoss-user] [Installation & Configuration] - Re: JBoss startup hangs on Linux

2004-05-18 Thread javajames27
I had something similar, though I'm not sure it is at the same point during startup. The problem was due to a security patch on RH 7.3 to fix an exploit around the loopback network device. The patch plugged a hole in my loopback so that during startup, JBoss could not determine which ip(s) it sh

[JBoss-user] [Installation & Configuration] - Re: Hot Deployment Settings

2004-05-18 Thread BrianZupanc
Yes, ClassCastException. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835413#3835413 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835413 --- This SF.Net email is

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

2004-05-18 Thread raja05
Can you try removing the ejb-link? Anyway you are not in-VM to use the ejb-link feature! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835412#3835412 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835412 ---

[JBoss-user] cluster instance recover data cache (singleton) from another instance

2004-05-18 Thread Pedro Salazar
Greetings, I've created a cache object in a Singleton in my EJB for storing data about result requests made for database simple query. I used this technique because was not acceptable using entity beans due the extremely large information and since that database is accessed by multiple interfaces.

[JBoss-user] [JCA/JBoss] - QueueMsgAdapterService run error

2004-05-18 Thread gfortun
First time install JBoss -- trying to store HL7 messages in database-- message received follow by following message -- 2004-05-18 12:11:55,517 [HL7ToQueueMsgAdaperService] ERROR - Error in HL7ToQueueMsgAdapterService.run: null Any ideas what the fix is? View the original post : http://ww

[JBoss-user] thread contention

2004-05-18 Thread Mateus Gonçalves dos Santos
Does anybody know some application to verify thread contention? With Optimizeit Thread Debugger 1.3 the JVM crashes all the time. I tried to use PerfAnal, HeatSeeker, but they are with bug. Does some bug fix exist for Thread Debugger? Thanks, Mateus --

[JBoss-user] [HTTPD, Servlets & JSP] - Re: How to create a UserTransaction in a JSP running on a se

2004-05-18 Thread sesques
Hi, If you use a standalone Tomcat server, it depends on the version but it does not have a native JTA driver. Verify you have Tyrex installed and check Tomcat documentation to use it. Pascal View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835409#3835409 R

[JBoss-user] [Persistence & CMP/JBoss] - Re: postgres and foreign key relation problems

2004-05-18 Thread jae77
thx! your solution setting the pk in the ejbCreate method to a dummy value seems to work like a charm. is this a possible bug? i'm not really sure why this addresses the problem b/c the dummy value that is given is replaced w/ the value generated by the database on insert. View the original

[JBoss-user] [Security & JAAS/JBoss] - Re: Authentication exception & MDB

2004-05-18 Thread milasx
I have the same issue here. Did you manage to solve it? Many thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835406#3835406 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835406 ---

[JBoss-user] [Installation & Configuration] - Re: using JFreeChart from an EJB

2004-05-18 Thread samofborg
I know it's been a while since this post went out, I'm doing this for those that are having this specific problem and don't know what to do. First, and this may not be related, but I'm running jboss 3.2.3 and jfreechart 0.9.16 and thought there was a bug. I found out that that the JBoss default

[JBoss-user] [Installation & Configuration] - JBoss startup hangs on Linux

2004-05-18 Thread perisb
I've got a working EJB app I've developed with JBoss 3.2.2 on MS Windows, and now I'm ready to move it to RH Linux, but JBoss hangs when I try to start it, during the deployment of jboss-service.xml. This happens with my app's own server configuration, as well as with the default. Next, I move

[JBoss-user] [Persistence & CMP/JBoss] - Re: postgres and foreign key relation problems

2004-05-18 Thread sesques
Hi jae, Have a look to this topic which treats this big subject (and the JBoss limitations) http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831917 Pascal View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835403#3835403 Reply to the post : http://www

[JBoss-user] [Installation & Configuration] - Problems to pass JBoss 3.0.6 to 3.2.3

2004-05-18 Thread lalala
Hi! I was working ok with the old version, I was using my own subproject in server directory, but now when I pass to version 3.2.3, I have some problems, and JBoss can't deploy my .ear. I have modified the config files, and this is the exception: 2004-05-18 20:01:45,750 INFO [org.jboss.web.loc

[JBoss-user] [Persistence & CMP/JBoss] - Re: postgres and foreign key relation problems

2004-05-18 Thread jae77
d'oh - that's an option on the container configuration, so there wouldn't be any xdoclet tag for it. :) thx for your help juha, i hope this solves the issue. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835401#3835401 Reply to the post : http://www.jboss.

[JBoss-user] [Clustering/JBoss] - Re: Jgroups in 3.2.4RC2 ?? How to turn off logging?!?!?!

2004-05-18 Thread tbauer
Bela, thanks again for your help...I got everything working now, and server.log is MUCH more quiet now...a bit verbose on startup, but I can live with that cheers, tim View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835400#3835400 Reply to the post : htt

[JBoss-user] [Persistence & CMP/JBoss] - Re: postgres and foreign key relation problems

2004-05-18 Thread jae77
no - i do not. i was thinking about that myself b/c i've seen this type of problem before using oracle, but we decided to "defer" the integrity check on the database side of things, rather then using the "post create insert". do you happen to know the xdoclet tag for that? (i'm looking now, but

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

2004-05-18 Thread [EMAIL PROTECTED]
Are you sure your web-app is seeing the JBoss client/ libs? If it's not finding the J2EE interfaces then it is probably not finding much anything else either. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835398#3835398 Reply to the post : http://www.jboss.

[JBoss-user] [JCA/JBoss] - Problem with rolling back transactions with JBoss 3.2.3 and

2004-05-18 Thread cwoodill
I'm setting up MySQL with JBoss and testing the transaction facility. I have a stateless session bean that I have created using the JBoss IDE. Everything works without an error. At the DB level, the transactions fail properly - INNODB is setup, and I roll-back properly through SQL. I'm usi

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

2004-05-18 Thread damonrand
Hi guys, I have made some progress on connecting to an EJB from Tomcat 4.1.29 running on a standalone server. Unfortunately the system seems to be demanding JBoss server-side libraries for some reason.. Here is what I have done so far. 1. I have this in web.xml Test EJB connection.

[JBoss-user] [Clustering/JBoss] - Re: heterogeneous cluster nodes

2004-05-18 Thread bela
this works, but you have to have the same versions of the JDKs. Bela View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835395#3835395 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835395 ---

[JBoss-user] [Security & JAAS/JBoss] - RunAsMDB

2004-05-18 Thread milasx
Hi, I have an MDB that has to call an EJB that leaves in a different jar file in the same ear. Now I need to set run-as a role to call my EJB. I lloked at the est EJB but I had still no luck. Here is my descriptor: | | http://java.sun.com/dtd/ejb-jar_2_0.dtd";> | | | |

[JBoss-user] [EJB/JBoss] - Re: entity bean spec

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

[JBoss-user] [Beginners Corner] - scheduler code examples

2004-05-18 Thread haex
Hi, I'm trying to get a scheduler working with a simple schedulable class. I don't won't to configure it in a service.xml file, I want to code it in source. All examples welcome. Cheers, haex View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835390#3835390

[JBoss-user] [JBoss.NET & SOAP] - Re: Cannot deserialise JavaBeans

2004-05-18 Thread cdog
Hi, Thanks for that Scott. I seem to have got a bit further. I've hacked the wsdl as suggested and this has got rid of the previous error, but now I'm getting a bad type error. I've included the hacked wsdl and the error at the end of this post. You can see from the error that the deseriali

[JBoss-user] [Installation & Configuration] - Re: deploying application on root context of jboss/apache co

2004-05-18 Thread aalmero
yes i did. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835389#3835389 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835389 --- This SF.Net email is sponsored by:

[JBoss-user] [EJB/JBoss] - entity bean spec

2004-05-18 Thread bartnr1
Does BMP entity bean in jboss 3.2.3 supports "notSupported" transaction attribute? Regards, Bart View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835388#3835388 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835388

[JBoss-user] [Beginners Corner] - Re: problems with ejb create and primary keys

2004-05-18 Thread [EMAIL PROTECTED]
Your prim-key-class must be something.something.EmployeePK View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835387#3835387 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835387 -

[JBoss-user] [Beginners Corner] - Re: JBOSS runs on Solaris 8?

2004-05-18 Thread [EMAIL PROTECTED]
Yes it does. Just make sure you have a fairly recent JDK (1.4+). View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835386#3835386 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835386 --

[JBoss-user] [Clustering/JBoss] - Re: Why do I get a ClassCastException when I use narrow() in

2004-05-18 Thread didoux
Just noticed that cluster-service.xml has a variable. Should I have 0.0.0.0 or the IP of my machine? ${jboss.bind.address} | --- | GMS: address is SLWXP120:2343 (additional data: 19 bytes) | ---

[JBoss-user] [HTTPD, Servlets & JSP] - Re: How to create a UserTransaction in a JSP running on a se

2004-05-18 Thread jurban
I tried this and it failed. I get the following error: java.lang.NoClassDefFoundError: org/jnp/server/NamingServer Any idea what I am doing wrong? I copied the suggested code. Thanks, Jim View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835384#3835384 Reply

[JBoss-user] [Persistence & CMP/JBoss] - Re: postgres and foreign key relation problems

2004-05-18 Thread jae77
here are the relevant portions of the jbosscmp-jdbc.xml file | | StoryEJB | true | true | true | nuke_news_stories | | | allowComments | allow_comments | | |

[JBoss-user] [Advanced Documentation] - Re: java.lang.IllegalStateException

2004-05-18 Thread pythonista
Wrong forum, but here's a quick answer: The only times I've seen IllegalStateException thrown from a call to getOutputStream() is when there has already been a call to getOutputWriter() for the same request - the two methods are meant to be incompatible. View the original post : http://www.jbo

[JBoss-user] [Beginners Corner] - Re: Chapter 3 of the tusc tutorial

2004-05-18 Thread khem
hi, in xdoclet.xml, try : instead of : hope it helps, regards View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835381#3835381 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835381 -

[JBoss-user] [Persistence & CMP/JBoss] - postgres and foreign key relation problems

2004-05-18 Thread jae77
i'm having a problem getting a pure cmp (having jboss create the tables, instead of using a ddl) solution working w/ postgres. i am unable to insert a row into a table that has a foreign key constraint with another table. the entity does exist, but the database keeps coming back and telling me

[JBoss-user] [Beginners Corner] - What is that EJB has, that Hibernate doest not?

2004-05-18 Thread rorysandoval
Hi, I would like to know what can I do with EJB (Entity Beans) that is not posible doing with Hibernate.? Is there some featuresout there that can not be achived with Hibernate? or Why should I use EJB (Entity Beans) over Hibernate. Saludos, View the original post : http://www.

[JBoss-user] [EJB/JBoss] - What is that EJB has that Hibernate doest not.

2004-05-18 Thread rorysandoval
Hi, I would like to know what can I do with EJB (Entity Beans) that is not posible doing with Hibernate.? Is there some featuresout there that can not be achived with Hibernate? or Why should I use EJB (Entity Beans) over Hibernate. Saludos, View the original post : http://www.

[JBoss-user] [Beginners Corner] - Re: problems with ejb create and primary keys

2004-05-18 Thread ghoyle
my deployment descriptor or at least part of it is | | | employ | | | | Employee | Employee | EmployeeHome | Employee | Employ

[JBoss-user] [Security & JAAS/JBoss] - Re: Problem JAAS-JBOSS

2004-05-18 Thread morenito9000
Hy Raffaele, the problem is that the client doesn't find the auth.conf file where it can retrieve the list of LoginModules that your application need to use. I don't know if this is the correct procedure but I copied an auth.conf file from /client directory. I added in this file an entry for my a

[JBoss-user] [Persistence & CMP/JBoss] - Re: simplest one-to-one relationships bug

2004-05-18 Thread nacho2004
so, how can I get the fields from the other bean that participate in the relationships ? while (iter.hasNext()) { EDocuments element = ((EDocuments) iter.next()); System.out.println("Abstract:" + element.getShortabstract()); EDocMetaDataLocal meta = element.getEDocMetaData

[JBoss-user] [Security & JAAS/JBoss] - Form-based authentication

2004-05-18 Thread Tang
I know that the fields returned from the form elements must be: j_username and j_password, and the action attribute must be j_security_check, but is there a way to return another form element (as if I had to get two passwords), and then how could I access this element from my LoginModule? Regard

[JBoss-user] [Persistence & CMP/JBoss] - Re: simplest one-to-one relationships bug

2004-05-18 Thread darranl
Remote clients can not make use of the Local interfaces. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835371#3835371 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835371

[JBoss-user] [Installation & Configuration] - Re: Hot Deployment Settings

2004-05-18 Thread jae77
what happens in the above scenario? do you get ClassCastExceptions? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835369#3835369 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835369

[JBoss-user] [Beginners Corner] - Re: Chapter 3 of the tusc tutorial

2004-05-18 Thread msloan21
http://www.tusc.com.au/tutorial/html/ View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835368#3835368 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835368 --- This SF

[JBoss-user] [Installation & Configuration] - Re: Application Deployment

2004-05-18 Thread darranl
Extract the ear and jar file that were created (They are normal archives) and check that the classes do exist in the jar. Saying that you followed the tutorial through is not enough to prove the the classes were packaged. Once you have extracted the archived you will be able to answer the quest

[JBoss-user] [EJB/JBoss] - Correction...

2004-05-18 Thread RichBolen
In the interest of having the correct info for this issue - To fix the "unable to passivate" issue: Get the 1.49.2.11 version of the org/jboss/ejb/StatefulSessionContai ner.java source file from CVS and drop that on top of the 3.2.3 source and rebuild. Then fix is in the jboss.jar file. Vie

[JBoss-user] [Persistence & CMP/JBoss] - Re: simplest one-to-one relationships bug

2004-05-18 Thread nacho2004
My Problem was because I didn't use a Local Interface. Ok , I just use EDocMetaDataLocal meta = element.getEDocMetaData(); but when I want to use any filed for example: System.out.println(meta.getAuthor()); this error appear: java.lang.NullPointerException at org.jboss.ejb.plugins.local.E

[JBoss-user] [Installation & Configuration] - Re: Application Deployment

2004-05-18 Thread stanley1610
Hi darranl, Wow, how did you solve the problem? I can't find any solution yet. Please help. -stan View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835363#3835363 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835363

[JBoss-user] [Management, JMX/JBoss] - Re: ..notification when server is started?

2004-05-18 Thread mlsoderin
no, it didnt work. The URLDeploymentScanner is finished before the jboss-service.xml is started, so my service is never deployed when it depends on it. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835362#3835362 Reply to the post : http://www.jboss.org/ind

[JBoss-user] [Beginners Corner] - Re: JBOSS runs on Solaris 8?

2004-05-18 Thread nmounasamy
Hello! The link - http://www.altoweb.com/products/xpi/specifications.html seems to be broken. I would like to know if jboss 3.2.3 can run on solaris 8 without any major issue. Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835361#3835361 Reply to the

[JBoss-user] [Management, JMX/JBoss] - Re: ..notification when server is started?

2004-05-18 Thread mlsoderin
No! I'll give it a try, thanks! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835360#3835360 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835360 --- This SF.Net e

[JBoss-user] [Nukes User] - Re: Getting started -- updated documentation on wiki

2004-05-18 Thread sgwood
anonymous wrote : there are too many things in the left navigation so it's hard to find anything, especially since it's not in any aparent order (alphabetical or other). multiple items should be combined: News, Forums, etc. I realize that this is probably difficult because of permissions for sep

[JBoss-user] [Installation & Configuration] - Re: URGENT: Classloading issue: No class found even that the

2004-05-18 Thread chrisdutz
Hmmm ... is there a way to use JDom and Xpath within Jboss without having to do the "-L"-parameter stuff? I need to use Xpath inside an application and I don't want to do any hacks to the command-line. Chris View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835

[JBoss-user] [Clustering/JBoss] - heterogeneous cluster nodes

2004-05-18 Thread nmounasamy
Hi! Anyone knows if Jboss cluster can support different platforms participate in a cluster? We may have to consider some linux based nodes and other solaris based nodes, if this works. Pls. reply. Thanks in advance. regards Nanda View the original post : http://www.jboss.org/index.html?mod

[JBoss-user] [JCA/JBoss] - Re: how shoud i deal with dead connections in connection poo

2004-05-18 Thread williamwan
it really work thanks to Adrian Brock williamwan View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835352#3835352 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835352 ---

[JBoss-user] [JCA/JBoss] - Re: how shoud i deal with dead connections in connection poo

2004-05-18 Thread williamwan
it really work thanks to Adrian Brock williamwan View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835353#3835353 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835353 ---

[JBoss-user] [Persistence & CMP/JBoss] - Re: simplest one-to-one relationships bug

2004-05-18 Thread nacho2004
ava.rmi.ServerException: RemoteException occurred in server thread; nested exception is: java.rmi.ServerException: RuntimeException; nested exception is: java.lang.ClassCastException at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:292) at sun.rmi

[JBoss-user] [Beginners Corner] - Re: Invalid Column Name when deploying CMP entity bean on JB

2004-05-18 Thread kauton
Oh, now I see that the Create Table statement is also shown in the JBoss log with the debug on. Thanx, that is good to know. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835349#3835349 Reply to the post : http://www.jboss.org/index.html?module=bb&op=postin

[JBoss-user] [Installation & Configuration] - load-repository to a acheive ear isolation(deployment based

2004-05-18 Thread davidmboon
I'm attempting to get class isolation by using the hierachical loader repository. My goal is to get unique instances of classes so that each ear can maintain state in static instance variables independent of the other ears. I have two ears, deployed in one JVM. I have tried this with 3.2.3 an

[JBoss-user] [Beginners Corner] - Re: Invalid Column Name when deploying CMP entity bean on JB

2004-05-18 Thread kauton
Thank you Pascal, indeed this is the problem and I found it out myself just 5 minutes ago after reviewing the SQL TRACE of my Oracle server and seeing what CREATE TABLE statement causes the problem. I guess you found it out the same way, but it took me more time ;). Thanx a lot anyway! Boyan V

[JBoss-user] [Management, JMX/JBoss] - Re: ..notification when server is started?

2004-05-18 Thread raja05
Have you tried depending on J2EEServer=Local,j2eeType=ServiceModule,name=jboss-service.xml This is the objectname for the jboss-service.xml which is the last one that shows up on the console before the "Started JBoss" message. View the original post : http://www.jboss.org/index.html?module=b

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

2004-05-18 Thread fluca1978
Maybe I'm misunderstanding but I've the following code to work on my system: CtField fields[]=src.getDeclaredFields(); CtField addingField=null; for(int i=0;ihttp://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835345#3835345 Reply to the post : http://www.jboss.org/index.html?module=bb&op

[JBoss-user] [Persistence & CMP/JBoss] - simplest one-to-one relationships bug

2004-05-18 Thread nacho2004
Hi all!! I've 2 tables that contain the same primary key (docid) and both have diferent fileds for a document One of that has all the basic fields for a document and the other has metadata for the same document. Obviously the relation is one-to-one well, the names of the beans are : EDocuments and

[JBoss-user] [Beginners Corner] - Re: Invalid Column Name when deploying CMP entity bean on JB

2004-05-18 Thread sesques
Hi, I'm not sure it is the real problem but you should try: This error can occurs when using ORACLE reserved words. In the request: | [org.jboss.ejb.plugins.cmp.jdbc.JDBCStartCommand.OECaseEJB] Executing SQL: CREATE TABLE OECASEEJB (id VARCHAR2(255) NOT NULL, group VARCHAR2(255), status NUMBE

[JBoss-user] [Installation & Configuration] - Hot Deployment Settings

2004-05-18 Thread BrianZupanc
Is there a configuation setting anywhere that always allows hot deployment of new code? I've noticed that hot deployment of code always works if no one is accessing the JBoss server at the time of deployment. However, if someone is using EJBs, the Tomcat server must be rebooted because subsequen

[JBoss-user] [Beginners Corner] - Re: Invalid Column Name when deploying CMP entity bean on JB

2004-05-18 Thread kauton
One more thing, I don't know if it would help. On Oracle 8.1.7 it says "invalid column name", and when I try to deploy using Oracle 9.0.2 it says "invalid identifier". Otherwise the problem is the same. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835340#38

[JBoss-user] [Beginners Corner] - Re: Invalid Column Name when deploying CMP entity bean on JB

2004-05-18 Thread kauton
I haven't set any mapping of beans to tables and columns in the jbosscmp-jdbc.xml. So JBoss is the one that is constructing the column names. Here is the complete log with debug info: 2004-05-18 14:01:12,307 INFO [org.jboss.deployment.MainDeployer] Starting deployment of package: file:/C:/jbos

  1   2   >