[JBoss-user] [HTTPD, Servlets & JSP] - Re: Bug with post data surviving form based login?

2004-04-08 Thread liuhf
hi martin0, in fact i have read the readme. but the readme just tell how to authenticate the username/password pair input from command line, and not tell about web tier as login form. isn't it? liuhf. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=382990

[JBoss-user] [Beginners Corner] - Re: Throws AccessControlException if used HTTP Tunneling

2004-04-08 Thread paragsagdeo
Ok i got it... there are http://parag:8080/invoker/EJBInvokerServlet http://parag:8080/invoker/EJBInvokerHAServlet http://parag:8080/invoker/JMXInvokerServlet entries in jboss-service.xml Thanks... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829906#38299

[JBoss-user] [Beginners Corner] - Re: Throws AccessControlException if used HTTP Tunneling

2004-04-08 Thread raja05
Are you running this on a *NIX box? If so, check your /etc/hosts and see if localhost is mapped to 127.0.0.1 My guess is that only parag is mapped to that address? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829907#3829907 Reply to the post : http://www.

[JBoss-user] [Beginners Corner] - Re: JNDI access to java:/Mail from MDB

2004-04-08 Thread raja05
"bruth" wrote : I'm trying to access the JavaMail provider I've configured in mail-service.xml, under java:/Mail. If I lookup "java:/Mail" in my MDB, all works fine. | | However, if I try to access "java:/comp/env/mail/MailProvider" - as I believe I've Shouldnt this be java:comp/env/mail/Ma

[JBoss-user] [Nukes User] - Cannot sync attribute - no property editor error

2004-04-08 Thread kgelner
I am still working on just getting nukes to load properly (see earlier message about OS X). At this point I have noticed that on startup, I get an exception just after JBoss starts in the JDBCPersistanceManager that may have something to do with my nukes.ear not mapping properly - any ideas?:

[JBoss-user] [Security & JAAS/JBoss] - Re: DatabaseLoginModule example project

2004-04-08 Thread liuhf
i know the 'databaseLoginModule example project' from jalex's topic. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829903#3829903 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829903

[JBoss-user] [Beginners Corner] - Re: Mail Service

2004-04-08 Thread raja05
"javamac" wrote : | | | | | /myApp | | www.mydomain.com | | | | mail/Session | | javax.mail.Session | | Container | | java:comp/env/Mail | | | | | |

[JBoss-user] [Beginners Corner] - Re: How to get objects which is binded using NonSerializable

2004-04-08 Thread tiim
I look into the log , found messages like this: A Reference object looked up from the context "localhost/nodes/localhost/servers/server1" with the name "quartz" was sent to the JNDI Naming Manager and was returned unprocessed. Reference data follows: Reference Factory Class Name: org.jboss.naming

[JBoss-user] [Installation & Configuration] - Re: ssl on multiple JBossinstances

2004-04-08 Thread BDV
probably noone View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829900#3829900 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829900 --- This SF.Net email is sponsored

[JBoss-user] [Installation & Configuration] - CoyoteConnector Coyote can't register jmx for protocol ! (w

2004-04-08 Thread free998
while i start the Jboss2.3.3 i found error info : 12:28:24,929 INFO [Http11Protocol] Initializing Coyote HTTP/1.1 on port 8080 12:28:24,930 INFO [Engine] CoyoteConnector Coyote can't register jmx for protocol 12:28:24,942 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on port 8080 12:28:25,152 I

[JBoss-user] [JBoss.NET & SOAP] - Re: Authentification with JBoss.NET and DatabaseServerLoginM

2004-04-08 Thread [EMAIL PROTECTED]
Your xml is incorrect. It should be: | | | | java:/OpenBroadDB | SELECT password FROM usertable WHERE username=? | SELECT role, 'Roles' FROM userroles WHERE username=? | | | | View the original post : http://www.jboss.org/index.html?module=bb

[JBoss-user] [HTTPD, Servlets & JSP] - pls help me , thx

2004-04-08 Thread oscar110
i ran "sarab" on tomcat4.1 : i put it in the tomcat webapps directory,then run successful! but ,now i want run it in jboos3.2.4RC1 ,what can i do ? webapps directory not exit ,although it has tomcat5.. pls help me , thx View the original post : http://www.jboss.org/index.html?module=bb&op=

[JBoss-user] [Management, JMX/JBoss] - SARs in EARs: Is this still possible?

2004-04-08 Thread objecfirepod
In JBoss3.2.1, i was able to deploy my EAR that contained a SAR. The SAR was in the root of the EAR file and i specified the SAR file as a item in my application.xml. This worked perfectly. However in JBoss3.2.3, this identical configuration when deployed results in the following VM Error, and

[JBoss-user] [Management, JMX/JBoss] - SAR, Specifying EAR dependencies

2004-04-08 Thread objecfirepod
I have a SAR that is dependant on some EJBs in an EAR. What is the best approach for specifying the dependency? I understand that the element has a element, but how best do i describe or name the ear? thanks. .peter View the original post : http://www.jboss.org/index.html?module=bb&op=view

[JBoss-user] [Installation & Configuration] - Re: commons-crap

2004-04-08 Thread treespace
Put the jars you need in your EAR base and add it to the manifest of the jar that uses it. That will be used before the JBoss folder jars. Same idea with web-app where the WEB-INF/lib folder will override anything in the EAR or in the container or in the system classpath. View the original p

[JBoss-user] [Installation & Configuration] - Re: How do I set up JBoss

2004-04-08 Thread treespace
Verify JAVA_HOME and make sure no old JDKs are ahead of the new one in the path. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829888#3829888 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829888 --

[JBoss-user] [Installation & Configuration] - Is Virtual Directory mapping supported in JBoss?

2004-04-08 Thread dan2000
Is there a way to create Virtual Directory that reside outside the JBoss Home directory. In other words ,, how do i map a web virtual path to a directory path. e.g. C:\Storage accessible from: http://localhost:8080/Storage View the original post : http://www.jboss.org/index.html?module=bb&

[JBoss-user] [Installation & Configuration] - Tests FAIL in tests-standard-unit for JBoss-3.2

2004-04-08 Thread verilet
Released version of 3.2.3 builds and runs without incident but all of the tests in tests-standard-unit fail. Missing something in my environment? This was a fresh download of -r JBoss_3_2_3 from sourceforge. tests-standard-unit: [junit] Running org.jboss.test.bmp.test.BmpUnitTestCase [j

[JBoss-user] [EJB/JBoss] - Transaction Timeout cannot reproduce

2004-04-08 Thread frenchfrywpepper
I have a single environment in which I am consistently receiving a transaction timeout from the database, I am completely unable to reproduce this anywhere except this single environment and am hoping someone will have some suggestions for me. The problematic environment has JBoss 3.2.3 running

[JBoss-user] [Installation & Configuration] - JBoss Fails when AWT Used on Linux

2004-04-08 Thread verilet
We are running JBoss on WINNT and have started testing the same build on Linux. When starting from a telnet session the application fails as soon as I try to create some dynamic images. This message goes away if we launch from the console or from an cygwin x-window terminal from a PC. The probl

[JBoss-user] [Installation & Configuration] - Re: Startup is looping indefiniatly...

2004-04-08 Thread objecfirepod
"indefiniatly" was incorrect. It does eventually finish. What's weird is that it seams to take a different number of cycles each time. Some as little as two, most many more. I've used JBoss for several years and this is the weirdest thing i've ever seen. Does anyone have a clue what could be cau

[JBoss-user] [Nukes User] - Re: Nukes Portlet and Remote Scripting?

2004-04-08 Thread cooper
In short you want to be able to perform the update of the fragment of a page. If you are familliar wit the jsr-168, the iframe fragment would get HTML content from the portal by invoking render or action/render only one the target portlet. Today nukes structure is a little bit different and we a

[JBoss-user] [Nukes User] - Nukes Portlet and Remote Scripting?

2004-04-08 Thread [EMAIL PROTECTED]
I'm a Nukes newbie and have some questions about whether Nukes-specific Portlets can employ technologies like remote scripting without causing the Portal to rebuild the entire page? I've already had some discussion with the JSR-168 group and it seems that JSR-168 and Remote Scripting don't play

[JBoss-user] [Installation & Configuration] - Re: getServletContext() throwing a NullPointer?

2004-04-08 Thread objecfirepod
I solved my own problem. The servlet in question was defined without a element. I simply added an empty one and now it works fine. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829876#3829876 Reply to the post : http://www.jboss.org/index.html?module=bb&o

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: MDB and container managed transactions

2004-04-08 Thread fpa1974
Thanks! I double checked everything and it looks like it is finally working. I really do not have a good explanation on how it all started working. Now I have a new problem. I am using this code in the MDB that now it runs inside a transation: InitialContext ctx = JndiContextFactory

[JBoss-user] [EJB/JBoss] - A little preview of hibernate... could anyone?

2004-04-08 Thread ltcmelo
Hi, can anyone tell me, in a few words (so i don't make it difficult for you), what hibernate can do for me. I know this is a OR mapping tool, but how does it exaclty work, i mean in terms of input and output. I trhow my Obejtc model in and hibernate throws my relational model out with my entity

[JBoss-user] [The Lizzard's corner] - Re: Heavy traffic on JBoss-user

2004-04-08 Thread peter_f
It still do not make my bed and butter my toast ... how ??? ... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829873#3829873 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829873

[JBoss-user] [Beginners Corner] - Re: Mail Service

2004-04-08 Thread javamac
Thanks for the reploy Adrian. I posted this after the fact in the JMX categories thinking it may be more on target there. http://www.jboss.org/index.html?module=bb&op=viewtopic&t=48274 I do have the references you refer to. | | /myApp | www.mydomain.com |

[JBoss-user] [The Lizzard's corner] - Re: Heavy traffic on JBoss-user

2004-04-08 Thread [EMAIL PROTECTED]
I don't see it a problem. All mail clients have powerful filtering functionality. In addition, Nukes allows you to subscribe to specific topics only. Combined the two modes should give you everything you need. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=38

[JBoss-user] [Installation & Configuration] - Re: getServletContext() throwing a NullPointer?

2004-04-08 Thread objecfirepod
A Jetty bug? Or something wrong with my config or app causing it? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829870#3829870 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829870 ---

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JBOSS subscribe Weblogic JMS Topic

2004-04-08 Thread ftftft
Finally, I move forward a little bit and get the follow exception. Would you help me figure it out? Thanks a lot. 2004-04-08 16:00:51,204 DEBUG [WeblogicMQProvider] connecting to remote JNDI with props: {java.naming.provider.url=t3://192.168.1.152:80, java.naming.factory.initial=weblogic.jndi.W

[JBoss-user] [Installation & Configuration] - Re: getServletContext() throwing a NullPointer?

2004-04-08 Thread sesques
Hi, It's a Jetty problem. I use JBoss with TomCat and there is no problem getting the servlet context, even calling super.init() overriding the init method. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829867#3829867 Reply to the post : http://www.jboss.

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Which Tomcat source to use for debugging JBoss?

2004-04-08 Thread james.clover
Oops - hit the wrong key: To correctly state that last post, I'm trying to debug some crazy stuff I'm doing with Tomcat under JBoss 4.0DR3, but the debug information and the source code for TC 5.0.19 do not seem to match. Is there something special about the TC code under JBoss 4.0DR3? View th

[JBoss-user] [HTTPD, Servlets & JSP] - Which Tomcat source to use for debugging JBoss?

2004-04-08 Thread james.clover
I'm trying to debug some crazy stuff I'm doing with Tomcat under JBoss 4.0DR3, but the debug information and the source code for TC 5.0.19 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829865#3829865 Reply to the post : http://www.jboss.org/index.html?modul

[JBoss-user] [Beginners Corner] - Looking for small mysql example app

2004-04-08 Thread frocco
Hello, Can someone point me to a small mysql web app that queries & displays info? 1. Using jsp and/or servlets to talk to mysql 2. showing how to configure jboss to allow mysql connection I'm new to jboss, and am lost. Thanks Frank View the original post : http://www.jboss.org/index.html?mo

[JBoss-user] [EJB/JBoss] - How to remove vendor-specific entity-commands tags via ant/x

2004-04-08 Thread [EMAIL PROTECTED]
Im trying to understand/use xdoclet and ant to build my ejb interfaces and jboss.xml, ejb-jar etc, using the ejbdoclet tags. In all of my EJB.java I seem to need to specify the following tag (for primary key access) depending on my target database. : @jboss.entity-command name = " mssql-fe

[JBoss-user] [Persistence & CMP/JBoss] - Re: unable to use ORDER BY clause

2004-04-08 Thread sesques
Hi, You right. I confuse with BEA weblogic workshop studio in which you can use ORDERBY in the EJB-QL queries. But ORDER BY have been introduced in EJB-QL 2.1. Does JBoss support this in the future ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829862#3

[JBoss-user] [The Lizzard's corner] - Heavy traffic on JBoss-user

2004-04-08 Thread dediana
Hello all, Lately, it became hard to follow JBoss-user list because the message volume is too large. I know there are many problems that can appear if the list is split in 4 or 5 more specific ones (like one for security, another for general questions, etc) but it could make the resulting lists

[JBoss-user] [Installation & Configuration] - getServletContext() throwing a NullPointer?

2004-04-08 Thread objecfirepod
I'm trying to get my webapp that works perfectly with JBoss3.2.1 (with Jetty) to work with JBoss3.2.3 with Jetty 4.2.14. When i execute the following line of code in the doPost method of a servlet, i get a NullPointerException: System.out.println( "TEST: getServletContext()=" + getServletCon

[JBoss-user] [Installation & Configuration] - Startup is looping indefiniatly...

2004-04-08 Thread objecfirepod
I'm experiencing the strangest problem... When i startup JBoss it loops forever. I'm using JBoss3.2.3 with Jetty on Windows with Jdk 1.4.2_04. It appears that once my webapp has been deployed, JBoss just starts over again. Checkout these lines of output: 19:41:36,359 INFO [MainDeployer] Deploy

[JBoss-user] [Persistence & CMP/JBoss] - Re: newbie question : Store command NOT executed. Entity is

2004-04-08 Thread jchang
By the way I am using Jboss 3.2.1 and JMeter as the testing tool Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829859#3829859 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829859 ---

[JBoss-user] [Persistence & CMP/JBoss] - newbie question : Store command NOT executed. Entity is not

2004-04-08 Thread jchang
Hello everybody, This is my situation, I am doing some testing to my application and for some reason sometimes the creation of a new record to the database by an entity bean is not being processed correctly. I have lots of debugging statements turn on and I can see that a specific record is be

[JBoss-user] [Beginners Corner] - Re: How do I deploy a jsp file?

2004-04-08 Thread frocco
Thanks for the help. I'll print it out. Regards, Frank View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829857#3829857 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829857 ---

[JBoss-user] [Security & JAAS/JBoss] - j_security_check & Struts

2004-04-08 Thread tim5901
I am trying to use a form based login and I am rather confused. I have been trolling through the forums here and elsewhere, read the jaas howto at least twice, read the security parts of the Servlet 2.3 and J2EE specs and the thing I cannot figure how to do is use the j_security_check with strut

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS Security

2004-04-08 Thread cbuckley
Thank you very much. I added my own login modules and pulled that one. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829854#3829854 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829854 -

[JBoss-user] [Persistence & CMP/JBoss] - Re: unable to use ORDER BY clause

2004-04-08 Thread fbiaggi
Hi, I think that ORDER BY not supported on EJB-QL, use JBOSS-QL. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829853#3829853 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829853 ---

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JBOSS subscribe Weblogic JMS Topic

2004-04-08 Thread ftftft
Thanks adrian. I believe there is no error message in the console. That is the reason no one post the error message. I find the follow link that provide a sample to link websphere and jboss. http://sourceforge.net/tracker/index.php?func=detail&aid=753022&group_id=22866&atid=376687 but I cannot

[JBoss-user] [EJB/JBoss] - Re: how to initialize the size of EJB? Help!

2004-04-08 Thread jae77
you could create an mbean that loops over some create calls once the ejb is deployed (you'd have to make the mbean's deployment dependent upon the ejb deployment). are there specific reasons you're looking to have instances created upfront instead of using lazy instanciation? View the origina

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: MDB Access over HTTP

2004-04-08 Thread ajordens
I'm having similar problems with the HTTPConnectionFactory. JBoss is running on an internal NAT'd machine. I need to be able to run JMS over 8080 to facilitate someone from outside the firewall to be able to receive messages. I've made the following client side changes: Properties props = new

[JBoss-user] [Installation & Configuration] - Re: how to avoid JNDI port conflicts at startup?

2004-04-08 Thread mgingell
FYI, Any application that uses RMI will likely use port 1099 (and 1098) as these are the "well known" ports for the rmiregistry and rmi activation. I would really like to know what the recommended solution is too! I have some applications that use JINI (with RMI) and I can't start the RMIregis

[JBoss-user] [Installation & Configuration] - encrypt password

2004-04-08 Thread zhangj
in jboss 3.2.3,config the connection pool to connect to database: org.hsqldb.jdbcDriver sa < password>abc the password put in plain text but even I told client this configuration only stay on server machine,if the server machine protected,nobody knows the password, they

[JBoss-user] [JBoss.NET & SOAP] - Re: Authentification with JBoss.NET and DatabaseServerLoginM

2004-04-08 Thread billen
"[EMAIL PROTECTED]" wrote : Your xml is incorrect. ... Thank you adrian. It works now. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829847#3829847 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829847

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Interrupted while requesting permit!

2004-04-08 Thread Dark_Lord
Also what are the benefit (and drawbacks) of changing the max-pool-size setting. Regards, Stephane View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829846#3829846 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829846

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Interrupted while requesting permit!

2004-04-08 Thread Dark_Lord
Hey Adrian, So you suggest to open/close the connection every time I need access to the queue. Well ok but could it be the cause of my problem? I don't get you with this pool size settings. My scenario is: RequresNew - New transaction is created - Create session - Create receiver - Read message

[JBoss-user] [Installation & Configuration] - How to obtain the cause of a '404'

2004-04-08 Thread frodeh
When redirecting to an error-page, How can we get info about the URL requested thatt caused the 404? I would like too show different pages based on what the client requested. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829844#3829844 Reply to the post :

[JBoss-user] [Management, JMX/JBoss] - Re: Mail Service Questions. java:/Mail

2004-04-08 Thread javamac
My jboss-web.xml looks like the following | | /myApp | www.mydomain.com | | mail/Session | javax.mail.Session | Container | java:comp/env/Mail | | | web.xml looks like this

[JBoss-user] [Security & JAAS/JBoss] - Re: Opening RMI to the Internet?

2004-04-08 Thread mgaert
As far as I know, invoking through HTTP is just tunneling RMI. Whether you're sending the data over RMI directly to the server or sending it over http to the server makes little difference from a security point of view. Both times, an attacker may send arbitrary untrusted data right inside JBoss

[JBoss-user] [Installation & Configuration] - Re: java.util.zip.ZipException: error in opening zip file

2004-04-08 Thread gunzip
same here View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829841#3829841 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829841 --- This SF.Net email is sponsored by:

[JBoss-user] [Installation & Configuration] - Re: Raising JBoss ports on one particular ip-addess

2004-04-08 Thread [EMAIL PROTECTED]
It is the same as | run.bat -Djboss.bind.address= | Regards, Adrian View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829840#3829840 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829840 --

[JBoss-user] [Installation & Configuration] - Re: Strange problem with starting jboss ! I really need help

2004-04-08 Thread [EMAIL PROTECTED]
I'd guess your previous version of JBoss is still active since all the sockets are in use. Regards, Adrian View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829839#3829839 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=382

[JBoss-user] [Beginners Corner] - Re: Mail Service

2004-04-08 Thread [EMAIL PROTECTED]
You need to add a resource-ref to you web.xml and jbossweb.xml Regards, Adrian View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829838#3829838 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829838 -

[JBoss-user] [Beginners Corner] - Re: why jboss over tomcat?

2004-04-08 Thread [EMAIL PROTECTED]
Do a search on the word colocation. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829837#3829837 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829837 --- This SF.

[JBoss-user] [Beginners Corner] - Re: How do I deploy a jsp file?

2004-04-08 Thread [EMAIL PROTECTED]
Follow the "Docs" link at the top to the free 3.2.x getting started guide. Regards, Adrian View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829835#3829835 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829835 -

[JBoss-user] [Beginners Corner] - Re: JNDI access to java:/Mail from MDB

2004-04-08 Thread bruth
Any additional assistance on this topic would be much appreciated! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829836#3829836 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829836 --

[JBoss-user] [JCA/JBoss] - Re: Datasource restricted access for a web context

2004-04-08 Thread [EMAIL PROTECTED]
No there isn't. By default you specify a user/password on the data source deployment then anybody in the container can use it. You can setup a datasource to use the CallerIdentityLoginModule this would pass the user/password from the ejb/servlet through to the database. It is on my TODO list to

[JBoss-user] [JCA/JBoss] - Re: Jboss and Mysql, xxxDS not bound problem

2004-04-08 Thread [EMAIL PROTECTED]
The message you posted says it is trying to install the connection manager twice. org.jboss.deployment.DeploymentException: Trying to install an already registered mbean: jboss.jca:service=LocalTxCM,name=MySqlDS It is hard to tell what is going on because you appear to have broken your conf/log

[JBoss-user] [Installation & Configuration] - Strange problem with starting jboss ! I really need help!

2004-04-08 Thread calffin
I met a strange problem . I find every first time I start my jboss3.08 in the eclipse , it seems that everything is fine except the two exception information below: 20:48:29,265 INFO [jbossweb] Starting Jetty/4.2.10pre1 20:48:29,281 INFO [jbossweb] Started [EMAIL PROTECTED] 20:48:29,296 WARN [j

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: UIL2 processes and SocketManager

2004-04-08 Thread [EMAIL PROTECTED]
No idea about the 5 minute thing, it sounds like you have some client connecting the UIL2 port, but it is not a messaging client. This is how we discovered this bug in the first place. Regards, Adrian View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829831#38298

[JBoss-user] [Installation & Configuration] - Strange problem with starting jboss ! I really need help!

2004-04-08 Thread calffin
I met a strange problem . I find every first time I start my jboss3.08 in the eclipse , it seems that everything is fine except the two exception information below: 20:48:29,265 INFO [jbossweb] Starting Jetty/4.2.10pre1 20:48:29,281 INFO [jbossweb] Started [EMAIL PROTECTED] 20:48:29,296 WARN [j

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: During startup server tries to load all messages in a JM

2004-04-08 Thread [EMAIL PROTECTED]
Yes, the presoftened message idea ties in with my other requirement to not serialize/deserialize message bodies. http://www.jboss.org/index.html?module=bb&op=viewtopic&t=46187 All you actually need is the message properties at recovery, not the whole message. Regards, Adrian View the original p

[JBoss-user] [JBoss.NET & SOAP] - Re: Authentification with JBoss.NET and DatabaseServerLoginM

2004-04-08 Thread Essington
"billen" wrote : Are you sure about that? JAAS is Java Authentication and Authorization Service and does not IMHO have anything to do with the datasource file. Bah! I meant "java:jdbc/OpenbroadDS" jdbc not jaas (this alphabet soup of Sun's keeps confusing me) Sorry about that. At any rate th

[JBoss-user] [Management, JMX/JBoss] - Problem in running a Schedulable MBean

2004-04-08 Thread osoe
I am trying to make a Schedulable MBean to work. Here are my two classes | import java.util.Date; | import javax.management.Notification; | import javax.management.ObjectName; | import org.jboss.system.ServiceMBean; | | | public interface SchedulableMBean extends ServiceMBean { |

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: During startup server tries to load all messages in a JM

2004-04-08 Thread genman
The JMS/JBDC persistence managers have a method called "restoreQueue": src/main/org/jboss/mq/pm/jdbc2/PersistenceManager.java This method reads all the messages back into memory. Theoretically, even if you didn't have enough memory to read them all in, they be "softened" and JBoss would start

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS Security

2004-04-08 Thread [EMAIL PROTECTED]
It should default to "guest" if there is no user/password. See the jbossmq config in conf/login-config.xml unless you removed it? Regards, Adrian View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829824#3829824 Reply to the post : http://www.jboss.org/index.htm

[JBoss-user] [Installation & Configuration] - Re: Raising JBoss ports on one particular ip-addess

2004-04-08 Thread luigifonti
Moreover, the -s option is only usable under Linux (run.sh), but under Windows run.bat doesn't like it. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829823#3829823 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JBOSS subscribe Weblogic JMS Topic

2004-04-08 Thread [EMAIL PROTECTED]
I've seen lots of posts like this. People say they can't get it work but never post what the error message is or what is not working. The jndi view problem is probably due to some sort of recursion in your jndi tree. Due to one part of the tree including another part and vice versa. Adding the fol

[JBoss-user] [EJB/JBoss] - Re: Seed JBoss instance pool

2004-04-08 Thread anodos
I might take a look at it - or maybe I'm just really naive... I mean, how hard can it be to preseed a pool, right? ;-) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829821#3829821 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mod

[JBoss-user] [EJB/JBoss] - Re: how to initialize the size of EJB? Help!

2004-04-08 Thread anodos
I'm in the same boat as the author of this thread. I know that the JBoss manual says JBoss does not preseed the pool... but maybe someone knows of a trick to get the desired effect? Maybe now is a good time to add the preseed ability to JBoss? :-) View the original post : http://www.jboss.or

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Interrupted while requesting permit!

2004-04-08 Thread [EMAIL PROTECTED]
The default pool size is 20 There is an *implicit* | 20 | in jms-ds.xml The interrupt is a transaction timeout. Allocating a connection for the lifetime of the bean is not a very good use of resources. The things are pooled for gods sake, just open and close them as you need them, they don

[JBoss-user] [Security & JAAS/JBoss] - jaas jsp login problem

2004-04-08 Thread Inky Pinky
Hi, IÃÂm using the Tomcat server which comes with jboss. IÃÂm having a problem with jboss login using jaas via jsp. I successfully manage to login using jaas. The ÃÂSystem.out.println(userPrincipalName);ÃÂ in the jsp snippet returns ÃÂtestÃÂ, all well and good so far. This then calls get

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Interrupted while requesting permit!

2004-04-08 Thread genman
I've been seeing this, having done some recent performance testing on JBoss 3.2.3. I suspect this is a JBoss bug. This happens after about 50,000 message processed by a MDB which is using the java:/JmsXA connection factory (transacted.) I'm not sure why the connection pool would block; why wo

[JBoss-user] [Installation & Configuration] - Re: Raising JBoss ports on one particular ip-addess

2004-04-08 Thread luigifonti
I have the same problem, so i tried to see where jboss.bind.address is defined, but I only found places where it is used, but none where it is defined. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829815#3829815 Reply to the post : http://www.jboss.org/ind

[JBoss-user] [Installation & Configuration] - Re: Can any one direct me to configure jboss3.08 with oracle

2004-04-08 Thread calffin
Thank you ,kbk!Thank you adrian. It's really the problem you mentioned above. I 've solved it . View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829814#3829814 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829814 ---

[JBoss-user] [Nukes User] - Re: [Theme]Customize

2004-04-08 Thread sgwood
If you look at the extralite theme.html, you will see reference URLs like: modules/core/images/nukes_logo_orange.jpg and themes/extralite/style/style.css These point to files relative to the module code, or (particularly for you) the theme jar. In a theme MBean descriptor, you will see: org/

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Interrupted while requesting permit!

2004-04-08 Thread Dark_Lord
I forgot to mention that we use java:/JmsXA as connection factory. Regards, Stephane View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829812#3829812 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829812 --

[JBoss-user] [Messaging, JMS & JBossMQ] - Interrupted while requesting permit!

2004-04-08 Thread Dark_Lord
Our environment is Jboss 3.2.3 on linux redhat9, DB is postgresql 7.3.4 and we use it as JBossMQ persistence manager. We have a session bean that call a method with RequiresNew. This method does the following: - Read a message in a queue - Do some processing with the message (calling an MBean t

[JBoss-user] [Installation & Configuration] - Re: Unable to start webserver in Jboss3.2.3

2004-04-08 Thread pravs
Thanks for replyingBut the log4j.jar is already present in the JBOSS_HOME\client folder. Even tried putting it in the system classpath..same problem. Any more ideas please? Thnkx Praveen. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829810#3829810

[JBoss-user] [Clustering/JBoss] - Re: Warning : Deployed as CLUSTERED but not a single cluster

2004-04-08 Thread ftftft
You are right. I use local reference. Thanks for your reply. "Sacha Labourey" wrote : Country | | local/Country | | True | | Clustered BMP EntityBean | | True | | Do you have only local interfaces or also remote interface (only remote make sense in clustering) | |

[JBoss-user] [Messaging, JMS & JBossMQ] - JBOSS subscribe Weblogic JMS Topic

2004-04-08 Thread ftftft
I want to listen to subscribe weblogic topic from jboss. I see many people ask almost the same question, however, no solution yet. I'm curious to know it is doable or not. If not, I stop trying. The follow is my trial. 1) I follow the FAQ and write a simple WeblogicMQProvider. The deployments s

[JBoss-user] [Persistence & CMP/JBoss] - Re: unable to use ORDER BY clause

2004-04-08 Thread sesques
Hi, Try ORDERBY, not ORDER BY in your query View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829806#3829806 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829806 ---

[JBoss-user] [Persistence & CMP/JBoss] - Re: Unknown-PK Problems...

2004-04-08 Thread sesques
Hi, You are missing a tag in your jbosscmp-jdbc.xml. This tag is database dependent (used to get the last generated primary key. For MSSQL, you must set View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829805#3829805 Reply to the post : http://www.jboss.

[JBoss-user] [Management, JMX/JBoss] - Re: Mail Service Questions. java:/Mail

2004-04-08 Thread triathlon98
Have you tried declaring a resource-ref ? Joachim View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829804#3829804 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829804 --

[JBoss-user] [Persistence & CMP/JBoss] - Re: JBoss CMP MySQL and Auto-Increment Keys - with Relations

2004-04-08 Thread mpforste
we Solved the first problem - it was a misunderstanding of how to do it - we have solved the problem there but now we are getting the following error java.lang.IllegalStateException: Failed to find method for hash:-5458560701547371797 Failed to find method for hash:-5458560701547371797 Failed to f

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

2004-04-08 Thread sesques
Hi, The only difference I know is that the XA driver does not work. I had the same problem and I see on other forums that anybody can make this f... driver works. Furthermore, it is not specific to JBOSS, because I have the same problem with Weblogic. Sorry View the original post : http://ww

[JBoss-user] [Persistence & CMP/JBoss] - Re: JBoss CMP MySQL and Auto-Increment Keys - with Relations

2004-04-08 Thread sesques
Hi, Your problem seems comes from the relationship definition, not the auto-increment key. How do you define the relationship (name, role, fields) ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829800#3829800 Reply to the post : http://www.jboss.org/inde

[JBoss-user] [Persistence & CMP/JBoss] - Re: Error when deploying a CMP ejb. java.lang.NoClassDefFoun

2004-04-08 Thread sesques
Hi, msutil.jar is missing in your lib directory Hope it helps you View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829798#3829798 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829798

[JBoss-user] [Messaging, JMS & JBossMQ] - JMS Security

2004-04-08 Thread cbuckley
Hello, I think this should be a simple one: Details: Jboss 3.2.3, Windows XP I have the following client which complies and runs ( I got it from the JBoss docs), however when I try to use a queue (queue/A) I get a JMSSecurityException more specifically: 07:55:28,966 DEBUG [ChannelSocket] Acc

[JBoss-user] [Performance Tuning] - Re: Monitoring Thread CPU usage

2004-04-08 Thread BruceBGordon
Would a test case have revealed the problem during development? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829794#3829794 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3829794 -

[JBoss-user] [Management, JMX/JBoss] - Mail Service Questions. java:/Mail

2004-04-08 Thread javamac
Currently I am using a WebApplication that requires a Mail Service to be at jndi location java:comp/env/Mail. By default JBOSS Mail is at java:/Mail. How can I change this to be at java:comp/env/Mail. I tried making the change directly to the element in mail-service.xml to no avail. Am I missing

[JBoss-user] [Persistence & CMP/JBoss] - Definative JBOSS-QL Definition

2004-04-08 Thread jatsrt
Hi, I am looking for the definative list of supported JBOSS-QL functions for a particular version of JBoss. Currently I am using JBoss 3.2. The AdminDevel guide does not have the supported functions. The old CMP 2.0 doc has the JBoss-QL definition in it, but from the forums that seems out of d

  1   2   >