[JBoss-user] [Beginners Corner] - Re: can deploy EJB to default but not to all configuration

2004-10-06 Thread wdantuma
Well i just figured it out, it happend that there was a web-service.xml in my EJB.jar so it got pickud up by the axis deployer instead. And jboss-net is'nt deployed in the default configuration so it worked ok there. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtop

[JBoss-user] [Beginners Corner] - Re: JBoss and logging

2004-10-06 Thread Frito
Just write your configuration in the conf/log4j.xml file. And have a look here: http://www.jboss.org/wiki/Wiki.jsp?page=Logging View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850589#3850589 Reply to the post : http://www.jboss.org/index.html?module=bb&op=p

[JBoss-user] [Beginners Corner] - Re: can deploy EJB to default but not to all configuration

2004-10-06 Thread Frito
Can you see some logging when your deployment units are deployed? Did you really start the "all" server (e.g. run -c all)? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850588#3850588 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&

[JBoss-user] [Management, JMX/JBoss] - JBoss API Documents

2004-10-06 Thread diripu
Could anyone help me to get JBoss API Documents? Thanks. Dilip View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850587#3850587 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3850587

[JBoss-user] [Performance Tuning] - JBoss - Weblogic comparison

2004-10-06 Thread jojojv
We are trying to do a performance comparison between Weblogic and JBoss application servers. In the test scenario, we are using a Stateless Session Bean to insert a row into db and update the same with an Entity Bean. With the same setup Weblogic has given 500 TPS while JBoss has given only 12

[JBoss-user] [Installation & Configuration] - JMS ConnectionFactory Configuration

2004-10-06 Thread shanika
I have a session bean that writes a message into a Queue (jms/Queue). I have done the following config. settings but getting an exception (name not bound exception) when try to acquire a connection from connectionfactory. Pls let me know if i'm doing anything wrong in the way i have configured

[JBoss-user] [Installation & Configuration] - Netbooted apps get redeployed on their own

2004-10-06 Thread cuoz
I'm trying to track down a weird problem. I'm netbooting a few mbeans in a minimal configuration via http. Somehow, the timestamps of the deployed files (under the JBoss server/minimal/tmp directory) are getting updated and causing JBoss to redeploy them. I have no idea what could be causing

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Configuring maximum jms message size

2004-10-06 Thread genman
That's a pretty weird feature request. You can easily write your own Interceptor, take a look at the source for this object: org.jboss.mq.server.TracingInterceptor ... You can add logic by chaining interceptors. Once you've written your own, put it in jbossmq-service.xml . View the original

[JBoss-user] [Management, JMX/JBoss] - How do I keep a Jboss service in CREATED state during deploy

2004-10-06 Thread yurifyurif
I want to configure jboss service in such a way that when it's deployed it would remain in CREATED state until some other service makes it transition into STARTED state later on. Is there a way to specify this in jboss-service.xml or in any other config file? Is this a bad idea in general? Thank

[JBoss-user] unsubscribe me

2004-10-06 Thread Shafei Bin Jomohat
unsubscribe me

[JBoss-user] [Installation & Configuration] - Re: source from cvs

2004-10-06 Thread microneering
today was my lucky day, I actually got sourceforge cvs to talk to my computer. I found the JBoss-3.2 module to be empty. I first found the jboss module. Using the ant build.xml file from that, I found it wanted two more modules tools and thirdparty I then found it has a error in the build.

[JBoss-user] [Javassist user questions] - running jar files?

2004-10-06 Thread drewcare
I'm new to javassist and I'm wondering how to load a class from a jar file, so that to our program we could just pass a parameter to a jar file and we could figure out the main class and start from there. If anyone could help me out, it would be greatly appreciated. TIA View the original post

[JBoss-user] [Security & JAAS/JBoss] - Custom LoginModule that Stores Credentials

2004-10-06 Thread rudell
I know there are some security implications on doing this... But here is what I want to do: 1) Modify or subclass the LDAP LoginModule so that the password used to login is stored in a location that can be retrieved later on. 2) I would prefer to store the password in a location that only allow

[JBoss-user] [Security & JAAS/JBoss] - Re: How do I turn off caching of user credential in JBoss 4.

2004-10-06 Thread rickkw
Thanks! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850572#3850572 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3850572 --- This SF.net email is sponsored by: IT

[JBoss-user] [Security & JAAS/JBoss] - Re: How do I turn off caching of user credential in JBoss 4.

2004-10-06 Thread [EMAIL PROTECTED]
http://www.jboss.org/wiki/Wiki.jsp?page=CachingLoginCredentials View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850571#3850571 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3850571

[JBoss-user] [Security & JAAS/JBoss] - How do I turn off caching of user credential in JBoss 4.0?

2004-10-06 Thread rickkw
(Or how do I invalidate the user credential cache?) I have a LoginModule, and I notice that JaasSecurityManager only calls my LoginModule for the first time. Subseqent authentication goes through the internal cache first. How do I disable this cache? Or how do I force the JaasSecurityManager t

[JBoss-user] [Messaging, JMS & JBossMQ] - Configuring maximum jms message size

2004-10-06 Thread cfcfree
I'm using JBoss 3.2.2 and wondered if there a way to configure the maximum size a jms message can be. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850568#3850568 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3850568

[JBoss-user] [Nukes User] - Try Nukes Without Having to Install Anything

2004-10-06 Thread ThorntonD
Hi all, I have a server setup so people can give Nukes a try without having to do any installations. You can go to http://www.wymaya.com/initNukesdeploy.do?uniqueid=null&; and enter a Nukes context and your e-mail and you will have a Nukes web site within about 15 minutes. Enter your e-mail a

Re: [JBoss-user] [Beginners Corner] - Re: Problem with Tutorial-Deployment

2004-10-06 Thread Pete Gajria
nope. same issue ive tried jdk 1.32 jdk 1.5 jboss 3.08 3.2.1 & 3.2.5 on win2k / linux & os x exact same repeatable error i also posted on the jboss forums & no reply as yet im open to working with anyone to resolve this issue if you like please contact me directlt at [EMAIL PROTECTED] & l

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JBoss + AIX + java.lang.NullPointerException at org.mort

2004-10-06 Thread frankgrimes
I believe that this was a Jetty bug fixed quite a while ago: Jetty-4.2.15rc0 - 22 November 2003 + PathMap uses own Map.Entry impl for IBM JVMs View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850565#3850565 Reply to the post : http://www.jboss.org/index.ht

[JBoss-user] [Beginners Corner] - Re: Problem with Tutorial-Deployment

2004-10-06 Thread spatel
Hi, I am having the same problem as yours. Did you able to depoly the project yet? Thanks, View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850563#3850563 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3850563

[JBoss-user] [EJB/JBoss] - Read-only method calls on Session Bean

2004-10-06 Thread bobbyjboss
I have been unable to establish the sematics associated with a method level read-only = true attribute on a session bean. (Contained within jboss.xml) ie XX get* true Are objects used with this method call locked ? My understanding of the same attribute on entity beans is th

[JBoss-user] [Persistence & CMP/JBoss] - Re: How do I relate foreign key entity with relation table m

2004-10-06 Thread Bigdaddy
To make this work will I have to explicitly create a customerId field in the Person entity bean and set the customerId within ejbPostCreate like this: public abstract class PersonEJB implements EntityBean { public void ejbPostCreate(CustomerEJBLocal newCustomer) throws CreateException

[JBoss-user] [Persistence & CMP/JBoss] - How do I relate foreign key entity with relation table mappi

2004-10-06 Thread Bigdaddy
Using JBoss 3.2.5 I have a CMR relationship using a foreign key mapping and a CMR relationship with a relation table mapping: (1) customer -- (MANY) person (person contains customer primary key as foreign key) (1) person -- (MANY) schedule (person and schedule use a relation

[JBoss-user] [JCA/JBoss] - questions about DataSource.getConnection(user,pwd) implement

2004-10-06 Thread davidchen
Hi, there: I'm using jboss2.4.8, oracle 9i, having a datasource bound to jndi name like "defaultDS". However, for some reason, in my code, I have to using getConnection(userName, password) to get connections from the datasource for different database users. So, my question is, in Jboss connecti

[JBoss-user] [Security & JAAS/JBoss] - Single sign-on using Krb5LoginModule

2004-10-06 Thread dozedoff
Has anyone had experience with implementing SSO with Kerberos? Running Windows Active Directory. Client machine on Windows XP. I've set up my client to login using Sun's Krb5LoginModule retreiving the principal from the cache and getting a ticket. Now to authenticate on the server side when my

[JBoss-user] [Installation & Configuration] - Re: bank tutorial on jboss-4.0.0RC1

2004-10-06 Thread microneering
today was my lucky day, I actually got sourceforge cvs to talk to my computer. I found the JBoss-3.2 module to be empty. I first found the jboss module. Using the ant build.xml file from that, I found it wanted two more modules tools and thirdparty I then found it has a error in the build.xml,

[JBoss-user] [Beginners Corner] - Re: JBoss Process ID

2004-10-06 Thread Bigdaddy
Oops, I am using the following. RedHat Linux 9 RedHat Enterprise Linux ES release 3 Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850552#3850552 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3850552 ---

[JBoss-user] [Nukes User] - New Module ? : Search engines bots (spider) detection

2004-10-06 Thread cnovara
I want to know what bot crawls my nukes website. Tons of PHP-like tools exist, but I made a nukes module to achieve this. Based on a bot signature lists (IP subnet or http agent matching), it logs bot requests at nuke (application) level. This way I can query the resulting log simply connecting

[JBoss-user] [Installation & Configuration] - Re: Having problem connecting apache-2.0.49 with jboss3.2.5

2004-10-06 Thread rajendran_kg
It is simple mistake... I pointed to 8080 it should be 8009... It works fine. Ignore my question... Raj View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850548#3850548 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38505

[JBoss-user] [Nukes User] - Re: Removing Default

2004-10-06 Thread cnovara
For my own need, see http://enfanceetcroissance.com I have modified the menuBlock class to remove the module section for all users except admin. I want a complete control of what links users see, so I make the menu content by working on "before" MBean property (you see what I mean uhh ?). Thats

[JBoss-user] [Installation & Configuration] - Having problem connecting apache-2.0.49 with jboss3.2.5

2004-10-06 Thread rajendran_kg
These are the steps, I followed 1. Downloaded mod_jk-1.2.6.so 2. Modified httpd.conf # JBoss Configuration # Include mod_jk configuration file Include conf/mod-jk.conf 3. Created mod-jk.conf with following lines #Load mod_jk module # Specify the filename of the mod_jk lib LoadModule jk_module

[JBoss-user] [JBoss.NET] - Parsing SOAP body contents

2004-10-06 Thread noruser
Hi, I am investigating document-style web services. The SOAP body contains an xml document to be passed to the web service running on JBOSS 3.2.3. I see that the SOAP body content (xml document) is parsed at the client and the server side. The question is, Can this parsing of SOAP body cont

[JBoss-user] [Beginners Corner] - Re: JBoss Process ID

2004-10-06 Thread nickman
What OS are you referring to ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850541#3850541 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3850541 --- This SF.net em

[JBoss-user] [Installation & Configuration] - Re: Errors from log4j in starting up

2004-10-06 Thread mikedl
I found the problem; it was insufficient privileges to open the correct location. I'm having other problems now, but I don't understand them well enough to ask a good question yet. After working with jboss from the 2.x days, this is as difficult an upgrade as 2.x -> 3.x - many things have chang

[JBoss-user] [HTTPD, Servlets & JSP] - Re: JSTL Problems

2004-10-06 Thread mi1291
Yes, they was declared. I've solved problem including the below page direttive: <%@ page isELIgnored ="false" %> as explained in J2ee tutorial. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850536#3850536 Reply to the post : http://www.jboss.org/index.h

[JBoss-user] [Installation & Configuration] - Re: Error in log: Starting failed jboss.mq:service=StateMan

2004-10-06 Thread dlastoria
Not intentionally, but I did copy over some things from my JBoss 3.0.3 installation. Perhaps I overwrote something wrong. What file names should I be looking for? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850535#3850535 Reply to the post : http://www.j

[JBoss-user] [Installation & Configuration] - Errors from log4j in starting up

2004-10-06 Thread mikedl
(This is my second attempt at posting this question, the first never showed up) Hi. I am migrating a stable jboss 3.2.3 system to 3.2.5 and am running into a puzzling problem. I install jboss in a non-default location. Fortunately, the jboss_init_suse.sh script lets me change the location of

[JBoss-user] [J2EE Design Patterns] - Re: Managing access to hierarchies

2004-10-06 Thread jamesstrachan
Villo, A cursory look at OJB suggests that it should successfully load and store objects of the different classes. My approach to this problem would be to create an abstract super class above all the actual user classes. so you have a hierarchy :- | public abstract class AbstractUser {

[JBoss-user] [Persistence & CMP/JBoss] - Re: EJBQL Problem

2004-10-06 Thread timshaw
1) Remove the ORDER BY bits - check this works 2) Create identical entry in jbosscmp-jbbc.xml (with ORDER BY), replacing 'ejb-ql' tag with 'jboss-ql'. Empty the 'ejb-ql' tag in ejb-jar.xml Try again. G'luck tim View the original post : http://www.jboss.org/index.html?module=bb&op=viewto

[JBoss-user] [Persistence & CMP/JBoss] - Entity EJB Locking Policies for JBoss 3.2.5

2004-10-06 Thread rcostanzo
I am currently using JBoss 3.2.5. When we first went into production, it was on 3.2.1. Does anybody know if the locking policies have progressed since then? We are using the default policy, which causes some object lock contention at the entity EJB level. An InstancePerTransaction policy would w

[JBoss-user] [Installation & Configuration] - Re: Getting ERROR for web deployment in JBoss 4.0.0

2004-10-06 Thread yakup
Hey wpfeiffe, i'm having the same trouble you got but couldn't fixed this Exception even i copyed JBoss's jars into my project ! My application is properly deploying in standard configuration. Any help will be appreciated! View the original post : http://www.jboss.org/index.html?module=bb&

[JBoss-user] [Persistence & CMP/JBoss] - EJBQL Problem

2004-10-06 Thread [EMAIL PROTECTED]
Hi all I currently have the problem that I get a "ParseException, Expecting AND OR..." with the following EJBQl statement on JBoss 3.2.3: select object(rel) from Relationships rel WHERE rel.stSourceId = ?1 ORDER BY rel.stRelationshipId DESC, rel.stTimestamp DESC I don't really see an error he

[JBoss-user] [Installation & Configuration] - Cocoon 2.1.5.1 running in JBoss 4.0 with JDK 1.5 RC

2004-10-06 Thread edzu
Hello, From previous cocoon versions, I have to change the default JBoss parser from JAXP to Xerces. Is still neccesary with this new combination? Is there any Howto to configure this combination (see subject)? How can I change defaut xml parser for JBoss 4.0? Some help would be ap

[JBoss-user] [Persistence & CMP/JBoss] - Re: Index already exists in statement

2004-10-06 Thread mbeyer73
I can't find this issue in the bug database. Don't you consider it as a bug? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850510#3850510 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3850510

[JBoss-user] [Performance Tuning] - Performance : Oracle Advanced Queue 10g with OCI.

2004-10-06 Thread robboom
Hi, Does anyone have experience with Performance issues regarding Oracle AQ and OCI ? We have switched from JMS/hypersonic to JMS/Oracle AQ with OCI driver for reporting to a queue on another oracle database server then Jboss 3.2.3 is running. Then on the oracle server the messages are consumed

[JBoss-user] [Clustering/JBoss] - Re: JGroups Protocol Stack Configutation - Total Token

2004-10-06 Thread bela
Have a look at total_token.xml in JGroups/conf (JGroups distro). Note that I will start rewriting (or improve) TOTAL_TOKEN early next year. Bela View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850500#3850500 Reply to the post : http://www.jboss.org/index.html

[JBoss-user] [EJB/JBoss] - Re: GUI based deploy/undeploy tool in jboss ??

2004-10-06 Thread lexus78
I made a simplest one for myself: http://kanika.yi.org/~alexei/JBossFastConsole.zip. Note that location of jbossjmx-ant.jar differs from version to version, modify bat file accordingly. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850507#3850507 Reply to t

[JBoss-user] [EJB/JBoss] - transaction timeout for MDB

2004-10-06 Thread lexus78
How do I configure transaction timeout of Message Driven Bean's onMessage method? element is not allowed under in jboss.xml. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850506#3850506 Reply to the post : http://www.jboss.org/index.html?module=bb&op=post

[JBoss-user] [JCA/JBoss] - Re: Problems under heavy production load

2004-10-06 Thread schrouf
We encountered the same "connection leak" problem with JBoss 3.2.5 and after hours of debugging found a synchronization bug within the MangedConnectionPool code This bug has been fixed in the CVS, so build a JBoss3.2.6RC2 right now from the CVS or wait until JBoss 3.2.6 release scheduled for

[JBoss-user] [JBoss.NET] - Re: JBoss.Net doesn't work with Jboss 3.2.6RC2 and JBoss 4.0

2004-10-06 Thread tdiesler
Works for me. Please provide a test and file a bug with sourceforge. Thanks. [jar] Building jar: D:\projects\jboss-archive\jboss-3.2.6RC2\testsuite\output\lib\wsr.wsr [jar] Building jar: D:\projects\jboss-archive\jboss-3.2.6RC2\testsuite\output\lib\wsexternal.wsr [jar] Building

[JBoss-user] [JBoss Getting Started Documentation] - "build.properties" file in the Duke’s Bank Application

2004-10-06 Thread calin
Dear all, I installed JBoss-3.2.5 In the archive jbossj2ee-src.zip (the Duke's Bank Application) is the file build.properties . What path should I give in this file at: # Set the path to the servlet archive Thank you for helping me! View the original post : http://www.jboss.org/index.

[JBoss-user] [Beginners Corner] - "build.properties" file in the Duke's Bank Application

2004-10-06 Thread calin
Dear all, I installed JBoss-3.2.5 In the archive jbossj2ee-src.zip (the Duke's Bank Application) is the file build.properties . What path should I give in this file at: # Set the path to the servlet archive Thank you for helping me! View the original post : http://www.jboss.org/index.

[JBoss-user] [Javassist user questions] - Replace Java Reflection with Javassist

2004-10-06 Thread gkavi_tha
Hi, >From IBM developer works article >http://www-106.ibm.com/developerworks/java/library/j-dyn0610/. I leart that we can >replace Java reflection with Javassist which is very fast compared to reflection. I >run through the example given over there. But facing lot more problems in >understand

[JBoss-user] [Installation & Configuration] - Re: Error in log: Starting failed jboss.mq:service=StateMan

2004-10-06 Thread darranl
Have you deleted or updated the hypersonic datasource configuration? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850492#3850492 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3850492

[JBoss-user] [JCA/JBoss] - Re: Connections used in Oracle connection pool

2004-10-06 Thread penguine
look at: Problems under heavy production load http://www.jboss.org/index.html?module=bb&op=viewtopic&t=54943 we a similar problem, too. When we use jms and hypersonic for persistence manager than the jbossmanagedconnectionpool became problems under heavy load. there is "no managed connections ava

[JBoss-user] [Installation & Configuration] - Re: jboss can be run without console mode?

2004-10-06 Thread j_kokil
For avoiding console you need to start as a service. For linux example is given in bin directory - the file is jboss_init_redhat.sh. In the file you need to give your JBoss installation path. So your command would be sh jboss_init_redhat.sh start and it will start the JBoss without console. Bu

[JBoss-user] [Installation & Configuration] - jboss can be run without console mode?

2004-10-06 Thread j_kokil
Is there any way to avoid jboss running in console mode. We don't want to run jboss in console mode? -Jignesh View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850498#3850498 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=repl

[JBoss-user] [Installation & Configuration] - "build.properties" file in the Duke's Bank Application

2004-10-06 Thread calin
Dear all, I installed JBoss-3.2.5 In the archive jbossj2ee-src.zip (the Duke's Bank Application) is the file build.properties . What path should I give in this file at: # Set the path to the servlet archive Thank you for helping me! View the original post : http://www.jboss.org/index.h

[JBoss-user] [Beginners Corner] - can deploy EJB to default but not to all configuration

2004-10-06 Thread wdantuma
I have the following problem: When i deploy my simple apllication ( just 1 session bean with one method ) to the default configuration all works perfectly, but when i deploy it to "all" there are no errors but the bean is not showing up in the JNDIView The same is happening when i add jboss-net

[JBoss-user] [EJB/JBoss] - Re: EJB not bound

2004-10-06 Thread darranl
Have you checked the console for any deployment errors? Also have you had a look at JNDI view to see what is actually bound? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850491#3850491 Reply to the post : http://www.jboss.org/index.html?module=bb&op=post

[JBoss-user] [Security & JAAS/JBoss] - Re: j_security check error, migrating from 3.0.3 to 3.2.5

2004-10-06 Thread haobaba1
correction: What I did was make my welcome page protected . View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850402#3850402 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3850402 -

[JBoss-user] [Beginners Corner] - JBoss and logging

2004-10-06 Thread tony1929
I have just written my first jboss EAR application, and now I would like to add logging. I was looking at log4, but from docs I see that the log4j.jar goes on the client side. Does JBoss have logging that can be called from both client and server side and writes to the same file if the applica

[JBoss-user] [JBoss.NET] - Re: Help!! Problem with Web Service Developer Pack and JBoss

2004-10-06 Thread tdiesler
Please don't duplicate posts. http://www.jboss.org/index.html?module=bb&op=viewtopic&t=54912 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850489#3850489 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3850489 ---