[JBoss-user] [HTTPD, Servlets & JSP] - Re: getRemoteUser() not working in Apache/JBoss

2005-03-10 Thread ghostwx
Hi, Robles, sorry to bother you. I met the same problem. could you tell me how you solve it? --- "erobles" wrote : I searched all threads, but I could not figure out this : | | I have an Apache talking to a Jboss

[JBoss-user] [HTTPD, Servlets & JSP] - Re: getRemoteUser() not working in Apache/JBoss

2005-03-10 Thread ghostwx
I had met the same problem. how to do it? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869663#3869663 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3869663 --- SF

[JBoss-user] [Messaging, JMS & JBossMQ] - error: ConnectionFactory not bound

2005-03-10 Thread mukti
Hi, I have created a method in session bean to send message. below is the code of my method public void sendMessage() throws NamingException,JMSException{ QueueConnectionFactory cf; QueueConnection connection; QueueSession session; Queue destination; QueueSender sender; TextMessage message; Ha

[JBoss-user] [EJB/JBoss] - Re: Call remote EJB on other JBoss from web

2005-03-10 Thread citystory
Fixed by setup InitialContext in code without java:comp/env Since ServiceLocator.getRemoteHome is centralized. add utility method StackTrace.findInStackTrace(String classNamePattern) to distinguish the caller from WEB or SAR. Also JAAS is added for both case. Thanks anyway View the original pos

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

2005-03-10 Thread chrispp
Hi JBoss beginners corner, I am looking for help about using Lomboz and JBoss within Eclipse IDE. I wanna know latest versions of all the three components that can be used together. I have tried to use JBoss 3.2.6 instead of 3.2.1 in the Tusc tutorial, but no way to find out how to write my own

[JBoss-user] [Installation & Configuration] - Re: setting up virtual host-VERY URGENT......

2005-03-10 Thread cstechno
"cstechno" wrote : "cstechno" wrote : Hi all , | | | | We have a site running by the name xyz.com and another by name xyz.com/abc.Now we have registered another Domain name like xyzabc.com,what we need is whenever somebody types xyzabc.com, the page must get directed to xyz.com/abc, we

[JBoss-user] [Installation & Configuration] - Re: setting up virtual host-VERY URGENT......

2005-03-10 Thread cstechno
"cstechno" wrote : Hi all , | | We have a site running by the name xyz.com and another by name xyz.com/abc.Now we have registered another Domain name like xyzabc.com,what we need is whenever somebody types xyzabc.com, the page must get directed to xyz.com/abc, we tried changing in the jbo

[JBoss-user] [Installation & Configuration] - Re: setting up virtual host-VERY URGENT......

2005-03-10 Thread cstechno
pls respond asap... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869655#3869655 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3869655 --- SF email is sponsored by

[JBoss-user] [Installation & Configuration] - setting up virtual host-VERY URGENT......

2005-03-10 Thread cstechno
Hi all , We have a site running by the name xyz.com and another by name xyz.com/abc.Now we have registered another Domain name like xyzabc.com,what we need is whenever somebody types xyzabc.com, the page must get directed to xyz.com/abc, we tried changing in the jboss-web.xml. It doen't work.

[JBoss-user] [JBossWS] - Unsupported number of service elements in wsdl document

2005-03-10 Thread madan12
Hi everyone, i am trying to deploy webservice in jboss4.0.1RC1. It is everything fine if i am using single service in wsdl file, if i am trying to use more than one services in wsdl file i am getting the following error when i am deploying my ear file. Is this is the problem of xdoclet because

[JBoss-user] [Installation & Configuration] - JBoss 3.2.3 - Changing the port number

2005-03-10 Thread k_s_ashok
For Changing the port number 8080 to new-port-number, Can i change only in the server.xml file located in the tomcat/output/deploy/jbossweb-tomcat50.sar/server.xml ??? can i do the changes in the clusterView.jsp also, located in the following folders ? /xxx/build/output/jboss-3.2.3/server/all

[JBoss-user] [Clustering/JBoss] - Re: Beginner needs help with clusters

2005-03-10 Thread balteo
Yes. But then my jsp is not available on the given port ie "http://localhost:8180/webTwo/"; What is the simplest way to test load balancing of ejb? Julien. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869651#3869651 Reply to the post : http://www.jboss.org

[JBoss-user] [Security & JAAS/JBoss] - Re: how to set Tomcat context valve for jmx-console?

2005-03-10 Thread hany_bee
Thanks for replying. I'm going to try that, if there's no simpler way. What I don't understand is, since all http requests are handled by Tomcat first, why would JBoss prevent Tomcat from using the valve correctly? This seems like a useless overhead to me. View the original post : http://www

[JBoss-user] [JBossWS] - Unable to access the webservice using vb.net but able to acc

2005-03-10 Thread mitulraul
Hi i am facing problem in accessing the webservice deployed using jbossws using vb.net technology. But i am able to access the same using the java client. In VB.net, It identifies the service and creates the connection to displaying wsdl but when trying to access the service it does not show

[JBoss-user] [The Lizzard's corner] - Re: Question about the WebConsole Applet

2005-03-10 Thread berlinbrown
It looks like we are invoking JBoss beans through HTTP, through the applet. the Invocation as a serialized MarshalledInvocation object. This is using the URL class for now but this should be improved to a cluster aware layer with full usage of HTTP 1.1 features, pooling, etc. View the or

[JBoss-user] [Management, JMX/JBoss] - Does JBoss 4.0.x support JSR-160 (JMX Remote API).

2005-03-10 Thread qdotlu
If it is supported, which JAR file is the implementation packaged into? Thanks, -Mark View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869646#3869646 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3869646

[JBoss-user] [JBossWS] - JSR181/JSR224 Support

2005-03-10 Thread jcrume
When does JBoss intend to start work on these two JSR's for J2EE 5? Any information or early peeks would be great! Thanks! Jim View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869645#3869645 Reply to the post : http://www.jboss.org/index.html?module=bb&op=po

[JBoss-user] [Clustering/JBoss] - Clustering for POJOs

2005-03-10 Thread abitha
We have a application that runs on jboss 3.2.6. It mainly uses plain old java objects for almost everything - including database updates/inserts (java class with jdbc - only uses the jdbc connection pooling app server service). We want to scale and I am wondering about the options: 1. Should I c

[JBoss-user] [Installation & Configuration] - -Djboss.bind.address=xxx.xx.xx.xx is completely ignored

2005-03-10 Thread trackingguy
Hello everyone. I'm sure this is a problem many others have had and I've searched all over the place for a solution and can't find one... I need to run multiple vm's on each web tier server on port 80 but bound to different IP addresses. If I run jboss.bat --host=xx.xx.xx.xx it works like a c

[JBoss-user] [JBossWS] - Re: want to use axis 1.2 with jboss 4.01

2005-03-10 Thread mrobin21
Yes, I'm sure it's very easy when you know how Before I open up to you how un-easy your proposals are, please would you clarify whether JBOSS provides a JAX-RPC compiler which takes a WSDL file and generates the JAVA interfaces and classes to implement a web service? I can find nothing in t

[JBoss-user] [Clustering/JBoss] - Re: HTTP Session Clustering--HttpSessionBindingListener valu

2005-03-10 Thread [EMAIL PROTECTED]
Yes, this is a known issue and has been fixed in 4.0.x release. I will backport it soon. -Ben View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869640#3869640 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3869640 -

[JBoss-user] [Clustering/JBoss] - Re: Clustering is not simple

2005-03-10 Thread [EMAIL PROTECTED]
You are confusing load balancing with fail over. If you are running from the web front, you will need either a hw load balancer or sw load balancer (e.g., Apache mod_jk). Please check http://www.jboss.org/wiki/Wiki.jsp for details. -Ben View the original post : http://www.jboss.org/index.html

[JBoss-user] [Clustering/JBoss] - Re: Clustering Confusion

2005-03-10 Thread [EMAIL PROTECTED]
Currently, HA-JMS is using HA-Singleton that supports fail over (but no load balancing). You can look up the Wiki for more details. -Ben View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869638#3869638 Reply to the post : http://www.jboss.org/index.html?module

[JBoss-user] [Clustering/JBoss] - Re: Beginner needs help with clusters

2005-03-10 Thread [EMAIL PROTECTED]
Have you tried to shutdown the primary to see if it failsover? -Ben View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869636#3869636 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3869636

[JBoss-user] [EJB/JBoss] - Re: problem with query

2005-03-10 Thread j2eenewbiedeveloper
no problem. i've fixed it. thanks anyway. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869635#3869635 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3869635 --- SF

[JBoss-user] [Persistence & CMP/JBoss] - java.lang.ClassCastException when retrieving Object from Dat

2005-03-10 Thread julia_zhou2001
Hi there, I am having problmes to retrieve Object out of database. I am using Jboss 3.2.6, Sybase ASA 8.0.2. We have an entity bean, one of the data memeber is a serializable Object, say Object_A. Entity bean was created successfully. Data was inserted into Database without problems. But when

[JBoss-user] [JCA/JBoss] - Re: BMT + nested transactions

2005-03-10 Thread rpdmiranda
I did some more testing, and found that using the TransactionManager interface works correctly. If the UserTransaction is used to begin/commit the transactions and TransactionManager to suspend/resume, the exception occurs. The following bean tests the behaviour: | package org.biofoco.server.

[JBoss-user] [JBossWS] - RE: problems with java app client accessing ejb web services

2005-03-10 Thread Hiten
Hi, I am having problems posting reply to my previous thread so had to start a new one. I am using jboss-4.0.1 final release. What r the class path jars and environment variables do i need to set?? Regards, Hiten. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtop

[JBoss-user] [The Lizzard's corner] - Re: Where do we get materials from the JBoss World 2005?

2005-03-10 Thread [EMAIL PROTECTED]
JBoss World Recap to get you started. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869630#3869630 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3869630 --- SF ema

[JBoss-user] [Persistence & CMP/JBoss] - Network traffic

2005-03-10 Thread tads
Hi all I'm using Jboss 3.23, hibernate 2.1.4 and Oracle 9i. I'm verifying here through a program to analyze the Traffic in the network. when an user tries execute a createQuery("from User...") very simple, is generated much traffic in the network, about 3MB. How can I reduce the traffic network

[JBoss-user] [Clustering/JBoss] - Re: Doubt about HAJNDI look up.

2005-03-10 Thread darranl
Have you read the clustering documentation I pointed you to yesterday? It contains the information needed for all of the questions that you have asked so far. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869626#3869626 Reply to the post : http://www.jbos

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Durable Subscription authentication error

2005-03-10 Thread sojkaj1
Oooops, I mis-understood your question. You modify the "jbossmq-state.xml" file. It's under the "jboss-3.X.X/server/default/conf" directory. Once you open it, you'll figure it out. Johnny View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869625#3869625 R

[JBoss-user] [EJB/JBoss] - problem with query

2005-03-10 Thread j2eenewbiedeveloper
hello!!! i've been trying to solve a problem for the last 2 days but i couldn't. what i want to do is having a method which returns the registers from the database that have the orderDate between two values. i use the query: | SELECT OBJECT(d) FROM Orders d | WHERE (d.orderDa

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Durable Subscription authentication error

2005-03-10 Thread sojkaj1
You pass it in when creating your topicConnection: topicConnection = topicConnectionFactory.createTopicConnection("john", "needle"); Johnny View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869622#3869622 Reply to the post : http://www.jboss.org/index.html?

[JBoss-user] [The Lizzard's corner] - Question about the WebConsole Applet

2005-03-10 Thread berlinbrown
I noticed the JBoss 4.0.0+ console, the applet provided on http://localhost:8080/web-console/ is really fast and almost zero download. What is the source of this application mostly made up of. I would like to write similar applications, but dont want to include all the *.jars in the JBoss 'clie

[JBoss-user] [The Lizzard's corner] - Re: Where do we get materials from the JBoss World 2005?

2005-03-10 Thread abhishek637
When will the presentation slides posted?? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869619#3869619 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3869619 --- S

[JBoss-user] [Clustering/JBoss] - Doubt about HAJNDI look up.

2005-03-10 Thread leoliveira82
Hi, i would like to know how to use HAJNDI service. Look the code above: Properties p = new Properties(); p.put(Context.INITIAL_CONTEXT_FACTORY, "org.jnp.interfaces.NamingContextFactory"); p.put(Context.URL_PKG_PREFIXES, "jboss:naming:org.jnp.interfaces"); // what i put HERE to find the re

[JBoss-user] [JCA/JBoss] - BMT + nested transactions

2005-03-10 Thread rpdmiranda
Hi, I'm using here a combination of BMT MDB + Spring JTA Tx manager + Hibernate. JBoss 4.0.1SP1, JDK 1.5.0_01, Windows platform. Inside my BMT, i do this: --> Start/commit tx A (propagation mode REQUIRED) --> Do heavy work in other TX (propagation mode REQUIRED) --> Start/commit tx B (propa

[JBoss-user] [Management, JMX/JBoss] - Re: XMBeans and ServiceMBeanSupport problems with attribute

2005-03-10 Thread fpa1974
Yes, I already did that! And it works like a charm :) Thanks again, Florian View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869613#3869613 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3869613

[JBoss-user] [Management, JMX/JBoss] - Re: XMBeans and ServiceMBeanSupport problems with attribute

2005-03-10 Thread [EMAIL PROTECTED]
you'll have to remove the sendNotification() calls in your modified ServiceMBeanSupport View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869610#3869610 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3869610

[JBoss-user] [Management, JMX/JBoss] - Re: XMBeans and ServiceMBeanSupport problems with attribute

2005-03-10 Thread fpa1974
Thanks a lot! In the meantime since I cannot switch to 3.2.7 yet I will have to devise a fix. I think the easiest way is to get the code from ServiceMBeanSupport minus the notification broadcaster part and inherit from that instead. Florian View the original post : http://www.jboss.org/index.

[JBoss-user] [Installation & Configuration] - Re: Spaces in Paths - %20 Weirdness

2005-03-10 Thread [EMAIL PROTECTED]
http://jira.jboss.com/jira/browse/JBAS-363 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869606#3869606 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3869606 --- SF

[JBoss-user] [Management, JMX/JBoss] - Re: XMBeans and ServiceMBeanSupport problems with attribute

2005-03-10 Thread [EMAIL PROTECTED]
I think I've solved this at 3.2.7, see http://jira.jboss.com/jira/browse/JBJMX-73 http://sourceforge.net/tracker/index.php?func=detail&aid=1053277&group_id=22866&atid=376685 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869603#3869603 Reply to the post : ht

[JBoss-user] [Management, JMX/JBoss] - XMBeans and ServiceMBeanSupport problems with attribute chan

2005-03-10 Thread fpa1974
I have an XMBean that used to be implemented as a POJO (no inheritance from any JBoss support classes). I also have a listener in the system that waits for the automatic attribute changes that the XMBeans emits. Everything worked like a charm. This was until I decided to extend ServiceMBeanSuppo

[JBoss-user] [Installation & Configuration] - Re: Spaces in Paths - %20 Weirdness

2005-03-10 Thread dbeachy1
Yes, this is nasty JBoss bug that is killing us in deployment. I'm amazed that this bug is still there all the way through version 4.0.1. I am working on submitting a proper bug report, but in the meantime I have created a patched lib/jboss-common.jar with the following fix to FileURLConnectio

[JBoss-user] [Clustering/JBoss] - Beginner needs help with clusters

2005-03-10 Thread balteo
Hello, I want to test JBoss' clustering features and it is not showing the wanted behavior. I have an stateless ejb called from a Jsp as follows: | <%@ page import ="javax.ejb.*" %> | <%@ page import ="javax.naming.*" %> | <%@ page import ="java.util.*" %> | <%@ page import

[JBoss-user] [Persistence & CMP/JBoss] - java.lang.IllegalStateException: createBeanClassInstanceComm

2005-03-10 Thread ashishbhatt
Hi, I am using JBoss 3.2.3. While I was navigating through the application , Oracle DB goes down . I started the DB and listener and when the application tries to read from the Database through CMP and it gives the following error.Previously the same READ was working fine. Now I started the JB

[JBoss-user] [Beginners Corner] - Re: just venting on 3.2.6 port

2005-03-10 Thread danl_thompson
The boiled down, simplest example of this problem is to do a jasper task followed by a webdoclet task in ant. we've taken out all the other cruft. just those two remain. Seems to be an xdoclet issue. looks like it fights with jasper for the Log instance. we made sure that we were updated to

[JBoss-user] [Beginners Corner] - Re: URL Pattern, how do I add to it ???

2005-03-10 Thread rassinlamak
I was able to deploy ColdFusion MX 7.0 Enterprise as an .EAR onto JBoss 4.0.1. The context root of the ColdFusion application is /CFMX. What can I do to make ColdFusion the default? Also, I created a test directory under the cfusion.war (which is under cfusionmx.ear) and placed a couple of cfm

[JBoss-user] [Persistence & CMP/JBoss] - Re: Postgresql 7.4.x/8.0, CMP and auto-increment

2005-03-10 Thread hfarid
take a look at my other posting on the Informix/auto-increment http://www.jboss.com/index.html?module=bb&op=viewtopic&t=61244 You don't have to return anything in ejbCreate(), just return null lets say you are creating your entity bean from a session bean using blaHome.create() which returns bl

[JBoss-user] [Beginners Corner] - RmiPort and RMIObjectPort and Naming port

2005-03-10 Thread balteo
Hello, I would be grateful for some quick comments about the following. I am trying to better understand JBoss' default ports. I am confused with the following ports: -RmiPort 1098 (within naming) -RMIObjectPort -Naming 1099 What is the difference between RmiPort and RMIObjectPort?

[JBoss-user] [EJB/JBoss] - JRMP on Jboss

2005-03-10 Thread balteo
Hello, Can anyone tell me what JRMP (RMIObjectPort, ) is used for on JBoss? I thought EJBs used IIOP. Thanks in advance, Julien. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869587#3869587 Reply to the post : http://www.jboss.org/index.html?module=b

[JBoss-user] [Beginners Corner] - jaas for the newbie ? howto connect from client ?

2005-03-10 Thread engelsen
Im looking for a newbie jaas example from a standalone application. I realize this might not be the right forum, but this is for beginners. I can only speak for myself and I find the docs confusing and not very friendly for newbies on security. I think ive found it out... finally... But how do

[JBoss-user] [JBossWS] - Re: is there a way through which I can secure pure java clas

2005-03-10 Thread gag_72
Hi Thomas, Thanks for the reply. First of all sorry for so many confusing posts, but when I clicked on quote and try and change the heading, some how the whole post is posted again. May be I'm doing something wrong. Now what I mean is, I want to call my wb service from a standard let's say a J

[JBoss-user] [Persistence & CMP/JBoss] - Hibernate 3.0 and the 4.0.1 HARDeployer

2005-03-10 Thread jmorgalis
Currently, the distribution of JBoss AS 4.0.1 bundles hibernate2.jar with its jboss-hibernate.deployer component. If hibernate2.jar is replaced by hibernate3.jar, this still does not fully upgrade the HARDeployer because jboss-hibernate.jar still has hibernate2 classes within it. Is there a wa

[JBoss-user] [EJB/JBoss] - Re: ejbCreate with parameters for Stateless Session Bean

2005-03-10 Thread darranl
In the EJB 2.1 specification see section 7.8 'Stateless Session Bean' paragraph 4. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869579#3869579 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3869579 ---

[JBoss-user] [EJB/JBoss] - Re: ejbCreate with parameters for Stateless Session Bean

2005-03-10 Thread [EMAIL PROTECTED]
Its rather hard to miss: anonymous wrote : | ejb 2.1 spec, 7.11.3 ejbCreate Methods | | The session bean class must define one or more ejbCreate methods whose signatures must follow these rules: | + The method name must have ejbCreate as its prefix. | + The method must be declared as

[JBoss-user] [EJB/JBoss] - Re: ejbCreate with parameters for Stateless Session Bean

2005-03-10 Thread djeang
Where ? I have read the whole spec and I found nowhere that stateless cannot support ejbCreate with parameter ? Perhaps i've missed something. Can somebody tell me where exactly on the specs it is specified ? Thanks you. View the original post : http://www.jboss.org/index.html?module=bb&op

[JBoss-user] [Clustering/JBoss] - Clustering Confusion

2005-03-10 Thread teknokrat
After reading what I coulkd find on jboss clustering I am still apprehensive about ceratin details involving clusterin message driven beans. Our situation is that we have a jboss 4.01 cluster on windows 2003 server. We have a layer of tomcat instances with load balancing that call stateless ses

[JBoss-user] [Beginners Corner] - Re: just venting on 3.2.6 port

2005-03-10 Thread danl_thompson
OK, we;ve put our heads together and decided that this is our work around, to drop commons-logging.jar into the ant/lib folder. now we can build everthing again, and go on to start testing our 3.2.6 port. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=386957

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Not able to receive JMS Messages.

2005-03-10 Thread gquintana
If you execute your queue sender from an external "main" program then you should commit your JMS session: associateSession.queue(); If you execute your queue sender from an EJB with transaction Required then the JMS connection is automatically commited at the end of the treatment. Hope it helps

[JBoss-user] [Beginners Corner] - Re: just venting on 3.2.6 port

2005-03-10 Thread danl_thompson
now we find that if we drop the commons-logging.jar into the ant/lib dir, the darned thing works. what is up with that? shouldn't have to place commons-logging there. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869566#3869566 Reply to the post : http:/

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Remote ConnectionFactory/Queue reconnection

2005-03-10 Thread gquintana
Thanks for your post razor_harm! I get my ConnectionFactory and my Queue from the JNDI. Should I do an initialContext.lookup(...) twice ? In theory, given that I declare a , JBoss should build a pool of JMS connections. I wonder whether JBoss keeps old Connections in his pool and how he replac

[JBoss-user] Simple JAAS Client LoginModule

2005-03-10 Thread Allan Kamau
Hi, I would like to use a simple LoginModule for client side JAAS authentication. I have tried using the LoginModule “SampleLoginModule.java” available with sun's JAAS tutorial “http://java.sun.com/j2se/1.5.0/docs/guide/security/jaas/tutorials/GeneralAcnOnly.html” the authentication at the client (

[JBoss-user] [Beginners Corner] - Missing message for key

2005-03-10 Thread [EMAIL PROTECTED]
I am working on deploying our application on JBoss 3.2.6 (orginally on WebLogic 8.1 SP3). After modifying all WebLogic specifics, I finally got it deployed OK. But at runtime, I got some exceptions from some of my Web modules complaining about missing message key in my Struts resource bundle. Th

[JBoss-user] [HTTPD, Servlets & JSP] - JSP Include statement problem

2005-03-10 Thread kejoseph
Any reason why the first would not work and the second would in a JSP file ? Note that when I print the somehtmlpage, it displays "/htmlstuff/somehtmlpage.htm" 1. Does not work 2. Works View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869556#3869556 Reply

[JBoss-user] [Beginners Corner] - Re: Too many files open!!!???

2005-03-10 Thread sidnim
probably by now you have researched the web and would have got a soln to it, if not then read on: What it probably means that you are crossing the maximum file descriptors limit set by the OS. If you increase the maximum size to something greater than what it is currently set, you might solve t

[JBoss-user] [JBossWS] - Re: is there a way through which I can secure pure java clas

2005-03-10 Thread gag_72
"gag_72" wrote : I'm using a jax-rpc generated client to call a webservice deployed in jboss 4.0.0. Can I secure this using web.xml security declarations? | | More over can I use xmlns:jbws="http://webservice.jboss.com/ws4ee schema for authorizing this access. Where this schema is located, i

[JBoss-user] [Javassist user questions] - How to replace classname in local var declaration?

2005-03-10 Thread deadance
Hi, I encountered a problem in trying to replace classname in a class. Original code looks like: | public void test() | { | String str = new String("123"); | System.out.println(str); | } | When I apply replaceClassName("java.lang.String", "MyString") on th

[JBoss-user] [JBossWS] - securing pure java class webservice endpoint

2005-03-10 Thread gag_72
"gag_72" wrote : I'm using a jax-rpc generated client to call a webservice deployed in jboss 4.0.0. Can I secure this using web.xml security declarations? | | More over can I use xmlns:jbws="http://webservice.jboss.com/ws4ee schema for authorizing this access. Where this schema is located, i

[JBoss-user] [Beginners Corner] - Re: Tutorial Getting started with JBoss 4.0

2005-03-10 Thread fraumoella
sorry for posting in the wrong forum! Just found this post which is addressing the same problem in the getting started forum: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=60325 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869547#3869547 Reply to

[JBoss-user] [Security & JAAS/JBoss] - RMI + SSL

2005-03-10 Thread armstrongcr
I have an installation of JBoss (3.2.3) that is configured to use RMI + SSL can anyone tell me how to turn off SSL and just use straight RMI. Thank you View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869545#3869545 Reply to the post : http://www.jboss.org

[JBoss-user] [Persistence & CMP/JBoss] - Re: Commit option A causing issues with cache not updating

2005-03-10 Thread cvandyck
You're right alex. Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869541#3869541 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3869541 --- SF email is sponso

[JBoss-user] [Messaging, JMS & JBossMQ] - MDB performance

2005-03-10 Thread acaraiman
Hello, I am experiencing a performance problem when using durable-subscribed MDBs. Becouse there were a partially network failure, the clients couldn't consume their durable-messages, wich rised the number of messages by about 1 / subscription. When the network worked again, i notic

RE: [JBoss-user] [Advanced Documentation] - Unable to start the Jboss service over init scripts.

2005-03-10 Thread Joost Kraaijeveld
> Hi Team, > I'm unable to start the Jboss on init. I'm using Fedora Core > 3 with JAVA 1.5. I copied the jboss_init_redhat.sh. when I Does the user jboss exist and does this user have the permissions to run JBoss? Groeten Joost --- SF email

[JBoss-user] [Beginners Corner] - jboss 4.0.1 and xdoclet

2005-03-10 Thread taz_is_dave
Can anybody suggest the correct version of xdoclet to be using for jboss 4.0.1. I'm currently using 1.2.1 but appear to be getting problems with the jndi naming Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869508#3869508 Reply to the post : http://

[JBoss-user] [EJB/JBoss] - Reloading stateless session beans programmatically in JBoss

2005-03-10 Thread gan_sub23
I use stateless session beans and deploy it in a JBoss application server. I hold some read only state in the session beans. Normally this data held in instance variables (state) doesn't change. But very rarely it can change in which case the state becomes stale. So whenever this data changes I

[JBoss-user] [Beginners Corner] - just venting on 3.2.6 port

2005-03-10 Thread danl_thompson
starting the 4th day into our 3.2.6 port. nasty classpath issues, probably our own fault. loggers not resolving, too many versions of commons etc. just venting here, looking for a friendly ear (no pun intended). if anyone has any clear ideas about how to identify why log factory is not found

[JBoss-user] [Management, JMX/JBoss] - Re: classloading of properties file

2005-03-10 Thread nobel
After having had a closer look at the log I see that the properties file is loaded into the URL3. Thus there will be only one "version" of the properties file shared by both webapps. How come both webapps seem to use their own version? Taking a look at the Struts code I see that the properties

[JBoss-user] [Persistence & CMP/JBoss] - Re: Commit option A causing issues with cache not updating

2005-03-10 Thread [EMAIL PROTECTED]
That's a feature of the database/driver. You can try it yourself with JDBC. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869511#3869511 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3869511 -

[JBoss-user] [Beginners Corner] - Re: Jboss Deployment Error

2005-03-10 Thread darranl
Can you get JBoss to start cleanly without your ear deployed? It looks as if some of the core services are failing to start. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869534#3869534 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posti

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Remote ConnectionFactory/Queue reconnection

2005-03-10 Thread razor_harm
Simply catch the exception and reconnect? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869531#3869531 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3869531 --- SF

[JBoss-user] [Messaging, JMS & JBossMQ] - Remote ConnectionFactory/Queue reconnection

2005-03-10 Thread gquintana
Hello, I am sending message from JBoss EJB Session to a remote JBoss Queue. I have declared the remote JBossMQ like this: | | | java:external/RemoteJBoss | true | | java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory | java

[JBoss-user] [JBossWS] - is there a way through which I can secure pure java class we

2005-03-10 Thread gag_72
I'm using a jax-rpc generated client to call a webservice deployed in jboss 4.0.0. Can I secure this using web.xml security declarations? More over can I use xmlns:jbws="http://webservice.jboss.com/ws4ee schema for authorizing this access. Where this schema is located, if i want to use it as a

[JBoss-user] [JBossWS] - Re: is there a way through which I can secure pure java clas

2005-03-10 Thread [EMAIL PROTECTED]
"gag_72" wrote : | Can I secure this using web.xml security declarations? | Yes, this is supported by WS4EE. "gag_72" wrote : | More over can I use xmlns:jbws="http://webservice.jboss.com/ws4ee schema for authorizing this access. Not sure what you mean. This is a propriatary NS URI tha

[JBoss-user] [Beginners Corner] - Jboss Deployment Error

2005-03-10 Thread aneiba
Dear All Does anyone know what couses the below error? 12:09:52,280 ERROR [Server] Root deployment has missing dependencies; continuing Incomplete Deployment listing: Packages waiting for a deployer: [EMAIL PROTECTED] { url=file:/C:/pdaDemo/jboss/server/default/tmp/deploy/server/default/de ploy/

[JBoss-user] [Persistence & CMP/JBoss] - Re: Referential Integrity

2005-03-10 Thread [EMAIL PROTECTED]
It looks ok (the interceptor must be executed after the lock and instance interceptor) but wouldn't it be simpler to include the logic into the bean's ejbRemove method? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869514#3869514 Reply to the post : http:/

[JBoss-user] [Beginners Corner] - Re: just venting on 3.2.6 port

2005-03-10 Thread danl_thompson
OK, it might be that ANY class that implements Log. So now I'm thinking that maybe the cataina/common-el.jar has a logger... and that this might be the culprit? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869525#3869525 Reply to the post : http://www.jb

[JBoss-user] [Beginners Corner] - Re: just venting on 3.2.6 port

2005-03-10 Thread danl_thompson
I am also relatively certain that there is only one copy of the class in any of the jar files in the class path... that is, org.apache.commons.logging.Log only exists in the commons-logging.jar found in the jbossweb-catalina.sar. View the original post : http://www.jboss.org/index.html?modul

[JBoss-user] [JBossWS] - InputStrem and Dime Attachment

2005-03-10 Thread ppc
hi All, i would like to detach and store a DIME attachement using a custom BMP that use a method like (local Interface) saveAttachement (InputStream in, int size) jboss refure to invoke the method without any apparently error...until there's in the signature the InputStream.. (I know that the e

[JBoss-user] [Beginners Corner] - Re: just venting on 3.2.6 port

2005-03-10 Thread danl_thompson
The apache logger doc says that this maybe a new "feature" If the isAssignableFrom() test fails because there is more than one instance of org.apache.commons.logging.Log visible in the class loader hierarchy, make the exception message that is reported explicitly state this, rather than the pot

[JBoss-user] [Installation & Configuration] - Re: invalid console appender config detected error

2005-03-10 Thread gavbrowne
Fixed it - my application was configuring log4j as well as Jboss. Removing my code fixes the issue. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869518#3869518 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3869518

[JBoss-user] [Advanced Documentation] - Unable to start the Jboss service over init scripts.

2005-03-10 Thread nagarajn
Hi Team, I'm unable to start the Jboss on init. I'm using Fedora Core 3 with JAVA 1.5. I copied the jboss_init_redhat.sh. when I start the service its doen't do anything other than echoing the CMD_START. The below is the script that use to start over init. Please help to resolve. ---

[JBoss-user] [Installation & Configuration] - invalid console appender config detected error

2005-03-10 Thread gavbrowne
Hi, I have an application which deployed successfully on 4.0.0. However, when i upgraded to 4.0.1sp1 I get the "invalid console appender config detected, console stream is looping" error. I have tried removing the log4j jar and log4j.properties files from my ear file and have set up categorie

[JBoss-user] [Persistence & CMP/JBoss] - Re: Generated SQL Sentence too big

2005-03-10 Thread pablojavierpy
It definitely is a problem related to Sybase's limits on some query expressions. It happens even if I run it directly through "isql". Same error: "Message Empty". It is kind of sad, because I think error should be a little more expressive in order to help developer. Anyway, is there a way I can

[JBoss-user] [JBossWS] - Re: problems with java app client accessing ejb web services

2005-03-10 Thread [EMAIL PROTECTED]
This is a classpath problem. The axis client engine configuration is not visible. Whats your jboss version? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869492#3869492 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38

[JBoss-user] [Beginners Corner] - Tutorial Getting started with JBoss 4.0

2005-03-10 Thread fraumoella
Hi everyone, I'm trying to get the tutorial running - I'm using the current version of JBoss and the latest version of the J2EE tutorial (J2EE 1.4 Tutorial Update 4 (for Sun Java System Application Server Platform Edition 8.1 2005Q1) February 4, 2005). I followed the step by step guide to build

[JBoss-user] [EJB/JBoss] - EJB cmp Saving the data in mySql

2005-03-10 Thread da_andrea
I to all i would like to know if there is a method to save the data of an cmp ejb in a database mysql. I have to use jdbc connection or there is a particular method that i have to write in ejb-jar.xml ? thank you very much Andrea from Roma (Italy) View the original post : http://www.jboss.org

[JBoss-user] [JBossWS] - Re: want to use axis 1.2 with jboss 4.01

2005-03-10 Thread [EMAIL PROTECTED]
It is actually very easy A) Use JBossWS for J2EE-1.4 compliant webservices. You WS client/server code should not have any dependency on a particular SOAP stack (no Axis API should be used) B) Use JBoss.NET or leagcy Axis based implemenation, which is now deprecated and has entered maintainance

[JBoss-user] [Management, JMX/JBoss] - Re: classloading of properties file

2005-03-10 Thread opiegai
looks like ressources are not part of the repository - what happens, if you remove the properties file from one of the deployments? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869482#3869482 Reply to the post : http://www.jboss.org/index.html?module=bb&op

  1   2   >