[JBoss-user] [JCA/JBoss] - Re: Directory paths parsed wrongly under Windows

2005-07-15 Thread demboos
Correction. It should be: c:/jboss or c:\\jboss.. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3884970#3884970 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3884970

[JBoss-user] [Beginners Corner] - Re: TimerService problems after crash

2005-07-15 Thread yankee
Hi, I'm new to this JBoss forum and would like to know where I can track the above mentioned timerservice bug officially to be fixed in the next version of JBoss. Thanx in advance View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3884971#3884971 Reply to the

[JBoss-user] [JBoss Portal] - Acessing a JSP from another JSP

2005-07-15 Thread brp
Hi, In the portlet I developed I included a JSP which has few buttons.If I click one of those buttons another JSP should be opend in the same portlet.How can I do this?Can anybody help me? brp View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3884977#3884977

[JBoss-user] [JBossWS] - Re: Array wrapping a MUST when using rpc/lit ?

2005-07-15 Thread fpitschi
I think I found out by myself: If you use (unwrapped!) String[], Object[], ... as parameters or return values in the ws-methods of your SEI, and use wscompile to generate the wsdl, the following happens: new complextypes (StringArray, NameofObjectArray) with special namespaces (e.g.

[JBoss-user] [Clustering/JBoss] - farm deployment

2005-07-15 Thread tineq
We have a JBoss cluster running on two machines with all configuration (only partition name was modified). We have one EJB jar (with multiple stateless EJB inside) deployed in farm/ directory and everything is working fine except for farm deployment: sometimes if we copy the ejb jar to farm

[JBoss-user] [Clustering/JBoss] - Re: farm deployment

2005-07-15 Thread schrouf
Seems to be a bug. We also encountered this behavior in the past and disabled farming within the production environment. With farming - although convenient - you 'loose' much control during deployment, which is essential for a production plattform (especially if there are some unexpected

[JBoss-user] [Beginners Corner] - Please Answer me

2005-07-15 Thread k0114
My Project is not a J2EE Structure but i want to run with JBoss. My Project is a Web Mobule(.war) that include jsp + java bean + servlet Please Tell me how to run my project with JBoss.Please Help Me View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3884983#3884983

[JBoss-user] [HTTPD, Servlets JSP] - Who know about it Please Answer Me

2005-07-15 Thread k0114
My Project is not a J2EE Structure but i want to run with JBoss. My Project is a Web Mobule(.war) that include jsp + java bean + servlet Please Tell me how to run my project with JBoss.Please Help Me View the original post :

[JBoss-user] [Installation Configuration] - My Project is not a J2EE Structure but i want to run with JB

2005-07-15 Thread k0114
My Project is not a J2EE Structure but i want to run with JBoss. My Project is a Web Mobule(.war) that include jsp + java bean + servlet Please Tell me how to run my project with JBoss.Please Help Me View the original post :

[JBoss-user] [Management, JMX/JBoss] - Scheduler Jboss

2005-07-15 Thread acardeiradias
Hello, I have a problem with the scheduler. I saw some examples but nothing to much clear. I have a stateless session bean. And i want to call one business method of this session bean every five minutes. How could i do that? Thanks in advance. View the original post :

[JBoss-user] [JBoss Portal] - Re: Failed portal service Hibernate error

2005-07-15 Thread brp
Hi, U just stop the application server.And start ur SQLServer.Then again restart the application server.It may work.Bcoz, even I faced the same problem but once I did as above.My portal was working fine.Even if it dint work then restart your system. bye... brp View the original post :

[JBoss-user] [JBoss Portal] - Re: examples

2005-07-15 Thread gontouf
Hi guys, I'm just giving you some news of my HelloWorldPortlet: I succeeded in calling the servlet file from my portlet, but the problem was that the redirection to my jsp didn't work, i didn't know why... I have resolved this problem in putting into the portlet file the parameters of my

[JBoss-user] [EJB/JBoss] - ClassCastException on redeployment of Jar files

2005-07-15 Thread deepakjois
My situation is as follows : I use an MBean service which contains a HashTable (which is bound to a specific JNDI Name) to hold a bunch of Objects inside JBoss , in order for them to be persistent, i.e. to exist inside the JVM as long as JBoss is running. I then manipulate the objects and

[JBoss-user] [Security JAAS/JBoss] - Re: Can't get ssl redirection to work properly

2005-07-15 Thread thalerion
No I donĀ“t have a form login in this webapp. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3884992#3884992 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3884992 ---

[JBoss-user] [JBoss Portal] - sh build.sh deploy

2005-07-15 Thread lttnd
Hi , i build jboss portal from source code on fedora2.6.1 ; there are some errors below : [EMAIL PROTECTED] build]# sh build.sh deploy build.sh: line 1: cd: ./../tools: No such file or directory build.sh: *ERROR* The target executable does not exist: build.sh: build.sh:/bin/build.sh build.sh:

[JBoss-user] [HTTPD, Servlets JSP] - Problem in web.xml file

2005-07-15 Thread kannaiyanbalaji
Hi all, I was trying to deploy my webapp. I am getting this error: Parser Error at line 5 col 16 Document root element web-app, must match DOCTYPE root null My web.xml file is as follows: ?xml version=1.0 encoding=UTF-8? web-app xmlns=http://java.sun.com/xml/ns/j2ee;

[JBoss-user] [Beginners Corner] - Re: Please Answer me

2005-07-15 Thread darranl
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossInstallation After starting JBoss (assuming you pass no arguments to the run script) put the war file in {jboss.home}/server/default/deploy. JBoss will deploy the archive automatically. If the was is called 'MyWebApp.war' your web app will be

[JBoss-user] [HTTPD, Servlets JSP] - Re: Who know about it Please Answer Me

2005-07-15 Thread darranl
Do not cross post, I have answered you in the beginners corner. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3884998#3884998 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3884998

[JBoss-user] [Management, JMX/JBoss] - Re: Scheduler Jboss

2005-07-15 Thread apinto
acardeiradias wrote : Hello, I have a problem with the scheduler. I saw some examples but nothing to much clear. I have a stateless session bean. And i want to call one business method of this session bean every five minutes. How could i do that? | | Thanks in advance.

[JBoss-user] [Installation Configuration] - Re: My Project is not a J2EE Structure but i want to run wit

2005-07-15 Thread darranl
Do not cross post, I have answered you in the beginners corner. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3884999#3884999 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3884999

[JBoss-user] [JBoss Portal] - Re: sh build.sh deploy

2005-07-15 Thread lttnd
Hi , i have resolved above errors ; now there are another errors : [EMAIL PROTECTED] build]# sh build.sh deploy : command not foundss-portal-2.0-src/tools/bin/build.sh: line 7: : command not foundss-portal-2.0-src/tools/bin/build.sh: line 9:

[JBoss-user] [HTTPD, Servlets JSP] - Re: Deploying webapps outside jboss deploy/ dir

2005-07-15 Thread avaval
You can have your custom jboss server deployment completely outside jboss server. The configuration described here works for JBoss 4.0.1SP1 Try to set following parameter in start script in java command to start jboss Copy your jboss-service.xml to some folder say c:/foo and have complete

[JBoss-user] [JBoss Portal] - Re: sh build.sh deploy

2005-07-15 Thread [EMAIL PROTECTED]
you obviously have a problem with encoding, try to get the files from the CVS. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3885003#3885003 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3885003

[JBoss-user] [EJB/JBoss] - Re: ClassCastException on EJB Remote Lookup/Narrow

2005-07-15 Thread khoff999
Thanks for responding. I'm using JBoss 4.0.2. Yes, the interfaces are in the war file, in a jar under WEB-INF/lib. This was the suggested way to do it in the JBossIDE tutorial. How would you suggest I package them? View the original post :

[JBoss-user] [EJB/JBoss] - Lookup of Session Bean from MBean at server startup

2005-07-15 Thread jaikiran
Hi, I need a startup class, in Jboss 3.2.3, in which i would be invoking a session bean. For this i have created a MBean which gets called at server startup. In this MBean, i do a session bean lookup, which FAILS because the bean isnt yet bound. I tried specifying the depends attribute in the

[JBoss-user] [EJB/JBoss] - Re: ClassCastException on EJB Remote Lookup/Narrow

2005-07-15 Thread jaikiran
Place the beans in a jar file, say MyBeans_ejb.jar, and mention this in the application.xml file as follows: MyBeans_ejb.jar I think this should work View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3885007#3885007 Reply to the post :

[JBoss-user] [JNDI/Naming/Network] - Re: Starting failed jboss:service=Naming java.lang.ClassCast

2005-07-15 Thread ohadraz
Hi Bruno, I am having a similar problem. Have you found the solution yet? If so, would you mind sharing it?... Thanks. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3885008#3885008 Reply to the post :

[JBoss-user] [EJB/JBoss] - Re: ClassCastException on EJB Remote Lookup/Narrow

2005-07-15 Thread darranl
Have you packaged the jar and war together in an ear? Just don't add the interfaces jar to the web application. If the beans are deployed within the ear of the war the interfaces will be available at runtime anyway. The section in the tutorial that shows how to do this probably needs to be

[JBoss-user] [EJB/JBoss] - Re: ClassCastException on EJB Remote Lookup/Narrow

2005-07-15 Thread jaikiran
Sorry, forgot to mention the contents of application.xml in the previous post: Make an entry as follows: module | ejbMyBeans_ejb.jar/ejb | /module | module And create a jar file MyBeans.jar containing the interfaces and beans View the original post :

[JBoss-user] [Advanced Documentation] - Problem in deployment

2005-07-15 Thread shankar_rao
Sir, Actually we developed the application in Oracle 9i Jdeveloper and after that we migrated to jboss for deployment , i build the application using ant...and created , jar,war and ear but when i deployed the ear File it is throwing the exception as follows. I have my

[JBoss-user] [Persistence CMP/JBoss] - Re: 4.0.2 + Hibernate Startup Problem

2005-07-15 Thread viking75
Hi. I guess you've probably sorted this for now, but for other viewers: I was having a similar problem, and found that changing this: net.sf.hibernate.dialect.MySQLDialect to this: org.hibernate.dialect.MySQLDialect -- worked. took me 3 damn days... View the original post :

[JBoss-user] [Advanced Documentation] - Re: Problem in deployment

2005-07-15 Thread darranl
Can you execute the command: - jar -tf EarName.ear The purpose of this is to check that your META-INF folder name is in upper case and to make sure it contains the expected file. And then take your question with the output from above to the Beginners Corner forum. This forum is for

[JBoss-user] [EJB/JBoss] - Re: Lookup of Session Bean from MBean at server startup

2005-07-15 Thread darranl
The naming service is started when JBoss is started, not when a bean is deployed. http://wiki.jboss.org/wiki/Wiki.jsp?page=HowCanAnMBeanDependOnASessionBean View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3885018#3885018 Reply to the post :

[JBoss-user] [Management, JMX/JBoss] - Re: Scheduler Jboss

2005-07-15 Thread acardeiradias
apinto wrote : acardeiradias wrote : Hello, I have a problem with the scheduler. I saw some examples but nothing to much clear. I have a stateless session bean. And i want to call one business method of this session bean every five minutes. How could i do that? | | | | Thanks in

[JBoss-user] [Persistence CMP/JBoss] - Re: 4.0.2 + Hibernate Startup Problem

2005-07-15 Thread darranl
The Hibernate 3 migration guide can be found at: - http://www.hibernate.org/250.html View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3885020#3885020 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3885020

[JBoss-user] [HTTPD, Servlets JSP] - Re: Problem in web.xml file

2005-07-15 Thread darranl
Which version of JBoss are you trying this with? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3885021#3885021 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3885021 ---

[JBoss-user] [Installation Configuration] - Re: Static deployment

2005-07-15 Thread darranl
I am unaware of a guide that shows how to add EJB support to the minimal configuration. The following however covers removing the services that you do not require in the default configuration: - http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossASTuningSliming Also you could look at using the

[JBoss-user] [EJB/JBoss] - Re: ClassCastException on EJB Remote Lookup/Narrow

2005-07-15 Thread khoff999
Yes, everything was in an ear. I did as you suggested and it works fine. Thanks. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3885023#3885023 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3885023

[JBoss-user] [JBoss Portal] - Re: Acessing a JSP from another JSP

2005-07-15 Thread mholzner
use the portlet to create render or action URLs that point back to this portlet. (renderResponse.createActionURL()). The URL can accomodate a parameter that indicates what jsp to delegate to (renderURL.setParameter(jsp, jsp1) You can then set the stringified version of these URLs as request

[JBoss-user] [HTTPD, Servlets JSP] - Re: Problem in web.xml file

2005-07-15 Thread [EMAIL PROTECTED]
You forgot the tag around | servlet-nameListenerTester/servlet-name | servlet-classcom.example.ListenerTester/servlet-class | View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3885026#3885026 Reply to the post :

[JBoss-user] [HTTPD, Servlets JSP] - Re: Problem in web.xml file

2005-07-15 Thread [EMAIL PROTECTED]
Doh ! i meant you forgot the tag servlet but this one is stripped on the forum View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3885027#3885027 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3885027

[JBoss-user] [JBoss Portal] - navigation - links to home page

2005-07-15 Thread vinkh
Once inside a portlet, for eg, Admin or any custom portlet, there seems be no Menu/link to go to other portlets or the home page. This makes us use the browser back many times... Can we have the Menu box (which has links to diff portlets) always in or atleast a link to the home page. which

[JBoss-user] [JBossCache] - Different behaviour of TreeCache when using DummyTM and Obje

2005-07-15 Thread Skipy
I have a problem with TreeCache on the following use case: 1. Starting transaction on two cluster nodes 2. Putting the same value(s) into cache on both nodes 3. Trying to commit on one node - having exception (that should be so) So, the problem is the following. * When I use

[JBoss-user] [Installation Configuration] - Re: jboss 3.2.4 conversion

2005-07-15 Thread [EMAIL PROTECTED]
stnadalong shold say stand-alone. Doh. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3885034#3885034 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3885034 --- SF.Net

[JBoss-user] [Installation Configuration] - jboss 3.2.4 conversion

2005-07-15 Thread [EMAIL PROTECTED]
hi yes I know this is an old version - I'm trying to update this company to 4.0.X. I have a war file containing jsp pages, ths deploys and runs perfectly under 3.2.3 (embedded Tomcat 4.1) . When I deploy it under 3.2.4 (embedded Tomcat 5.0) the banner pages are mangled by Tomcat (it repeats

[JBoss-user] [Clustering/JBoss] - Re: farm deployment

2005-07-15 Thread ScottMarlowNovell
Could you download JBoss 4.0.3rc1 from http://www.jboss.org/products/jbossas/downloads and try to recreate the problem? If the problem is solved with the farm deployment changes in 4.0.3, great! If not, write back and let me know. The next step would be to create a bug report (using JIRA

[JBoss-user] [Beginners Corner] - Re: UDP WARN Messages

2005-07-15 Thread smynampati
I am new to JBoss, I am getting a similar error, I was getting this all of a sudden, surprisingly I get this behind a firewall. Is this a security risk? I checked the domain address of the computers and none seem to be matching this IP. I am using jboss401 sp1. I need help. thanks Suresh

[JBoss-user] [Performance Tuning] - WARN [org.jboss.jbossweb] WARNING: No thread for Socket

2005-07-15 Thread jbossvishal
We have a setup with tomcat as web server and jboss as appserver. We are facing with problem of low threads at jboss end. All this is backed by pool of jboss and tomcat servers supported by loadbalancer. Going through jboss logs we get following messages - 2005-06-09 08:36:28,379 WARN

[JBoss-user] [Installation Configuration] - Re: Static deployment

2005-07-15 Thread IvanLatysh
Thank you, I am aware of this guide. But my task is to deploy my application statically. I put my jar-s into lib folder and I am looking for a way to register my beans withing server configuration. So my application will be loaded togeter with a server without using a deployer at all. View the

[JBoss-user] [Installation Configuration] - maintenance of a web site

2005-07-15 Thread soussou
Hi; I would like to realize a procedure of rebuilding of a web site (J2ee application) at the time of phase of maintenance (updated of the database). Have you any idea for that ? I must to use a filter servlet for locking all pages, two database in clustering for the update, etc ... How the

[JBoss-user] [HTTPD, Servlets JSP] - Getting the Port number from a web app...

2005-07-15 Thread ronfer
Hi All! I need to get the http port on which Tomcat is listening from within my web application. I cannot use the calling URL because I'm behind a load balancer and I can't relay on the URL information. How can I get the port number? Thank you Federico View the original post :

[JBoss-user] [Messaging, JMS JBossMQ] - Remote messaging fails with EXCEPTION_ACCESS_VIOLATION

2005-07-15 Thread palob
I have two JBosses running on two machines. They are configured in way one uses messaging on other machine (no application is running there). After some time of running at least one of JBosses fails. This failure also happens nearly every time I stop JBoss with runnnig application by pressing

[JBoss-user] [Clustering/JBoss] - Re: farm deployment

2005-07-15 Thread tineq
Thanks. Will try 4.0.3rc1. Test case is pretty simple, since - if you repeat it long enough - you can reproduce this bug with ordinary datasource xml files in farm/ directory. Sometimes xml ds file is removed on second server instead of redeployed - so it's probably a different case than fixed

[JBoss-user] [JBoss Portal] - Re: Login Filter

2005-07-15 Thread danny_hon
Thanks a lot for the information. I will certainly take a look of Tomcat valve. Just out of curiosity, do you have any ideas why the doFilter() is never called in my experimental case? I may need to use filter someday, not necessary for SSO. View the original post :

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Oracle DDL for JBossMQ Jms Tables

2005-07-15 Thread svasan
I seem to getting the same problem with using Oracle with JMS. My execption is MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM: ObjectName: jboss.jca:name=DefaultDS,service=DataSourceBinding state: NOTYETINSTALLED I Depend On: Depends On Me:

[JBoss-user] [JBoss Portal] - Re: Setting up a my-yahoo kind of layout

2005-07-15 Thread danny_hon
I am also trying to create a horizontal tab menu. Is there an API to find out what is the current page name? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3885050#3885050 Reply to the post :

[JBoss-user] [JBoss Portal] - Re: Login Filter

2005-07-15 Thread [EMAIL PROTECTED]
where did you apply the filter ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3885051#3885051 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3885051 --- SF.Net email is

[JBoss-user] [JBossCache] - Re: Different behaviour of TreeCache when using DummyTM and

2005-07-15 Thread [EMAIL PROTECTED]
Skipy, Can you turn on the logging to see if the transaction is rolled back in the JOTM case. BTW, if it works, would you like to contribute the Lookup class for JOTM? -Ben View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3885053#3885053 Reply to the post :

[JBoss-user] [JBossCache] - Re: Timeout problem in TreeCache

2005-07-15 Thread [EMAIL PROTECTED]
What is the hibernate version that you are running? You will need the latest Hibernate 3 that has a fix to this problem. -Ben View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3885054#3885054 Reply to the post :

[JBoss-user] [Messaging, JMS JBossMQ] - log4j and JMS appender

2005-07-15 Thread kookywon
I'm trying to use the JMS appender for log4j. I get an error when starting the log4j: log4j error: Error while activating options for appender named [JMS]. javax.naming.NameNotFoundException: ConnectionFactory not bound After startup all appenders work except the JMS appender. If I change the

[JBoss-user] [JBossCache] - Re: TreeCacheAop getKeys returns null for filled cache

2005-07-15 Thread [EMAIL PROTECTED]
You are not using the CacheAop correctly. If you want fine grain replication, you don't need Serializable for your Rectangle object. Instead, use either annotation or declare it in jboss-aop.xml. Please theck the TreeCacheAop doco for how to. -Ben View the original post :

[JBoss-user] [EJB/JBoss] - Re: jboss.xml seems to be ignored in EJB 3?

2005-07-15 Thread platinumdragon
It's definitely being ignored. The logs are producing: 09:02:49,646 INFO [ProxyDeployer] no declared remote bindings 09:02:49,646 INFO [ProxyDeployer] there is remote interfaces 09:02:49,646 INFO [ProxyDeployer] default remote binding has jndiName of com.mycompany.util.Proxy So I'm left

[JBoss-user] [HTTPD, Servlets JSP] - Duplicate (ghost) forms

2005-07-15 Thread kirillp
Hello, Has anyone come across mysterious ghost forms: sometimes after hot re-deploy forms that are the only content in a jsp page are duplicated. That is, if a jsp page only contains a form, this form is printed twice. It does not happen all the time, but quite often. I'm using Struts 1.2.4

[JBoss-user] [Persistence CMP/JBoss] - Jboss generates a non valid Query in findByPrimaryKeyMethod

2005-07-15 Thread jrodx
I'm writting a very simple CMP EJB. The query of the method findByPrimaryKey that Jboss is generating is wrong. 11:19:31,093 DEBUG [Usuarios#findByPrimaryKey] Executing SQL: SELECT FROM Usuarios t0_Usuarios WHERE 11:19:31,093 ERROR [Usuarios#findByPrimaryKey] Find failed

[JBoss-user] [Beginners Corner] - jboss 4.0.2 response time

2005-07-15 Thread srikrishna_kalavacharla
Hi, I'm running jboss4.0.2 + jdk1.5.0_03. sometimes when I hot deploy, it does not deploy and I've to go to the console and hit spacebar to activate the server and then it deploys the stuff. why is this? I've also noticed the same thing happening with some of my applications deployed to the

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Jboss client hang in QueueConnection.start() - IOExcepti

2005-07-15 Thread nsayer
genman wrote : | It looks the wait are for messages to arrive off the receive queue. Perhaps the server isn't seeing the client response message? Do you know if your client is active. These are client stack traces. The client is hung in the main thread calling start(). View the original

[JBoss-user] [JBossCache] - Re: TreeCacheAop getKeys returns null for filled cache

2005-07-15 Thread gregorypierce
Interesting. I would have expected the API to throw a warning or error in this case as I can actually put things in the cache and remove them from the cache without issue. Right now all I want to do is put things in it and get the list of things that are in it. I wasn't expecting to have to

[JBoss-user] [HTTPD, Servlets JSP] - Re: JBoss 4.0.2 breaks my web app

2005-07-15 Thread lujhuang
I'm having a similar situation: the app ran in Jboss 4.0.1sp1 but won't in Jboss 4.0.2. The jar file containing the class: org.apache.cactus.server.runner.ServletTestRunner (cactus-1.7.jar) is in the server/default/lib directory. Can someone point us to a solution? The error message:

[JBoss-user] [EJB/JBoss] - Re: Lookup of Session Bean from MBean at server startup

2005-07-15 Thread jaikiran
Thanks a lot for the link. It worked. :-) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3885066#3885066 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3885066 --- SF.Net

[JBoss-user] [JBoss Portal] - Re: Setting up a my-yahoo kind of layout

2005-07-15 Thread rali
You could try to look at the JBoss Labs project - we designed our portal layout, so we can access any portlet from any other portlet and created a Navigation menu that lists the available portlets to the user - the positioning of the different windows can be defined in a style sheet by defining

[JBoss-user] [Beginners Corner] - Re: jboss 4.0.2 response time

2005-07-15 Thread darranl
This is a feature of the command console that Microsoft have provided, when text is selected in the command prompt window the process is supended until you unselect it by pressing a key. If you look when it is fozen the title bar probably contains the word SELECT. The first option is to look

[JBoss-user] [HTTPD, Servlets JSP] - Re: JBOSS 4.0.2 Final and Tomcat 5.5 Issue

2005-07-15 Thread jcorbin4607
I am reviewing the JBOSS docs including the Admin Guide for additional configuration settings but would like to hear from anyone that has an idea what might be causing the lockup. The URL Connection error that I alluded to is just a symptom of shutting the server down after the client locks

[JBoss-user] [EJB/JBoss] - Re: Lookup of Session Bean from MBean at server startup

2005-07-15 Thread jaikiran
Do i need to do a Jaas Login in order to invoke a secured session bean from MBean. I am getting a SecurityException whenever i try to invoke the bean. Is there any way where i can specify a security domain? View the original post :

[JBoss-user] [Security JAAS/JBoss] - Re: Troubles when mben invokes method of a secured local ejb

2005-07-15 Thread jaikiran
Hi, I have a same scenario where i would like to invoke a secure session bean from MBean. Is it NECESSARY to do a Jass login? Thank you. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3885077#3885077 Reply to the post :

[JBoss-user] [Beginners Corner] - Re: jboss 4.0.2 response time

2005-07-15 Thread PeterJ
A third option is to redirect stdout and stderr to a disk file. The hangup usually occurs when the log attempts to write something to stdout but the console window is in selct mode. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3885078#3885078 Reply to the

[JBoss-user] [Beginners Corner] - Re: jboss 4.0.2 response time

2005-07-15 Thread srikrishna_kalavacharla
that perfectly makes sense. Thank you very much. Thanks Srikrishna Kalavacharla View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3885080#3885080 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3885080

[JBoss-user] [Beginners Corner] - Re: NullPointerException deploying MDB with dependency

2005-07-15 Thread [EMAIL PROTECTED]
| at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:171) | at com.securepaytech.narthex.util.AppStartupServlet.applicationReady(AppStartupServlet.java: | 153) | You should do | mymbean.create(); // --- You are not doing this | mymbean.start();

[JBoss-user] [EJB/JBoss] - Why doesn't @PersistenceContext work for me?

2005-07-15 Thread pabry
I use JBoss AS 4.0.3RC1 and I have two session beans with the following classes: @Local public interface MyManager @Stateless public class MyManagerBean implements MyManager @Remote public interface Tester @Stateless public class TesterBean implements Tester The first session bean just have one

[JBoss-user] [EJB/JBoss] - Transaction Timeout setting on a BMT

2005-07-15 Thread jaikiran
How can we set the timeout of a UserTransaction in a BMT. Is there any way to specify indefinite time for a transaction(a transaction that wont timeout) Thank you View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3885084#3885084 Reply to the post :

[JBoss-user] [JBossCache] - Re: TreeCacheAop getKeys returns null for filled cache

2005-07-15 Thread gregorypierce
Yeah I just swapped everything over to using regular TreeCache and now I can move my serialized objects around. While being able to move less data by virtue of using AOP to replicate only the values that changed is ideal, having to aspect every object in my framework is definitely not

[JBoss-user] [Clustering/JBoss] - Re: XAConnectionFactory not bound error

2005-07-15 Thread regvito
Forget my last post. I used by mistake jboss 4.0.2 which has a bug that causes the problem in my first post. Version 4.0.3 RC1 fixes the problem of just being able to use new InitialContext and not generating the JNDI error... [JBAS-1892] - hajndi-jms-ds.xml uses the wrong connection factory

[JBoss-user] [JBossCache] - Is it possible to enumerate ALL of the object in the cache?

2005-07-15 Thread gregorypierce
Experimentation with TreeCache shows that the only thing getKeys returns is the object/objects at that level in the tree. So if I have objects at /foo/[objectA] /foo/[objectB] /foo/bar/[objectC] and ask for path /foo I will get two objects. If I ask for / or I get no objects at all. Is there

[JBoss-user] [JBoss Portal] - Re: Is JBP2 recommended for use in production systems?

2005-07-15 Thread [EMAIL PROTECTED]
Yes. Walk over to IBM, Oracle, and BEA... then come back 6 months later (or whenever your contract shackles are torn off) and tell us how many people you had to lay off just to pay the support and consultant contracts when most OS Portals can do much of the same functions. 0_0 View the

[JBoss-user] [JBoss Portal] - Re: Admin CMS Portlet, upload file error

2005-07-15 Thread [EMAIL PROTECTED]
You're probably trying to edit a binary file, so it makes you upload a new one. You can't edit a binary thru the web browser. Do you possibly have another app deployed using a different version of commons fileupload that can be clashing? View the original post :

[JBoss-user] [Installation, Configuration Deployment] - Re: Out of memory error running on PA-RISC

2005-07-15 Thread tmarrs
I'm seeing the same thing on Windows XP. How do I increase the process thread limit on Windows XP? Thanks. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3885097#3885097 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3885097

[JBoss-user] [EJB/JBoss] - Re: Why doesn't @PersistenceContext work for me?

2005-07-15 Thread pabry
Please forget my previous post! I am supposed to use @EJB instead!!! Sorry about that. /Patrik View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3885098#3885098 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3885098

[JBoss-user] [JBossCache] - Re: TreeCacheAop getKeys returns null for filled cache

2005-07-15 Thread gregorypierce
Interestingly enough I was trying to resolve my getKeys() issue with regular old TreeCache and figured I'd swap back to TreeCacheAop again. The following works without returning me null. | public static void main( String[] args ) | { | BasicConfigurator.configure(); |

[JBoss-user] [Security JAAS/JBoss] - Re: Can't DatabaseServerLoginModule and SSO to work with web

2005-07-15 Thread jbrosan
Well, I thought that I had this problem resolved, but I really don't. It seems that the databaseserverloginmodule is logging me in and getting my roles | 2005-07-15 15:20:22,750 TRACE [org.jboss.security.auth.spi.DatabaseServerLoginModule] User 'jbrosan' authenticated, loginOk=true |

[JBoss-user] [EJB/JBoss] - Can I call a session bean from an entity bean?

2005-07-15 Thread pabry
I want to call methods in a stateless session bean from an entity bean, but it doesn't work. Doesn't the EJB3 spec allow this? I use JBoss AS 4.0.3RC1. Thanks, Patrik View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3885103#3885103 Reply to the post :

[JBoss-user] [Security JAAS/JBoss] - Re: Troubles when mben invokes method of a secured local ejb

2005-07-15 Thread anton_popov
jaikiran wrote : Hi, | I have a same scenario where i would like to invoke a secure session bean from MBean. Is it NECESSARY to do a Jass login? | | Thank you. I had to login, otherwise I received a lot of errors. According to me, this is correct. Otherwise, imagine you can invoke a

[JBoss-user] [JBoss Portal] - Re: Login Filter

2005-07-15 Thread danny_hon
I created a war file structure for my portal, and applied the filter in the web.xml. Basically, the structure is like this: myportal.war/WEB-INF/myportal-portal.xml myportal.war/WEB-INF/jboss-app.xml myportal.war/WEB-INF/jboss-web.xml myportal.war/WEB-INF/web.xml

[JBoss-user] [J2EE Design Patterns] - Decorator Pattern

2005-07-15 Thread chicagoram
Friends, Can someone explain me with an example what Decorator Pattern is?. Thanks for your time. Chicagoram. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3885109#3885109 Reply to the post :

[JBoss-user] [JBossWS] - Parse error: From JBoss SimpleDeserializer ???

2005-07-15 Thread blue_cuijian
Parse error: From JBoss SimpleDeserializer ??? log4j:WARN No appenders could be found for logger (org.jboss.axis.i18n.ProjectResourceBundle). log4j:WARN Please initialize the log4j system properly. AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Client faultSubcode:

[JBoss-user] [JBossCache] - EvictionPolicyConfig throwing null pointer exceptions in 1.2

2005-07-15 Thread newton
I''ve seen people asking about similar problems in this other forum posts, and it usually seems to be due to them using the wrong attribute names. As far as I can tell, I am using the right attribute names and my config is complete. I am running jboss-1.2.3. I'd like look in the source and see

[JBoss-user] [Installation, Configuration Deployment] - jboss 4.0.2 build error with security patch - jbas-1875-patc

2005-07-15 Thread Kalimuthu
Hello all, Summary : I have got a problem in JBoss 4.0.2 build with jbas-1875 patch. I have made a workaround and need a verification. Jboss 4.0.2 builds was successful without applying the security patch. but while building with security patch jbas-1875-patch.zip it throws the following

[JBoss-user] [Beginners Corner] - no Application.xml found exception

2005-07-15 Thread shankar_rao
sir, when i deployed my ear file in jboss 4.0 i got the exception as no meta-inf/Application.xml found so i give the below command and i got the out put as follows is this out wrong? needed any changes...give the solution D:\jboss-scl13_7\scl\SCLjar -tf scl.ear META-INF/

[JBoss-user] [JBossCache] - Re: Is it possible to enumerate ALL of the object in the cac

2005-07-15 Thread [EMAIL PROTECTED]
Yes, you have to walk the tree yourself View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3885117#3885117 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3885117 --- SF.Net

[JBoss-user] [JBossCache] - Re: Timeout problem in TreeCache

2005-07-15 Thread ruchiahuja10
i am using hibernate 2.1.6. I cannot shift to hibernate 3 presently. Is there any patch available for this problem for hibernate 2.1. Also can you please point me to the hibernate bug tracking list where this bug has been reported. View the original post :