[JBoss-user] [Messaging, JMS JBossMQ] - Re: Error creating the dlq connection after upgrading to 3.2

2004-07-09 Thread Roslan
I had the same problem when replacing the database with MySQL. The example mysql-jdbc2-service.xml uses MySqlDS as the DataSource name instead of DefaultDS. Changing it to DefaultDS solved the problem. Roslan View the original post :

[JBoss-user] [Persistence CMP/JBoss] - update of already created tables

2004-07-09 Thread sheckler
Hi all, is it possible to get already created tables updated by jboss automatically, if some entity beans getter/setter are changed (e.g. one more getter/setter, changed data type or changed relation)? I am using jboss 3.2.5 and tables are created on strartup, if they do not exist already.

[JBoss-user] [Persistence CMP/JBoss] - Re: [JBOSS-QL] COUNT on ejbSelect

2004-07-09 Thread jacerda
Is working now :D thanks View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3841463#3841463 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841463 --- This SF.Net email

[JBoss-user] [Persistence CMP/JBoss] - Re: Limit on Number of CMP Fields per DB Table?

2004-07-09 Thread loubyansky
It was a nice feature and an attempt to improve JBoss users' database schemas ;) There are no more such limitations since 3.2.3 inclusive. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3841465#3841465 Reply to the post :

[JBoss-user] [HTTPD, Servlets JSP] - Virtual host problem (Tomcat can't find default web.xml and

2004-07-09 Thread Mr.Sea
Hi all, I downloaded and installed JBoss version 3.2.5 without any problem. When I started JBoss it works fine. No errors in logs. I have an web application (war) which already running on a standalone Tomcat 5.0.26 (different machine). I copied this web app to Jboss deploy folder as

[JBoss-user] [Persistence CMP/JBoss] - Re: Intermittent when ejb persists timestamp to datetime in

2004-07-09 Thread loubyansky
If there is an issue it is in prepared statement parameter setting or result set reading in coercing types. Have a look at org.jboss.ejb.plugins.cmp.jdbc.JDBCUtil. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3841467#3841467 Reply to the post :

[JBoss-user] [Installation Configuration] - SSL Configuration with JBoss 3.2.5 /Tomcat 5 - Help!

2004-07-09 Thread KennethAitken
I successfully set up an SSL connection for our web server with JBoss 3.2.3 and Tomcat 4.1.29, by putting the chap8.keystore into the /jboss/server/default/conf folder and uncommenting the following section of the file jboss-service.xml in the folder jboss/server/default/deploy/

[JBoss-user] [Installation Configuration] - Failed to lookup securityDomain=jbossmq

2004-07-09 Thread Mr.Sea
I configured and started JBoss 3.2.5 and saw this messages in server.log. I have no idea. What's wrong? Thanks,, 2004-07-09 10:53:47,097 DEBUG [org.jboss.system.ServiceController] Starting dependent components for: jboss.mq.destination:service=Queue,name=ex dependent components: [] 2004-07-09

[JBoss-user] [Persistence CMP/JBoss] - Re: Problem connectign different DS on CMP bean

2004-07-09 Thread loubyansky
Have a look at jbosscmp-jdbc_3_2.dtd View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3841471#3841471 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841471 --- This SF.Net

[JBoss-user] [Persistence CMP/JBoss] - Re: performance issue with CMP hitting a rdbms view object

2004-07-09 Thread loubyansky
There free docs on-line now. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3841470#3841470 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841470 --- This SF.Net email

[JBoss-user] [Installation Configuration] - Re: JBoss (jboss-4.0.0DR4.zip) generates a bad create table

2004-07-09 Thread loubyansky
Are you using mySQL datasource-mapping? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3841472#3841472 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841472 --- This

[JBoss-user] [Persistence CMP/JBoss] - Re: strange invalid data problem

2004-07-09 Thread loubyansky
Any modifications of read-only fields/instances? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3841474#3841474 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841474 ---

[JBoss-user] [HTTPD, Servlets JSP] - Easy Struts with JBoss

2004-07-09 Thread a_kretzschmar
Hi, i wrote an easy form and action javaclass using a jsp for the datainput. As i deploy it on the server i always get the same stupid error message. I think the error is in struts-config.xml. Has anybody an idea?? error message: | 10:57:47,296 INFO [PropertyMessageResources] Initializing,

[JBoss-user] [EJB/JBoss] - Package EJB interfaces in client-application/web-module ?

2004-07-09 Thread stscit04
Hi, I have an EJB Module running in Jboss and 2 Client-Apps, one running stand-alone, one running as web-module in an tomcat instance. Do I need to package the EJB interfaces (home/remote) into the client-apps or do I need them only at compile-time ? For now, I am packaging them into the

[JBoss-user] [Persistence CMP/JBoss] - Re: Procedure for Database Structure Changes with CMP 2.0?

2004-07-09 Thread loubyansky
Fixed in 3.2.3 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3841476#3841476 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841476 --- This SF.Net email sponsored by

[JBoss-user] [EJB/JBoss] - Re: Unable to access remote entity bean. plz suggest

2004-07-09 Thread stscit04
Please post the method of the session bean that retrieves the entity bean data and returns it to the client. Stefan View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3841477#3841477 Reply to the post :

[JBoss-user] [EJB/JBoss] - Re: Unable to access remote entity bean. plz suggest

2004-07-09 Thread stscit04
If I understand your setup correctly, you are using the enity-beans remote interface, this is usually not a good application design. Instead, you should use a session bean in the same container as a facade to the enity bean. This is just a general suggestion, witout any cde I am not shure if I

[JBoss-user] [Beginners Corner] - Re: Getting resources in JBoss 3.0.8

2004-07-09 Thread rzanner
Hi Alex, aburton wrote : Hi all, | | ...snip... | | InputStream in = this.getClass().getClassLoader().getResourceAsStream(/com/mycompany/resource/MBTransform.xsl); | | ...snip... | | you should have tried it without the leading slash / - this way: InputStream in =

[JBoss-user] [Persistence CMP/JBoss] - Re: CMR and compound primary keys

2004-07-09 Thread loubyansky
What is the problem now? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3841480#3841480 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841480 --- This SF.Net email

[JBoss-user] [JBoss Getting Started Documentation] - How to let JBoss don't delete these files which under [work]

2004-07-09 Thread perischen
When I reboot JBoss, JBoss always delete these files under [work] folder that generated from *.jsp . How to config to let jboss don't delete these files when reboot it. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3841481#3841481 Reply to the post :

[JBoss-user] [Beginners Corner] - Re: newbie question on a simple helloworld app using JBOSS-3

2004-07-09 Thread rzanner
sabubh wrote : | ...snip... | | JBOSS_DIST\client\jbosssx-client.jar | JBOSS_DIST\client\jbossclient.jar | JBOSS_DIST\client\jnpclient.jar | JBOSS_DIST\client\jboss-j2ee.jar | JBOSS_DIST\client\log4j.jar | | ...snip... | | Exception in thread main

[JBoss-user] [EJB/JBoss] - Re: Query after session bean record returns wrong results

2004-07-09 Thread loubyansky
The database is updated at transaction commit time. Maybe that's the reason why. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3841482#3841482 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841482

[JBoss-user] [Security JAAS/JBoss] - Can't get it working

2004-07-09 Thread brizer
Hey guys, I read the tutorial posted here in this forum and I also red the administrations and development document, but I just can't it working. I use 3.2.4. I have to beans, a session and an entity bean. The client application calls the session bean to obtain data of the entity bean. I want

[JBoss-user] [Management, JMX/JBoss] - JMX-Version

2004-07-09 Thread schlumpf
Hi all, which JMX-Version is supported by JBoss 3.2.x? caio schlumpf View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3841486#3841486 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841486

[JBoss-user] [Persistence CMP/JBoss] - Re: Catching TransactionRolledbackException

2004-07-09 Thread loubyansky
Try to catch just Exception, not TransactionRolledbackException. It might come wrapped into some JBoss exception. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3841485#3841485 Reply to the post :

[JBoss-user] [Beginners Corner] - Re: Deployment Nightmare: NoClassDefinitionError

2004-07-09 Thread rzanner
john_anderson_ii wrote : I was able to get this to work by including org.jcallcenter.supporting.core.*.class in with JCallCenterEJB.jar. Is this the correct way to include supporting type classes? Hi John, I think you can add a ClassPath=supporting.jar directive to the Manifest.mf of the JAR

[JBoss-user] [Persistence CMP/JBoss] - Re: Locking behaviour unclear

2004-07-09 Thread loubyansky
When you modify one side of the relationship, we have to modify the other one. For that we need a lock. Since you are using pessimistic locking, the lock is pessimistic. In read-only case, locking still happends but only for the duration of the method invocation, not the tx. View the original

[JBoss-user] [Management, JMX/JBoss] - web-console is continuously reloading. Why?

2004-07-09 Thread MarcMA
Hi. After switching from jboss-3.2.3 to 3.2.5 the applet from the web-console is continuously reloading data. Hence the treeview is repaint and the folders are closed. This is annoying. How can I turn off this behaviour? Cheers View the original post :

[JBoss-user] [Installation Configuration] - Best JVM options for production JBoss

2004-07-09 Thread ronaldoc
I've just read this page regarding JVM options http://www.petefreitag.com/articles/gctuning/ What options do you use for a production JBoss server ? The following options are IMHO particularly important: 1) -server 2) -Xms -Xmx Does -Xincgc help ? I'm running on a linux 2.4 kernel. Thanks

[JBoss-user] [Installation Configuration] - Re: JBoss (jboss-4.0.0DR4.zip) generates a bad create table

2004-07-09 Thread mherv
Thanks for your reply Alexey Yes this was what I was doing. The mySQL mapping is used most of the time, but it seems that a part of JBOSS does'nt recognize it and tries to use hypersonic sql what ever the parameters would be. Snce my first message, I made a search for hypersonic in the *.xml

[JBoss-user] [Beginners Corner] - cannot run the JBoss

2004-07-09 Thread jackjack
Dear all, i am a beginner for JBoss, when i run run.bat for run the server, the process has been stoped at the following position: 17:42:24,444 INFO [ChannelSocket] JK2: ajp13 listening on/0.0.0.0:8009 17:42:24,464 INFO [JkMain] Jk running ID=0 time=0/201 config=null until i press ctrl

[JBoss-user] [Persistence CMP/JBoss] - Re: Locking behaviour unclear

2004-07-09 Thread SilvioMatthes
Hello Alexey, thank you for your answer. I understand the lock of the other side (user) if this relation would be bidirectional. But its unidirectional, so from user there is no connection to document. So is the lock really needed, even for unidirectional relations? Silvio View the original

[JBoss-user] [HTTPD, Servlets JSP] - Re: Mapping Servlet, got class not found error

2004-07-09 Thread rzanner
red_tulip wrote : | | ...snip... | | beans.TestServlet.class can be found in the /build/bean directory | | ...snipt... | | Hello Red Tulip, I see a small discrepancy between the class name beans.TestServlet and the directory name where it is located. Maybe here's a typo

[JBoss-user] [Messaging, JMS JBossMQ] - how to get the managed jms connectionfactory outside the ejb

2004-07-09 Thread yxyang
Hello, Is it possible to get the jms managed connection factory (JCA) outside the ejbs (e.g., JMX beans)? What i want to do is: (1) my application get the managed connection factory (mcf) through jndi lookup (2)I expect that mcf provides a API like getConnection() to get the managed connection

[JBoss-user] [HTTPD, Servlets JSP] - binaries for javax.servlet.jsp.tagext package

2004-07-09 Thread pankilshah82
H all I am new to jsp. I want to make some custom actions in jsp What is link for downloadind the binaries javax.servlet.jsp.tagext package ? I have visited the jakarta site. I downloaded one tag library but I did not get this package in it. This package contains necessary classes for building

[JBoss-user] [Persistence CMP/JBoss] - strange generated query by calling get-method

2004-07-09 Thread Smilidon
Hi, i dont know if this is a strange behavior, maybe all is fine. i have a simple cmp bean(Minfo), one table. i get my bean this way: | Collection c = getHome().findByName(fileName); | Object[] obj = c.toArray(); | for(int j =

[JBoss-user] [Installation Configuration] - Castor - JBoss integration

2004-07-09 Thread benoit
Hi All ! I've been trying to integrate Castor into JBoss for 4 days now. After Reading tons of docs I wondered if someone could help me a bit... I'm trying to acces Castor JDO through JNDI. Sorry for the length of this post, I tried to make it short whithout overlooking too many details.

[JBoss-user] [Security JAAS/JBoss] - Custom login module

2004-07-09 Thread kcochrane
Hello, I have implemented a class that extends the UsernamePasswordLoginModule to allow authentication against our own system. It also provides authorisation by returning a group (with the name Roles) from the getRoleSets method, which contains dynamically queried roles. This allows us to set

[JBoss-user] [HTTPD, Servlets JSP] - Re: binaries for javax.servlet.jsp.tagext package

2004-07-09 Thread rzanner
Hello, you have to download the JavaTM 2 Platform, Enterprise Edition, v 1.3 (J2EE) from SUN. There you can find all the javax.servlet.* classes. Ciao, Ren View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3841504#3841504 Reply to the post :

[JBoss-user] [JBoss.NET SOAP] - Re: Web Services over JMS?

2004-07-09 Thread Edisono
Hi portuguese friend. I'm from Aveiro, and could you help on this: Is it really possible to use JMS instead of HTTP with Web Services? And if so I'm restricted to open-source technologies, so I'm developing with JBoss and AXIS, can it still be done? The cenario I'm trying to implement is a

[JBoss-user] [JBoss.NET SOAP] - Is it possible to use JMS instead of HTTP with Web Services?

2004-07-09 Thread Edisono
Hi everyone, Is it really possible to use JMS instead of HTTP with Web Services? And if so I'm restricted to open-source technologies, so I'm developing with JBoss and AXIS, can it still be done? The cenario I'm trying to implement is a complete communication using JMS as the tranport layer

[JBoss-user] [HTTPD, Servlets JSP] - Re: JBoss plugin for Apache HTTP Server

2004-07-09 Thread rzanner
Hi, what do you need the plugin for? JBoss comes bundled with Tomcat as Web/Servlet Engine, and I suppose you know how to integrate Tomcat with Apache (mod_jk, etc.). There are loads of information on this topic, too. Hope that answers your question. Ciao, Ren View the original post :

[JBoss-user] [Messaging, JMS JBossMQ] - Re: how to get the managed jms connectionfactory outside the

2004-07-09 Thread yxyang
Hello, In my JMX bean, i did the following testing: Object o1 = ctx.lookup(java:/ConnectionFactory); Object o2 = ctx.lookup(java:/Jms); log.debug( + (o1 instanceof QueueConnectionFactory)); log.debug( + (o2 instanceof QueueConnectionFactory)); The results show that both o1 and o2 are

[JBoss-user] [HTTPD, Servlets JSP] - Re: How to implement an interface in a JSP

2004-07-09 Thread rzanner
Hi Just A W, the valid page directives for a JSP 1.2 compliant JSP engine can be found here: http://java.sun.com/products/jsp/syntax/1.2/card12.pdf. implements definitely is not one of them. Sorry, Ren View the original post :

[JBoss-user] [HTTPD, Servlets JSP] - Re: problem finding classes in /classes dir of WAR

2004-07-09 Thread rzanner
Hi folks, it definitely does not work to put a single class in the import statement as in import MyClass;. This is prohibited by the javac itself. Besides that it's never a good idea to use classes with no package. Always use at least a single package - what's so difficult about it? It's just

[JBoss-user] [Messaging, JMS JBossMQ] - Problem during Topic lookup

2004-07-09 Thread boo
Hi, Finally I post to this forum since I can not find a solution for my (perhaps minor) problem anywhere else. I try to write a Session Bean that should send a JMS message by using the TopicConnectionFactory called 'ConnectionFactory' and a topic called 'MyTopic'. I get the following

[JBoss-user] [Installation Configuration] - multiple applications

2004-07-09 Thread [EMAIL PROTECTED]
Hi. First: Im using jboss-3.2.3 with embedded tomcat-4.1, webwork-1.3.0 I have 2 applications with seperate web.xml files but i can access the pages from both app paths in app1 i can access /app1/testapp1.action but i can also access the same in app2: /app2/testapp1.action is it a

[JBoss-user] [JBoss Getting Started Documentation] - Re: javax.servlet.jar missing in 3.2.5?

2004-07-09 Thread aliasncnu
I also met the difficulity you were just facing You may try the following # Note I can not assure that it is the best shortcut to solve this problem Good luck View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3841512#3841512 Reply to the post

[JBoss-user] [JBoss Getting Started Documentation] - Re: javax.servlet.jar missing in 3.2.5?

2004-07-09 Thread aliasncnu
aliasncnu wrote : I also met the difficulity you were just facing | You may try the following | | | | | | | | # Note I can not assure that it is the best shortcut to solve this problem | | Good luck View the original post :

[JBoss-user] [JBoss Getting Started Documentation] - Re: javax.servlet.jar missing in 3.2.5?

2004-07-09 Thread aliasncnu
Sorry! I do know how to let / show in the article I use () instead of !-- | The classpath for running the client -- (path id=client.classpath) (fileset dir=${jboss.home}/server/all/deploy/jbossweb-tomcat50.sar) ( include name=*.jar/) (/fileset) (/path) View the original

[JBoss-user] [Installation Configuration] - Re: SSL Configuration with JBoss 3.2.5 /Tomcat 5 - Help!

2004-07-09 Thread KennethAitken
I discovered that someone posted the identical problem concerning the JBoss 3.2.4: SSL configuration for JBoss 3.2.4. The solution is that the configuration code lies in the file server.xml under jbossweb-tomcat50.sar. View the original post :

[JBoss-user] [EJB/JBoss] - Re: Call JBOSS EJB from ORACLE

2004-07-09 Thread nickman
Pedro; If you are intent on going down this road, I recommend you adopt an alternate approach. Even though I believe it is possible to make the JBoss client run in the Oracle VM, it is still unpredictable and inherently unsupportable. However, Oracle has AQ/JMS which can work as well, is

[JBoss-user] [EJB/JBoss] - no xml found

2004-07-09 Thread s_k_tripathi
hi friends Please help me when i deploy a jar file in jboss3.2.5 and see in log file it show the message no xml file found while i have incldued ejb-jar.xml and jboss.xml View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3841518#3841518 Reply to the post :

[JBoss-user] [Persistence CMP/JBoss] - CMP bean hangs on second request

2004-07-09 Thread pualsa
I have one simple CMP entity bean and one session bean. The part of the session bean is here: | /** Business method. | * @ejb.interface-method | */ | public long testCMP() { | long time = System.currentTimeMillis(); | | try { |

[JBoss-user] [Persistence CMP/JBoss] - Re: JBoss Optimization Bill Burke

2004-07-09 Thread loubyansky
The syntax of LEFT OUTER JOIN is hardcoded. Also deep-read-ahead was removed from post 3.2.3 versions. Instead left-join read-ahead was added http://www.jboss.org/wiki/Wiki.jsp?page=LeftJoinReadAhead LEFT OUTER JOIN syntax is still hardcoded. View the original post :

[JBoss-user] [Security JAAS/JBoss] - A small description on how to avoid No trusted certificate

2004-07-09 Thread sverker
Hi, since I need to do EJB calls and access JMS queues through a firewall I started with setting it up to use http as bearer and that was quite simple but when I tried to turn on https I had major problems. The instructions in the AdminDevel book was for Tomcat 4 but it was not hard to figure

[JBoss-user] [Persistence CMP/JBoss] - Re: CMP bean hangs on second request

2004-07-09 Thread pualsa
Sorry, forgot to say: this code doesn't work on JBoss 3.2.5, but works fine on JBoss 3.2.3 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3841522#3841522 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841522

[JBoss-user] [EJB/JBoss] - Re: Call JBOSS EJB from ORACLE

2004-07-09 Thread pedrosalazar
Hi Nicholas, How strange..., I was just reading something about Oracle AQ/JMS. But I'm still not aware how it works. Do you say I can send a JMS message to a destination queue registered outside in a JBOSS server on message driven? Or it sends only messages to oracle queues itself? regards,

[JBoss-user] [Beginners Corner] - Re: Tutorial on J2EE using JBOSS, Eclipse and Lomboz.

2004-07-09 Thread javaexpert
Hi, thank you for the great tutorial! I solved most of the pitfalls until the following ones in chapter 8 9: The file MyStoreLoginService.wsdl did not contain a description for the method loginUser(), oviously because the generated classes StoreAccessLocalHome / StoreAccessLocal does not

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

2004-07-09 Thread peterb
You need to add all your beans to a jboss.xml file that maps EJB names to JNDI names. This is explained in the previous messages. Furthermore I think you are looking up ejb instead of the actual bean you want, which would be something like OPCAISSESB. View the original post :

[JBoss-user] [EJB/JBoss] - Re: Call JBOSS EJB from ORACLE

2004-07-09 Thread nickman
anonymous wrote : Do you say I can send a JMS message to a destination queue registered | outside in a JBOSS server on message driven? Yes. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3841526#3841526 Reply to the post :

[JBoss-user] [EJB/JBoss] - how to add/remove data from many-to-many CMR?

2004-07-09 Thread didi
Hi, I set up a m-n bi-directional CMR relationship with XDoclet (with some little help from http://www.jboss.org/index.html?module=bbop=viewtopict=41050). So, my UserEntityBean looks like: /** * @ejb.interface-method * * @ejb.relation * name = user-role *

[JBoss-user] [Persistence CMP/JBoss] - Re: strange invalid data problem

2004-07-09 Thread idocoding
thanks for reply. no non-standard modifications besides the ones told. you may download the descriptors of the server side under: http://www.molimo.de/intern/server.zip thanks, marcus View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3841529#3841529 Reply to the

[JBoss-user] [Beginners Corner] - Accessing resources from within a MBean

2004-07-09 Thread adenied
Hello, I've written a simple MBean and deployed it. A method of the MBean tries to load a XML file which is also packed into the JAR file. Everything works fine if I start the Application stand alone. But if I deploy the application in JBoss (that works - no problem) and calling the managed

[JBoss-user] [Beginners Corner] - Re: Accessing resources from within a MBean

2004-07-09 Thread nickman
Andreas; Part of the problem may be how you are using the SystemClassLoader to load the resorce. What you need is to use the MBean's own class loader, so in your code you should use something like this.getClass().getClassLoader().getSystemResource(resources/simple.xml); This is what works

[JBoss-user] [EJB/JBoss] - Unexpected select object

2004-07-09 Thread zarni
Hey! I'm having problems deploying my ejb-application to jboss 3.2.5 It worked very well on 3.2.3. Now I am getting a strange error while deploying: Maybe it is a bug. But I'm not sure. Here's some of the log: MBeanException: org.jboss.deployment.DeploymentException: Error compiling JBossQL

[JBoss-user] [Installation Configuration] - $JBOSS_HOME/conf/jboss.web needs to be writeable

2004-07-09 Thread guidog
Hi, I'm trying to set up a configuration that exports $JBOSS_HOME read only from a unix machine (using sambe) to windows clients. I can remap $JBOSS_HOME/tmp and $JBOSS_HOME/data using -Djboss.server.{temp,data} so that these files get written locally on the windows machine. So far so good, but

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Problem during Topic lookup

2004-07-09 Thread boo
Ok, JBoss prepends the string 'topic/' to the topic name. So the real JNDI name of the topic 'MyTopic' is 'topic/MyTopic'. Adding the xdoclet class level tag | @jboss.resource-env-ref resource-env-ref-name = MyTopic jndi-name = topic/MyTopic | to LogMessageServiceEJB has fixed this

[JBoss-user] [HTTPD, Servlets JSP] - Re: add files into deployed war file?!

2004-07-09 Thread Jabwoo
HEL !!! I have the same problem in my project !! Can somebody help us ? Thanks a lot Jab View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3841535#3841535 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841535

[JBoss-user] [Beginners Corner] - Cascade deleting BMP

2004-07-09 Thread kminicki
I use cascade deleting (updating, ... etc) in my database (SQL). I want to use it in my entity components (BMP). How can I do it? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3841536#3841536 Reply to the post :

[JBoss-user] [Installation Configuration] - Re: JBoss (jboss-4.0.0DR4.zip) generates a bad create table

2004-07-09 Thread mherv
I think the problem came from this: I removed hsqldb-jdbc2-service.xml from the all\deploy\jms folder, but I did not replace it by mysql-jdbc2-service.xml. Didn't try to see if it still asks for hypersonic sql, but it was definately missing. Best regards, Marc View the original post :

[JBoss-user] [Messaging, JMS JBossMQ] - createQueueSession - causing timeout

2004-07-09 Thread spyer
Trying to create a queuesession to a remote queue, context lookup is acceptable but the createQueueSession is taking a long time and is timing out, can anyone help. Hashtable env = new Hashtable(); env.put(java.naming.factory.initial,org.jnp.interfaces.NamingContextFactory);

[JBoss-user] [Installation Configuration] - How to use the console in a webapp : invalid console appende

2004-07-09 Thread jose
I'am trying to import a webapp using Log4J, and it declares a ConsoleAppender. I am running JBoss 3.2.5 I get this error during the initialisation ERROR: invalid console appender config detected, console stream is looping When I look in details, I see that System.out has been redirected to a

[JBoss-user] [JBoss Getting Started Documentation] - Re: javax.servlet.jar missing in 3.2.5?

2004-07-09 Thread tiredofworkingfortheman
Thanks very much. I started back again from scratch following your advice, and my compile problem is fixed. What you did makes a lot of sense when I look at it. Now I'm on to bigger and better problems! org.apache.jasper.JasperException

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

2004-07-09 Thread tiredofworkingfortheman
Hi, I posted a simular question under the thread javax.servlet.jar missing in 3.2.5?, before seeing yours. You might want to have a look there. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3841542#3841542 Reply to the post :

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Problem during Topic lookup

2004-07-09 Thread boo
If anybody is interested - here is the working code: | /** | * @ejb.bean | * name=LogMessageService | * jndi-name=LogMessageService | * type=Stateless | * view-type=remote | * | * @ejb.transaction type=Required | * | * @ejb.permission | * role-name =

[JBoss-user] [HTTPD, Servlets JSP] - Re: Using filtering techniques with JBoss 3.2.5

2004-07-09 Thread hcam
J. Leech Thanks a lot for taking care of my concern. Having seen that it whas properly doable, I've done more research and get it partially working. In fact, it works at the webapp level but I'd like to get the filtering applied to every hhtp request (I mean all jsp/serlets which are accessible

[JBoss-user] [Installation Configuration] - Re: documentation for 2.4???

2004-07-09 Thread bhell
confused? http://www.jboss.org View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3841546#3841546 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841546 --- This SF.Net email

[JBoss-user] [News Announcements] - Re: 3.2.5 Release

2004-07-09 Thread [EMAIL PROTECTED]
A patch for the jboss-common-jdbc-wrapper.jar to include some missing classes that show up when running with a security manager is available from here: http://prdownloads.sourceforge.net/jboss/jboss-common-jdbc-wrapper-bug988031.jar?download The symptom is the following NoClassDefFoundError

[JBoss-user] [Installation Configuration] - Startup RC script odity

2004-07-09 Thread acdingman
Hi, all- Thanks in advance for any help you can offer. I'm trying to get JBoss set up on a few Red Hat machines here, for development, and running into a peculiar problem. I've modifed the example jboss rc.d script such that it works on our RHEL 3 machines with our installed JVM, and

[JBoss-user] [Installation Configuration] - Re: documentation for 2.4???

2004-07-09 Thread darranl
bhel, is there any need to dig up such an old post? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3841549#3841549 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841549

[JBoss-user] [EJB/JBoss] - Passing a Session Bean reference to a Java Class. Design Qu

2004-07-09 Thread khumes86
I have a session bean that I am using to get Categories from the ebay API for my application. The categories are returned as an XML stream. I used SAX to write a parser to parse the XML stream and then insert the categories into a database. I have an entity bean that handles the insertion.

[JBoss-user] [JBoss Getting Started Documentation] - Re: javax.servlet.jar missing in 3.2.5?

2004-07-09 Thread darranl
Is your JAVA_HOME set? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3841551#3841551 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841551 --- This SF.Net email

[JBoss-user] [EJB/JBoss] - EBJ QL question

2004-07-09 Thread Reinaerde
Hello all, I'm trying to deploy an app that uses ejb ql to do some queries. One query needs to return a collection, but it always is empty, regardless it should return values or not. As test, I copied the findAll method. This returns 2, but the copy (my own method) returns always 0.

[JBoss-user] [Nukes User] - Basic site setup

2004-07-09 Thread MilesParker
This is very basic, but I have looked everywhere on Wiki and searched in forum for information on setting up pages and menus (sections?) Something as simple as adding a new page in addition to home. I understand the block concept and everything, and I have played around with all of the admin

[JBoss-user] [Security JAAS/JBoss] - I need SRPPrincipal?

2004-07-09 Thread elvis.ciocoiu
The method login() of ClientLoginModule is using SimplePrincipal for the member loginPrincipal. And the commit() method sets this member in the SecurityAssociation. My problem is that if I want to use more than one session for a user. What is the best way of doing that? Now I'm using a

[JBoss-user] [HTTPD, Servlets JSP] - mod_jk + load balancing properties

2004-07-09 Thread jardia
Hello. This topic is specifically about the following two settings found in the mod_jk workers.properties files: - local_worker - local_worker_only The official docu is at: http://jakarta.apache.org/tomcat/connectors-doc/jk2/jk/workershowto.html I found the explanation a little unclear and

[JBoss-user] [Installation Configuration] - Re: Deployment failure with exploded SARs

2004-07-09 Thread apinto
Hi there, Sorry for being annoying, but this is urgent, because the production environment is currently on standby. Can anyone help me, please? Armenio Pinto View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3841557#3841557 Reply to the post :

[JBoss-user] Problem with cascade-delete

2004-07-09 Thread Maykel Tres
Hi folks, I work with JBoss 3.2.1 and CMP 2.0. I have a CMR relation 1-n in my application and I tried deleting an entity that has n entities related, but JBoss show me the following error: org.jboss.tm.JBossTransactionRolledbackException: null; nested exception is: javax.ejb.EJBException:

[JBoss-user] [Nukes User] - Re: Basic site setup

2004-07-09 Thread MilesParker
Checked the server logs and getting this: 004-07-09 11:40:18,609 ERROR [STDERR] javax.ejb.FinderException: Find failed: java.sql.SQLException: General error, message from server: Table 'nukes.nuke_filestat' doesn't exist At least I know its not just me...:-) I'll try to run the setup.ddl

[JBoss-user] [Nukes User] - Re: Basic site setup

2004-07-09 Thread MilesParker
OK, this looks like it is not part of the ddl setup but perhaps is created by nukes internal setup...? Here is the error I'm getting: 2004-07-09 11:43:25,578 ERROR [org.jboss.ejb.plugins.cmp.jdbc.JDBCCreateEntityCommand.FileStatEJB] Error checking if entity exists java.sql.SQLException:

[JBoss-user] [Nukes User] - Re: Basic site setup

2004-07-09 Thread MilesParker
OK, I see this issue is also occuring here: http://www.jboss.org/index.html?module=bbop=viewtopict=51377 Guess that's why its called a release candidate. :-D View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3841561#3841561 Reply to the post :

[JBoss-user] [EJB/JBoss] - Accessing EJB from a Java standalone app with main()

2004-07-09 Thread cspit
I have an EJB deployed successfully in a JAR, which is in turn deployed in an EAR in JBoss. I can access the EJB's methods from an JSP deployed in a WAR file in the same EAR. However, when I try to use the same JNDI name to access the EJB from a standalone Java application (just a class with

[JBoss-user] [Nukes User] - Re: Something wrong with manage HTML page in rc2?

2004-07-09 Thread MilesParker
pergolesi wrote : The same problem for me too, but when I compiled the snapshot, and ran the installer, the tables missing were created. Which installer do you mean? The .ddls? I'm having the same issue. Don't mind building but if there is a quicker fix.. View the original post :

[JBoss-user] [Nukes User] - Re: Basic site setup

2004-07-09 Thread MilesParker
http://www.jboss.org/index.html?module=bbop=viewtopict=51377 [/url] View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3841562#3841562 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841562

[JBoss-user] [EJB/JBoss] - Re: Accessing EJB from a Java standalone app with main()

2004-07-09 Thread nickman
cspit; When you access the JNDI context from a remote JVM, you need to provide a few extra parameters when you create the initial context. Example: Properties p = new Properties(); | p.put(Context.INITIAL_CONTEXT_FACTORY,org.jnp.interfaces.NamingContextFactory); |

[JBoss-user] [HTTPD, Servlets JSP] - Re: Using filtering techniques with JBoss 3.2.5

2004-07-09 Thread jleech
Try configuring your filter in deploy\jbossweb-tomcat50.sar\web.xml instead. According to the comments at the top of the file it applies to all webapps. Put the necessary class files in a .jar file in the lib directory. View the original post :

[JBoss-user] [Persistence CMP/JBoss] - Re: jbosscmp-jdbc.xml relationship mapping dbindex problems

2004-07-09 Thread triathlon98
How is your table created? Would it be possible to try to enable alter-table? This would update your DB structure (careful, it can also remove fields). If JBoss actually assumes the field to exist, then it would be created. If you try to access the bean, does that work? Does it also generate

[JBoss-user] [Messaging, JMS JBossMQ] - Re: log4j:WARN No appenders could be found for logger

2004-07-09 Thread hethcox
I'm with abv. I excluded log4j and it still gives me the warning. (JB 3.2.4, XP Pro) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3841571#3841571 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841571

[JBoss-user] [Persistence CMP/JBoss] - Re: jbosscmp-jdbc.xml relationship mapping dbindex problems

2004-07-09 Thread garek
The tables are created by Jboss. I thought about using the alter-table command, but I wanted to try to use the command so that I wouldn't have to write and maintain the sql statements to create the indexes (there are a lot of EJBs and relationships in this application). I didn't try to access

  1   2   >