[JBoss-user] [Installation & Configuration] - Re: 2 J2EE application with the same EJB

2004-08-22 Thread wtff
yes, that's right. I'm sorry. The ejb-name can be the same, since it only needs to be unique within the scope of a jar file. So you just need to ensure that you don't accidentially deploy both ejbs with the same jndi-path. If you do not specify a jndi path explicitely within the jboss.xml descri

[JBoss-user] [JCA/JBoss] - Re: Jboss - MS SQLSERVER2000 configuration problem

2004-08-22 Thread asite
Thanks Marc, I change my connection-url with the Yours . Now its working. Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845864#3845864 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845864 ---

[JBoss-user] [Beginners Corner] - Re: Problem in Deploying MyBank

2004-08-22 Thread kpraveena
Hi vishal, gnu-regexp.jar ,its there already in libraries, 11:56:38,040 ERROR [MainDeployer] could not create deployment: file:/C:/unzipped/jboss-3.2.3/jboss-3.2.3/server/all/deploy/jboss-net.sar/ org.jboss.deployment.DeploymentException: create operation failed for package file:/C:/unzipped/j

[JBoss-user] [HTTPD, Servlets & JSP] - JSP cached

2004-08-22 Thread goran62
I am using JBoss-3.2.5. One of my JSPs presents a list of objects retreived from a database. I am using the same JSP for different types of objects. Running the JSP for the first type of objects shows a list of all retreived objects. The list of the retreived objects for the second type of obje

[JBoss-user] [Beginners Corner] - Regular expression problem

2004-08-22 Thread ltcmelo
Hi, i'm trying to use a regular expression in my web.xml deployment descriptor, but i'm getting a error at deploy time. Here's what i wanna do: I have a servlet filter that must be executed for ALL urls of my application except for the login.jsp. Then, i tried something like this (and other vari

[JBoss-user] [Installation & Configuration] - JBoss 3.2.5 and Dom4J

2004-08-22 Thread tweise
JBoss 3.2.5 switched from Jdom to dom4j, and ships with a version of dom4j, which appears to be 1.3-patched. This particular version contains bugs which were fixed in 1.4. We were using a dom4j version 1.4 prior to the upgrade and our code regressed due to the JBoss kernel supplied version.

[JBoss-user] [Messaging, JMS & JBossMQ] - JMS and HTTPServerILService

2004-08-22 Thread skidvd
Hello: I am trying to get JMS working across the HTTPServerILService. I have been reading the Admin and Devel Guide as well as the "Messaging, JMS and JBossMQ" forum and http://jboss.org/wiki/Wiki.jsp?page=ConfigHTTPIL as references. I feel that I am fairly close to getting this to work, but I am

[JBoss-user] [Security & JAAS/JBoss] - Is this problem solved in JBoss 4.0

2004-08-22 Thread ltcmelo
Hi, i've been dealling with a quite complex problem on JBoss 3.2.3/ Tomcat 4.2, which is described right here. http://www.jboss.org/index.html?module=bb&op=viewtopic&t=53202 Does anyone know if this problem persists on JBoss 4.0? View the original post : http://www.jboss.org/index.html?module=

[JBoss-user] [Beginners Corner] - Re: Problem in Deploying MyBank

2004-08-22 Thread vashistvishal
You are missing some librarires on classpath and add it in server file of lomboz.. By this error it looks to me its u are missing gnu-regexp.jar on yr path.. I hope this helps.. Vishal View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845856#3845856 Reply t

[JBoss-user] [Security & JAAS/JBoss] - Re: Urgent production issue regarding to jboss security

2004-08-22 Thread [EMAIL PROTECTED]
I have fixed this issue for 3.2.6RC2. Its still not clear why you needed to run with a security manager in the first place. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845849#3845849 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting

[JBoss-user] [Persistence & CMP/JBoss] - CMP operations with application related database users

2004-08-22 Thread chlabreu
Hi, Is there any way to instruct JBoss to execute every CMP database write operation using a database user related to the application user instead of one master database user for all applicaton users? thanks in advance View the original post : http://www.jboss.org/index.html?module=bb&op=vie

[JBoss-user] [Persistence & CMP/JBoss] - Re: BLOBs and Transactions

2004-08-22 Thread sbrbot
Then something wierd is happenong there, sounds like a bug but send something more ... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845847#3845847 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845847 -

[JBoss-user] [Security & JAAS/JBoss] - Re: Who handles the login request????

2004-08-22 Thread skifan
which class is for Jetty? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845846#3845846 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845846 --- SF.Net email is spo

[JBoss-user] [Persistence & CMP/JBoss] - Re: EJB-QL - IS EMPTY

2004-08-22 Thread sbrbot
Standard IS NULL instead of "IS EMPTY" works just fine with EJBQL. BTW, I'm not sure if there exist this "EMPTY" in SQL syntax at all. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845845#3845845 Reply to the post : http://www.jboss.org/index.html?module=bb

[JBoss-user] [Security & JAAS/JBoss] - Re: Basic question about security

2004-08-22 Thread [EMAIL PROTECTED]
Start with the JAAS Howto topic in this forum. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845843#3845843 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845843 --

[JBoss-user] [Clustering/JBoss] - cluster entity beans: what is clustered exactly?

2004-08-22 Thread pedrosalazar
Greetings, I deployed a set of entity beans in my jboss as clustered beans. I have also a stateless session bean which handles those entity beans (local interfaces). I was wondering what information is really clustered for entity beans in cluster (in real, my entity beans are flagged as cluster

[JBoss-user] [Security & JAAS/JBoss] - Re: Default password/login for ejb access

2004-08-22 Thread [EMAIL PROTECTED]
There is no default username/password, and the InitialContext is not the mechanism for providing the authentication information. Read the JAAS Howto topic in this forum. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845838#3845838 Reply to the post : http:/

[JBoss-user] [Security & JAAS/JBoss] - Re: Problem with login-config.xml

2004-08-22 Thread Dymon
Hi all, I faced this problem too, and I have been doing some "investigations" :) This "null pointer" exception occured only on the client side of my j2ee app. The login-config.xml was present on the server too as part of jaas authentication - {jboss}/server/default/config/, but there - no excep

[JBoss-user] [Management, JMX/JBoss] - Viewing all loaded classes in the classloader repository

2004-08-22 Thread albert_steed
Hello, Is there a jmx-console command that can be used to view all classes loader in the repository? Albert. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845830#3845830 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3

[JBoss-user] [Security & JAAS/JBoss] - Basic question about security

2004-08-22 Thread albert_steed
Hello, I noticed that the values for SECURITY_PRINCIPAL and SECURITY_CREDENTIALS specified by my app are not taken into account. Here is a snippet from my app: | p.put(Context.SECURITY_PRINCIPAL,"sa"); | p.put(Context.SECURITY_CREDENTIALS,"WRONG"); | This allows me to connect to

[JBoss-user] [Security & JAAS/JBoss] - Default password/login for ejb access

2004-08-22 Thread balteo
Hello, Can anyone tell me what is the default password/login in order to access and ejb i.e. the values for the following variables: Context.SECURITY_PRINCIPAL Context.SECURITY_CREDENTIALS Thanks in advance, Julien. View the original post : http://www.jboss.org/index.html?module=bb&op=viewto

[JBoss-user] [Nukes User] - Re: setting up nukes in Jboss/Eclipse IDE

2004-08-22 Thread dontrango
hi theute, thanks a lot for your help :) turns out that i needed to run this - build.xml in Nukes/build - added the create bb/output/lib/nukes-bb-lib.jar ... nukes-downloads-lib.jar and other jboss *.jar files. no more error messages, only warning which i suppose can be ignored. View the origin

[JBoss-user] [Nukes User] - Re: setting up nukes in Jboss/Eclipse IDE

2004-08-22 Thread dontrango
just added jboss.jar into the classpath. the error messages on javax.ejb.* and javax.transactions.* are gone, those that still remain are: mport org.jboss.nukes.addons.modules.bb.ejb.ForumEJBLocal; import org.jboss.nukes.addons.modules.bb.ejb.CategoryEJBLocal; import org.jboss.nukes.addons.modu

[JBoss-user] [Nukes User] - Re: setting up nukes in Jboss/Eclipse IDE

2004-08-22 Thread dontrango
More background info ( i gather from online forums these may matter ): i imported the *.jar from jboss-3.2.3/ and nukes-1.1.0-RC3-src/ whenever possible. under windows->preferences->ant->runtime->'ant home entries(default)' i have path_to_eclipse-SDK-3.0/plugins/org.apache.ant_1.6.1/lib/*.jar

[JBoss-user] [Nukes User] - Re: setting up nukes in Jboss/Eclipse IDE

2004-08-22 Thread dontrango
hi theute, thanks a lot for your help, looks like it's getting closer to wrap this up. down with 2 lines of error messages after tinkering for so long. this structure is obtained using Nukes-1.1.0-RC3-src: - Nukes |-src |-bb/src/main |-distrib/src/main |-downloads/src/main |-fag/s

[JBoss-user] [HTTPD, Servlets & JSP] - Re: accessing secured page

2004-08-22 Thread suo_jian
i have the same problem. and i want to write a servlet the web.xml sound that: FORM /servlet1 and I write the Servlet1 to handle the login process,but how can i get the orignial url. for example:I come from http://www.sa.com/sample1.html?username=a&password=b when the jb