[JBoss-user] [Datasource Configuration] - Re: I'be got the connection, but why can't find table?

2004-02-22 Thread pilhuhn
datasource-mappingejbstudy/datasource-mapping is bogus as long as there is no db-mapping named 'ejbstudy' in standardjbosscmp-jdbc.xml. Try 'mySQL' instead. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3822439#3822439 Reply to the post :

[JBoss-user] [Messaging, JMS JBossMQ] - Re: How can I use JMS in JBoss?

2004-02-22 Thread pilhuhn
Helping you needs some time and as time is money, this also needs some money ... what now? There are lots of examples around on using JMS. Also there are at least a hundered posts on jboss-users wrt JMS. And btw.: buying the admin guide once is even cheaper than buying the subscription. The

[JBoss-user] [Beginners Corner] - Re: Hot redeployment - failed in jboss 3.2.3

2004-02-22 Thread igor_ts
Hi I have not any copy of xerces/crimson/etc in server/default/lib. xercesimpl.jar stored in /opt/jboss-3.2.3/lib Shall i copy xercesimpl.jar to server/default/lib ? mikefinn wrote : Looks like maybe he is finding an incompatible XML parser. Do you have a copy of xerces/crimson/etc in your EAR,

[JBoss-user] [Security JAAS/JBoss] - Re: JavaWorld JBoss JAAS paper

2004-02-22 Thread Martin0
The tests seem to work except for servlet test 6. I see the note at the bottom of the new paper on this test, but I'm not clear what to do to get this to work. I am using 3.2.3. Can you give me some more help Scott? Thanks Martin View the original post :

[JBoss-user] [Security JAAS/JBoss] - Re: JavaWorld JBoss JAAS paper

2004-02-22 Thread Martin0
Hmm I added the following module option to DatabaseServerLoginModule module-option name=unauthenticatedIdentityjava/module-option I tried servlet PublicSession.echo() as anon but this still failed, but test 6 now works. I guess this is because echo is still checked, but at least the session

[JBoss-user] [Security JAAS/JBoss] - no security but I get principal=null exception

2004-02-22 Thread deanhiller
I have a very simple example stateless session bean and a client accessing the getSomeString() method just to test this out on JBoss. I then get a principal==null exception as followswhy is this? I am not doing any security stuff. java.rmi.ServerException: RemoteException occurred in

[JBoss-user] [Security JAAS/JBoss] - Re: no security but I get principal=null exception

2004-02-22 Thread [EMAIL PROTECTED]
Did you add a security-domain to your jboss.xml? If you did, how are you performing your client login? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3822449#3822449 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3822449

[JBoss-user] [Security JAAS/JBoss] - Re: no security but I get principal=null exception

2004-02-22 Thread deanhiller
thankyou, thankyou, thankyou. :) yes, xdoclet did put a security domain in my jboss-xml security-domainjava:/jaas/samples/security-domain I got rid of it. works now. I was going off the xdoclet example and am learning many new tools at once including J2EE. thanks, dean View the original

[JBoss-user] [EJB/JBoss] - Re: JBoss Shutdown

2004-02-22 Thread rupshall
Using the shutdown.sh -S command it will never shut down but with a ctl+c it shuts down but hangs for 3 miniutes and spits out an error, then 3 more minutes before it ends. I appears something locking pport 8080, I have nothing else running that I am aware of, how can I tell for sure?

[JBoss-user] [Nukes User] - Can i integrate Nukes Forum as a standalone module into my

2004-02-22 Thread srmarreddy
Hi, I would like to integrate NukesBB into my existing website. I dont want to include any other modules that exists in Jboss Nukes.Is this possible?. Anybody tried this before. Please help. Thanks Srini Marreddy View the original post :

[JBoss-user] [Nukes User] - deploying a theme as a separate jboss-service

2004-02-22 Thread aristoi
Hello, we dicided to use nukes for our working group at the university and it is my job to customize it. I've developed a theme by now and it works well, but now I want to deploy it in a separate jboss-service. I am new to JBoss and J2EE, so I just copied the structure of a module and changed

[JBoss-user] [Nukes User] - Re: Can i integrate Nukes Forum as a standalone module int

2004-02-22 Thread cooper
you need at least some modules for the user and group management as well as the upcoming security module. You need too block and theme module. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3822458#3822458 Reply to the post :

RE: [JBoss-user] [Installation Configuration] - Re: All threads are busy

2004-02-22 Thread David Wade
I also have had this problem, I increased the maxProcessors to 100, but still got the problem... 2004-02-22 17:55:49,230 ERROR [org.apache.tomcat.util.threads.ThreadPool] All threads are busy, waiting. Please increase maxThreads or check the servlet status100 100 YET, I know my load test

[JBoss-user] [Nukes User] - Re: deploying a theme as a separate jboss-service

2004-02-22 Thread jae77
what are the contents of your ear file? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3822460#3822460 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3822460 --- SF.Net

[JBoss-user] [Nukes User] - Re: deploying a theme as a separate jboss-service

2004-02-22 Thread aristoi
Sorry, I found the mistakes, it was just the wrong packagename. Now it works wonderful ;-) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3822461#3822461 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3822461

[JBoss-user] [Beginners Corner] - Hibernate JMX and struts conflicts in JBOSS 3.2.1

2004-02-22 Thread erikgu
I've created a test jsp that manage to get my hibernate populated POJOs, but after adding a hibernate jmx / sar to my ear, my struts/web application doesnt work. (I m using Struts 1.1, hibernate 2.1.1 and jboss 3.2.1.) All worked fine with my dummy DAO, but after adding my hibernate jmx I'm

[JBoss-user] [Security JAAS/JBoss] - Re: Passing subject/roles from one realm to another?

2004-02-22 Thread mharm
Hi again. Well, it turns out we can't rely on TRUSTED_APP being in the same container, so the local interfaces wide open approach won't work. What we need is a way for TRUSTED_APP to be authenticated in a headless way (say, a kerberos keytab), and that information to be used to access stuff in

[JBoss-user] [Security JAAS/JBoss] - Re: ClientLoginModule adding Principals to Subject

2004-02-22 Thread gary_kephart
Fantastic. What version is/will this be in? Gary View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3822464#3822464 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3822464

[JBoss-user] [Advanced Documentation] - Re: 8 hours lost due to missing info in the documentation

2004-02-22 Thread bwallis42
As an owner of the jboss all docs subscription (hang on, it expired last month, must resubscribe, thanks for reminding me :-) I feel I must comment I have found the documentation plus the absolutely fabulous support that I get from the forums and mailing list to be far superior to any (so

[JBoss-user] [Beginners Corner] - Re: JBoss Remote Clients

2004-02-22 Thread nhunt
The only thing the remote client really needs are the remote and home interfaces. I'm not too sure what is meant by stubs, but as long as you define the remote and home interfaces of each EJB you want to access remotely in the deployment descriptors (ejb-jar.xml and jboss.xml) you should be

[JBoss-user] [Advanced Documentation] - Re: 8 hours lost due to missing info in the documentation

2004-02-22 Thread marc fleury
thanks for the support, some guys rave about it some guys bitch about it. It is normal to see the spectrum of opinions when you are dealing with 10's of thousands of developers. We are about to deploy a wiki for all docs so that you guys can get going and help as well. Someone was saying

[JBoss-user] [Messaging, JMS JBossMQ] - XDoclet config for MDB

2004-02-22 Thread kkaal
Hi, could somebody tell me, what I have to configure XDoclet in Eclipse to that message-driven beans are added? Did'nt find any message* entry in list (right-click ejbdoclet). Thanks Klaus View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3822470#3822470 Reply

[JBoss-user] [Nukes User] - Re: Next Nukes Release ?

2004-02-22 Thread marc fleury
it is coming I know julien is working aroudn teh clock on that. Also we will set up a wiki so that you guys can use it and help. We will seed the wiki and edit it View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3822471#3822471 Reply to the post :

[JBoss-user] [Testimonials] - Going Live Soon

2004-02-22 Thread JavierSDQ
Hello all! I have been a big fan and a JBoss user for at least a couple of years but I had not had the opportunity to develop and deploy a real application on JBoss. Part of the reason for that is because my company purchased BEA Weblogic before I became familiar with JBoss. Finally last year

[JBoss-user] [Nukes User] - Re: Next Nukes Release ?

2004-02-22 Thread jae77
the wiki site has already been created. http://www.jboss.org/index.html?module=bbop=viewtopict=45661 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3822475#3822475 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3822475

[JBoss-user] [Messaging, JMS JBossMQ] - Re: How Can I get a ConnectionFactory using JMS with JBoss?

2004-02-22 Thread SportsBaby1980
to Adrian: I run my program while JBoss is running. but it still does not work. Follow is JNDIContext: java.util.Hashtable JNDIParm = new java.util.Hashtable(); JNDIParm.put(Context.PROVIDER_URL, localhost); JNDIParm.put(Context.INITIAL_CONTEXT_FACTORY,

[JBoss-user] [Messaging, JMS JBossMQ] - Re: How Can I get a ConnectionFactory using JMS with JBoss?

2004-02-22 Thread SportsBaby1980
package simple; import javax.jms.*; import javax.naming.*; public class SimpleQueueReceiver { public static void main(String[] args) { String queueName = A; Context jndiContext = null; QueueConnectionFactory queueConnectionFactory =

[JBoss-user] [Messaging, JMS JBossMQ] - Re: How Can I get a ConnectionFactory using JMS with JBoss?

2004-02-22 Thread SportsBaby1980
Up is my JMS reciever. I known there is a default Queue named A.But How can I get ConnectionFactory?Is there a JNDI name I can use and what is it? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3822478#3822478 Reply to the post :

[JBoss-user] [Messaging, JMS JBossMQ] - Re: How can I use JMS in JBoss?

2004-02-22 Thread SportsBaby1980
pilhuhn wrote : Helping you needs some time and as time is money, this also needs some money ... what now? | | There are lots of examples around on using JMS. Also there are at least a hundered posts on jboss-users wrt JMS. | | And btw.: buying the admin guide once is even cheaper

[JBoss-user] [Messaging, JMS JBossMQ] - Re: How Can I get a ConnectionFactory using JMS with JBoss?

2004-02-22 Thread SportsBaby1980
Queue name is A javax.naming.NameNotFoundException: ConnectionFactory not bound at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:245) at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:220) at

[JBoss-user] [Persistence CMP/JBoss] - Jboss does not accept table-name.. why?

2004-02-22 Thread mandarjboss
I am using JBoss for an enterprise application development.I am accesing the EJB called QuestionBean from a Servlet. I have mapped QuestionBean to PostgreSQL.My application gets deployed Successfuly.But when i execute the application it searches for a table called questionbean in Postgre

[JBoss-user] Unsubscribe me please

2004-02-22 Thread Phuwarin . Supawarapong
To admin, Please unsubscribe me from the distribution list. Thanks Regards, Phuwarin --- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps Web services for Linux with a free DVD software kit from IBM. Click

[JBoss-user] [Persistence CMP/JBoss] - Re: Jboss does not accept table-name.. why?

2004-02-22 Thread loubyansky
If you was able to deploy your app successfully then we have a bug in JBoss. The XML snippet should look like ... enterprise-beans ejb-nameQuestionBean/ejb-name java:/PostgresDS datasource-mappingPostgreSQL/datasource-mapping create-tablefalse/create-table

[JBoss-user] [Persistence CMP/JBoss] - Re: Jboss does not accept table-name.. why?

2004-02-22 Thread loubyansky
Sorry, Nukes eates some XML tags. In fact, your config should work. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3822484#3822484 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3822484

[JBoss-user] [Messaging, JMS JBossMQ] - Re: How can I use JMS in JBoss?

2004-02-22 Thread SportsBaby1980
Thank you everyone. This morning,I success. I use JBoss4.0. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3822486#3822486 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3822486

[JBoss-user] [Messaging, JMS JBossMQ] - Re: How Can I get a ConnectionFactory using JMS with JBoss?

2004-02-22 Thread SportsBaby1980
Thank you,everyone. The problem has resovled. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3822487#3822487 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3822487 ---

[JBoss-user] [Beginners Corner] - Re: Missing ejbGenerate.xml

2004-02-22 Thread etrelin
I meet the same thing too View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3822488#3822488 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3822488 --- SF.Net is sponsored by:

[JBoss-user] [Installation Configuration] - Re: Best way to secure a datasource config file?

2004-02-22 Thread [EMAIL PROTECTED]
Yes. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3822489#3822489 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3822489 --- SF.Net is sponsored by: Speed Start Your

[JBoss-user] [Beginners Corner] - connecting mysql into JBoss

2004-02-22 Thread Jimmywu
Hi guys, i am trying out Jboss for creating a web portal, and i need to connect the database to the jboss server. I have searched the web for tutorials regarding these but all are either too confusing or too outdated. would appriciate it if someone were to help me out here.thx in advance

[JBoss-user] [HTTPD, Servlets JSP] - Re: To run JSP Pages in JBoss

2004-02-22 Thread sapnakori
Thanks Nagasheshu, simple question and simple answer, it really helped me start off Sapna View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3822491#3822491 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3822491

[JBoss-user] [Messaging, JMS JBossMQ] - Re: FAQ - Read this second

2004-02-22 Thread npdavis
and in jbossmq-destinations-service.xml on your MDB's local machine: | mbean code=org.jboss.mq.server.jmx.Queue | name=jboss.mq.destination:service=Queue,name=WhateverRemoteQueue | depends optional-attribute-name=DestinationManagerjboss.mq:service=DestinationManager/depends |

[JBoss-user] [Management, JMX/JBoss] - Re: depends tags in jboss-web don't seem to work

2004-02-22 Thread [EMAIL PROTECTED]
create a deploy/deploy.last directory and put your servlet there View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3822495#3822495 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3822495

[JBoss-user] [Management, JMX/JBoss] - Re: JMX notification from a SLSB EJB

2004-02-22 Thread [EMAIL PROTECTED]
the mbean server handles the notification registrations so in order for anyone to register a listener for the notifications, the broadcaster needs to be available to the mbean server, and this in turn means an MBean (which can of course be just a delegate to some other object) View the

[JBoss-user] [Management, JMX/JBoss] - Re: XMBean Problem

2004-02-22 Thread [EMAIL PROTECTED]
java.lang.NullPointerException: Operation submitSubmission is not a declared management operation. The metadata declaration is not correct in this case, the MBean server cannot find your submitSubmission operation. View the original post :

[JBoss-user] [Management, JMX/JBoss] - Re: ClassEditor pre-appends

2004-02-22 Thread [EMAIL PROTECTED]
File a bug report View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3822498#3822498 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3822498 --- SF.Net is sponsored by: Speed

[JBoss-user] [Clustering/JBoss] - Clustering on two different machine(Jboss 3.2.3)

2004-02-22 Thread gugusamchil
Hello, I want to clustering on two different machines (it is called S1,S2) on S1, The following file is corrected. 1. cluster-service.xml modified 2. farm-service.xml modified Similarly S2 is corrected. and JBOSS was started(S1,S2) and the screen which inputted http://localhost:8080 by the

RE: [JBoss-user] How can i save date field in my sql

2004-02-22 Thread Rupp, Heiko
Either change the mapping (for all apps on your server !!) in conf/standardjbosscmp-jdbc.xml or (much better) in jbosscmp-jdbc.xml or your application. creating the table in db the date field is defined with datetime how can i change it to be only with date?

RE: [JBoss-user] problem on creating table with int fields

2004-02-22 Thread Rupp, Heiko
from is a sql reserved word and can't be used as column names. Change your colum name. for the right syntax to use near 'from INTEGER NOT NULL, to INTEGER NOT NULL, price INTEGER NOT N) --- SF.Net is sponsored by: Speed Start Your Linux Apps

[JBoss-user] [EJB/JBoss] - Re: JBoss problem

2004-02-22 Thread raffaelecorvino
I have now a new problem: 2:17:19,447 INFO [MainDeployer] Starting deployment of package: file:/home/raffaele/jboss-3.2.3/server/default/deploy/HelloWorld.jar 12:17:19,701 ERROR [MainDeployer] could not create deployment: file:/home/raffaele/jboss-3.2.3/server/default/deploy/HelloWorld.jar