[JBoss-user] [Messaging, JMS JBossMQ] - Error - jms not bound

2004-05-18 Thread snavjot
Greetings, I have an MDB that sends email out. All I am trying to do is to send Message to MDB from my SLSB. __part of session bean tag in ejb-jar.xml__ resource-ref res-ref-namejms/QueueConnectionFactory/res-ref-name res-typejavax.jms.QueueConnectionFactory/res-type

[JBoss-user] [Installation Configuration] - Securing Webapplications with HTTP Basic Authentication

2004-05-18 Thread prashanthsmurthy
Hi, Anybody knows how to secure web applications using Basic HTTP Authentication using JBoss-Tomcat? I tried the trick for tomcat but it accepts any user name and password. Where do I specify the user-name and password combinations? I would like to use MemoryRealm. Regards, Prashanth.

[JBoss-user] [Installation Configuration] - Re: upgrade production version

2004-05-18 Thread camel
I put some of my jboss configuration files in a config directory in my development projects, and put them in source control with the other source files. When a new JBoss comes out, I merge any differences from the new versions of the config files. I've heard of people using CVS to administer

[JBoss-user] [Installation Configuration] - Re: Securing Webapplications with HTTP Basic Authentication

2004-05-18 Thread [EMAIL PROTECTED]
You will need to configure JBoss security domains and JAAS login modules. Start with the JAAS HOWTO. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3835314#3835314 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835314

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

2004-05-18 Thread raffaelecorvino
Thanks,Scott Stark. I don't solve my problem. I've read jaashowto and I follow it. I've the same problem when I use org.jboss.security.auth.spi.UsersRolesLoginModule and also when I use org.jboss.security.auth.spi.DatabaseServerLoginModule. It' s very strange!? I use a custom server

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

2004-05-18 Thread raffaelecorvino
I forget to inser the error. When I run the client, it give me: Exception in thread main java.lang.SecurityException: Impossibile trovare una configurazione di login at com.sun.security.auth.login.ConfigFile.(ConfigFile.java:97) at

[JBoss-user] [Persistence CMP/JBoss] - Re: EJB-QL ERROR with 3.2.3 but working with 3.0.4

2004-05-18 Thread JBS
Unfortunately it does not work. The error message is the same: jvm 1| org.jboss.deployment.DeploymentException: Error compiling EJB-QL statement 'SELECT OBJECT(c) FROM CustomerEJB AS c'; - nested throwable: (java.lang.NoSuchMethodError) jvm 1| at

[JBoss-user] [Persistence CMP/JBoss] - Re: EJB-QL ERROR with 3.2.3 but working with 3.0.4

2004-05-18 Thread JBS
sesques wrote : What is your jdk version ? | 1.3.1_01 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3835318#3835318 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835318

[JBoss-user] fw:Patch 3.2.4

2004-05-18 Thread shitara
Hi Can the person, plse fwd me the patch as well for 3.2.3. Thanks --- This SF.Net email is sponsored by: SourceForge.net Broadband Sign-up now for SourceForge Broadband and get the fastest 6.0/768 connection for only $19.95/mo for the first

[JBoss-user] [Installation Configuration] - jboss-3.2.3_jetty-4.2.14.zip download missing?

2004-05-18 Thread dudleygb
Hi, We're just in the process of upgrading from Jboss321 with jetty. I managed to get the download jboss-3.2.3_jetty-4.2.14.zip from sourceforge, but I dont see it anymore? Anyone knows if its still around? Thanx Dudley View the original post :

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

2004-05-18 Thread Vladis
Hi, Wouldn't have asked but one respectable person claims Jboss is not free for commercial use... To put it simply: do developing company and company which uses developed software and JBoss Application Server must pay anything? Regards, Vladislovas View the original post :

[JBoss-user] [EJB/JBoss] - UserTransaction to two servers

2004-05-18 Thread mimi74
Hi, I have the following problem. I have the server A and server B, from client i want to call paralell the methods from A and from B but with transaction. So I need to get UserTransaction and have jndi.properties since ClientUserTransaction uses default constructor of initial context. But how

[JBoss-user] [JAAS/JBoss] login authentication with login information of a existing mail server

2004-05-18 Thread biswaranjan
Hello , Please can anybody guide me on the following scenario... i have an existing mail server , 10 users are created on that server . Now i have to develop a new application, when ever the admin will be creating username and password for employess in the new application , that should

[JBoss-user] [Beginners Corner] - Re: clients and jndi, i dont have a clue!

2004-05-18 Thread ibruell
Have you tried to use the jndi.properties file ? In my client classes i always use this code snippet: | Properties prop = new Properties(); | prop.put(Context.INITIAL_CONTEXT_FACTORY, org.jnp.interfaces.NamingContextFactory); | prop.put(Context.PROVIDER_URL,

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

2004-05-18 Thread [EMAIL PROTECTED]
It is free for commercial use. You can develop your applications and deploy them in production environment on top of JBoss without having to pay anything. Only if you start making and distributing changes to the libraries we provide as part of the JBoss distribution will the LGPL license take

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Error - jms not bound

2004-05-18 Thread raja05
Change it to qFactory = ctxt.lookup(java:comp/env/jms/ConnectionFactory) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3835325#3835325 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835325

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

2004-05-18 Thread darranl
Some more information to you post is what you need to add. What error are you getting? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3835327#3835327 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835327

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

2004-05-18 Thread j88
Hi, i'm porting my application from WL to JBoss. I got this exception when a jsp file try to call a servlet file. Following is the exception: 16:53:10,437 ERROR [Engine] ApplicationDispatcher[] Servlet.service() for servlet followup threw exception java.lang.IllegalStateException at

[JBoss-user] [HTTPD, Servlets JSP] - IllegalStateException

2004-05-18 Thread j88
Hi, i'm migrating my application from WLS to JBoss 4.0. An exception occured when i try to call servlet from a jsp. The exception is 16:53:10,437 ERROR [Engine] ApplicationDispatcher[] Servlet.service() for servlet followup threw exception java.lang.IllegalStateException at

[JBoss-user] [JBoss Getting Started Documentation] - Re: Not getting helloworld client output.

2004-05-18 Thread darranl
Which tutorial are you following? Also do not cross post. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3835330#3835330 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835330

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

2004-05-18 Thread chiba
I have just released 3.0 beta! This version rejects such a duplicated member. In principle, you can add a duplicated member to a class file but the JVM will reject that class file since it does not pass bytecode verification. View the original post :

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

2004-05-18 Thread darranl
Wrong forum, this forum is to discuss the advanced documentation not user issues. You should probably try one of the 'Begginers Corner' or 'HTTPD, Servlets JSP' forums. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3835332#3835332 Reply to the post :

[JBoss-user] [Security JAAS/JBoss] - Re: Very Very Urgent !! Multiple User

2004-05-18 Thread anbenham
Hi, I think I found a reason for my problem. I have noticed that when I try to call a secure page in my App SecurityAssosciation.getPrincipal() sometimes returns a Principal that is logged in another session/thread. I have added a test output in the login page to see the contents of

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

2004-05-18 Thread mlsoderin
Hi.. I have an mbean service that needs to know when deployment is finished and the server is started. Is there a way to do this? I've been testing some stuff with listening to different services but I've not found the solution to my problem. Any helplful hints would be greatly appreciated!

[JBoss-user] [Persistence CMP/JBoss] - Re: EJB-QL ERROR with 3.2.3 but working with 3.0.4

2004-05-18 Thread sesques
Try to update your JDK JBoss has potentially problems with JDK 1.3.x See the Wiki page: http://jboss.org/wiki/Wiki.jsp?page=JBossInstallation Pascal View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3835336#3835336 Reply to the post :

[JBoss-user] [Installation Configuration] - [log4j] SMTPAppender and Threshold INFO

2004-05-18 Thread kaobe
Hi there, I have some questions concerning the SMTPAppender. I wanted to test it and therefore put the Threshold to INFO. Unfortunately I got no messages. I tried several days with different configurations but nothing changed. Then I changed the jboss setup that I get some errors. And - I

[JBoss-user] [Installation Configuration] - configuring petstore with jboss

2004-05-18 Thread naveenjaglan
hi guys, i m complete novice as far as jboss is concerned and i want to configure petstore with jboss and Daffodil DB but i didn't find any documentation regarding this. so i would really appreciate if somebody can help me out. cheers View the original post :

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

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

[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

[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

[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;ifields.length;i++) { addingField=new CtField(fields.getType(),fields.getName(),dest);

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

[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

[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

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

[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

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

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

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

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

[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

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

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

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

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

[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

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

[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

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

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

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

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

[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 JBOSS installation dir/client directory. I added in this

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

[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

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

2004-05-18 Thread khem
hi, in xdoclet.xml, try : dao pattern={0} destdir=${project.dir}/${ejbsrc.dir}/ instead of : dao pattern={0} destDir=${ejbsrc.dir}/ hope it helps, regards View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3835381#3835381 Reply to the post :

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

[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 | entity | ejb-nameStoryEJB/ejb-name | create-tabletrue/create-table | remove-tabletrue/remove-table | pk-constrainttrue/pk-constraint |

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

[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? attribute name=BindAddress${jboss.bind.address}/attribute | --- | GMS: address is SLWXP120:2343 (additional data: 19 bytes) |

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

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

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

[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

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

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

[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: | ?xml version=1.0 encoding=UTF-8? | !DOCTYPE ejb-jar PUBLIC -//Sun

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

[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 ejb-ref Test EJB

[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

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

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

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

[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

[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=bbop=viewtopicp=3831917 Pascal View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3835403#3835403 Reply to the post :

[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

[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

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

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

[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

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

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

[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

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

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

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

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

[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

[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

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

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

2004-05-18 Thread [EMAIL PROTECTED]
do you have the insert-after-ejb-post-create thingy configured? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3835393#3835393 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3835393

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

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

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

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

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

  1   2   >