[JBoss-user] [Beginners Corner] - Using JSP standard tag library

2005-01-23 Thread liuchang
Hi, I'm a beginner trying to pick up J2EE, I ran into a problem for this very simple JSP page: <%@ page contentType="text/html; charset=UTF-8" %> | <%@ taglib uri="http://java.sun.com/jsp/jstl/core"; prefix="c" %> | | | Tags | | | | | When I request it through the web se

[JBoss-user] [Installation & Configuration] - What need to setup/intall

2005-01-23 Thread deweirdt
Hi, I'm a complete newbie in JBOSS so I need a lot of help. I want to setup a Middleware messaging server were I receive a email and then send this email just straight to a other server (to begin with). For that I need to know what I all need to install. I've downloaded JBoss AS but then I'm

[JBoss-user] [Beginners Corner] - What need to setup

2005-01-23 Thread deweirdt
Hi, I'm a complete newbie in JBOSS so I need a lot of help. I want to setup a Middleware messaging server were I receive a email and then send this email just straight to a other server (to begin with). For that I need to know what I all need to install. I've downloaded JBoss AS but then I'm

[JBoss-user] [Installation & Configuration] - help:I don't know why my jboss couldnt start any more

2005-01-23 Thread Booney
what's the matter?? i install my jboss-4.0.1RC1 in D:\Program Files\jboss and my OS is winxp sp2 .I set the JBOSS_HOME D:\Program Files\jboss ,and java version "1.5.0_01" the Exception is : D:\Program Files\jboss\bin>run -c all

[JBoss-user] [Javassist user questions] - Re: Bug in getDeclaringClass in 3.0RC1

2005-01-23 Thread hlovatt
"chiba" wrote : I have implemented getEnclosingClass(). | The source is in CVS HEAD. Thanks - I look forward to the next release Keep up the good work View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863341#3863341 Reply to the post : http://www.jboss.org/i

[JBoss-user] [Persistence & CMP/JBoss] - Re: seeing CMP updates with jdbs select statements within th

2005-01-23 Thread triathlon98
I think what you need is true which can be specified in the container configuration. However, that is what I would expect from the tag names, but it has nothing to do with your description. CMP should always see the entity beans with their current state in the transaction. It will (possibly, d

[JBoss-user] [EJB/JBoss] - CMP Deployment fails on 'Standard' EJB-QL

2005-01-23 Thread mrobin21
Hi There. I am trying to deploy a CMP Bean with a finder method (declared using XDoclet) which contains <= and >= operators. These operators are part of the standard EJB-QL specification (as far as I know) and yet JBOSS fails with: anonymous wrote : 16:10:30,207 ERROR [EntityContainer] Startin

[JBoss-user] [EJB/JBoss] - Pessimistic locking with notification in EJB

2005-01-23 Thread sjmayocchi
Hello, We are working on a web application where the desired behaviour is as follows: 1. User A locks a record and begins editing. 2. User B attempts to lock the same record and immediately receives notification that the record is already locked. 3. In the case of server crash or other failur

[JBoss-user] [Beginners Corner] - Re: Deployer.jar

2005-01-23 Thread westwin
I got the same problem View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863336#3863336 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863336 --- This SF.Net email is s

[JBoss-user] [Security & JAAS/JBoss] - Crossposting: Disable Automatic Redirection to Last Accessed

2005-01-23 Thread poojac20
Sorry for crossposting but I was not getting any answer and I thought this is a better topic under which to post this question. I need to find out how I can disable automatic redirection to the last accessed resource after session timeout? I am using jboss 3.2.3 with embedded Tomcat 4.1. For

[JBoss-user] [JBoss Getting Started Documentation] - Problem in running Duke's Bank Application

2005-01-23 Thread gunjangupta
I have already posted this in the getting started forum. I did not get any reply over there so I am posting it in this forum as well. I am able to deploy the Duke bank application. The login screen of the page is opening. But when I try to logon the application fails with the following error :

[JBoss-user] [HTTPD, Servlets & JSP] - Re: how are session Ids allocated

2005-01-23 Thread dragonmage
I know a little more about the problem, after a bit of experimentation. It has nothing to do with separate frames - same thing occurs when running from one frame. It is not necessarily caused by long ping times: On a server that consistently does not work, the same application works fine (sess

[JBoss-user] [Management, JMX/JBoss] - Re: JSP JSR77 MBeans and Statistics

2005-01-23 Thread diripu
Hi Am also looking for a answer for a JBoss team member... But in the Duke's application the web.xml declares its JSP using a jsp-property-group (like *.jsp). Each JSP file is not assigned with a servlet name.probably thats why no JSPs MBeans are being displayed... Want to know the JBoss

[JBoss-user] [Management, JMX/JBoss] - Re: MBean and how to add to Classpath

2005-01-23 Thread berlinbrown
Anyway, right now, I have to add that particular jar file so that I can use a particular resource in it. System.setProperty("java.class.path", System.getProperty("java.class.path") + ":"); View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863328

[JBoss-user] [Security & JAAS/JBoss] - Basic problem with HTTPS

2005-01-23 Thread pemorob
Hi, I've got a basic problem with HTTPS. The problem is that I have followed the instructions and I can't get an HTTPS connection. I am working on a Windows XP system and have JBoss 3.2.3 installed. I have made the following changes to the basic installation. jboss-tomcat41.sar\META-INF\jboss-

[JBoss-user] [Management, JMX/JBoss] - MBean and how to add to Classpath

2005-01-23 Thread berlinbrown
I have setup a simple MBean Service, the jar is located in default/deploy/TestMBean.jar(for example) and with everything works fine, but I noticed that when I print the Classpath using System.getProperty("java.class.path") that particular TestMBean.jar doesnt appear in the list. Can I

[JBoss-user] [Installation & Configuration] - Got an UnknownHostException

2005-01-23 Thread seymour
After installation, i've tryed to deploy a sample application and got an exception: 18:15:58,528 ERROR [MainDeployer] Could not initialise deloyment: file:/C:/Java/Projects/sample/app/app.ear org.jboss.deployment.DeploymentException: www.jboss.org; - nested throwable: - - (java.net.UnknownHostEx

[JBoss-user] [Persistence & CMP/JBoss] - seeing CMP updates with jdbs select statements within the sa

2005-01-23 Thread ivink
Hi . We are migrating from oracle's oc4j AS to JBoss and we can't find an equivalent to oc4j delay-updates-until-commit flag for entity beans. This flag gave us ability to see changes of CMP bean when we executed plain select statements within the same transaction. so for example we start transa

[JBoss-user] [The Lizzard's corner] - EJB 3.0 Preview, @Tx Annotation

2005-01-23 Thread Ferenc.Bator
Why JBoss EJB 3.0 uses the @Tx annotation instead of the specified @TransactionAttribute from JSR 220 in Chapter 9.4? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863318#3863318 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mod

[JBoss-user] [EJB/JBoss] - Using different Context inside of a bean

2005-01-23 Thread 7Seconds
Hello, I hope someone may help me solving my problem. I am busy writing a distributed application with this kind of structure: I have two jboss servers on two different machines connected via lan: One with a standalone java application as client, both with a jboss4 server containing the same j

[JBoss-user] [News & Announcements] - Re: 4.0.0 Tomcat Security Patch

2005-01-23 Thread sbjava
Good job. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863312#3863312 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863312 --- This SF.Net email is sponsored by:

[JBoss-user] [News & Announcements] - Re: 4.0.1 Release Available

2005-01-23 Thread sbjava
Thank you very much, Scott. You do so well! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863307#3863307 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863307 --- T

[JBoss-user] [Beginners Corner] - No body can help me??????

2005-01-23 Thread demmahom
please i need your feedback. problem: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=59038 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863304#3863304 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863304

[JBoss-user] [Beginners Corner] - Re: Could not create entity

2005-01-23 Thread demmahom
No body can help me?? :( View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863303#3863303 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863303 ---

[JBoss-user] [Installation & Configuration] - Re: DHCP woes

2005-01-23 Thread chrismalan
Yep, that does it. Thanks Scott. Added "d22-236-171-17.dsl.nsw.optusnet.com.au 127.0.0.1" to /etc/hosts Hopefully I'll keep this "hostname" for a while. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863301#3863301 Reply to the post : http://www.jbo