[JBoss-user] [Beginners Corner] - Re: Facing a Session problem after deploying my application

2004-05-16 Thread psreddi
My kind appreciations for your reply. If I deploy the same application application on JBoss3.0.0, The deploys happens successfully and the application also works fine. but when I'm trying to deploy the same application on JBoss3.2.3 with Apache Tomcat4.1, It throws the error I have mentioned e

[JBoss-user] [Beginners Corner] - Re: Facing a Session problem after deploying my application

2004-05-16 Thread psreddi
My kind appreciations for your reply. If I deploy the same application application on JBoss3.0.0, The deploys happens successfully and the application also works fine. but when I'm trying to deploy the same application on JBoss3.2.3 with Apache Tomcat4.1, It throws the error I have mentioned ear

[JBoss-user] [HTTPD, Servlets & JSP] - 'NoClassDefFoundError' in org/apache/fop/apps/Driver

2004-05-16 Thread sk4567
Hi, I have a struts application developed on jboss3.2.3... I have a PDF generation requirement where i have used external jars.. During runtime I am getting 'NoClassDefFoundError': I have put he jars in the WEB-INF\lib folder of my application... Also, i have put it in jboss-3.2.3\lib folder of

[JBoss-user] [Security & JAAS/JBoss] - jbos security

2004-05-16 Thread ashok_burla
hi, i am using jbos3.2.1 for a project like workflow. i want to accept user id and password when the user tries to open a jsp file through Internet Explorer in the jboss. also please reply to [EMAIL PROTECTED] thanks in advance... regards b.ashok View the original post : http://www

[JBoss-user] [Performance Tuning] - Re: application on Xeon Dual CPU

2004-05-16 Thread Lviz
start a second java-vm/jboss and it will use the other 50% of you dual machine. L View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835134#3835134 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835134

[JBoss-user] [Performance Tuning] - Re: application on Xeon Dual CPU

2004-05-16 Thread Lviz
hello zhangj java uses only one cpu on the dual machine so if it shows 50%; 1 cpu runs on 100%. cheers L View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835133#3835133 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835

[JBoss-user] [JBoss Getting Started Documentation] - Re: jboss3.0- http://localhost:8082 gives error after starti

2004-05-16 Thread camel
Try port 8080 instead: http://localhost:8080/ port 8082 was for older versions. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835132#3835132 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835132 ---

[JBoss-user] [Installation & Configuration] - .ear deployment fails with: Failed to setup client ENC

2004-05-16 Thread raehalme
Hi! I'm trying to deploy an .ear file that contains several EJB modules, two web archives and a J2EE application client. The deployment, however, sometimes fails with an error message: 07:53:03,933 DEBUG [URLDeploymentScanner] Failed to deploy: [EMAIL PROTECTED] url=file:/usr/java/jboss-3.2.3/

[JBoss-user] [J2EE Design Patterns] - let's discuss my application architecture,and give me your o

2004-05-16 Thread zhebincong
hello we have several internal systems that are within the same lan and want to communicate with several external systems that may be in the other buildings by using the release line.i am now considering the architecture for the project,and have got an immature blueprint,please help me to make i

[JBoss-user] [Beginners Corner] - question about classpath

2004-05-16 Thread zhebincong
hello: in my servlet,i have following clause: properties.load(this.getClass().getResourceAsStream("/test.properties")); i put the "test.properties" file under the "classes" directory,it works well,but when i put it in the "lib" directory,the servlet throw null point exception,and can

[JBoss-user] [EJB/JBoss] - problem with jboss and mysql

2004-05-16 Thread jbjsg
when i deploy a entity bean, i encounter a error like this: 2004-05-17 08:41:35,810 WARN [org.jboss.system.ServiceController] Problem starting service jboss.j2ee:jndiName=City,service=EJB org.jboss.deployment.DeploymentException: Error in jbosscmp-jdbc.xml : datasource-mapping MYSQL not found

[JBoss-user] [Nukes User] - Deploy nukes on Liferay

2004-05-16 Thread colinhumber
How would I go about deploying nukes on the Liferay Portal? I have Liferay setup and running. I'm just not sure how to hook in the nukes. Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835125#3835125 Reply to the post : http://www.jboss.org/index.htm

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS over HTTP with server behind a firewall problem

2004-05-16 Thread themuppeteer
Hello, I'm having exactely the same problem (I'm searching on it since januari now :(( ) I've trie the 'UseHostName' to false , and all the other suggestions u gave but it still doesnt work. My client keeps getting avax.naming.CommunicationException: Operation failed. Root exception is java.n e

[JBoss-user] [JBoss Getting Started Documentation] - jboss3.0- http://localhost:8082 gives error after starting

2004-05-16 Thread aleemansari
Hi, Am new to Jboss and i got jboss-3.0.8_tomcat-4.1.24. I started it buy running run.bat, but as it says to check on http://localhost:8082 whether its running, it shows me error page. Is anything else am missing or tomcat is not running ? pls reply Best Regards View the original post : http:/

[JBoss-user] [Security & JAAS/JBoss] - Re: Security context propagation from web client to ejb

2004-05-16 Thread erik777
This is why I chose tokenized security instead of JAAS, which I view as a work in progress. You can pass a user session token as a simple parameter to any EJB method from any Java client. With one line of code, your EJB method can validate that the user has access to the business method. The

[JBoss-user] [Persistence & CMP/JBoss] - Re: Problems with Pks

2004-05-16 Thread gorano
I don't think Lomboz supports this. XDoclet does, so I think this is a good moment for you to investigate the XDoclet created by the Lomboz plugin, and add the extra XDoclet lines needed. /Goran View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835111#3835111

[JBoss-user] [Security & JAAS/JBoss] - Re: changing roles query and principal query in login-config

2004-05-16 Thread gorano
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=49471 /Goran View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835110#3835110 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835110 --

[JBoss-user] [Installation & Configuration] - Re: Transaction section in transactions-service.xml and jbos

2004-05-16 Thread [EMAIL PROTECTED]
In fact you can, but you have to add a lot of < depends > tags to other services. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835109#3835109 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835109 --

[JBoss-user] [Installation & Configuration] - Re: How to redirect the system out println to a external fil

2004-05-16 Thread [EMAIL PROTECTED]
Goto the log4j site and read their documentation. JBoss redirects System.out to the category STDOUT View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835108#3835108 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835108 -

[JBoss-user] [Installation & Configuration] - Re: 3.2.4 RC2 and Beyond

2004-05-16 Thread [EMAIL PROTECTED]
You've asked this question before where it was answered. STOP WASTING PEOPLE'S TIME! http://www.jboss.org/index.html?module=bb&op=viewtopic&t=49223 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835107#3835107 Reply to the post : http://www.jboss.org/index.

[JBoss-user] [Beginners Corner] - Re: Deployment of an lib jar fails on Solaris

2004-05-16 Thread [EMAIL PROTECTED]
Post your ra.xml It has an invalid dtd reference. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835106#3835106 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835106 ---

[JBoss-user] [Beginners Corner] - Re: Beginner needs help for porting j2ee application to jbos

2004-05-16 Thread [EMAIL PROTECTED]
Read the getting started guide on the "documentation" link. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835105#3835105 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835105 -

[JBoss-user] [EJB/JBoss] - Re: Entity insert/update

2004-05-16 Thread gorano
Yes, something like that. /G View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835104#3835104 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835104 --- This SF.Net ema

[JBoss-user] [Installation & Configuration] - 3.2.4 RC2 and Beyond

2004-05-16 Thread jkelso
Can someone give me an idea when RC2 will be released and the plans for any subsequent RCs as well as production. Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835103#3835103 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting

Re: [JBoss-user] Exposing 2PC in org.jboss.tm.TransactionImpl by adding seperate prepare()/commit() methods

2004-05-16 Thread Adrian Brock
This has already been done in jboss-head for transaction inflow in jca. cvs ... co jboss-head On Sun, 2004-05-16 at 15:14, Dasarath Weeratunge wrote: > Hi > > I'm trying to expose the 2PC implementation of > JBoss/tm so that I can use it in a > > ws-at(WS-AtomicTransaction) implementation that

[JBoss-user] [Beginners Corner] - Beginner needs help for porting j2ee application to jboss

2004-05-16 Thread balteo
Hello, I am trying to deploy and run a j2ee application on jboss 4.0.0DR3 and I have several questions: 1. Where should I copy my ear file? server\all\deploy, server\default\deploy or server\minimal\deploy? 2. What values should I use for the following constants: SECURITY_PRINCIPAL and SECURI

[JBoss-user] [Installation & Configuration] - Beginner needs help for porting j2ee application to jboss

2004-05-16 Thread balteo
Hello, I am trying to deploy and run a j2ee application on jboss 4.0.0DR3 and I have several questions: 1. Where should I copy my ear file? server\all\deploy, server\default\deploy or server\minimal\deploy? 2. What values should I use for the following constants: SECURITY_PRINCIPAL and SECURI

[JBoss-user] [Installation & Configuration] - Re: Error installing JSTL 1.1

2004-05-16 Thread oacis
You should check your web.xml file to ensure that the xml elements are in order. (this also goes for all of the deployment xml files). For example: If you get an error such as the following in deployment: ...The content of element type "" must match "(?,,*,)" .. Then the sub-elements

[JBoss-user] [Persistence & CMP/JBoss] - Re: Problems with Pks

2004-05-16 Thread sesques
Where's the link with Jboss and persistence ? JBoss supports compound primary keys according to the spec. Ask Lomboz forum for your problem. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835094#3835094 Reply to the post : http://www.jboss.org/index.html?mod

[JBoss-user] [Beginners Corner] - Deployment of an lib jar fails on Solaris

2004-05-16 Thread microbiotic
Hi, I' ve a problem on deploying a rar with an embedded lib. Always when I deploy the rar on Solaris 8/Jboss 3.2.3 I get an Exception during deployment of my ear and the whole ear won't deploy. "Could not read dd; - nested throwable: (java.net.SocketException: Network is unreachable)". I don

[JBoss-user] [EJB/JBoss] - Re: Entity insert/update

2004-05-16 Thread [EMAIL PROTECTED]
Collection c = home.findIfExists(primaryKey); if (c.isEmpty()) home.create(primaryKey); ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835092#3835092 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835092 --