[JBoss-user] [Messaging, JMS JBossMQ] - Re: INFO [STDOUT] java.lang.Error: Error starting thread:

2005-03-04 Thread prince
Thank for your Advice. I have referred the JIRA website regarding this issue. There lot of people posted the same issue. Finally they adviced to use jboss4.X version and recommended to change the JMS persistence database from Hypersonic to some other prodcution database. So we switch over to

[JBoss-user] [JBossWS] - strage problem tcpmon

2005-03-04 Thread singular_droid
Hi all! For a couple of days I'm trying to overcome one strange problem: I'm trying to create my own simple ws and as example I'm using this guide: http://docs.jboss.org/jbossas/getting_started/startguide40/ws.html and i hava similar build and similar classpath(if needed I can post'em all). So my

[JBoss-user] [Messaging, JMS JBossMQ] - Re: During the HAJMS master moving ....

2005-03-04 Thread nitin888
Hi, I have got exactly similar problem but still not got a solution for it. If anyone out there has any words of wisdom or any idea about getting a soln for it. Thanks in advance, Nitin. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3868770#3868770

[JBoss-user] [Management, JMX/JBoss] - Re: Troubles converting a Java i/o server to a ServiceMBean

2005-03-04 Thread fmarchioni
Sorry my mistake. There was a bug in one of the Server classes. Now it's working. bye Francesco View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3868771#3868771 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3868771

[JBoss-user] [Beginners Corner] - javax.naming.CommunicationException

2005-03-04 Thread kaioh83
Hi everybody, I have written a simple Session Bean and i have some trouble. When I try contact it from a standalone client a have this error report: Can anyone help me ? e-mail [EMAIL PROTECTED] javax.naming.CommunicationException [Root exception is java.io.InvalidClassException:

[JBoss-user] [Advanced Documentation] - Jboss auto start after restarting the Server OS

2005-03-04 Thread rizwaan_mk
Hi, I am rizwan. I have a critical and peculiar problem here in my jboss application server. I am running jboss in windows2003 server based machine. Application sever is working fine. There is no doubt in that. The problem is 2003 server restarts automatically due to power

[JBoss-user] [Persistence CMP/JBoss] - Re: Corrupted Field After EntityBean-Update

2005-03-04 Thread reimannt001
An update to my first post: now I've seen, that every string-field (or VARCHAR2-column) that has changed via an update/modify has the first 3 characters corrupted, not only the TBCLASSNAME-field! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3868777#3868777

[JBoss-user] [JBossWS] - Re: strage problem tcpmon

2005-03-04 Thread singular_droid
Ok, I have read all threads in this forum and only one of them (except mine) about the same problem - how to connect wsclient to jboss server on another host?(In other thread there is no answer on that). I understand that my problem is simple but I cant overcome it :( View the original post :

[JBoss-user] [EJB/JBoss] - usertransaction disappears in stateful session bean

2005-03-04 Thread hooverphonique
I am using a stateful session bean with bean managed tx's to load some data into a database.. I use UserTransaction because I need to have a tx that spans multiple method calls on the session bean. In the first method called (beginSearchImport) a UserTransaction is started using Hibernate's

[JBoss-user] [Management, JMX/JBoss] - Re: How to make JBoss JMS works with Oracle in multi-develop

2005-03-04 Thread [EMAIL PROTECTED]
Please, try the User JMS/Messaging forum View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3868727#3868727 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3868727 --- SF email

[JBoss-user] [JBoss Getting Started Documentation] - Re: jmx-console - page cannot be displayed

2005-03-04 Thread tclot
I attempted netstat -an as you suggested both before and after starting jboss. Before, nothing is listening to 8080. After starting, something (presumably jboss) is listening. Also, I check the log output, and it seems to be fine:

[JBoss-user] [Performance Tuning] - Re: Threading Anomoly

2005-03-04 Thread mcguinnessdave
take 3: anonymous wrote : Service name=jboss.web | className=org.jboss.web.tomcat.tc5.StandardService | | Connector port=8080 address=${jboss.bind.address} | maxThreads=150 minSpareThreads=25 maxSpareThreads=75 | enableLookups=false redirectPort=8443

[JBoss-user] [EJB/JBoss] - XML Schema, XSLT files...where do they belong?

2005-03-04 Thread paper57
I have a number of EJBS that handle XML directly. They need to reference XSL and XSD files to transform and validate the content. The XSL's can easily be read from the jar containing the EJBs. In order to reference an .XSD for validation (using SAXParser) it appears that my only option is to

[JBoss-user] [Persistence CMP/JBoss] - Why does JBoss load each column separately?

2005-03-04 Thread ottoberg
Recently, we are observing that most finder queries take exceedingly long to finish. Looking for the reason we have switched on cmp logging and found that relations are loaded column by column: | Executing SQL: SELECT id, salutation FROM PERSON WHERE (id=?) OR (id=?) OR (id=?) OR (id=?) OR

[JBoss-user] [HTTPD, Servlets JSP] - how to get user information from database after the user log

2005-03-04 Thread choikim
Hi. I am using form-based delarative security using mysql. After the user logged in the main page, I want to get the user information from the database using the user name and password and display it on the screen. I've implemented entity bean/session bean that retrieves the info, and it

[JBoss-user] [JBossWS] - Re: strage problem tcpmon

2005-03-04 Thread Kramar
Hi, What service location is specified in your wsdl file? I mean this part of wsdl: | service name=Hello | port name=HelloPort binding=tns:HelloBinding | soap:address location=REPLACE_WITH_ACTUAL_URL/ | /port | /service | I guess that in your

[JBoss-user] [Clustering/JBoss] - All singleton services on the same JBoss

2005-03-04 Thread chris_pollentier
A question about Singleton services: Assuming that I put singleton services NOT in the deploy-hasingleton directory, but in the deploy (or farm) directory: When a master is chosen for the singleton services, is there always one JBoss instance chosen as master for ALL singleton services, or can

[JBoss-user] [EJB/JBoss] - Deploying a J2EE application

2005-03-04 Thread ngijoi
Hi everibody I have the following error message message when I deploying the Fibo tutorial application: 09:48:50,188 WARN [verifier] EJB spec violation: Bean : Fibo Section: 22.2 Warning: The Bean Provider must specify the fully-qualified name of the Java class that implements the

[JBoss-user] [Installation Configuration] - Log4j - separating logging from jBoss logging

2005-03-04 Thread bmelloni
How do I tell jBoss to keep its filthy paws off my application logging? For various reasons (including running on multiple appication servers brands) I need to have the log4j jar and configuration be with the application and not the server. I am already using an EAR to wrap my WAR and I am

[JBoss-user] [Beginners Corner] - Re: 1st step tough! why does it ask me for userid/password

2005-03-04 Thread wayne_huaiyuan_yu
darranl wrote : Why are you using the RC1 for JBoss 4? There have been a few production releases out since that release candidate was releases. | | Security should not have been enabled by default, what is the full message being displayed by the browser? Are you sure that the browser is

[JBoss-user] [Installation Configuration] - Critcal and peculiar problem- Help needed

2005-03-04 Thread rizwaan_mk
Hi, I am rizwan. I have a critical and peculiar problem here in my jboss application server. I am running jboss in windows2003 server based machine. Application sever is working fine. There is no doubt in that. The problem is 2003 server restarts automatically due to power fluctuation and

[JBoss-user] [Installation Configuration] - Re: loader repository : silly but quick question...

2005-03-04 Thread [EMAIL PROTECTED]
Valid JMX ObjectNames. Thats it. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3868696#3868696 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3868696 --- SF email is

[JBoss-user] [JBossWS] - Re: help w/ web service

2005-03-04 Thread Andy_Wagg
Your wscompile has the import option, this tells wscompile that the classes should be generated from the wsdl specified in your config.xml. Its complaining because it can't find your wsdl file. Check the step by step service WIKI, this isn't using a wsdl file in config.xml or the import option

[JBoss-user] [EJB/JBoss] - Re: NullPointerException from BaseLocalProxyFactory

2005-03-04 Thread jieshengz
This problem is resolved. It is that my application does not fully support hot redeployment. I tried to use the hot deployment feature. This could be the cause View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3868747#3868747 Reply to the post :

[JBoss-user] [EJB/JBoss] - Re: Stateless Session Bean with dependent .jar

2005-03-04 Thread bbalmer
Please, Does anybody know of a way to deploy a jar file within an EJB so that when JBoss deploys the EJB it does NOT deploy the jar file? My EJB deployment looks like: ProjectNameEJB.jar --app (local code) --META-INF ejb-jar.xml MANIFEST.MF --lib some_code.jar Whenever I deploy the

[JBoss-user] [Persistence CMP/JBoss] - Re: MySQL 4.1: Specified key was too long; max key length is

2005-03-04 Thread Czernay
You're right, I use the JBoss standard-settings and those don't define any table-type, that gives MyISAM on my MySQL-server. I wonder what would be the best way to set this up for InnoDB? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3868677#3868677 Reply to

[JBoss-user] [Installation Configuration] - Re: Critcal and peculiar problem- Help needed

2005-03-04 Thread Lviz
hi rizwan start/install jboss as a service. http://docs.jboss.org/jbossas/getting_started/startguide40/install.html#d0e170 cheers L View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3868793#3868793 Reply to the post :

[JBoss-user] [Performance Tuning] - Threading Anomoly

2005-03-04 Thread mcguinnessdave
Hello everyone, I am currently looking at the effect of the size of the thread pool for the clients of an EJB application. I am referring to the setting maxThreads in server.xml under the following directory: %JBOSS%\server\default\deploy\jbossweb-tomcat50.sar\ (see below for excerpt) I get

[JBoss-user] [JBoss Getting Started Documentation] - Re: jmx-console - page cannot be displayed

2005-03-04 Thread darranl
Have you tried netstat -an before starting the server to make sure that nothing is listening on 8080 and netstat -an after starting the server to make sure that JBoss is listening on 8080. Also have you checked the server.log to make sure that there were no errors when the server started?

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Jboss/JMS out of managed connections on java:/DefaultDS

2005-03-04 Thread [EMAIL PROTECTED]
As Adrian pointed out, please have a look at the FAQ at the beginning of this forum. Changing the blocking timeout is not the solution to database connection management. Keep your database connection ops short and always return the connection to the pool. Also ensure that you have a finally

[JBoss-user] [HTTPD, Servlets JSP] - Re: Redirect Filter

2005-03-04 Thread mrchucho
I was able to solve this by setting the welcome-file to be my servlet, e.g: servlet |servlet-namemyapp/servlet-name |servlet-classorg.apache.tapestry.ApplicationServlet/servlet-class |load-on-startup1/load-on-startup |/servlet |servlet-mapping |

[JBoss-user] [JBossWS] - Deploy a EJB as Web Service

2005-03-04 Thread mpitanga
Hi, All examples that ive found use another class ( extends java.rmi.Remote) and not directly of a EJB Remote. Is possible deploy a EJB directly as Web Services? Thanks in advanced View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3868796#3868796 Reply to the

[JBoss-user] [Installation Configuration] - Re: Critcal and peculiar problem- Help needed

2005-03-04 Thread Lviz
Lviz wrote : hi rizwan | | start/install jboss as a service. | | http://docs.jboss.org/jbossas/getting_started/startguide40/install.html#d0e170 | | cheers | L you can download javaservice here: http://javaservice.objectweb.org/ View the original post :

[JBoss-user] [Installation Configuration] - Re: Two JBoss Instance

2005-03-04 Thread [EMAIL PROTECTED]
http://www.jboss.org/wiki/Wiki.jsp?page=HttpSessionReplicationonMacOS View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3868695#3868695 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3868695

[JBoss-user] [Persistence CMP/JBoss] - LDAP and CMP possible?

2005-03-04 Thread jgra
Hi Is it possible to have LDAP as a CMP backing store in JBoss? I've heard some rumors, about CMP plugins support in JBoss 4.X which could support such a solution, but I don't know is it real (and how) implemented. Links to documentation, wiki, source, or any other help will be desirable.

[JBoss-user] [Clustering/JBoss] - HTTPSession replication and FORM security

2005-03-04 Thread markoh
Hi all, Creating now two-node cluster based on jboss 3.2.5. Really need HTTP session replication for real failover for critical application. But got strange error with working under cluster. Single-unit mode was working ok... Digging on forum, google etc... leeds me to write sample application

[JBoss-user] [Beginners Corner] - Re: javax.naming.CommunicationException

2005-03-04 Thread kaioh83
Hi, I solved the problem! However thanks. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3868795#3868795 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3868795 ---

[JBoss-user] [JBossWS] - Re: strage problem tcpmon

2005-03-04 Thread singular_droid
In addition to previous post The wsdl file is generated by axis Java2WSDL, and jaxrpc-mapping and webservices.xml are hand written. Tcpmon messages: client | POST /EJB4/HelloBeanService HTTP/1.0 | Content-Type: text/xml; charset=utf-8 | Accept: application/soap+xml, application/dime,

[JBoss-user] [EJB/JBoss] - Re: Remote client and EJB - solution

2005-03-04 Thread prince
Hi All, I had the same problem . I have deployed my ejb's on both jboss 3.2.X and jboss 4.X. I have tried to call the ejb from my java client using eclipse. I can access the ejb in jboss 3.2.x, but if i try to access the ejb on jboss 4.X i got the error saying that the '[Root exception is

[JBoss-user] [Security JAAS/JBoss] - Password Protected WAR Files

2005-03-04 Thread sunnyyfl
Is it possible to password protect a WAR file prior to deployment within JBoss/Tomcat? Thank you. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3868731#3868731 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3868731

[JBoss-user] [JBossWS] - EJB3 web services

2005-03-04 Thread Feint
Is there any information anywhere on deploying EJB3 session beans as web services using JSR 181? I would have thought that something like the following should create the session bean and deploy it as a web service: @WebService | @SOAPBinding(style = SOAPBinding.Style.RPC, use =

[JBoss-user] [JBossWS] - Mapping between SOAP faults and service exceptions

2005-03-04 Thread Vlad
Hi, I have a method in my session bean that throws two exceptions. Both exceptions extend java.lang.Exception directly. I added soap interface to my session bean and wrote wsdl file, where I described that this operation can throw two different SOAP faults: | operation name=operation1

[JBoss-user] [JBossWS] - Re: EJB3 web services

2005-03-04 Thread [EMAIL PROTECTED]
Man this is pretty advanced and certainly the way this should work. We don't have it yet. You can checkout the JBossWS road map for the current status. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3868717#3868717 Reply to the post :

[JBoss-user] [J2EE Design Patterns] - Re: I am new to Jboss app server

2005-03-04 Thread jigneshsr
There is one book from oreilly for j2ee, which tells about working with IBM websphere, bea Weblogic and jboss application server. I dont remember the exact name of it. Just visit the orielly site for it. To learn more about jboss i used to refer the online manuals, startguide and use to visit

[JBoss-user] [EJB/JBoss] - config BMP ejb to use MySql Database

2005-03-04 Thread ittoronto
Hi there, I am trying to config a BMP ejb to use MySql, but the BMP ejb always want to use the 'java:/DefaultDS'. I have changed the configuration of JNDI name in 'jboss.xml' to 'java:/MySqlDS'. It seems to me that there is no problem with MySql as I could use it in another web application

[JBoss-user] [Installation Configuration] - Re: Log4j - separating logging from jBoss logging

2005-03-04 Thread wiggum14
Try this: http://www.jboss.org/wiki/Wiki.jsp?page=Logging View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3868676#3868676 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3868676

[JBoss-user] [Installation Configuration] - Re: Error in jboss_init_redhat.sh

2005-03-04 Thread Lviz
hi aromerolirio in jboss_init_redhat.sh just add to: | CMD_STOP=java -classpath $JBOSSCP org.jboss.Shutdown --shutdown --server=localhost:2013 | cheers L View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3868683#3868683 Reply to the post :

[JBoss-user] [Clustering/JBoss] - Re: HTTP Session clustering intermittently

2005-03-04 Thread markoh
Hello Have something like this http://www.jboss.org/index.html?module=bbop=viewtopict=61029 Solved with changing ..all/deploy/jbossweb-tomcat50.sar/META-INF/jboss-service.xml | ... | attribute name=UseLocalCachefalse/attribute | ... | Jboss 3.2.5 But for me works only when

[JBoss-user] [Installation Configuration] - JBOSS 4.0.1 : Unable to find a javac compiler

2005-03-04 Thread optimusprime
Hello there! I've installed JBOSS 4.0.1 and It complains about javac compiler. Jboss 3.2.7 is running smoothly on the same machine. I do have javahome configured and my path, the first element points to jsdk installation. I'm running windows 2000 server. Any ideas View the original post :

[JBoss-user] [Installation Configuration] - Re: No ManagedConnections available

2005-03-04 Thread informsantosh
Hi you need to increase the value of block out time from 3 to say 7 blocking-timeout-millis 3 /blocking-timeout-millis Another thing is make sure you are closing all connections in the custom code you have written View the original post :

[JBoss-user] [Installation Configuration] - Re: Log4j - separating logging from jBoss logging

2005-03-04 Thread vashistvishal
I presume what you are saying here is you need a dedicated logging for yr application without interfrence of JBoss logging. If thats the case then you need a dedicated appender say RollingFile Appender. appender name=YR_FILE class=org.jboss.logging.appender.RollingFileAppender | ---Path of

[JBoss-user] [Performance Tuning] - Re: Threading Anomoly

2005-03-04 Thread [EMAIL PROTECTED]
Did you try increasing the ThreadPool? Are you using all or default as server configuration? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3868803#3868803 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3868803

[JBoss-user] [JBossWS] - Re: (beginner) wscompile and generated class files.

2005-03-04 Thread [EMAIL PROTECTED]
The artifacts you are talking about are specific to the jwsdp SOAP stack and not relevant to WS4EE. Including them in your WS deployment would render it unportable. AFAIK, you cannot surpress their generation. View the original post :

[JBoss-user] [Management, JMX/JBoss] - How to make JBoss JMS works with Oracle in multi-developers

2005-03-04 Thread btruong
Can JBoss JMS with Oracle persistence storage works in multi-developers environment where developers run JBoss on their desktops and all have the same persistence configuration that points to the same Oracle database. I noticed the oracle-jdbc-state-service.xml has a line:

[JBoss-user] [Performance Tuning] - Re: Threading Anomoly

2005-03-04 Thread mcguinnessdave
Hi, As far as I know, what I was changing in server.xml was the thread pool size. am I mistaken? I am using default as the server configuration, Thanks, Dave View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3868804#3868804 Reply to the post :

[JBoss-user] [Installation Configuration] - Re: Problems with mbeans running MySQL 4.1.9 + JBoss 4.0Sp1

2005-03-04 Thread xdoclet
well, i think there should be something wrong with the config xml, can advice is you can list the configuration file. make sure that there are no conflicts between the name spaces regards tyronne bershath View the original post :

[JBoss-user] [Installation Configuration] - Problem getting Eclipse 3.1m5 with WebTools to see JBoss 4.0

2005-03-04 Thread schu777
Hi Everyone, For the day I've been trying to get Eclipse setup and see the JBoss 4.0.1RC1. Right now I'm trying to do the simple tutorial of http://eclipse.org/webtools/index.html; on the section of Choose a Server Runtime Environment. When I go to Window/Preferences - Server - Installed

[JBoss-user] [Beginners Corner] - JBoss 4

2005-03-04 Thread k_s_ashok
JBoss 4 is stabled version? when i see the downloaded page all shows SP's View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3868806#3868806 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3868806

[JBoss-user] [Management, JMX/JBoss] - Service interface vs ServiceMBean interface. Which to use ?

2005-03-04 Thread fmarchioni
Hello, I'm interested to know more about 2 options you have when you deploy an mbean on jboss. Can anybody point out what is the scenario when you use: 1)your MBean implements the org.jboss.util.Service interface. 2) you bean implements ServiceMBean interface / ServiceMBeanSupport Thanks a lot

[JBoss-user] [Management, JMX/JBoss] - Re: Service interface vs ServiceMBean interface. Which to us

2005-03-04 Thread [EMAIL PROTECTED]
To get an addiction with MBens, have a look at the following wiki pages: http://www.jboss.org/wiki/Wiki.jsp?page=ExampleHelloWorldService http://www.jboss.org/wiki/Wiki.jsp?page=ServiceMBeanSupport View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3868807#3868807

[JBoss-user] [HTTPD, Servlets JSP] - Precompile JSPs during/after deployment (not at compile time

2005-03-04 Thread dmlang
Hi, Websphere 5.1 provides a shell script JspBatchCompiler.sh which pre-compiles all JSPs currently deployed in a web application. Does JBoss offer a similar function? I am not after a method to include precompiled jsps in a war file, since such war files do not tend to run across different

[JBoss-user] [EJB/JBoss] - JBoss Hot Deployment Problem...

2005-03-04 Thread anu_katta
Hi All, I need some help in fixing my project to work with the Jboss's hot deployment configuration. When I hotdeploy my .ear file onto Jboss server it says it is undeploying the .ear file and deploying it again. But I didn't see the changes in my client calls. Actually we are using EJBHandle

[JBoss-user] [JBossWS] - Re: SOAP response does not conform to WSDL

2005-03-04 Thread [EMAIL PROTECTED]
This should be fixed in Branch_4_0 cvs co -r Branch_4_0 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3868715#3868715 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3868715

[JBoss-user] [JBossWS] - Re: Generating mapping file and WSDL file

2005-03-04 Thread jspaeth
Has anybody yet received a response from sun on this issue? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3868724#3868724 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3868724

[JBoss-user] [Security JAAS/JBoss] - Authentication not passed from web to EJBs through.

2005-03-04 Thread dimkaz
Hi everybody, i have stuck with following problems. I have an application and two modules within it - the ejb (some entities and one session bean) and web module. In web module i have set the authentication with some domain name and database login module. It works for authentication fast

[JBoss-user] [JBossWS] - Sample code for Step-by-step tutorials?

2005-03-04 Thread bwoodward
Does the example code exist for the step-by-step tutorials on the wiki page? The classes used in the tutorial are different that the attached sample.zip. It would be nice to be able to follow along with the actual code. Bill Woodward View the original post :

[JBoss-user] [Clustering/JBoss] - EJB Clustering Blues

2005-03-04 Thread sand_pu
Hi Forum, This has been bugging me for days. I have Jboss servers running on two Win2k machines in the clustered configuration. I have a simple session bean deployed in the farm directory. I'm able to look up the bean's home and remote interfaces. I've specified round robin balancing policy in

[JBoss-user] [Installation Configuration] - HA-JNDI and HTTP invoker

2005-03-04 Thread ToeCheez
We are using JBoss3.2.2 in a cluster. I cannot figure out how to configure remote clients for HA-JNDI. We use the jndi.properties file, and when I enter more than one URL, I get an IO error. Has anyone set up a cluster with HA-JNDI for remote clients? We really need to use the http-invoker

[JBoss-user] [JBoss Getting Started Documentation] - Re: chapter 8 problem of 'Getting Started with JBoss 4.0'

2005-03-04 Thread ricardoarguello
Maybe is this bug? http://bugs.mysql.com/bug.php?id=3611 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3868737#3868737 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3868737

[JBoss-user] [Beginners Corner] - error with Jasper on JBoss 3.2.5

2005-03-04 Thread MmarcoM
Hello all, I have written a webapp that uses jasper to generate a report from Some data in the database. I have deployed my application on JBoss 3.2.5, and In my webapp\WEB-INF\lib I have included jasperreports-0.6.4.jar as well as bsh-1.3.0.jar. When I run my application to generate a

[JBoss-user] [Persistence CMP/JBoss] - Corrupted Field After EntityBean-Update

2005-03-04 Thread reimannt001
Hello, we're using JBoss 4.0 with an Oracle 8i database. Our application (Swing-Client) uses SessionBeans in order to create/modify EntityBeans (2.x) and persist them via a configured XA Datasource using ojdbc14.jar. Now our problem is: creating an EntityBean works well, all data is saved

[JBoss-user] [JBoss Getting Started Documentation] - Re: Duke's Bank Build Fail

2005-03-04 Thread griojas
Thanks guys I changed the jboss-net.sar file and now it works. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3868663#3868663 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3868663

[JBoss-user] [Beginners Corner] - Re: JBoss 4

2005-03-04 Thread ricardoarguello
JBoss-4.0.1SP1 is the latest release. Release Notes - JBoss Application Server - Version JBossAS-4.0.1 SP1 http://sourceforge.net/docman/display_doc.php?docid=27004group_id=22866 SP1 Means Service Pack 1. It's the next release after JBoss 4.0.1 Read more here:

[JBoss-user] [Beginners Corner] - HTTP Request Logs

2005-03-04 Thread gseel
I have two installations of JBoss (one 3.2.5 and the other 3.2.6) on machines. The documentation says that Http Request logs should be produced in the logs directory of the server. This isn't the case with either installation. Have I inadvertently turned the facility off? If so how do I turn

[JBoss-user] [Installation Configuration] - Re: JBOSS 4.0.1 : Unable to find a javac compiler

2005-03-04 Thread ricardoarguello
Are you sure it's a SDK? It looks like you installed a JRE. Try javac from your command line? Ricardo View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3868808#3868808 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3868808

[JBoss-user] [EJB/JBoss] - CMP error Can't parse EJB-QL statement

2005-03-04 Thread phoenixsilver
Hi I have a very simple CMP 2.0 bean where the finder method will not parse and I almost 100% correct. I will post all of the relevant code and the exepction if anyone can help that would be great. Platform -- JBoss 4.0.1 Win2000 Pro IDE Eclipse Postgres 7.4

[JBoss-user] [Performance Tuning] - Re: Executing Session Bean methods very slow over internet

2005-03-04 Thread triathlon98
I think you should use host with the name as used for remote access (dns name). In your servers configuration, you might need to make sure that this is known to be the local machine, but I am not sure about that part. Joachim View the original post :

[JBoss-user] [Performance Tuning] - Re: Threading Anomoly

2005-03-04 Thread mcguinnessdave
sorry the excerpt got cut off, here it is now... !-- A HTTP/1.1 Connector on port 8080 -- View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3868787#3868787 Reply to the post :

[JBoss-user] [JBossWS] - Mappoint Digest Authentication and JBoss Configuration

2005-03-04 Thread pnichols_sr
I need some assistance using Jboss' Axis implementation with JBoss. I am using JBosss 4.0.1 To use the Microsoft Mappoint service, we need to be able to handle Digest Authentication. Using Tomcat 5.0, I can do this by implementing my own class, overriding the BasicHandler in Axis, and using a

[JBoss-user] [Installation Configuration] - Re: Two JBoss Instance

2005-03-04 Thread darranl
You need to look for information on the binding service, this allows you to specify all the ports in a single configuration file. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3868701#3868701 Reply to the post :

[JBoss-user] [EJB/JBoss] - Re: usertransaction disappears in stateful session bean

2005-03-04 Thread hooverphonique
Ups.. forgot to say im using JBoss 3.2.6, Hibernate 2.1.8 and J2SDK 1.4.2_5 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3868782#3868782 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3868782

[JBoss-user] [EJB/JBoss] - ejb jar as utility jar

2005-03-04 Thread JungleJim
I'm running into an issues relating to manifest classpaths and ejb jar files in JBoss 3.2.7 on Windows XP with Sun JDK 1.3.1_15. Consider the following situation: | test.ear | META-INF\ | application.xml | web1.war | META-INF\ | MANIFEST.MF | web.xml |

[JBoss-user] [Beginners Corner] - JBoss 4.0 jmx-console freezes after 1 hour of load testing.

2005-03-04 Thread saschwen
Hello, We're in the process of evaluating JBOSS for production use. We've just install JBoss 4.0 on a new linux machine and converted one of our old applications from iPlanet 6.0 to run on jboss. Everything was going good until we started testing the application under load with a load

[JBoss-user] [JBossWS] - Re: axis or jwsdp

2005-03-04 Thread [EMAIL PROTECTED]
You should look for a SOAP stack that is BasicProfile-1.0 compliant. Is that the case with the new Axis C++? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3868716#3868716 Reply to the post :

[JBoss-user] [Clustering/JBoss] - Re: HA-JNDI lookups takes very long to complete

2005-03-04 Thread [EMAIL PROTECTED]
Use JBossCache instead. JNDI was not designed for high write-read ratios (most read-only) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3868779#3868779 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3868779

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

2005-03-04 Thread ingrid
Nice to hear from you Vishal, but I don't see how the bugs you mentioned in that thread relate to my question above. In my understating your tutorial builds a read-only app. I really need to know how to make the session and the bmp that are using dao to have create and store methods working

[JBoss-user] [Installation Configuration] - build JBoss 3.2.3 installable format

2005-03-04 Thread k_s_ashok
I downloaded JBoss 3.2.3 source code and i did some modification on this code. How can i build the server using my modified JBoss 3.2.3 source code? i need some installble format( tar / bz2) on Linux machine? View the original post :

[JBoss-user] [JBossWS] - ClassNotFoundException using wscompile task

2005-03-04 Thread wizumwalt
Which attribute in this task shows where to find the class file that the compiler is looking for in the error msg? AFAIK, the source files are generated off of the interface file and placed in sourcebase, and then the classes are compiled and put in the base attrib. Any help much appreciated.

[JBoss-user] [Javassist user questions] - Why is there no LocalVarAccess just like FieldAccess Expr?

2005-03-04 Thread rezahay
Hi, I use javassist Expr classes (for example FieldAccess) to construct a model of the running java class. It would be very fine if there was a javassist LocalVarAccess (just like FieldAccess) in order to get information about the local-variables of a method (and hence about the behavior of

[JBoss-user] [Security JAAS/JBoss] - Re: Authentication not passed from web to EJBs through.

2005-03-04 Thread ricardoarguello
request.userInRole() only works if your JSP or Servlet is defined as a protected resource in web.xml Try to print request.getRemoteUser() in your JSP. If your JSP is not defined as protected in your web.xml file, it should return null. Ricardo Arguello View the original post :

[JBoss-user] [Installation Configuration] - Re: Two JBoss Instance

2005-03-04 Thread Lviz
hi this is what you looking for: http://www.jboss.org/wiki/Wiki.jsp?page=ConfigurePorts http://www.jboss.org/index.html?module=bbop=viewtopict=59317 cheers L View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3868819#3868819 Reply to the post :

[JBoss-user] [Security JAAS/JBoss] - Re: Authentication not passed from web to EJBs through.

2005-03-04 Thread dimkaz
in page i trying both. getRemote user give me admin. the user in roles give me false. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3868822#3868822 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3868822

[JBoss-user] [Installation Configuration] - Re: Log4j - separating logging from jBoss logging

2005-03-04 Thread bmelloni
No, I am not just talking about separate logging via an appender. I am talking about being able to have ALL logging jar and configuration in the WAR/EAR - with ZERO interaction or dependency on jBoss. As a matter of fact, I am even talking about my application having its own jars for all

[JBoss-user] [EJB/JBoss] - Re: ejb jar as utility jar

2005-03-04 Thread phoenixsilver
This is what the ouput is when DEBUG is on 09:32:56,103 DEBUG [Member#findByLastName] Executing SQL: SELECT FROM members t0_o WHERE (t0_o.last_name = ?) 09:32:56,103 DEBUG [Member#findByLastName] Executing SQL: SELECT FROM members t0_o WHERE (t0_o.last_name = ?) View the original post :

[JBoss-user] [Messaging, JMS JBossMQ] - Connection not authorized to addMessages to destination: DLQ

2005-03-04 Thread DaveTrahan869
I need to secure access to all jms queues and topics so I configured this in jbossmq-service.xml: mbean code=org.jboss.mq.security.SecurityManager name=jboss.mq:service=SecurityManager | attribute name=DefaultSecurityConfig | security | role name=myrole read=true

[JBoss-user] [The Lizzard's corner] - Re: Where do we get materials from the JBoss World 2005?

2005-03-04 Thread [EMAIL PROTECTED]
They will be made available online eventually. Probably not this week or next week yet though. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3868828#3868828 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3868828

[JBoss-user] [Javassist user questions] - array initializer is not supported

2005-03-04 Thread grnwood
Trying to do something like this : String expr = public static final +sorm+ fld+niceName+ = new +sorm+ | (meta, \fld+niceName+\, new sorm.properties.vals[] { sorm.con.MANDATORY });; | } // end if | | CtField field =

[JBoss-user] [Javassist user questions] - Re: array initializer is not supported

2005-03-04 Thread grnwood
Oh sorry, exception is: javassist.CannotCompileException: [source error] array initializer is not supported | at javassist.CtField.make(CtField.java:153) | at src.ORMGenerator.main(ORMGenerator.java:76) | Exception in thread main | thanks, joe View the original post :

[JBoss-user] [Security JAAS/JBoss] - Re: Authentication not passed from web to EJBs through.

2005-03-04 Thread ricardoarguello
It looks like a known 4.0.0 bug: http://sourceforge.net/project/shownotes.php?release_id=254646 Try with JBoss 4.0.1 or 4.01SP1 Ricardo Arguello View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3868831#3868831 Reply to the post :

[JBoss-user] [Advanced Documentation] - Re: Jboss auto start after restarting the Server OS

2005-03-04 Thread darranl
http://www.jboss.org/wiki/Wiki.jsp?page=RunJBossAsAServiceOnWindows View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3868832#3868832 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3868832

  1   2   >