[JBoss-user] [HTTPD, Servlets JSP] - Re: Two applications running at the same time

2004-08-24 Thread kinaa
i've got the same problem with u. my solution is rename the package name. i don't know why, but it works. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3845966#3845966 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3845966

[JBoss-user] [Messaging, JMS JBossMQ] - Re: delivery mode

2004-08-24 Thread gschmidt
A single message is resolved multiple times out of the MQ A. So it is processed multiple times. Is it possible to do that action with transactions, but without the feature of resolving messages multiple times? View the original post :

[JBoss-user] [HTTPD, Servlets JSP] - errorPage directive may be used incorrectly, How to?

2004-08-24 Thread gfzhang
The structure of our web application following the structure of Sun's PetStore, that is: MainServlet-forward-template.jsp---includeabody.jsp---errorPage--myexception.jsp abody.jsp use the errorPage directive to direct to an error page for error processing when a tag in

[JBoss-user] [EJB/JBoss] - Re: TibcoEMS/EJB example in JBOSS

2004-08-24 Thread fist
Classloader problem: JMXException are there different classloader archives in JBOSS? Where are classloader in JBOSS? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3845969#3845969 Reply to the post :

[JBoss-user] [HTTPD, Servlets JSP] - Re: MULTIPLE WAR FILES PROBLEM

2004-08-24 Thread Lviz
hello take a look at this thread http://www.jboss.org/index.html?module=bbop=viewtopicp=3844915#3844915 especially UseJBossWebLoader: cheers L View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3845970#3845970 Reply to the post :

[JBoss-user] [Beginners Corner] - Re: Regular expression problem

2004-08-24 Thread camel
ltcmelo wrote : filter-mapping | filter-nameInitializationFilter/filter-name | url-pattern/*[^/login.jsp]/url-pattern | /filter-mapping | ... | What am i doing wrong??? I don't think the servlet spec supports regexes. It just supports the *.jsp and

[JBoss-user] [HTTPD, Servlets JSP] - Re: MULTIPLE WAR FILES PROBLEM

2004-08-24 Thread sk4567
hey.. This option look good..but you know with this turned to false.. I have problems accessing Inner classes within my action classes.. I had a similar problem while acessing third party jars placed in the web-inf/lib directory of my application Ihad turned the classloader settings

[JBoss-user] [Management, JMX/JBoss] - Using ObjectName

2004-08-24 Thread neva
Hello, I am kind of new to this so I was hoping that you guys could help me out.. I want to flush the cached data of all entity beans in my application when a specific event occures.. I have only been able to get to the following code which only flushes data of one entity bean:

[JBoss-user] [HTTPD, Servlets JSP] - Re: MULTIPLE WAR FILES PROBLEM

2004-08-24 Thread sk4567
I also have problem with my DS Configuration...it picks up the teh first settigns from the mySqldb-ds.xml file..(this is even after changing the classloader settings to false) My DS xml file looks like this: local-tx-datasource !-- remove this depends tag if you are not using the tcp

[JBoss-user] [HTTPD, Servlets JSP] - Re: MULTIPLE WAR FILES PROBLEM

2004-08-24 Thread Lviz
hiho maybe this is what you looking for: http://www.jboss.org/wiki/Wiki.jsp?page=ClassLoadingConfiguration cheers L View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3845976#3845976 Reply to the post :

[JBoss-user] [HTTPD, Servlets JSP] - Re: MULTIPLE WAR FILES PROBLEM

2004-08-24 Thread sk4567
Doesnt really solve my problem..your link simply mentions to tweak the jboss-service.xml file.Setting this to false doesnt help..still gives datasource errorsand where do i get the jboss-app.xml View the original post :

[JBoss-user] [Security JAAS/JBoss] - Passing a client id as authentication information

2004-08-24 Thread terol
Hi, I am trying to setup a JMS topic to update clients when operations on the server are performed. The problem is ignoring the JMS messages caused by the operations the client executed itself. To be able to do this I thought of setting a generated session id as a principal of the

[JBoss-user] [Nukes User] - Re: nukes 1.1RC2 available

2004-08-24 Thread Sound
I'm getting error The file id is not indicated while trying to download file from the server. Any ideas? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3845979#3845979 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3845979

[JBoss-user] [Nukes User] - The file id is not indicated

2004-08-24 Thread Sound
Ciao! I'm getting error The file id is not indicated while trying to download file from the server. Any ideas? Nukes Version: 1.1.0-RC3 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3845980#3845980 Reply to the post :

[JBoss-user] [JCA/JBoss] - Re: New timeout blocking call

2004-08-24 Thread pants
Thanks for the tip. We're only able to reproduce this problem in production. Consequently, there has to be a reason to upgrade more substantial than just giving 3.2.5 a try. We are currently running 3.2.3 (Jetty). Why would 3.2.5 fix it? Is there a specific change to the TimeoutFactory in the

[JBoss-user] [HTTPD, Servlets JSP] - Re: MULTIPLE WAR FILES PROBLEM

2004-08-24 Thread Lviz
hi Saurabh reading the doc would help ;) http://docs.jboss.org/admin-devel/Chap2.html#0_36191 look for jboss-app ;) To enable an EAR specific loader repository, you need to create a META-INF/jboss-app.xml. try to split up your ds config. eg: mySqldbfms-ds.xml, mySqldbpos-ds.xml cheers L View

[JBoss-user] [JCA/JBoss] - Re: Connections used in Oracle connection pool

2004-08-24 Thread ecka
This 'error' suddenly started occuring for us in one of our JBoss projects. Without any obvious reason. We use CMP to 99%. The only difference btw this and other projects is that it has a little more CMPs and MBeans. We use JBoss 3.2.2. Does anyone have any good hints were to start looking?

[JBoss-user] [Beginners Corner] - secure client server connection

2004-08-24 Thread h.buerger
I'm thinking about a Swing application, distributed via JNLP, connecting the JBoss server. The only problem is that the data is transmitted uncrypted over the net. Is it possible to configure a secure network protocol that encrypts all data transmitted? View the original post :

[JBoss-user] [Installation Configuration] - RE: AppletBrowser Class not found

2004-08-24 Thread logisco
I've the same prob when starting web-console. My configurations are: Jboss 3.2.5 on Linux (2.4 and 2.6) with IE6 on XP and IE5.5 on Win2k JBoss 4.0RC1 on Linux 2.4 with IE on XP also Everywhere the same Has anyone an idea? Thanks View the original post :

[JBoss-user] [EJB/JBoss] - From OC4J to JBoss issue

2004-08-24 Thread kmarczewski
Hi, I'm using Oracle OC4J as an application server for development purposes, and I want to try to deploy it to JBoss. JBoss server startup goes fine and servlet container work ok for me, but when it comes to beans ther is something wrong with CMP entity while calling finder method. I get

[JBoss-user] [Installation Configuration] - Re: AppletBrowser Class not found

2004-08-24 Thread darranl
As before, which JDK are you using and is Internet Explorer configured to use the plug-in from Sun? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3845990#3845990 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3845990

[JBoss-user] [Nukes User] - Re: The file id is not indicated

2004-08-24 Thread theute
I just tried again and it works for me. Where did you get it ? It should go on sourceforge pretty soon. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3845991#3845991 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3845991

[JBoss-user] [Installation Configuration] - Re: AppletBrowser Class not found

2004-08-24 Thread logisco
darranl wrote : As before, which JDK are you using and is Internet Explorer configured to use the plug-in from Sun? JDK is 1.4.02_04 What do you mean with configured to use the plug-in from Sun? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3845992#3845992

[JBoss-user] [Persistence CMP/JBoss] - Re: how to use QL to have a case insensitive String compare?

2004-08-24 Thread svadu
WebSel wrote : For the XDoclet users here's my 5$ | | This is the finder in jboss | | | | | | * @jboss.query | | * query=SELECT OBJECT(o) FROM Person o WHERE LCASE(o.lastName) = LCASE(?1) ORDER BY o.foreName | | * signature=java.util.Collection

[JBoss-user] [Nukes User] - Problem with deploying module

2004-08-24 Thread dontrango
Hi, I've searched on this forum but none quite answers my problem: I've written modules and compiled them succesfully, however I got the error messages below when I deployed them ( important points are boldened for easy reference ) 17:01:37,026 INFO [MainDeployer] Starting deployment of

[JBoss-user] [Nukes User] - Re: want to create hello world example using eclipse+Jboss+N

2004-08-24 Thread dontrango
Hi, I have updated the related wiki pages based on my exchanges with theute, hope this will help the others: http://www.jboss.org/wiki/Wiki.jsp?page=UsingEclipse View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3845996#3845996 Reply to the post :

[JBoss-user] [Nukes User] - Re: want to create hello world example using eclipse+Jboss+N

2004-08-24 Thread theute
Unfortunately, there is a bug (and more) in the wiki system, it stores only up to the first So the end of the wiki page disappeared. Can you do it again replacing the by ' for example ? I know it's a bugging bug,.. We'll have to deal with it till someone does a Wiki system for Nukes (this

[JBoss-user] [Nukes User] - Re: Problem with deploying module

2004-08-24 Thread theute
xmbean-code=org.jboss.nukes.component.NukesMbean It should be: NukesMBean at the end With uppercase B View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3846000#3846000 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3846000

[JBoss-user] [EJB/JBoss] - checking deployment state from ant task

2004-08-24 Thread kojak
Greetings. We are trying to run JUnit - Tests against EJBs in a JBoss 3.2.3 application server (via CruiseControl and ANT - tasks). Therefore, before ANT can run the Unit Tests it has to compile, pack and deploy some .jars to jboss. It is doing this by copying the .jar - files into JBoss's

[JBoss-user] [JCA/JBoss] - Re: TransactionManager - error in delist; already committed

2004-08-24 Thread patrickvankann
Thanks for your prompt response. I am now looking at the code of TransactionImpl.java in the JBoss 3.2.5 source and the JTA specification. My understanding is that delisting should only happen on commited transactions - so why does the JBoss implementation throw an exception if a resource is

[JBoss-user] [The Lizzard's corner] - How to use simple bin in JBoss Server

2004-08-24 Thread imran7841
Hi, how can i use simple bean in JBOSS server. I m not using EJB. Please reply me asap. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3846003#3846003 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3846003

[JBoss-user] [The Lizzard's corner] - Re: How to use simple bin in JBoss Server

2004-08-24 Thread darranl
What type of bean, if you are not using EJB what are you trying to do? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3846005#3846005 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3846005

[JBoss-user] [The Lizzard's corner] - Re: How to use simple bin in JBoss Server

2004-08-24 Thread imran7841
Simple bean with only get and set method View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3846008#3846008 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3846008 --- SF.Net

[JBoss-user] [Nukes User] - Re: want to create hello world example using eclipse+Jboss+N

2004-08-24 Thread vebs
Hi, Thanks for ur suport. I wil try using these 2 links. thanks, vebs View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3846010#3846010 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3846010

[JBoss-user] [The Lizzard's corner] - Re: What is the biggest site using JBoss ?

2004-08-24 Thread ghinkl
Congrats on the deployment success. Are you running clustered/farmed? Sessions replicated? How many instances? I'm looking for any guidelines on the largest successful cluster deployment with jboss/tomcat. View the original post :

[JBoss-user] [Beginners Corner] - java.sql.SQLException: General error, message from server:

2004-08-24 Thread arunarao
Hi, I get the following error..any clues. 19:10:21,616 WARN [JBossManagedConnectionPool] Throwable while attempting to get a new connection: | org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (java.sql.SQLException: General error, message

[JBoss-user] [EJB/JBoss] - Re: checking deployment state from ant task

2004-08-24 Thread javadin
I use the following cactus task to run my server side tests. It pings the testURL to determine whether the tests are ready to run. You could use a url to test whether the deployment is successful. The url could be a look up of the mbean associated with your ejb. Hope this helps.

[JBoss-user] [Nukes User] - Re: want to create hello world example using eclipse+Jboss+N

2004-08-24 Thread vebs
Hi i am still getting these errors VoteEJBLocalHome cannot be resolved or is not a typeHomes.java nukes_test/bb/src/main/org/jboss/nukes/addons/modules/bbline 53 UtilsEJBLocal cannot be resolved (or is not a valid type) for the field NotificationInterceptor.utils

[JBoss-user] [Persistence CMP/JBoss] - Re: Delete Foreign Key Object

2004-08-24 Thread Hustenbolschen
Anyone? Anything not clear in my question? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3846015#3846015 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3846015 ---

[JBoss-user] [Beginners Corner] - problem deploying a war in an ear

2004-08-24 Thread mhiggins
I am running Jboss 3.2.4 I have an ear with the following layout | app.ear | app.war | app.jar | app.sar | META-INF | application.xml | jboss-app.xml | I can deploy the war on its own no problem but when I package it in the ear and deploy that

[JBoss-user] [Nukes User] - managing picture (and other binary) files

2004-08-24 Thread cuoz
What's the recommended strategy for managing pictures and other binary files (presentations, etc.) in nukes? Do folks store them as static content on the webserver and just link to them (outside of nukes)? Or do you upload them into nukes? So far, I've never been able to upload anything to

[JBoss-user] [Nukes User] - Re: managing picture (and other binary) files

2004-08-24 Thread cooper
the new installer for nukes-1.1 takes pictures and put them in the HTML module for the news module. so default news module icons reside here now. for me it makes sense, the HTML module should have an interface so it is possible to know its content easily. View the original post :

[JBoss-user] [Nukes User] - Re: want to create hello world example using eclipse+Jboss+N

2004-08-24 Thread theute
You have to build everything as explained in the wiki page and add the ouput/classes directories to the classpath in your case your bb/output/classes directory is missing View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3846019#3846019 Reply to the post :

[JBoss-user] [Nukes User] - Re: managing picture (and other binary) files

2004-08-24 Thread theute
What errors do you have ? And which are your 2 posts ? If you have an out of memory error you can try using the fileupload.jar in the wiki page about know bugs View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3846022#3846022 Reply to the post :

[JBoss-user] [HTTPD, Servlets JSP] - Re: How to monitor number idle time of httpsessions using

2004-08-24 Thread cortesr
On the JMX-Console page, look for the following string: host=localhost,path=/,type=Manager That MBean will have the list of active sessions... View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3846023#3846023 Reply to the post :

RE: [JBoss-user] [Persistence CMP/JBoss] - Re: Exception: CMR field value is already loaded

2004-08-24 Thread Alexey Yudichev
In my case I saw this exception today for the first time. I have migrated from 3.2.2RC1 to 3.2.5 a few days ago. I am running JBoss for more than 2 years now and never saw this before. Exception occured when accessing a CMR field of 1-1 relation, inside transaction, TX attr. required, CMR

[JBoss-user] [Nukes User] - Re: want to create hello world example using eclipse+Jboss+N

2004-08-24 Thread dontrango
Hi, I have updated the wiki page to include the last point on re-building the source and the point to note if somebody wants to use the .classpath mentioned on the wiki. http://www.jboss.org/wiki/Wiki.jsp?page=UsingEclipse View the original post :

[JBoss-user] [EJB/JBoss] - using Local interface from servlets

2004-08-24 Thread echakine
I am trying with no success to use local interface to get access to a session EJB from my Struts Web application... My version of JBoss is 3.2.5, both the web application and the ejb are in the same EAR. I have no problem using local interface for inter bean communication (it is quite natural)

[JBoss-user] [Nukes User] - Re: want to create hello world example using eclipse+Jboss+N

2004-08-24 Thread theute
I made few changes, because i updated SettingUpClasspath yesterday so it's up to date. Good job otherwise, thanks. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3846027#3846027 Reply to the post :

[JBoss-user] [Persistence CMP/JBoss] - Re: EJB relations an PK fields

2004-08-24 Thread apurrichus
Thanks a lot Stjepan, until now i review this post (i though it was lost)... Today I prove your xml conf files and it works like I expected, i had omitted the relation, because i was unable to map it... so, some questions more about jbosscmp-jdbc.xml: why you omit the map (foreign-key-mapping/)

[JBoss-user] [Security JAAS/JBoss] - Re: Securing web-console = login failure

2004-08-24 Thread rainerfrey
Thanks, that did it. Is there any documentation where and in which order those files are looked up? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3846030#3846030 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3846030

[JBoss-user] [Nukes User] - Re: managing picture (and other binary) files

2004-08-24 Thread cuoz
I'm getting 500 errors from some filter. I don't explicitly see out of memory, but I saw some other posts related to that. I'm gonna up the JVM memory and restart JBoss to see if it helps. I can't do it until tonight. I'll let you know how I make out if that helps or not. Here are my 2

[JBoss-user] [Nukes User] - Re: want to create hello world example using eclipse+Jboss+N

2004-08-24 Thread theute
Ok, i finally found what i was looking for. The problem: Eclipse compiles everything by default in the /bin directory. When you start an ant script, it builds everything that is needed to be built into /[module]/bin/output/classes The solution: Defines the output directories for every src/main

[JBoss-user] [JCA/JBoss] - Re: Problem with Transaction Manager and closing datasource

2004-08-24 Thread scarter
Adrian, My apologies as you are correct with regards to 'Stateless == no client state' but I forgot to mention that I attempted this with a Stateful Session bean and local tx demarcation on the datasource as well and I recieved the same Stack Trace with additional Stack data. The stateful

[JBoss-user] [EJB/JBoss] - Re: using Local interface from servlets

2004-08-24 Thread komone
And you have something like this... ejb-local-ref |ejb-ref-nameMyStatelessController/ejb-ref-name |ejb-ref-typeSession/ejb-ref-type |local-homeMyStatelessControllerLocalHome/local-home |localMyStatelessControllerLocal/local | /ejb-local-ref...not in jboss-web.xml but in

[JBoss-user] [Installation Configuration] - Help. JBoss problems on Mandrake Linux 9.2

2004-08-24 Thread dbostwick
** ** System: Mandrake Linux 9.2 ** JDK: 1.4.2_02 ** JBoss Verions: 3.2.3/3.2.5 ** JAVA_HOME: /var/java/jdk1.4.2 ** JBOSS_HOME: Not defined prior to execution of command,

[JBoss-user] [Nukes User] - Re: managing picture (and other binary) files

2004-08-24 Thread theute
Ok from your other posts, it's not a OOME. If you can try the 1.1.0RC3 that may solve the problem. If you want to try it very quick, just grab the standalone version. there is nothing to setup. You can see if it works. There are even already some icons as examples. View the original post :

[JBoss-user] [Nukes User] - Re: want to create hello world example using eclipse+Jboss+N

2004-08-24 Thread theute
Sorry, this is not fully working the problem is about the XDoclet generated files. First solution was simpler, it compiles twice the sources but it's ok... View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3846042#3846042 Reply to the post :

[JBoss-user] [Messaging, JMS JBossMQ] - How do I destroy a TemporaryQueue on the server?

2004-08-24 Thread yurifyurif
I create a temporary queue for each new client connecting to my server (a service running in JBoss). On the server side, I call TemporaryQueue q = qsession.createTemporaryQueue(); and than pass the value of tempQueueTopic = q.getQueueName (); back to the client. The client than calls Queue

[JBoss-user] [Management, JMX/JBoss] - Re: Using ObjectName

2004-08-24 Thread genman
When using invoke, the ObjectName needs to be unique, meaning you can't create this: ObjectName(domain:service=*) and expect MBeanServer.invoke to invoke for all those MBeans. You'll have to figure out how to get the names of all EJB in your ear. Should be someplace. View the original post

[JBoss-user] [Management, JMX/JBoss] - Re: Customize MBean pages possible?

2004-08-24 Thread genman
You can get the source from sourceforge, it is under jboss-src/varia/src/main/org/jboss/jmx/adaptor . View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3846054#3846054 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3846054

[JBoss-user] [Persistence CMP/JBoss] - CMP in jboss with informix

2004-08-24 Thread Annapurna
Hi, I have worked quite a bit on BMPs in jboss. CMP is new to me. I tried setting up all the necessary files. Jboss does throw any errors but does not return the correct results also. Can someone please review my files. When I try to call FindAllAccounts I am getting a empty collection. In

[JBoss-user] [Nukes User] - active directory authentication

2004-08-24 Thread LORDs_diakonos
Is there a way to get nukes to authenicate with AD? I user the browseldap module to achieve this with other application in jboss. Can nukes be integrated as well? If so how? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3846057#3846057 Reply to the post

[JBoss-user] [JBoss.NET] - login-config.xml and protection of http://myhost/jboss-net

2004-08-24 Thread gjb9876
Hi, I'm browsing for an example, and cannot find what I'm looking for... How to secure my web services with simple user/pass? I'm using jboss-3.2.1 and have successfully developed and deployed my application web services. Now, I need to secure them. But, nothing fancy, just a simple

[JBoss-user] [Persistence CMP/JBoss] - Re: CMP in jboss with informix

2004-08-24 Thread janilsal
You are running a pretty old version of JBoss. The current version is 3.2.5 which uses CMP2.0 Try upgrading to the current version. You are missing out on all the CMP bug fixes plus improvements in CMP2.0 by using JBoss 3.0.x View the original post :

[JBoss-user] [Nukes User] - Re: want to create hello world example using eclipse+Jboss+N

2004-08-24 Thread vebs
Hi, I get rid of maximum problems. but still some errors are there like Project nukes_test is missing required library: 'C:wowdev/portal/jboss-.2.3/server/default/tmp/deploy/tmp57695tomcat-jk2.jar' nukes_test thanks, Vebs View the original post :

[JBoss-user] [Installation Configuration] - Re: Help. JBoss problems on Mandrake Linux 9.2

2004-08-24 Thread janilsal
Dont set JBOSS_HOME in any of your environmental files. There is no need to set it. The run.sh script under jboss/bin will do it for you. Just run that script. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3846064#3846064 Reply to the post :

[JBoss-user] [Installation Configuration] - Re: Configuring JBOSS (3.2.5) to run within Eclipse(3.0)

2004-08-24 Thread JanPrill
Hi, LM, from within JBoss-IDE - which is a set of plugins for Eclipse and provides you with some other extremly useful features as well - its as simple as choosing the path your jboss3.2.5 resides in. Everything is explained in the docs from http://www.jboss.org/products/jbosside Best

[JBoss-user] [HTTPD, Servlets JSP] - Re: Deployment problem with JBOSS 3.2.5

2004-08-24 Thread JanPrill
While I was building testapplications which utilized JSF i've never came around to put jsf-api.jar and jsf-impl.jar to /server/default/lib. For me after that step everything worked out and so i investigated no further why the jars in WEB-INF/lib weren't good enough. Best regards Jan Prill

[JBoss-user] [Installation Configuration] - Re: Configuring JBOSS (3.2.5) to run within Eclipse(3.0)

2004-08-24 Thread lm
Thanks Jan. I will go through the link and will revert back with my results (positive result). LM View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3846067#3846067 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3846067

[JBoss-user] [Nukes User] - Re: want to create hello world example using eclipse+Jboss+N

2004-08-24 Thread theute
You probably mistyped something, you are missing some /, the first 3 in jboss-3.2.3 and worse, Eclipse has nothing to of with the tmp directory of JBoss. Check again your configuration and .classpath View the original post :

[JBoss-user] [Beginners Corner] - Upgrading to 3.2.5

2004-08-24 Thread rramsara
I've just upgraded by JBoss version from 3.2.1 to 3.2.5. I am running into a problem getting a remote reference to my MBean server. My original client code was Properties props = new Properties(); props.put(Context.INITIAL_CONTEXT_FACTORY, org.jnp.interfaces.NamingContextFactory);

[JBoss-user] [Persistence CMP/JBoss] - Re: BLOBs and Transactions

2004-08-24 Thread ceh
Additional information as my testing continues: if I update the blobs directly using PreparedStatement, SQL, etc. the problem does not manifest. From this I conclude that my JDBC drivers and DB (Oracle) are not the culprit but that it is a bug in JBoss. View the original post :

[JBoss-user] [HTTPD, Servlets JSP] - Re: Deployment problem with JBOSS 3.2.5

2004-08-24 Thread janilsal
java.lang.NoClassDefFoundError in a web container means that it is finding a older version of the class. Look for the class under different jars in locations like /lib which the container picks up well before your web app is touched. View the original post :

[JBoss-user] [Beginners Corner] - Merging multiple ejb-jar.xml into one

2004-08-24 Thread stanleytech421
jboss 3.2.2 I have multiple session beans and used XDoclet to generate interfaces and ejb-jar.xml files. So each bean has a separate ejb-jar.xml file. When packaging the application for the deployment, I want to pack all the ejbs in a single JAR, which will then be put inside an EAR. But

[JBoss-user] [JCA/JBoss] - Jboss jdbc local resource adapter

2004-08-24 Thread vishwajit_pantvaidya
Hello, I am using jboss 3.2.5 and was planning to use the jdbc local resource adapter to make CCI calls to update the database. But as I look into the adapter including some if its source code, it seems that it does not implement the CCI. Is this impression correct? If yes, it probably means

[JBoss-user] [EJB/JBoss] - CMP and Multiple Table Mappings

2004-08-24 Thread MindSchreck
Greetings, I was wondering if there was a way in JBoss to have a single entity bean, but map it's CMP fields to multiple tables that share a one-to-one relationship? For example, assume I have an entity bean called PersonBean. In PersonBean, I have CMP fields such as name, address, etc.

[JBoss-user] [EJB/JBoss] - CMP and Multiple Table Mappings

2004-08-24 Thread MindSchreck
Greetings, I was wondering if there was a way in JBoss to have a single entity bean, but map it's CMP fields to multiple tables that share a one-to-one relationship? For example, assume I have an entity bean called PersonBean. In PersonBean, I have CMP fields such as name, address, etc.

[JBoss-user] [Persistence CMP/JBoss] - CMP and Multiple Table Mappings

2004-08-24 Thread MindSchreck
Greetings, I was wondering if there was a way in JBoss to have a single entity bean, but map it's CMP fields to multiple tables that share a one-to-one relationship? For example, assume I have an entity bean called PersonBean. In PersonBean, I have CMP fields such as name, address, etc.

[JBoss-user] [EJB/JBoss] - Re: CMP and Multiple Table Mappings

2004-08-24 Thread MindSchreck
Apologies. I misposted this (twice) in the wrong forum. I have reposted in CMP. Sorry! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3846079#3846079 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3846079

[JBoss-user] [Beginners Corner] - Can't load the libraries in server/default/lib

2004-08-24 Thread stanleytech421
JBoss 3.2.2. I put the following in server/default/lib. hibernate2.jar ehcache-0.7.jar dom4j-full.jar commons-logging.jar commons-collections.jar cglib-full-2.0.1.jar pg73jdbc3.jar The I deployed an EAR with the following structure: EAR SAR (with hibernate which deployed fine)

[JBoss-user] [Persistence CMP/JBoss] - Re: CMP in jboss with informix

2004-08-24 Thread Annapurna
Thank you for the response. I downloaded the lastest jboss. I got the error EJB verification error warning: EJB must be specified public and abstract. So I changed my Bean class to abstract making all the set/get methods to abstract. It deployed correctly but now while testing when I call

[JBoss-user] [Security JAAS/JBoss] - Re: JBoss JAAS x Tomcat's

2004-08-24 Thread ltcmelo
I have strong feellings that you just didn't read the article i sent. I'm using a FORM based authentication. If you take a look at the discussion i sent (just click on that link and you'll see) you'll understand what i'm taliking about. And this is a JBoss/Tomcat problem. Just try what i said

[JBoss-user] [Security JAAS/JBoss] - Re: JBoss JAAS x Tomcat's

2004-08-24 Thread ltcmelo
I just would like to fix a little bit of my last post. Actually, i (myself) have never tried to do that in other j2ee servers, but this information came to me as the same way as the one of the jboss/tomcat problem. In other words, i trust the people who gave me this information. But anyway, as

[JBoss-user] [Nukes User] - Re: managing picture (and other binary) files

2004-08-24 Thread MilesParker
cuoz wrote : What's the recommended strategy for managing pictures and other binary files (presentations, etc.) in nukes? Do folks store them as static content on the webserver and just link to them (outside of nukes)? Or do you upload them into nukes? | In CVS HEAD (Not in 1.1, I think) I

[JBoss-user] [Nukes User] - Re: managing picture (and other binary) files

2004-08-24 Thread theute
MilesParker, i think you forgot to commit the HTMLModule.java file, there is no hook to your plugin. There is no reference to Archive plugin. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3846088#3846088 Reply to the post :

[JBoss-user] [Beginners Corner] - Re: problem deploying a war in an ear

2004-08-24 Thread mhiggins
Ok fixed the probelm by removing the loader-repository decleration in jboss-app | loader-repositoryourco:loader=app.ear/loader-repository | since this is the only app deployed in this server I don't care about polluting the classpath. Still not sure of the total purose of this, besids

[JBoss-user] [Installation Configuration] - Enabling clustering/farming

2004-08-24 Thread jpgb
I installed JBoss 3.2.3 in two linux box, and I'm trying to configure both machines in cluster. I'm using the farming service to distribute my applications across the cluster's machines. The problem: if I copy an war file into one machine, the web application (corresponding to this war file) is

[JBoss-user] [Clustering/JBoss] - Enabling clustering/farming

2004-08-24 Thread jpgb
I installed JBoss 3.2.3 in two linux box, and I'm trying to configure both machines in cluster. I'm using the farming service to distribute my applications across the cluster's machines. The problem: if I copy an war file into one machine, the web application (corresponding to this war file) is

[JBoss-user] [HTTPD, Servlets JSP] - org.apache.jasper.JasperException

2004-08-24 Thread lee_yuki2000
Hi, I m using jboss 3.2.3 and i have this error once a while. It doesn't happen very often but i would like to know why this error occur. Pls help Thank you very much When i click on the jsp page, this error occur HTTP status 500 org.apache.jasper.JasperException at

[JBoss-user] [JCA/JBoss] - connection pooling : connection release for further use

2004-08-24 Thread vikkyultimate
I have a connection pool with a min/max size of 2/25. I have an application that might access this pool with say 100 connection requirements per second. All the connections in the applications are closed promptly after the use. My concern is that as soon as i close the connection, does the

[JBoss-user] [Messaging, JMS JBossMQ] - purpose of Session.setMessageListener(...)

2004-08-24 Thread SuperScout
(JBoss 3.2.3) I tried to use Session.setMessageListener(...) in my code, but nothing happened, after setting the MessageListener. If I create a TopicSubscriber and set a MessageListener on it, the messages get delivered to my MessageListener. Looking at the source code of SpySession I have

[JBoss-user] [Installation Configuration] - Server not starting : HELP

2004-08-24 Thread muralikri_bng
Hi all We are running jboss 3.2.1, the server hanged without any exceptions and when we tried to restart, the boot.log had the following exceptions which are listed below. Once we restarted the operating system ( windows 2000 ). The server started without any problems. It seems the server