[JBoss-user] [Installation & Configuration] - Re: How to use URLDirectoryScanner?

2004-04-19 Thread Martin.Stechert
Quite old post, but ... Have you tried to give the 2nd deployer a unique name? E.g. name="jboss.deployment:type=DeploymentScanner1,flavor=URL"> View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831519#3831519 Reply to the post : http://www.jboss.org/index.html?m

[JBoss-user] [Management, JMX/JBoss] - accessing single MBean

2004-04-19 Thread BDV
We've created an MBean and everything works fine. Now I want only a specific group of users to have access to this MBean. I mean visualize it in a browser. Something like the JMX-console with that difference that those users may not acces the jmx-console but only a visualisation of that specific

[JBoss-user] [Installation & Configuration] - Re: jboss 3.2.3 multiple instances on single host without Se

2004-04-19 Thread tysmeister
whoa brainfade on my part - didn't bother to check $JBOSS_HOME/server/default/conf/jboss-minimal.xml sorry for the space wastage Regards, AT View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831516#3831516 Reply to the post : http://www.jboss.org/index.html?m

[JBoss-user] [EJB/JBoss] - Firebird 1.5 and JBoss 3.0.4 .... Connection Pool Error??

2004-04-19 Thread herinjaka
I'm trying to use JBoss 3.0.4 with Firebird 1.5. I create my EJB, with recomanded patterns (ServiceLocator, Business Delegate) but when I compile my application, I note that : - If I run the application only at once time, I have no problem!! - but if I want to run many times the samy business, l

[JBoss-user] [Installation & Configuration] - Re: jboss 3.2.3 multiple instances on single host without Se

2004-04-19 Thread tysmeister
Hi, Further to my original post I am running the two instances using the following invocation; $ $JBOSS_HOME/bin/run.sh --host=`hostname` Hence the ${jboss.bind.address} is the same for for instances Thanks and regards, Andrew View the original post : http://www.jboss.org/index.html?module=b

[JBoss-user] [Installation & Configuration] - Re: How to disenable /tmp in Jetty

2004-04-19 Thread jonlee
A cron job specifically cleans up the /tmp directory. It doesn't clean up the /jetty directory. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831512#3831512 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831512

[JBoss-user] [Installation & Configuration] - jboss 3.2.3 multiple instances on single host without Servic

2004-04-19 Thread tysmeister
Hi, I have recently migrated from JBoss 3.0.3 to jboss 3.2.3/tomcat 4.1.29. In the previous release we were able to run multiple instances of the server by changing port numbers as appropriate. I notice that with the 3.2.3 release that I get various other problems, like the following for examp

[JBoss-user] [Messaging, JMS & JBossMQ] - setJMSExpiration() dont seem to work

2004-04-19 Thread jmer
Hi list; I using the following on my development env.: jboss-3.2.2 server, window2000 OS, jbossIDE for eclipse. Currently in using a servlet a to send and ObjectMessage to a queue(A) which is cosumed by an MDB bean. The Message is rollback to the queue(A) incase exception is encountered on

[JBoss-user] [EJB/JBoss] - need an example of BMP and compound PK

2004-04-19 Thread Berritxu
Hello! I have to use a compound primary key, using BMP, but I don't know how to do it. Anybody has an example? Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831463#3831463 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&m

[JBoss-user] [JCA/JBoss] - Re: using jstl, mysql, get error

2004-04-19 Thread zhang_g
thanks a lot, my problem is solved. i'm just entering the wrong URL for the DB. should be url="jdbc:mysql://localhost:3306/foodcoop" NOT url="jdbc:mysql:foodcoop" but i am still wondering why didn't i get error when i use MSAccess? i mean without telling the host and port number specifi

[JBoss-user] [Installation & Configuration] - Re: How can I solve this 500 error????

2004-04-19 Thread bytor99999
Well, all I can say is that today. I ran the run.bat, and everything works fine now. I can go to the web-console, and I can see the Struts documentation web site from the war that comes with struts download. Who knows why it works now. I made absolutely no changes to anything. Mark View the or

[JBoss-user] [EJB/JBoss] - Re: javax.transaction.Synchronization

2004-04-19 Thread [EMAIL PROTECTED]
You are correct, it is not correct. It has already been fixed in JBoss4 but the fix has not been backported yet. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831504#3831504 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&

[JBoss-user] [JCA/JBoss] - Re: using jstl, mysql, get error

2004-04-19 Thread [EMAIL PROTECTED]
You are not using JCA, you might find more help in the HTTP forums. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831503#3831503 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831503 -

[JBoss-user] [JCA/JBoss] - Re: using jstl, mysql, get error

2004-04-19 Thread [EMAIL PROTECTED]
Post a the result of | jar -tf yourmysqldriver.jar | and its location. Regards, Adrian View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831502#3831502 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831502 --

[JBoss-user] [EJB/JBoss] - Re: javax.transaction.Synchronization

2004-04-19 Thread tomdavies
Just to make things clearer, here's a snippet of stack trace: | at kodo.runtime.PersistenceManagerImpl.beforeCompletion(PersistenceManagerImpl.java:650) | | at org.jboss.tm.TransactionImpl.doBeforeCompletion(TransactionImpl.java:1308) | | at org.jboss.tm.TransactionImpl.r

[JBoss-user] [Beginners Corner] - Re: hpersonic missing in JMX console

2004-04-19 Thread lara375
Hi Darran, wonderful. I can't thank you enough. It's working. I just uncommented the bottom portion that contains mbean code for hypersonic db. You rock. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831500#3831500 Reply to the post : http://www.jboss.org/

[JBoss-user] [EJB/JBoss] - Re: javax.transaction.Synchronization

2004-04-19 Thread tomdavies
I think you are mistaken. The spec says: anonymous wrote : The Synchronization.beforeCompletion method is called prior to the start | of the two-phase transaction commit process. This call is executed with the | transaction context of the transaction that is being committed. so calling befor

[JBoss-user] [JCA/JBoss] - Re: using jstl, mysql, get error

2004-04-19 Thread zhang_g
sorry, forgot to mention the development enviroment: windowXP professional, Jboss3.2.4RC1, mysql4.1.1, the password hashing of mysql has been set to 16bytes for compatibility. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831498#3831498 Reply to the post :

[JBoss-user] [JCA/JBoss] - using jstl, mysql, get error

2004-04-19 Thread zhang_g
hi, all, i've an application works fine with MSAccess, now i want to switch it to MySql. got the error like in the topic. here below is the detail: select * from staff; error: javax.servlet.ServletException: Unable to get connection, DataSource invalid: "No suitable driver"

[JBoss-user] [Security & JAAS/JBoss] - Re: request.getUserPrincipal returns null

2004-04-19 Thread Montia
I am doing programmatic authentication using filters as well. I work with JBoss 3.2.1 and I can see the same behaviour. I tried using JBoss 3.2.4RC1 as it seemed from a couple of threads I read that the behaviour might be different when using a more up-to-date version of JBoss. I saw the same

[JBoss-user] [HTTPD, Servlets & JSP] - apache2 tomcat5 webapp_module

2004-04-19 Thread sundaram
Hi all, Any one in this list configured with Apache2 tomcat5 using WebApp connector Module. I am trying to find some doucment, so far no luck. Lots of documents for Tomcat4 ( http://www.pubbitch.org/jboss.html) Please let me know, if you have some tips for this configuration Thanks Sundaram V

[JBoss-user] [EJB/JBoss] - Re: where contains(keywords, 'keyword list') > 0

2004-04-19 Thread kaypee
Yes, I know so! Hence, I was wondering if JBOSS Dynamic-QL could do it for me. Or, are you tring to say that the JBOSS Dynamic-QL is dependent on the EJB-QL ? Can someone please throw some ideas in here, please. Much appreciated. TIA, Kunal View the original post : http://www.jboss.org/ind

[JBoss-user] [Installation & Configuration] - Re: Wanna change default path of jboss.....

2004-04-19 Thread jae77
yes, set the context-root attribute in the jboss-web.xml file. | / | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831452#3831452 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831452 --

[JBoss-user] [Beginners Corner] - Unable to compile class for JSP

2004-04-19 Thread richardzheng
I downloaded JBoss3.2.3 and deployed struts_example.war. When I visted the web site, following error occurs: HTTP Status 500 - type Exception report message description The server encountered an internal error

[JBoss-user] [Beginners Corner] - Re: communication servlet-session bean problem

2004-04-19 Thread zaken
win2000 // java version "1.4.1_02" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_02-b06) Java HotSpot(TM) Client VM (build 1.4.1_02-b06, mixed mode) // JBoss 3.2.3 I checked JBoss's Duke's Bank app and it worked correctly but web module is looking for in JNDI by EJBGet

[JBoss-user] Get CMT txn info from session bean method

2004-04-19 Thread Craig Berry
Title: Message For testing purposes, it would be convenient for me to be able to determine from inside a stateless session bean using CMT what the current txn is (if any) and to get detailed info about it (e.g., the txn timeout).  Is there a way to do this?   -- Craig Berry x7546    

[JBoss-user] [JCA/JBoss] - Re: ManagedConnectionPool / Lost connections / Bad connectio

2004-04-19 Thread [EMAIL PROTECTED]
This has been fixed for JBoss-3.2.4RC2 The main part of the fix is: | Index: JBossManagedConnectionPool.java | === | RCS file: /cvsroot/jboss/jbosscx/src/main/org/jboss/resource/connectionmanager/JBossManagedConnectionPoo

[JBoss-user] [Persistence & CMP/JBoss] - Re: How to delete child entities only from a one-to-many CMR

2004-04-19 Thread davout
That's solved it! Many thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831486#3831486 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831486 --- This SF.Net em

[JBoss-user] [EJB/JBoss] - Re: jdbc not bound

2004-04-19 Thread sesques
Why don't you try the simplest way: 1) Copy the file postgres-ds.xml that you can find in docs/examples.jca into the deploy directory (and set the values according to your database). 2) Configure your beans with the tag in jbosscmp-jdbc.xml 3) reference the datasource with "java:/FooDS" View

Re: [JBoss-user] [Installation & Configuration] - Re: CoyoteConnector Coyote can't register jmx for protocol !

2004-04-19 Thread Nathan Gross
astrien wrote: I am having the same problem. The particulars are as such: As a noob to JBoss and Linux, I'm doing the only sane thing possible - I'm renting a full bore Red Hat Linux 9.0 server at Interland and attempting to install JBoss on it so I can run several web sites with it. Sweet, rig

[JBoss-user] [Persistence & CMP/JBoss] - Re: How to delete child entities only from a one-to-many CMR

2004-04-19 Thread sesques
We are all silly ! In your code, you only remove the entity bean from the collection, not the bean itself. Try this code: | Pupil aPupil = getHome().findByPrimaryKey(...) | Collection aSubjectLinks = aPupil.getSubjectLinks; | Iterator anIterator; | while (aSubjectLinks.size() != 0) {

[JBoss-user] [EJB/JBoss] - jdbc not bound

2004-04-19 Thread rilux
Hi, I've been hunting around for fixes for the "jdbc not bound" naming exception problem found when trying to create a datasource without any luck. It must be a configuration issue. I'm using a PostgreSQL database but cannot connect to it. I just get the "jbdc not bound" error message. M

[JBoss-user] [JCA/JBoss] - Re: Can I access the drivers connection object

2004-04-19 Thread [EMAIL PROTECTED]
| Connection c = dataSource.getConnection(); | org.jboss.resource.adapter.jdbc.WrappedConnection wc = (WrappedConnection) c; | AS400JDBCConnection ajc = (AS400JDBCConnection) wc.getUnderlyingConnection(); | Be careful. View the original post : http://www.jboss.org/index.html?module=bb&

[JBoss-user] [Installation & Configuration] - JBOSS 3.0.7 migration to JVM 1.4 - Error

2004-04-19 Thread NeilSchneider
Hi, We've updated our JVM from 1.3.1 to 1.4.1 and JBOSS no longer runs. We're getting the following error... 2004-04-19 10:42:18,019 ERROR [org.jboss.web.WebService] Starting failed java.net.SocketException: No such file or directory at java.net.ServerSocket.createImpl(ServerSocket.java:2

[JBoss-user] [JCA/JBoss] - Can I access the drivers connection object

2004-04-19 Thread rupshall
Is it possible to access the drivers actual connection object ainstead of the generic sql.Connection object? This example might make more sense: I am using: com.ibm.as400.access.AS400JDBCDriver in my -ds.xml file. The connection works perfectly in all my Entity Beans. What I want to do no

[JBoss-user] [Persistence & CMP/JBoss] - Re: How to delete child entities only from a one-to-many CMR

2004-04-19 Thread davout
This is the log output created by one of the '.remove(aLink)' calls. The [STDOUT] lines are the before and after System.out lines insertd by me within the method code. | 2004-04-19 20:07:34,943 INFO [STDOUT] Deleting [4/3] | | 2004-04-19 20:07:34,943 TRACE [org.jboss.ejb.plugins.ProxyF

[JBoss-user] [JCA/JBoss] - Re: Strange behaviour in non-tx DataSource, when a transacti

2004-04-19 Thread [EMAIL PROTECTED]
You might want to upgrade from 3.2.1 - you are now missing more than one years of fixes. http://cvs.sourceforge.net/viewcvs.py/jboss/jboss-transaction/src/main/org/jboss/tm/TransactionImpl.java?r1=1.5.2.14&r2=1.5.2.15 In future, please check the latest release before reporting bugs that are alrea

[JBoss-user] [Persistence & CMP/JBoss] - Re: How to delete child entities only from a one-to-many CMR

2004-04-19 Thread sesques
Adds | | | | in the log4j.xml file (in the conf directory) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831469#3831469 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831469 ---

[JBoss-user] [Management, JMX/JBoss] - Deploying services from within an .ear file

2004-04-19 Thread Essington
I have an app that deploys a datasource (-ds.xml), a mail service (-service.xml) and a beanshell script(.bsh) from its jboss-app.xml file located in the ears META-INF directory. These services deploy just fine in jboss 3.2.x, however they don't appear to deploy at all (any thing specified in t

[JBoss-user] [JCA/JBoss] - Strange behaviour in non-tx DataSource, when a transaction i

2004-04-19 Thread skondam
Hi All, I saw this behaviour consistently one day last week, Unable to recreate again. I have a UserTransaction doing some DB work. In case If I get an error in committing, I get a connection from a non-tx DataSource to log a detailed message. On this particular instance the transaction is timi

[JBoss-user] [Persistence & CMP/JBoss] - Re: How to delete child entities only from a one-to-many CMR

2004-04-19 Thread davout
How do you switch on debugging for the CMP stuff? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831466#3831466 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831466 -

[JBoss-user] [Performance Tuning] - read-ahead beans and pre-load cache

2004-04-19 Thread dlerman
I'm trying to optimize db usage using read-ahead and optimize pessimistic locking using read-ahead beans, but these seem to be mutually exclusive, since the read-ahead beans and read-ahead methods don't participate in transactions so never use a pre-load cache. For example, using JBoss 3.2.4RC1

[JBoss-user] [JBoss Getting Started Documentation] - Re: Chapter 5 JMS example fails

2004-04-19 Thread jack-k
Figured it out: Chapter 5 fails to mention that you have to copy j2eetutorial/examples/jar/mdb-app-client.jar to the jboss/server/default/deploy directory. That corrects the problem. Jack View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831464#38314

[JBoss-user] [JBoss Getting Started Documentation] - Re: Chapter 5 JMS example fails

2004-04-19 Thread jack-k
please explain what "you need to deploy on JBoss as well" means? As far as I can tell, I followed chaper 5 to the letter, and I did put the simplemessage.jar in the default/deploy directory. To me that would indicate it's deployed on JBoss. I looked at the JNDIView.list: Ejb Module: simple

[JBoss-user] [Installation & Configuration] - Client gets NameNotFoundException when using ByValueInvokerI

2004-04-19 Thread satishyl
Hi, Our application consists of three EAR files running in isolated class loaders. We have situations where the bean from one EAR makes calls to a bean in the another EAR (both session beans). I went through this forum and used the ByValueInvokerInterceptor for the bean being called. But now my

[JBoss-user] jboss disallows SSL from MDB??

2004-04-19 Thread Fredrik Bonde
Hi all, got a problem with using SSL sockets with jakarta-commons-httpclient from a message driven bean in JBoss. we get a security exception so I asssume there's something JBoss disallow, is there any way to change JBoss behaviour? Thanks Fredrik Exceptions caught: INFO [STDOUT] def

[JBoss-user] [Installation & Configuration] - Re: Isapi and virtual hosts with JBoss/Jetty

2004-04-19 Thread jlemm
Ok -- I figured this out a while ago & thought that I'd pass it along... (Don't you just hate it when people don't do that?) PART 1: Setting up the ISAPI. There are several good sites that give you step by step instructions on how to set up the apache jk connector (isapi_redirector2.dll) betwe

[JBoss-user] [EJB/JBoss] - Hypersonic doesn't run well

2004-04-19 Thread Berritxu
Hello! I need use a compound primary key. The script to create table is: - CREATE TABLE tablasalidas (matricula VARCHAR(10), horario VARCHAR(5), parada VARCHAR(20), PRIMARY KEY(matricula,horario) ); ---

[JBoss-user] [Nukes User] - Re: existing sample sites & templating

2004-04-19 Thread sgwood
anonymous wrote : No, it didn't answer the strategy you guys have for opening up the presentation layer in Nukes. What more can I say than "JSR 168"? JSPs will be the views. Sherman View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831457#3831457 Reply to th

[JBoss-user] [Installation & Configuration] - Re: Wanna change default path of jboss.....

2004-04-19 Thread rainzzj
What you mean is that I should add these code you mentioned but not just modify, right?? I found this file in 3 places,and which is the right file i should modify?? Actually i did NOT found the code you mentioned at all. Thanks again. ...\server\default\deploy\jmx-console.war\WEB-INF ...\serve

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Cannot bind to connection factories...

2004-04-19 Thread [EMAIL PROTECTED]
"adamfowler" wrote : Hi all, requested info as below. | It isn't the information I asked for. anonymous wrote : | Relevant output from JNDIView: | java:comp namespace of the DocumentUpload bean: | | +- env (class: org.jnp.interfaces.NamingContext) | | +- ejb (class: org.jnp.i

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Cannot bind to connection factories...

2004-04-19 Thread [EMAIL PROTECTED]
"adamfowler" wrote : | PS Adrian: q1) Why not just say "Your post doesn't provide enough info. please post your server.log etc."? q2) You're signature has Director of Support for JBoss Inc in it. Did it perhaps occur to you that it as JBoss Inc sells support and documentation that it is in yo

[JBoss-user] [HTTPD, Servlets & JSP] - UserTransaction and Servlets

2004-04-19 Thread jurban
I have a servlet running in a standalone copy of Tomcat. This servlet needs to call several methods accross several sessionbeans as part of a unit of work. How can I create a UserTransaction which will allow me to rollback everything if any sessionbean call fails? Thanks, Jim View the origi

[JBoss-user] [Installation & Configuration] - Re: How to disenable /tmp in Jetty

2004-04-19 Thread richardzheng
What difference between putting compiled JSP classes in /tmp and in /jetty. Thanks Richard View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831450#3831450 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831450 -

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Cannot bind to connection factories...

2004-04-19 Thread adamfowler
Hi all, requested info as below. Please note that it looks weird cos the DocumentUpload MDB has references back to Document, but this is an application oddity - it has to be there for what I'm doing. Its effectively "please finish me later" Hope this helps. Cheers guys, Adam. PS Adrian: q1)

[JBoss-user] [Installation & Configuration] - Wanna change default path of jboss.....

2004-04-19 Thread rainzzj
I use jboss3.2.1. in .\server\default\deploy, there is a file named test.war. So I could use it through http://localhost:8080/test. Now I just want input http://localhost:8080 to use it, then what could I do?? Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=vi

[JBoss-user] [Security & JAAS/JBoss] - Block / Disable user using a preconfigured Identity

2004-04-19 Thread anbenham
Hi, I am developping a JAAS based J2ee Application. I want to block a user account, if the user gives the wrong password 3 succesive times. The problem is how to connect to the database, to set the user blocked? Which proncipal shall I use? Where to define this principal? I have read in the spec

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS Over Authenticated HTTPS Proxy

2004-04-19 Thread mkprim
Yes. We have already done the test, and it worked. We're currently using j2sdk 1.4.2_01, JBoss 3.2.3, and for the test we needed to setup the default authenticator. Then it works. Here's the simple client application code. You can see we are using a ProxyAuthenticator, wich is our own implementa

[JBoss-user] [EJB/JBoss] - Re: RMI callback

2004-04-19 Thread JeremyStein
I don't see the class loader exception in my log. Adding the stub in a jar on the server didn't solve my problem -- I still get the "wrong number of arguments" exception. Could you give me more details on your configuration? Are you running rmiregistry on the client? Did you have to do anyth

[JBoss-user] [JCA/JBoss] - Re: ManagedConnectionPool / Lost connections / Bad connectio

2004-04-19 Thread MarcMA
OK. Fair enough. Bug-ID = #938010 for the part where the ManagedConnectionPool gets flushed. There is more to come for the part where connections are killed not flushed. Thanks so far. Cheers PS: Good Job folks! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&

Re: [JBoss-user] [HTTPD, Servlets & JSP] - What happened to Jetty beginning with 3.2.3 ?

2004-04-19 Thread Vladyslav Kosulin
ianh wrote: I am curious as to what the future direction is with respect to Jetty vs. Tomcat? Prior to 3.2.3, JBoss always release 2 separate binaries . It looks like now only Tomcat is the bundled Servlet stack instead of Jetty. Jetty and JBoss filed for divorce in June 2003 ;-) Tomcat is the o

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: MDB listen Weblogic Queue

2004-04-19 Thread [EMAIL PROTECTED]
Stop it with your duplicate and "ME TOO" posts otherwise you will find your account deleted. You will also find the search function quite interesting since I know somebody answered this question two weeks ago. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831

[JBoss-user] [Persistence & CMP/JBoss] - Re: CMP, MySQL get NPE in JDBCEntityBridge.loadLoadGroups

2004-04-19 Thread rudger
Found the mistake: I had to add the @ejb.bean primkey-field="[primary key]" tag to make sure JBoss can create the tables. Bye Rudger View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831442#3831442 Reply to the post : http://www.jboss.org/index.html?module=b

[JBoss-user] [Nukes User] - Re: Exception when deploying Downloads module

2004-04-19 Thread thepriz
Yes, the downloads module was deloped using cvs HEAD. It has been tested with this code. If you use anything earlier it is not gauranteed to work. Good Luck, View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831440#3831440 Reply to the post : http://www.jboss.

[JBoss-user] [Security & JAAS/JBoss] - JMS Queue Security

2004-04-19 Thread learnJB
Hi! guys I have a problem in configuring the security for the destination queue which is the permanent queue. I have DBServerLogin configured for "jbossmq" in login-config.xml where unauthenticated identity is "guest" I dont want to add this principal to my SecurityConfig for the queue(permanet

[JBoss-user] [Messaging, JMS & JBossMQ] - MDB listen Weblogic Queue

2004-04-19 Thread maxi72
i need an MDB that listen a weblogic 8.1 queue. Can you help me ? Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831438#3831438 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831438 ---

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Cannot bind to connection factories...

2004-04-19 Thread [EMAIL PROTECTED]
"adamfowler" wrote : I find your reply interesting. I commented that the wiki documentation was next to useless (One small comment) and quite a bit of configuration information, and received a rather insulting reply saying I was merely whining. Such professionalism from support staff. | Not

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Cannot bind to connection factories...

2004-04-19 Thread spiritualmechanic
Also, you can look in http://server:port/jmx-console, then hit the JNDI link near the top. Scroll down, hit "list" method. This will show you everything that is bound to JNDI. Odds are it's not even there yet. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=383

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Cannot bind to connection factories...

2004-04-19 Thread spiritualmechanic
Are there any lines in the log referring to your MDB? You don't have to post the whole thing, but you should see something like "picking up blah.jar, deploying blah, binding blah to jndi" Any exception, even a classpath issue could be keeping you from binding to JNDI. View the original post :

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Cannot bind to connection factories...

2004-04-19 Thread adamfowler
I find your reply interesting. I commented that the wiki documentation was next to useless (One small comment) and quite a bit of configuration information, and received a rather insulting reply saying I was merely whining. Such professionalism from support staff. Anyways... - The information

[JBoss-user] [Persistence & CMP/JBoss] - Re: CMP, MySQL get NPE in JDBCEntityBridge.loadLoadGroups

2004-04-19 Thread sesques
Post some bean code snippet : bean declaration, cmp fields and especially cmr fields (relationships). View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831433#3831433 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831433

[JBoss-user] [Installation & Configuration] - Re: JNDI problems mail services tests

2004-04-19 Thread kabkhan
Had a look, and it seems the way I did it is what is normally done. I had just assumed ctx.bind("test/xyz", "xyz") would create the subcontexts needed. At least now I know that is not the case! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831432#3831432 Rep

[JBoss-user] [Nukes User] - Re: Deployement problem

2004-04-19 Thread pista
It's ok !! Thanks a lot!! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831431#3831431 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831431 --- This SF.Net email

[JBoss-user] [JCA/JBoss] - Re: CMP User transactions

2004-04-19 Thread [EMAIL PROTECTED]
BMT is not allowed for CMP - read the spec Why would you want BMT in a CMP bean if you are trying to make the client control the transaction? BMT always suspends any incoming transaction. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831430#3831430 Reply to

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Cannot bind to connection factories...

2004-04-19 Thread [EMAIL PROTECTED]
Your post reads: I have a problem trying to configure my queue. I'm not going to tell you what my problem is, instead I'm going to complain. I'm also going to post a small amount of information that makes no sense: e.g. env-ref instead of resource-ref e.g. What has queue configuration got to do w

[JBoss-user] [Security & JAAS/JBoss] - Re: jaas jsp login problem

2004-04-19 Thread Inky Pinky
OK, here is something that hasn't really been made clear on any posts I have read in this forum. If you want to use Tomcat with the clientloginmodule on the client side and want the server side to log you in using a databaseservermodule you have to perform the jaas client login and logout every

[JBoss-user] [Clustering/JBoss] - Re: Data Replication / Integrity through clustering ....

2004-04-19 Thread bela
This cannot be done yet. Unless you use DB replication. Bela View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831426#3831426 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831426

[JBoss-user] [Installation & Configuration] - Re: Failure when debugging JBoss from Eclipse

2004-04-19 Thread sunstarnova
The port is already in use by a) the same server (started twice) b) another server c) any other program make sure the port is not used already, maybe try a "telnet portXXX" to see, what service is running on your machine and port. View the original post : http://www.jboss.org/index.html?module

[JBoss-user] [Persistence & CMP/JBoss] - CMP, MySQL get NPE in JDBCEntityBridge.loadLoadGroups

2004-04-19 Thread rudger
Hell there, i am trying to deploy a few entity beans in CMP with a mySQL DS. I am getter a wired error. (Especially cause its a NPE.) The interfaces and deployment descriptors are generated by XDoclet. The JBoss is Version 3.2 (means DS is deployed by mysql-ds.xml) The Error is as follows: 16:

[JBoss-user] [JCA/JBoss] - CMP User transactions

2004-04-19 Thread glindstrom
I am seeking to convert the Roster CMP app to enable user transactions, i.e., rollback / commit over multiple entity bean method invocations from a client within a single transaction. I have read warnings about using UserTransactions with CMP. But I can't find any alternative. Moreover, look up

[JBoss-user] [Persistence & CMP/JBoss] - Re: Peculiar error

2004-04-19 Thread sesques
It is curious. As you says, It's like JBoss wants to store extra-infos about relationships in the default datasource ? I don't believe that. Do you change (or delete) the default datasource : Hypersonic SQL ? This datasource is used internally by JBoss and it's difficult (or impossible ?) to chan

[JBoss-user] [Messaging, JMS & JBossMQ] - Cannot bind to connection factories...

2004-04-19 Thread adamfowler
Hi all, I've been trying all day to try and get the simplist of MDBs working with JBoss. Its an absolute nightmare. I started on JBoss3.2.1 but have downloaded 3.2.3 now (JMS failed completely on 3.2.1 - could not connect to JMS provider or such like) I have a normal EJB called Document. I want

[JBoss-user] [Nukes User] - Re: Deployement problem

2004-04-19 Thread jae77
did you deploy the nukes.ear first? i'm thinking no b/c you are getting the ClassNotFoundException b/c jboss can't find the BlockSupport class (which is contained in the nukes.ear). also, your module should be deployed in the "nukes" directory (ie: default/nukes). this is to help guarentee that

[JBoss-user] [Installation & Configuration] - Re: help! can't compile JSP(no jdom.jar?) with JBOSS3.2.4RC1

2004-04-19 Thread qycwd
thanks a lot, I've found it. it need jdom.jar in the classpath. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831418#3831418 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831418 -

[JBoss-user] [Installation & Configuration] - Re: ?? Running Jboss as a service in Suse 9.0 using a wrappe

2004-04-19 Thread craigeherring
Thanks!!! Works much better!!! Craig View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831417#3831417 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831417 --- This S

[JBoss-user] [Persistence & CMP/JBoss] - Re: Peculiar error

2004-04-19 Thread dlsills
I worked out the problem, and will in fact submit a bug report, as this is a pretty big one. It's a problem with the code that reads the jbosscmp-jdbc.xml. This problem seems to occur when there is no datasource set up that corresponds to the default datasource in standardjbosscmp-jdbc.xml, and

[JBoss-user] [Beginners Corner] - Re: web-app DTD version

2004-04-19 Thread spiritualmechanic
What does the SAXParseException say? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831414#3831414 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831414 --- This SF.

[JBoss-user] [Beginners Corner] - Re: web-app DTD version

2004-04-19 Thread jagadishm
"jagadishm" wrote : Hi | i am new to Jboos.i had created one war file. | in my WEB.xml | | http://java.sun.com/dtd/web-app_2_3.dtd";> | | in that i am using listener elements.it is working on tomcat 4.*. | but in jboss it throws SAXParseException . | and i am using jboss-3.

[JBoss-user] [Beginners Corner] - web-app DTD version

2004-04-19 Thread jagadishm
Hi i am new to Jboos.i had created one war file. in my WEB.xml http://java.sun.com/dtd/web-app_2_3.dtd";> in that i am using listener elements.it is working on tomcat 4.*. but in jboss it throws SAXParseException . i am listener class in that. and i am using jboss-3.2.2RC1 version. thank

[JBoss-user] [Beginners Corner] - JNDI Context lookup failure with jboss 3.2.3

2004-04-19 Thread benwang
Dear all, Recently I tried to convert my program from websphere 5.1 to jboss 3.2.3, but I encountered jndi binding problem in the following statement : Object homeObject = ctx.lookup("java:comp/env/ega/Login"); LoginHome loginHome = (LoginHome) javax.rmi.PortableRemoteObject.narrow(homeOb

[JBoss-user] [HTTPD, Servlets & JSP] - Re: How to config servlet in jboss-3.2.3/Eclipse3.0/Lomboz/J

2004-04-19 Thread ronnyroeller
JonathanYZQ, I'm still looking for a solution. Did you find something new? Regards, Ronny View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831410#3831410 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831410

[JBoss-user] [Installation & Configuration] - Re: How to disenable /tmp in Jetty

2004-04-19 Thread jonlee
Actually, the problem is that a periodic Linux cron job cleans the /tmp directory and the embedded Jetty places the compiled JSP classes in this directory. Deleting these means that the compiled JSP code can no longer be run - hence no web application. Create another directory to which Jetty can

[JBoss-user] [Beginners Corner] - Re: installing jboss from source

2004-04-19 Thread StephaneNicoll
Hey, No need to create multiple threads for the same question: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=48692 Regards, Stephane View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831408#3831408 Reply to the post : http://www.jboss.org/index.h

[JBoss-user] [Nukes User] - Deployement problem

2004-04-19 Thread pista
Hi, I have a problem when I want to deploy my module, theme and block. There is the problem : For the block : 16:05:02,421 INFO [MainDeployer] Starting deployment of package: file:/C:/Jboss-3.2.3/server/default/deploy/essaiBlock2.sar 16:05:02,531 WARN [ServiceConfigurator] Failed to complete

[JBoss-user] [EJB/JBoss] - Re: using DLL in Jboss

2004-04-19 Thread thl-mot
Wouldn't it be better to create a MBean that does the JNI-Call. Do other APP servers have similar mechanisms? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831406#3831406 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3

[JBoss-user] [EJB/JBoss] - Re: using DLL in Jboss

2004-04-19 Thread sesques
The EJB spec disallows JNI calls from EJB's. However, many application server vendors permit it, including Jboss. Search in this forums, there is already many topics on this subject. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831405#3831405 Reply to the

[JBoss-user] [EJB/JBoss] - Re: Configuring compound primary key

2004-04-19 Thread Berritxu
Hello! I have to use a compound primary key, using BMP, but I don't know how to do it. Anybody has an example? Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831404#3831404 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mo

[JBoss-user] [Installation & Configuration] - Re: installing jboss from source

2004-04-19 Thread StephaneNicoll
Have a look to http://www.jboss.org/developers/guides/quickstart Regards, Stephane View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831403#3831403 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831403 ---

[JBoss-user] [EJB/JBoss] - using DLL in Jboss

2004-04-19 Thread raj_kumar
hi i would like to ask u a question .. i'm using Jboss 3.2 ... but a problem came to me ... i had a need to use DLL in my Jboss suppose from an EJB ... whether i can call JNI fr9om my EJB beacuse there is some information which i would like to ontain and that i can only achieve th

[JBoss-user] [Installation & Configuration] - How to disenable /tmp in Jetty

2004-04-19 Thread richardzheng
I deployed a J2EE/EJB application under Linux 7.2 and JBoss 3.2.1. It works very well for 2 weeks. After 2 weeks the web application has no response so that I have to kill Jboss and restart it again. It seems like the Jboss hangs. Lothar suggested that the /tmp folder should be cleaned every 2 w

  1   2   >