[JBoss-user] [Installation & Configuration] - Re: Deploying web application

2004-10-11 Thread hariharanrk
Hi Scott, Here is the stacktrace of the exception I got when tag is included in jbossweb.xml org.jboss.deployment.DeploymentException: Error during deploy; - nested throwable: (ReflectionException: Cannot find setter method setLoader StandardContext[null] Cause: java.lang.NoSuchMethodException

[JBoss-user] [Installation & Configuration] - NoClassDefFoundError occuring while upgrading to jboss 4.0.0

2004-10-11 Thread sebyjm
I am trying to upgrade my Jboss 3.2.5 to JBoss [Zion] 4.0.0 Dir. structure of the relevant class files are root\mail\SendMail.java root\util\functions\AppFunctions.java But i am getting 'java.lang.NoClassDefFoundError' when i try to create object of 'AppFunctions' from 'SendMail' . The s

[JBoss-user] [EJB/JBoss] - Stateful Bean removal detection from client side

2004-10-11 Thread manawajaws
Hi, Do somebody know how to detect Stateful Session Bean removal from client side please? My client has to test the bean validity before every method call, that is using brandwith... Thanx for help, Fabrice View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=

[JBoss-user] [Advanced Documentation] - Roadmap for 4.0 Doco?

2004-10-11 Thread mhaglind
Dear admins, any type of roadmap of when docos for 4.0 will be available for the subscribers? Cheers! /MÃÂrten Haglind View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3851044#3851044 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mod

[JBoss-user] [Installation & Configuration] - Re: JBoss 4.0: Dependency on DefaultDS

2004-10-11 Thread rram
I faced the same problem. Traced it to the following in mysql-ds.xml file. mySQL This needs to be uncommented/enabled so that the corresponding type-mapping from standardjbosscmp-jdbc.xml is selected. This fixed the error. View the original post : http://www.jboss.org/index.h

[JBoss-user] [Management, JMX/JBoss] - How to get mbeans dependence relationship in program?

2004-10-11 Thread debarcar
Afer connect to the mbean server, how can I get the mbeans dependence relationship in program? Thanks! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3851039#3851039 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=385103

[JBoss-user] [HTTPD, Servlets & JSP] - Double bytes string does not present exactly on JBoss 4.0.

2004-10-11 Thread MatthewYeh
Hi, there: I write down a simple test program "index.jsp" on JBoss 4.0 as following: <%@ page language="java" contentType="text/html;charset=Big5" %> | | | JBOSS's Test Program | | | | Input String: | | | Show: <%=request.getParameter("show")%> | | When I type C

[JBoss-user] [EJB/JBoss] - Re: bean is not a jbosscmp-jdbc-managed cmp entity in ejb-ja

2004-10-11 Thread tjclifford
Newcomer: I'm having the same trouble with a SequenceBean I'm using to get the next available key from a mySQL database. The ejb-jar.xml: http://java.sun.com/dtd/ejb-jar_2_0.dtd";> This Office bean represents a sample office, including its location.

[JBoss-user] [Installation & Configuration] - jboss 4

2004-10-11 Thread troublesome
i installed jboss 4 yesterday with the jdk 1.5 and it's given me a whole lot of errors on accessing the jmx console. firefox crashes. and ie doesn't even navigate to local:8080, it just shows a page not found error. what's wrong? is jboss 4 not compatible with 1.5 or something? View the origina

[JBoss-user] [Installation & Configuration] - Re: JBoss 3.2.3 + Java 5

2004-10-11 Thread troublesome
yea i second that. i ran jboss after installing 1.5 and the thing gave me a whole lot of exceptions and firefox crashed. and this is the latest version of jboss to, downloaded yesterday. what's wrong? do i need to go back to 1.4 for jboss to work? View the original post : http://www.jboss.org/i

[JBoss-user] [Beginners Corner] - Re: Session Bean Client hangs at Context Lookup

2004-10-11 Thread mlapolla
I have a question about this: I modified the Duke's Bank to include a very simple object called SimpleEJB, with JNDI name MySimpleEJB and with a ref that was ejb/Simple. When I got the default initial context, it worked just great using initial.lookup("java:comp/env/ejb/Simple"); However, when

[JBoss-user] [Installation & Configuration] - Firewall - RmiPort - HTTP Tunneling

2004-10-11 Thread pclarke
Can anyone confirm that it is possible to fix the dynamically generated RMI port number when you are trying to use HTTP tunneling. Numerous posts have suggested that you need to set the following value in jboss-service.xml file: | | | 1099 | | | where is th

[JBoss-user] [EJB/JBoss] - Why findByPrimaryKey (null) throws error in jboss 3.2.5 and

2004-10-11 Thread zorzella
I've been using jboss 3.2.1, under which I commonly use findByPrimaryKey that *may* pass a null as a parameter, and it all works well (i.e. server simply throws ObjectNotFoundException). I've been trying to upgrade to 3.2.5, but I found that it throws this instead: "java.lang.IllegalArgumentExc

[JBoss-user] [Persistence & CMP/JBoss] - using hibernate in jboss-4.0.0

2004-10-11 Thread berkgypsy
Trying to get hibernate working with jboss4.0.0. I've got a hibernate .har which is pretty much empty except for the META-INF/hibernate-service.xml file | | | |jboss.jca:service=LocalTxCM,name=TxOracleDS | | | |java:/HibernateFac

[JBoss-user] [JBoss.NET] - xdoclet tag to generate parameter modes for web method?

2004-10-11 Thread yangchunke
Hello, I have a web method defined as follows, | /** | * @ejb.interface-method view-type = "local" | * | * @jboss-net.web-method returnQName="echo" | * | */ | public void echo(IntHolder holder) { | System.ou

[JBoss-user] [Persistence & CMP/JBoss] - Re: The devils advocate

2004-10-11 Thread Tesuji
I concur! Being even more of a devil's advocate, the people who can generally best answer these questions are JBoss people. But for them it makes bad business sense to give information for free that some of their customers pay for. In the long run, it's going to be to the detriment of JBoss acc

[JBoss-user] [Persistence & CMP/JBoss] - The devils advocate

2004-10-11 Thread calom
I have noticed that a very few issues on JBoss forums get answered (of late?). Some of the questions were of interest to me so I montinor these quite often. Is this the open source blight? I have noticed that parallel question in Weblogic is much easier to come by in a Google search. Sigh! Vie

[JBoss-user] [EJB/JBoss] - Beans Cashed?

2004-10-11 Thread grinch
Dear Friends, I have written an Enity bean that uses bean managed persitance. From a JSP page I call a findAll method that displays all the infrmation in that is stored in the database. Also on the JSP page I have the ability to edit an entry which calls a set* on the EJB then reloades the p

[JBoss-user] [EJB/JBoss] - org.jboss.tutorial.stateless.bean.CalculatorRemote not bound

2004-10-11 Thread ocampesato
Hello, everyone: How does JBoss 4.x find 3.0 EJBs without an ejb-jar.xml file? AFAIK, I set up everything correctly as described in the instructions. When I invoke 'ant run' in the Stateless sub-directory, here's the output: xxx Buildfile: buil

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

2004-10-11 Thread chnar
Well, actually, I tryed with a MySQL Database, and it worked as well, ...but no static update :/ View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3851014#3851014 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3851014 ---

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

2004-10-11 Thread chnar
Hello, could i ask if somebody know why , even if i made all the tutorial done without any errors...after restarting the server, several times, i realise that updates in the database are lost after stopping jboss .. WHY this... I try to use another DB, such as MySQL, to replace Hsql (that

[JBoss-user] [EJB/JBoss] - MDB not seeing entity created in SLSB - using IPT

2004-10-11 Thread camel
I'm having the following problem, using CMP (and instance per transaction config): In a stateless session bean: 1. Create a new CMP entity 2. Send a JMS message containing the new entity's PK - In the MDB: 3. The MDB receives the JMS message (onMessage is invoked) 4. And it does a findByPrimar

[JBoss-user] [Management, JMX/JBoss] - MBeanServer in client JAR

2004-10-11 Thread damien
I'm testing out JBoss 3.2.6 RC2, moving from JBoss 3.2.3. We've got some client processes which connect to the app server, and internally use the MX4J JMX implementation. We were using jbossall-client.jar with JBoss 3.2.3. However, the 3.2.6 version of that same JAR file includes the JBoss

[JBoss-user] [Installation & Configuration] - JBoss 3.2.3 + Java 5

2004-10-11 Thread amdavis
Is anyone aware of any compatibility problems between JBoss 3.2.3 and Java 5.0? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3851005#3851005 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3851005 -

[JBoss-user] [Beginners Corner] - turn off Unified Class Loader?

2004-10-11 Thread minmay
I deployed a sar, and I want it self-contained in the sense that I do not want it to share its classes with other "deployments". How do I turn off the Unified Class Loader for this instance to make sure THAT does not happen? View the original post : http://www.jboss.org/index.html?module=bb&op

[JBoss-user] [Nukes User] - Re: how do links work under manage html?

2004-10-11 Thread theute
I'm not sure i understood the question right. But let's say you access Nukes by typing: http://localhost:8080/nukes If you add an HTML page using the HTML module it asks for a path, let's say you enter: "/foo/bar.html" Well a url to your page would be: http://localhost:8080/nukes/foo/bar.html V

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Disable JBossMQ

2004-10-11 Thread genman
Please don't waste people's time. Next time ask a smarter question. http://www.catb.org/~esr/faqs/smart-questions.html View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3851003#3851003 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mo

[JBoss-user] [Nukes User] - how do links work under manage html?

2004-10-11 Thread robmurtha
I searched everywhere and could not figure this one out. I am interested in how to properly specify an html link and how to refer to them either in other html or as a url. What is the benefit? Thanks, Rob View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=38

[JBoss-user] [EJB/JBoss] - EJB Verifier Error

2004-10-11 Thread randyott
I am getting the following error while depolying an EJB application. The error appears to be due to the fact that the Entity bean extends another class, and for some reason the extended class cannot be loaded. I have tried serveral things, including making sure that the base class of the EB i

[JBoss-user] [Beginners Corner] - JNDI service only

2004-10-11 Thread pbowker
Running the minimal server just to use the JNDI service, how do I configure it to bind a name to a queue? I expect to use the following xml snippet: | | jms/MyQueue | javax.jms.Queue | | but in which file do I put this and where should that file be placed? Many thanks for any

[JBoss-user] [HTTPD, Servlets & JSP] - JSF Challenge

2004-10-11 Thread treespace
I am evaluating JSF as a possible alternative to JSPs with Struts and have run in to a problem that might be a design flaw in JSF. Consider a simple page with one edit box, one drop-down menu and one submit button. When the menu changes the edit box should display that item's description. You

[JBoss-user] [Performance Tuning] - Re: JBOSS 3.2.5: 100% CPU Utilization

2004-10-11 Thread genman
Get a stack trace. Figure out where your application or JBoss is looped. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850998#3850998 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3850998 --

[JBoss-user] [Installation & Configuration] - how to disable URL rewriting during authentication

2004-10-11 Thread steved.nm
I am attempting to benchmark a third-party JBoss/Tomcat application using Apache JMeter, however JMeter cannot log onto the application. Apparently during the authentication process, the system sets the jsessionid variable using URL rewriting. Once the user is logged in it tracks it using a

[JBoss-user] [Installation & Configuration] - Deploying exploded EAR in

2004-10-11 Thread oagady
Hi I need to deploy exploded EAR in a /. Is it actually possible to do it? Thanks Agady View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850996#3850996 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3850996 -

[JBoss-user] [Management, JMX/JBoss] - Re: 'env-entry'-like items in JNDI?

2004-10-11 Thread mcorey
"genman" wrote : | If you have "global settings" it's probably better to have them exposed as MBeans rather than creating JNDI entries. JNDI is better for things like service objects or LDAP trees. I chose to do it this way because the env-entry technique is standard J2EE functionality -- U

[JBoss-user] [JBoss.NET] - help deploying a web-service?

2004-10-11 Thread ptomsic
using jboss 3.2.0/tomcat 4.1.24: I've put the "jboss-net.sar" into JBOSS_HOME/server/all/deploy When I goto: http://machine:8080/jboss-net I do get the "Welcome to Apache Axis" screen. Now, my application, I'm trying to put an EAR file into JBOSS_HOME/server/all/deploy/jboss-net.sar When I place

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Disable JBossMQ

2004-10-11 Thread dutchman_mn
That is not an option because I rely the hajndi-jms-ds.xml file contained within the directory to point at my actual messaging system which is Tiibco. Perry Hoekstra View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850992#3850992 Reply to the post : http://ww

[JBoss-user] [JCA/JBoss] - Re: Oracle with Jboss 3.2.5

2004-10-11 Thread PSUGirlInPA
I am running with Java version 1.4.2_03. What version is recomended? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850991#3850991 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3850991 ---

[JBoss-user] [Performance Tuning] - Re: Start Up Performance

2004-10-11 Thread genman
A lot of what JBoss does is "unjar" your .ear files and copy them to a temp directory. You can pre-"explode" them so that the unjar step is skipped. Is there way for you to profile what is taking 25 seconds? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=385

[JBoss-user] [Beginners Corner] - Re: My JSP file is not working with JBOSS

2004-10-11 Thread genman
Are you setting the content type for the page? Are you using correct HTML (if that's what you're returning?) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850990#3850990 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p

[JBoss-user] [JCA/JBoss] - Re: Oracle with Jboss 3.2.5

2004-10-11 Thread genman
Looks like a JVM issue (which JVM are you using?) and not a JBoss issue per se. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850985#3850985 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3850985

[JBoss-user] [JCA/JBoss] - Re: Trying to open java:/mssqlds from the Client

2004-10-11 Thread genman
Stuff in the java: JNDI tree isn't available outside of the JVM. Since DataSource isn't serializable, you can't obtain it outside of JBoss. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850983#3850983 Reply to the post : http://www.jboss.org/index.html?mod

[JBoss-user] [Management, JMX/JBoss] - Re: 'env-entry'-like items in JNDI?

2004-10-11 Thread mcorey
Well, there is no forum related to Naming, so I picked this forum -- perhaps 'Installation & Configuration" would have been more appropariate, but that's not a real good fit either... Anyway, I want to change a value in web.xml because right now that's the only (easy) way I know of to put a sim

[JBoss-user] [Management, JMX/JBoss] - Re: jmx-console xml

2004-10-11 Thread genman
It could be that it is displaying the attribute value incorrectly but it did update correctly. Can you do a "view source" on the .JSP. File a bug if you notice any strangeness there. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850981#3850981 Reply to t

[JBoss-user] [Management, JMX/JBoss] - Re: 'env-entry'-like items in JNDI?

2004-10-11 Thread genman
If you have "global settings" it's probably better to have them exposed as MBeans rather than creating JNDI entries. JNDI is better for things like service objects or LDAP trees. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850980#3850980 Reply to the po

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: MDB processing freezes

2004-10-11 Thread genman
There's a MDB pool (how many MDB objects JBoss creates) and a MDB invocation pool, which is the number concurrent JMS sessions JBoss creates. Take a look at the singleton configuration and copy it. Likely, you only have two MDB instances but JBoss is still creating 5-15 JMS sessions, all comp

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Disable JBossMQ

2004-10-11 Thread genman
Rename the jms directory to jms# or remove it. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850978#3850978 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3850978 ---

[JBoss-user] [JCA/JBoss] - Re: How to Declaratively set autoCommit to false

2004-10-11 Thread [EMAIL PROTECTED]
Adrian, I am getting an error as below in JBoss and not in Weblogic or Websphere. You mention that as per the spec the autoCommit has to be set to true when we start. Where can I get this documentation? Is it in the free documentation. If not I am willing to pay for it. Here is where I am gettin

[JBoss-user] [News & Announcements] - Re: 3.2.6RC2 Release Avaialble

2004-10-11 Thread jgunther
Does anyone have any update when 3.2.6 will be final? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850976#3850976 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3850976 ---

[JBoss-user] [JCA/JBoss] - Trying to open java:/mssqlds from the Client

2004-10-11 Thread hjoshi
I want to open an connection from the client side. I have deployed the connection OK! but on the clientside NAMING exception occurs with name not found. I want to use the connection from the clienside and not from the container. Please help as it is doing my client HEAD-IN with JBOSS scoring. V

[JBoss-user] [Installation & Configuration] - Stand-alone JNDI config for JMS

2004-10-11 Thread pbowker
I need to configure the JBossNS to be able to look-up a queue. Clearly I will use a resource description to create the queue ie. | | jms/MyTestQueue | javax.jms.Queue | | Previously I used such a reference in the context of a session bean. However I would now like to create su

[JBoss-user] [Installation & Configuration] - Unable to run jboss on linux

2004-10-11 Thread crk_9
Hi, I am very new to jboss .I have installed jboss 3.2.5 & j2sdk1.4.2._04 on linux . while running the server I got the following problem Failed to boot JBoss: java.lang.ClassNotFoundException: org.jboss.system.server.ServerImpl at java.net.URLClassLoader$1.run(URLClassLoader.java:199) at j

[JBoss-user] [JCA/JBoss] - Oracle with Jboss 3.2.5

2004-10-11 Thread PSUGirlInPA
Hello! I have recently been trying to upgrade from Jboss 3.2.3 to Jboss 3.2.5. I downloaded the jboss-common-jdbc-wrapper-bug988031.jar to get rid of the class missing exception. Now when I run with Oracle and the java security manager set to java.rmi.RMISecurityManager with the policy file se

[JBoss-user] [Persistence & CMP/JBoss] - Future of Hibernate / JDO??

2004-10-11 Thread hay7777
Hi, Now that Hibernate is in the JBoss "camp", are there any plans to make it JDO-compliant? many thanks, David View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850969#3850969 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=re

[JBoss-user] [Nukes User] - Re: default theme

2004-10-11 Thread oissela
ok, i found it! :) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850968#3850968 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3850968 --- This SF.net email is spons

[JBoss-user] [Nukes User] - Re: default theme

2004-10-11 Thread oissela
which object should i alter from the jmx console to set the default theme? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850967#3850967 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3850967 --

[JBoss-user] [JBoss.NET] - a webservice exposed as a SOAP service AND xml-rpc ?

2004-10-11 Thread greg_greg
Hi, I have a (very simple) web service exposed in SOAP using jboss.net . Since soap can be quite complicated for our not-so-it-oriented customers, I was wondering if there was an easy way to expose the same service as an xml-rpc endpoint, simultaneously? Thanks for any tip, Cheers, greg View

[JBoss-user] [Installation & Configuration] - Out of Memory Error

2004-10-11 Thread trickard
We have an unusual memory problem. I have to reduce JBoss's heap size to keep from running out of memory. We are running JBoss 3.2.5 on HPUX 11.11. We are using JBossMQ and the internal Tomcat. We have a series of standalone java apps that produce and consume messages in addition to other apps

[JBoss-user] [Installation & Configuration] - Re: Configure JBOSS Using HTTP Port for RMI and JNDI

2004-10-11 Thread roli8200
Hello Many thanks for Your advice. But there (standardjboss.xml) are to many config options for me to learn in that short time. Can somebody give me a sample fo the configuration snippet? Kind regards Roland Kaeser View the original post : http://www.jboss.org/index.html?module=bb&op=viewtop

[JBoss-user] [Persistence & CMP/JBoss] - Re: table name is automatically changed from

2004-10-11 Thread daikini2
Ops, next time I'll research more before posting...Thank you a lot, Dragos. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850962#3850962 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3850962 -

[JBoss-user] [Nukes User] - Re: default theme

2004-10-11 Thread theute
It should work by changing the value in the JMX console. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850963#3850963 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3850963

[JBoss-user] [Nukes User] - default theme

2004-10-11 Thread oissela
is it possible to set a default theme? I mean NOT the one the users/admin see once logged, but the default theme shown to guests when the portal's home page is loaded. I tried to set in the jboss-service.xml (as seen in HowToSetAThemAsDefault wiki's page), but it seems it affects only the theme s

[JBoss-user] [Installation & Configuration] - Unable to run Jboss on linux

2004-10-11 Thread crk_9
Hi, I am very new to jboss .I have installed jboss on linux and while running the server I got the following problem Failed to boot JBoss: java.lang.ClassNotFoundException: org.jboss.system.server.ServerImpl at java.net.URLClassLoader$1.run(URLClassLoader.java:199) at java.secur

[JBoss-user] [Installation & Configuration] - Re: Log4j problem on jboss3.2.3!!!!

2004-10-11 Thread HuckFinn
Ok... certainly one can create a world-writable /log directory, but seriously, it seems like such bad form to have to essentially have root privileges to set up a mere development server... I can't help but feel that the directory's location is "strange", especially in a unix-style environment.

[JBoss-user] [Installation & Configuration] - Re: Log4j problem on jboss3.2.3!!!!

2004-10-11 Thread HuckFinn
Ok... certainly one can create a world-writable /log directory, but seriously, it seems like such bad form to have to essentially have root privileges to set up a mere development server... I can't help but feel that the directory's location is "strange", especially in a unix-style environment.

[JBoss-user] [Beginners Corner] - My JSP file is not working with JBOSS

2004-10-11 Thread excent
Hi, I'm using "jboss-3.2.5" for my projects, and i'm very new to the "jboss". But when I tried to run a JSP app, its not running perfectly. But my JSP app is working with Tomcat. For working with the app I have created a WAR file, and deployed it. Jboss deployed it successfully,

[JBoss-user] [EJB/JBoss] - EntityLockMonitor

2004-10-11 Thread Rudi Vankeirsbilck
Hi all, I am currently looking into some locking problems and am using the EntityLockMonitor (as suggested in AdminDevel_323.pdf). Very usefull as it counts the number of locks that have been in the system. I was wondering if there is a way to get a list of object that are currently causing a

[JBoss-user] [Installation & Configuration] - Re: running JBoss with Oracle

2004-10-11 Thread nickman
See the file server.xml in \jboss-3.2.5\server\default\deploy\jbossweb-tomcat50.sar\ Edit the paragraph: | | //Nicholas View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850955#3850955 Reply to the post : http://www.jboss.org/index.html?modu

[JBoss-user] [Nukes User] - IllegalArgumentException with most modules and blocks

2004-10-11 Thread miles
Hi, I build nukes 1.1.0 RC1 against JBoss 3.2.3 RC1. Everything seems to work fine so far, except when using the web/jmx-console. When applying any changes I get an IllegalArgumentException in org.jboss.nukes.common.propertyeditor.XMLPropertyEditorSupport.setAsText. It says something about

[JBoss-user] [HTTPD, Servlets & JSP] - JSP compiles but doesn't run (NoClassDefFoundException)

2004-10-11 Thread mendosoft
I'm fairly new to JBoss, currently running v3.2.5, java runtime 1.4.2. I'm trying to deploy a simple JSP inside a WAR file. The JSP references a class that is in the WEB/INF/classes directory within the WAR, and this class references classses OUTSIDE the WAR file (in a shared jar file). The sha

[JBoss-user] [Nukes User] - language localization: is it possible?

2004-10-11 Thread oissela
is there an easy way to localize the whole Jboss Nukes portal with a different language rather than english? (as php-nuke does) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850952#3850952 Reply to the post : http://www.jboss.org/index.html?module=bb&op=pos

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

2004-10-11 Thread manojpardeshi
i am having problem in first chapter.i am using eclipse3,lomboz3,jboss3.2.5.Upto deploying module MyBank is fine.problem is in creating ejbtest client wizard.i am getting following exception java.lang.NullPointerException at com.objectlearn.jdt.j2ee.ui.wizards.CreateEJBTestClientWizardPage.pack

[JBoss-user] [EJB/JBoss] - need help: JBoss service start before database server causes

2004-10-11 Thread yantriki
Hi All, I am developing a EJB application and plan to deploy JBoss as service. I am using MS SQL as database server. Whenever the JBoss starts earlier than the MS SQL server, it throws "createBeanClassInstanceCommand == null" exception, cause the database server is not up and any subsequent cal

[JBoss-user] [Persistence & CMP/JBoss] - remove-table=true only removes first table?

2004-10-11 Thread stud
Hello everybody, I have a jar with some EJBs in it. For each of these, true is specified. But when my JAR is undeployed, only the first Bean gets it's table deleted! The jbosscmp-jdbc.xml follows, it is Xdoclet generated: | http://www.jboss.org/j2ee/dtd/jbosscmp-jdbc_3_2.dtd";> | | |

[JBoss-user] [Management, JMX/JBoss] - Re: 'env-entry'-like items in JNDI?

2004-10-11 Thread robisz
Hi! First of all, this question isn't related to JMX. I don't understand you... why you need to change anything in web.xml (or ejb.xml) when you install an application from one environment to another? robisz View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=385

[JBoss-user] [Nukes User] - Re: Problem with new modules deploy

2004-10-11 Thread LCB
You must add Configuration Attribute to your jboss-service.xml for your module. | | | | | | Hope this helps View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850946#3850946 Reply to the post : http://www

[JBoss-user] [Installation & Configuration] - Re: Configure JBOSS Using HTTP Port for RMI and JNDI

2004-10-11 Thread Frito
Proxy bindings are configured in conf/standardjboss.xml or the configuration is deployed with your bean using the jboss.xml . The second way looks like something like that (in jboss.xml): | | | | ... | | | theBinding | |

[JBoss-user] [Installation & Configuration] - Re: Configure JBOSS Using HTTP Port for RMI and JNDI

2004-10-11 Thread roli8200
This sounds very interesting. Please excuse my dumb question: Which proxy bindings. How to configure it? Many thanks Roland Kaeser View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850943#3850943 Reply to the post : http://www.jboss.org/index.html?module=bb&o

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Disable JBossMQ

2004-10-11 Thread dutchman_mn
For some odd reason, when I posted, certain words were removed and the post makes no sense. The configuration in question is the all configuration. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850941#3850941 Reply to the post : http://www.jboss.org/index.

[JBoss-user] [Installation & Configuration] - JNI / JBOSS

2004-10-11 Thread ebasley
We built a MBean that's using jni calls that works perfectly outside of JBOSS, but when we try to deploy it we have the following error : java.lang.UnsatisfiedLinkError: create at quickfix.SessionSettings.create(Native Method) $LD_LIBRARY_PATH is setup to dynamics libraries path, quicfix.

[JBoss-user] [Installation & Configuration] - Re: Configure JBOSS Using HTTP Port for RMI and JNDI

2004-10-11 Thread Frito
Sounds like you configured the JNDI to use HttpNamingContextFactory for looking up with HTTP and forgot to configure the proxy binding for your bean in your beans jboss.xml file. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850937#3850937 Reply to the pos

[JBoss-user] [EJB/JBoss] - Re: Could not dereference object

2004-10-11 Thread Frito
It is a ClassLoader problem with your deployment. This will help you, too... http://www.jboss.org/index.html?module=bb&op=viewtopic&t=55047 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850938#3850938 Reply to the post : http://www.jboss.org/index.html?mod

[JBoss-user] [Installation & Configuration] - Re: How to run web applications with different JVM?

2004-10-11 Thread robisz
If you need to use multiple keystores, you must create the keystore programatically. Don't use javax.net.ssl.keyStore property. You can find an example code here: http://www-106.ibm.com/developerworks/java/library/j-p2pssl/?open&t=grj,l=766,p=SSLjsse View the original post : http://www.jboss.or

[JBoss-user] [Persistence & CMP/JBoss] - Hibernate - Help getting started with Hibernate

2004-10-11 Thread mikevdmza
Hi, I am having trouble deploying an EAR that contains a HAR. I wonder whether anyone can help me get started with hibernate/jboss..? My EAR looks like this: myapp.ear -META-INF/application.xml -META-INF/jboss-app.xml -jboss.har --hibernate-service.xml --mdbtest/ejb/Document.class --md

[JBoss-user] [Installation & Configuration] - Re: Configure JBOSS Using HTTP Port for RMI and JNDI

2004-10-11 Thread roli8200
Many thanks But i've read all the tutorials and tried all the samples but it doesn't work. We have a big j2ee application but i cannot use this for testing. I wrote a small hello world bean for the test case which is acessed from a command line client on a other machine which gets the home-in

[JBoss-user] [Installation & Configuration] - Re: Configure JBOSS Using HTTP Port for RMI and JNDI

2004-10-11 Thread jburugupalli
HI, The relevant topic is "HTTPInvokers". So serach for this in the documentation and also in the forums and you will get all the informaiton needed. We are successfully using it in the reverse proxy case also. Have fun, regards Jani. View the original post : http://www.jboss.org/index.html?

[JBoss-user] [EJB/JBoss] - Re: Difference in ejb-jar.xml between transaction-type

2004-10-11 Thread robisz
In a BMT (Bean Managed Trandaction) you need to mark the boundaries of the transaction in your code. In a CMT (Container Managed Transaction) the EJB container (JBoss :-)) sets the boundaries of the transactions. You can set the transaction attribute of a bean method in ejb-jar.xml: |

[JBoss-user] [EJB/JBoss] - Re: Which lookup() names for EJBs are currently available?

2004-10-11 Thread robisz
See list() and listBinding() methods in Context interface: http://java.sun.com/j2se/1.4.2/docs/api/javax/naming/Context.html If you don't need to access the list from an application just want to see it, use JNDIView through jmx-console. View the original post : http://www.jboss.org/index.html?m

[JBoss-user] [Installation & Configuration] - Re: How to run web applications with different JVM?

2004-10-11 Thread keanthian
hi robisz, i will explain to u why i need this..:) I have a web application which is consuming HTTPS Web Service which is required client authentication. So, before I consume the web services I need to specify my keystore. EG, System.setProperty("javax.net.ssl.keyStore", "C:\Keystore"); My appl

[JBoss-user] [Installation & Configuration] - Re: How to run web applications with different JVM?

2004-10-11 Thread robisz
I think it's not possible... but I can't imagine why you need this. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850927#3850927 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3850927 -

[JBoss-user] [Installation & Configuration] - Re: JBoss Multiple VM

2004-10-11 Thread keanthian
hi dhartford, is that mean we need to create a server configuration everytime we wish to run our application with separate JVM? If let say i have 10 applications wish to run at their own JVM, i need to create 10 server configuration? View the original post : http://www.jboss.org/index.html?modu

[JBoss-user] [JCA/JBoss] - Re: Why default auto commit mode is false?

2004-10-11 Thread keanthian
hi all, I have found the answer from somewhere in internet. Post it here to share with all of us. 1.Why the default auto commit mode is false? When we are in session bean, the transaction is handled by Application Server. Therefore, all connection created is with manual commit mode.Anyway, you

[JBoss-user] [Installation & Configuration] - Re: defining common classpath in jboss.service.xml

2004-10-11 Thread robisz
Why you don't create a jar from your classes and put it in lib directory? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850924#3850924 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3850924 --

[JBoss-user] [Installation & Configuration] - How to run web applications with different JVM?

2004-10-11 Thread keanthian
hi all, I have 2 application which I wish to deploy into one JBoss Servcer configuration (says default). My question is, can I configure so that each application will be run with it's own JVM? is it possible? thanks kt View the original post : http://www.jboss.org/index.html?module=bb&op=view

[JBoss-user] [Installation & Configuration] - Re: JB does not start

2004-10-11 Thread robisz
Hi! As far as I know the argument "-classic" don't work in jdk 1.4.2_05. But I think the problem is somewhere else... Why are there two dots in the end of your -Xmx128m argument? I don't see it in my console when I start JBoss. robisz View the original post : http://www.jboss.org/index.html?

[JBoss-user] [Persistence & CMP/JBoss] - Help, CMR deployed, but not link together

2004-10-11 Thread ivanisevic
I got a problem on the relation 1-many MCP/CMR there is not problem when i was deploy the EJB when the client get the teacher from the student or get the students from teacher. it return 0 size collection from teacher and null teacher from student..can anybody help me?? beside the data

[JBoss-user] [JBoss Getting Started Documentation] - Re: Incorrelation with jsp deployer

2004-10-11 Thread NProemper
Hi Marco, I've never worked with Tomcat as intensive as I do with JBoss, so I'm not very familiar with the deployment with Tomcat. But for JBoss developments I always pack my developments into a WAR file, place it into the deploy directory of JBoss and it works fine. The only thing is, that the J

[JBoss-user] [Installation & Configuration] - Re: Why I can not display the applet tree in web-console?

2004-10-11 Thread robisz
I think something is wrong with your Java plug-in in IE. You should (re)install it. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850920#3850920 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3850920 -

[JBoss-user] [Installation & Configuration] - JB does not start

2004-10-11 Thread kkaal
Hi, I am a bit lost. Work with JB for a while now. Now, I have to install it on a new Computer and nothing works as before. Tried Java 1.5. But this is obviously not a good option for JB 3.x. So, I installed 1.4 and got the following output. Can anybody give a "help that newbie" hint? Tanks Kl

[JBoss-user] [Beginners Corner] - Re: Problem with CMP and DefaultDS and EJB Deploy

2004-10-11 Thread robisz
Don't use resource-ref element for configuring datasource for a CMP bean. You can configure it through jbosscmp-jdbc.xml file. The default configuration is in JBOSS_HOME/server/YOUR_CONF/conf/standardjbosscmp-jdbc.xml file You should set the CMP datasource here: | | | java:/ej

  1   2   >