[JBoss-user] [Management, JMX/JBoss] - How to dynamically create a standard MBean

2004-12-01 Thread [EMAIL PROTECTED]
I'm trying to create an MBean to monitor a jsp form bean. As a first step I created a simple hello world MBEAN. First I created an interface class : public interface EmailConfigFormMBean { public String getHewwwo(); } Next an implementation : public class EmailConfigFormMBeanImpl impleme

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: ReadTask and Write Task Threads in UIL2

2004-12-01 Thread [EMAIL PROTECTED]
A connection needs to be closed property to cleanup the ReadTask and WriteTask threads. There is only one ReadTask and WriteTask created per connection along with a thread pool for message delivery. When I run the temporary queue unit tests there are no ReadTask or WriteTask threads at the com

[JBoss-user] [Installation & Configuration] - Re: Securing access to JNDI tree

2004-12-01 Thread gavinho
Browsed thru the source codes. The interceptor as described in URL: http://www.jboss.org/wiki/Wiki.jsp?page=XMBeansforSecurity only intercept calls to object org.jboss.naming.NamingService But according to the class diagram in URL http://docs.jboss.org/jbossas/admindevel326/html/ch3.chapter.

[JBoss-user] [Beginners Corner] - Re: Integrate Tomcat and JBoss

2004-12-01 Thread mduffy_lists
Does this mean that every time I want to change a jsp I have to create the entire war file and redploy? Is there anything in JBoss that corresponds to the Tomcat webapp directory? Thx. Mike View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857127#3857127 Repl

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Servlet Blocking until crtl + c

2004-12-01 Thread camel
If you're running under Windows, make sure you have "Quick Edit" mode off (don't select console text with the mouse, it blocks the program): click in the top left icon of that window -> properties -> quick edit mode -> uncheck the box Less likely, but if under unix/linux, don't hit control-S in

[JBoss-user] [Installation & Configuration] - Listening on 2 LAN cards

2004-12-01 Thread FreddoFrog
Is there a way of having JBOSS 3.2.3 (or any other release) listen on two IP addresses for incoming requests? We have a testing machine with one network card and address for internal network and another network card on the DMZ. We want to be able to access JBOSS inside the internal network but

[JBoss-user] [Beginners Corner] - Re: migrate IIS to J2ee based web server, then migrate .net

2004-12-01 Thread qbsu21th
Hello darranl: thanks for the help. can you help with the other questions when you are available? otherwise, can you direct me to the right direction for some help on these? thanks and regards! David View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857123#3

[JBoss-user] [JBoss Getting Started Documentation] - Re: migrate IIS to J2ee based web server, then migrate .net

2004-12-01 Thread qbsu21th
Hello norman: thanks for the help. can you help with the other questions when you are available? otherwise, can you direct me to the right direction for some help on these? thanks and regards! David View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857122#38

[JBoss-user] [Installation & Configuration] - Integrating jboss 3.2.3 + tomcat 4.1.29 with IIS !

2004-12-01 Thread gurvindernarula
I need to use jboss 3.2.3 with the embeded tomcat web container (ver 4.1.29) front ended with IIS. Has anyone successfully integrated iis with jboss 3.2.3 ? If so, please post the instruction here. Specifically, I need details on whether ajp.jar is still needed ! And where is it located ? thank

[JBoss-user] [JCA/JBoss] - I have trouble on JBoss JTA with OracleXADs and JMSQueue

2004-12-01 Thread giantgone
I have trouble on JBoss JTA with OracleXADs and JMSQueue (I think that OracleDriver is not available prepare phase of 2PC) Env. JBOSS: 3.2.7RC1 JMS: Jboss Default JmsXA ORACLE: 8i JdbcDriver: Oracle10g Driver Hi. I am poor at English. My Program is 2 DbConnections and 1 JmsSession on Co

[JBoss-user] [Messaging, JMS & JBossMQ] - ReadTask and Write Task Threads in UIL2

2004-12-01 Thread kalyan120
Hi, We are running a test case where in the following happens: 1. Client creates a temporary queue and sends the name to a stateless session bean 2. The session bean does some work and puts back the result on the temporary queue. 3. The client receives the message. When testing this behaviour

[JBoss-user] [News & Announcements] - JBoss MicroContainer M1 Released

2004-12-01 Thread [EMAIL PROTECTED]
The first milestone release of the JBoss MicroContainer is available from sourceforge here: http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=137237 The release notes are available here: http://jira.jboss.com/jira/browse/JBMICROCONT-1 View the original post : http://www.jb

[JBoss-user] [JCA/JBoss] - problem in registering multple firebird databases!!!

2004-12-01 Thread ishq
Hi!!! I wanted to know that how can we register multiple firebird databases in jboss e.g. i m forunate to run cmp using one database with one datasource but what if i have two different applications and they both are using different firebird databses. I m confused whether we need to change sam

[JBoss-user] [JBoss Getting Started Documentation] - Re: Datasource configuration in 3.0.4

2004-12-01 Thread [EMAIL PROTECTED]
Since we don't have a 3.0 getting started guide, I am assuming that this is a more general JBoss question. In the future, I'd recommend looking to the appropriate group for these types of questions. If the problem is not knowing how to configure a datasource, the short answer is to copy the

[JBoss-user] [JBoss Getting Started Documentation] - Datasource configuration in 3.0.4

2004-12-01 Thread ravih
I have read your article about setting it up but still it did not help can you tell me how to bound datasource this is the error i have. It is urgent please help 14:03:35,156 INFO [STDOUT] javax.naming.NameNotFoundException: eeoct not bound Thank you very much. Ravi.Halli View the o

[JBoss-user] [Beginners Corner] - how to use / deploy J2EE application in unpacked / open form

2004-12-01 Thread mikek753
Hello all, I'd like to setup my env. where all JSP and classes be deployed / used in open / unpacked format to be able modify JSP and Java files "on fly" and use / debug it without re deploying application. What is the place and structure I can put my JSp and classes files to? As example with

[JBoss-user] [Messaging, JMS & JBossMQ] - Sending notification from Mbean to client

2004-12-01 Thread mmigal
I am using JBoss 4.x and have a number of MBeans registered. On the client side, I am using RMIAdapter to do the communication with the MBeans. I am looking for a way to do a notification from the MBeans on the server to the client. Can somebody point me towards the best way to do it? Sample

[JBoss-user] [Management, JMX/JBoss] - Sending notifications from MBean to client

2004-12-01 Thread mmigal
I am using JBoss 4.x and have a number of MBeans registered. On the client side, I am using RMIAdapter to do the communication with the MBeans. I am looking for a way to do a notification from the MBeans on the server to the client. Can somebody point me towards the best way to do it? Sample

[JBoss-user] [Management, JMX/JBoss] - Can we monitor jboss exclusively using SNMP.

2004-12-01 Thread gshekar
Hi, I know we can monitor the JVM of jboss, if it is running on JDK1.5. Can we monitor jboss exclusively using SNMP. Thanks & Regards, -GnanaShekar- View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857108#3857108 Reply to the post : http://www.jboss.org/in

[JBoss-user] [Management, JMX/JBoss] - Cannot connect to SNMP agent.

2004-12-01 Thread gshekar
Hi, I have started jboss with the following system properties on a solairs box. JMXACNF=/home/le652126/jdk1.5.0/jre/lib/management JAVA_OPTS="-server -Xms128m -Xmx128m\ -Dcom.sun.management.jmxremote.port=8000\ -Dcom.sun.management.jmxremote.ssl=false\ -Dcom.sun.management.jmxremote.authentica

[JBoss-user] [Beginners Corner] - Re: Strange Problem

2004-12-01 Thread kmohamed1000
As you can tell, I am a newbie. I did follow Tim's advice, and yes I was running in select Mode. I did a couple of test, and it works fine now. Just to confirm "I was running in select Mode" Thanks again View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857105#

[JBoss-user] [JCA/JBoss] - Re: Datasource creation for oracle in JBOSS

2004-12-01 Thread joycewteng
Try if this works (1) modify xxx-ds.xml yourOracleDS jdbc:oracle:thin:@localhost:1521:EPS oracle.jdbc.driver.OracleDriver yourUserName yourPwd (2) modify your method: javax.sql.DataSource ds = (javax.sql.DataSource) ctx.lookup("java:/yourOracleDS"); (3) ensure oracle driver

[JBoss-user] [Beginners Corner] - Re: Strange Problem

2004-12-01 Thread kmohamed1000
Tim, Thanks a lot for your reply, Yes I do mean a console window displaying output, and I am running in a windows environment. I did not know about the select Mode. It is quite possible, that I have been running in select mode. Is there some place where I can read more on the select mode? You h

[JBoss-user] [Persistence & CMP/JBoss] - JBoss 4.0.0 and MySQL 4.1 setRollbackOnly() problem

2004-12-01 Thread jsimone
Can someone offer some plausible explanation as to why this would work: | public String ejbCreate(AttendanceBaseDTO dto, Person person, Package regPackage) | throws ArgumentException, CreateException, DuplicateException { | | try { | e

[JBoss-user] [Clustering/JBoss] - bandwidth requirement for a cluster

2004-12-01 Thread afshanz
Hi All, I would like to know what the minimum bandwidth is required between two nodes in the same cluster to make sure two can see each other. We need to know it to tell our customers. Any help!!! Thanks afshan View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=38

[JBoss-user] [Beginners Corner] - Re: Strange Problem

2004-12-01 Thread timmorrow
When you say "main JBoss execution window", do you mean a console window displaying output? Are you running this on Windows? Are you sure you aren't clicking your mouse in the console window, thus causing it to enter "Select" mode? When in Select mode, it will block. Pressing Escape, CTRL+C

[JBoss-user] [Security & JAAS/JBoss] - Re: help mysql with JAAS Howto

2004-12-01 Thread hillel
Hi, Look at the URL below for MySQL. Based on this it's working. http://www.onjava.com/pub/a/onjava/2004/02/25/jbossjdbc.html View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857098#3857098 Reply to the post : http://www.jboss.org/index.html?module=bb&op=post

[JBoss-user] [Management, JMX/JBoss] - Re: SNMP adapter

2004-12-01 Thread [EMAIL PROTECTED]
In the snmp-adaptor bundled with jboss, there is already a "trapd" service which is used primarily for testing, i.e. receiving and logging the traps produced by the snmp-adaptor. So you can: 1) See how org.jboss.jmx.adaptor.snmp.trap.TrapdService is implemented and more or less do the same wit

[JBoss-user] [Messaging, JMS & JBossMQ] - java.io.StreamCorruptedException is thrown while connecting

2004-12-01 Thread mihufnag
Hi ! We have installed JBOSS 3.2.6 on a LINUX machine running Debian LINUX Kernel 2.6.9 on i686 java version is 1.4.2_05-b04 the method connectionFactory.createQueueConnection() provokes following Exception org.jboss.mq.SpyJMSException: Cannot authenticate user; - nested throwable: (java.i

[JBoss-user] [Management, JMX/JBoss] - SNMP adapter

2004-12-01 Thread mikek753
Hello all, I have Java application that receives SNMP traps. I'd like to port that application to JBoss. What's the right way to do it? Can I just copy my business logic in to MBean to store "parsed" traps to JMS? Where I can get SNMP adapter in case I need it? Thanks a lot. Michael. View the

[JBoss-user] [JCA/JBoss] - Principal Mapping for JCA Authentication

2004-12-01 Thread ftg314159
I apologize if this is covered elsewhere, but I've been through the 3.2.6 Admin guide and the jca examples and DTDs, and I can't seem to find this... How do you implement 1-1 Principal Mapping from a caller principal to a resource principal for connectors in JBoss ? The JCA spec seems to impl

[JBoss-user] [Persistence & CMP/JBoss] - CacheInvalidator(3.2.7RC1 jdbc2) complains alot, why?

2004-12-01 Thread ioparra
We keep seeing these warning in our log files. anonymous wrote : jvm 1| 11:19:31,671 WARN [CacheInvalidator] removal of 466 rejected for null: the entry could not be found and anonymous wrote : jvm 1| 11:17:13,859 WARN [CacheInvalidator] removal of 1 rejected for TransactionImpl:XidI

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Cannot create a ConnectionReceiver

2004-12-01 Thread fuzzylizard
Here is a little more information regarding the error that we are receiving (listed above). JBoss version: 3.2.5 Datasource for JMS: Postgres 7.2 Persistance manager: PostgreSQL-JDBC3 JBoss Memory: Default JMS Details: We have about 10 topics (Pub/Sub) that each have a minimum of 2 and a maximu

[JBoss-user] [Beginners Corner] - Please help me in setting up Datasource and LDAP

2004-12-01 Thread ravih
To, Bill Burke. I have read your article about setting it up but still it did not help can you tell me how to bound datasource this is the error i have. 14:03:35,156 INFO [STDOUT] javax.naming.NameNotFoundException: eeoct not bound Thank you very much. Ravi.Halli View the original post :

[JBoss-user] [Installation & Configuration] - C:\jboss-4.0.1RC1\jboss-4.0.1RC1 Can't start !!!!

2004-12-01 Thread seybaa
I have downloaded C:\jboss-4.0.1RC1\jboss-4.0.1RC1, but when i run C:\jboss-4.0.1RC1\jboss-4.0.1RC1>run.bat I get the following error * CLASSPATH: C:\j2sdk1.5.0\lib\tools.jar;C:\jboss-4.0.1RC1\jboss-4.0.1RC1\bin\\run.jar

[JBoss-user] [EJB/JBoss] - Verifier issues

2004-12-01 Thread zorzella
I'm trying to incorporate EJB JAR verification to the ant compilation process, but I'm having some trouble. Though the EJB-JAR deploys flawlessly (AFAIK) in JBoss itself, jboss verifier issues forth this output: ** 10:45:20,620 ERROR [MetaData] Cannot obtain unauthenticated prin

[JBoss-user] [HTTPD, Servlets & JSP] - External dirs with jboss 3.2.6

2004-12-01 Thread max452
Hello, I tried the wiki external dirs for 3.2.4 to configure a context outside the jboss directory. But it doesnt work with 3.2.6 . IS someone know how to configure to work PLEASE NEED HELP !! this is what i put this is the extract of jboss error log 2004-12-01 18:49:00,331 DEBUG

[JBoss-user] [Beginners Corner] - Re: Tomcat does not seem to forward image requests to apache

2004-12-01 Thread shankris
Redid the whole thing per the documentation. Now it works. Thanks. Wonder what I did wrong.. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857085#3857085 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857085 ---

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: One Last ConnectionFactory Lookup Question.

2004-12-01 Thread gberish
Thanks. It seems I needed to add "java.naming.factory.url.pkgs"="org.jboss.naming:org.jnp.interfaces" to the Properties parameter for new InitialContext (). The code and screen output is shown below for the next new guy to attempt JMS. (PS: I didn't understand the question about telnet.) imp

[JBoss-user] [Messaging, JMS & JBossMQ] - Linking SQLServer and JBoss through DTS?

2004-12-01 Thread platinumdragon
Hi, SQL Server has a pub/sub model that publishes changes to DTS. Is there a way of linking DTS and JBossMQ, so that I can get these changes through JMS? I've been looking around, but haven't seen evidence of this being done. Thanks, Mike View the original post : http://www.jboss.org/index

[JBoss-user] [Management, JMX/JBoss] - Re: Jvm 1.5.0, jboss 4.0.0 and remote jvm jmx monitor

2004-12-01 Thread [EMAIL PROTECTED]
Fixed in 4.0.1RC1+ View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857080#3857080 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857080 --- SF email is sponsored by -

[JBoss-user] [HTTPD, Servlets & JSP] - Servlet Blocking until crtl + c

2004-12-01 Thread kmohamed1000
Just recently started using JBoss, and I am having a problem with my servlets. I have an application which uses Struts, on the JBoss 4.yy.yy server (latest version). When I make a call to my struts servlet, the session blocks, until I hit ctrl + c on the main JBoss execution window. Once I hit c

[JBoss-user] [Management, JMX/JBoss] - Re: Ideas need for a service.

2004-12-01 Thread infectedrhythms
ok bassically this how my current "services" work. The ones I want to port. On start up, they create a listening server on a specified port. Once they receive a connection they spawn a thread, read the incomming data and take some action and then respond back. So every service that runs, will c

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Default startdelivery false for one specidfied MDB

2004-12-01 Thread j2ee
Sorry for my bad english. Behavior i'd like is: MDB by default "not started" or "DeliveryActivefalse". I ve seen that i can call a twiddle command : $ ./twiddle.sh -s localhost invoke jboss.j2ee:binding=message-driven-bean,jndiN ame=local/MDB,plugin=invoker,service=EJB stop BUT, is there another

[JBoss-user] [Persistence & CMP/JBoss] - Re: Transaction problems with jboss4.0.0+hibernate

2004-12-01 Thread ebdon
BTT View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857074#3857074 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857074 --- SF email is sponsored by - The IT Product

[JBoss-user] [Persistence & CMP/JBoss] - Oracle and case preserved table names

2004-12-01 Thread bobjones
If I create my Oracle table names using the case-preserving quote: CREATE TABLE "CustomerOrders" then the table name is not upper-cased by Oracle. I must therefore use the quotes on all SQL statements I issue. When running on MySQL (I don't have Oracle yet), I noticed that the queries jboss const

[JBoss-user] [Management, JMX/JBoss] - Jvm 1.5.0, jboss 4.0.0 and remote jvm jmx monitor

2004-12-01 Thread time4tea
There seems to be an issue with the jconsole etc monitoring when using 1.5.0 and jboss 4.0.0. If the remote jvm monitoring is enabled (-Dcom.sun.management.jmxremote ) , JBoss fails to start, with jboss.system:service=MainDeployer org.jboss.util.NestedRuntimeException: Error creating MBeanPro

[JBoss-user] [Installation & Configuration] - RMI Tunnel

2004-12-01 Thread olschmitz
Hi there I have a requirement to tunnel the RMI, JNP communication on client-side the only port I may use to access jboss server is port 80. I have read that should be possible while using a version > 3.2.3 of jboss. Can someone point me into the right direction ? regards Olaf View the orig

[JBoss-user] [Installation & Configuration] - Tracking HTTP request in logs.

2004-12-01 Thread infectedrhythms
Hi what do I have to do to track the individual http request sent to my server. Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857070#3857070 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857070 -

[JBoss-user] [Persistence & CMP/JBoss] - Re: Showing the SQL Queries from EJB CMP

2004-12-01 Thread ssmithstone
if you using Mysql and Mysql-ConnectorJ you can add ?profileSql=true on the end of the jdbc-url View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857067#3857067 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857067

[JBoss-user] [Persistence & CMP/JBoss] - jboss xdoclet tags for a 1-M with a cross table

2004-12-01 Thread ssmithstone
I have 2 beans say AccountBean and CostCentreBean now AccountBean points to a table with a column Ref which contains the accountcode which is the primary key and the CostCentreBean points to a table with 2 columns accountcode and reference which are the primary key. I have mapped this ok usi

[JBoss-user] [Persistence & CMP/JBoss] - Re: Showing the SQL Queries from EJB CMP

2004-12-01 Thread nickman
You can use the P6 driver. http://www.p6spy.com/ It is a wrapper around your JDBC driver and it shows you exactly what is being executed and the values of the bind variables. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857065#3857065 Reply to the post : h

[JBoss-user] [Beginners Corner] - Re: org.jboss.util.NestedSQLException:

2004-12-01 Thread monsterk
DefaultDS jdbc:hsqldb:hsql://localhost:1701 jdbc:hsqldb:. jdbc:hsqldb:${jboss.server.data.dir}/hypersonic/localDB org.hsqldb.jdbcDriver sa 5

[JBoss-user] [Beginners Corner] - Strange Problem

2004-12-01 Thread kmohamed1000
Just recently started using JBoss, and I am having a problem with my servlets. I have an application which uses Struts, on the JBoss 4.yy.yy server (latest version). When I make a call to my struts servlet, the session blocks, until I hit ctrl + c on the main JBoss execution window. Once I hit c

[JBoss-user] [Management, JMX/JBoss] - Re: Ideas need for a service.

2004-12-01 Thread [EMAIL PROTECTED]
Generally speaking, we choose to model or wrap as MBean Services coarce grain entities. In your case you seem to be creating some kind of Adapter for a socket-based protocol. Wrapping the socket into an MBean doesn't seem to offer much value. Wrapping a socket AND the protocol handling may make

[JBoss-user] [Installation & Configuration] - classloader - impact on performance

2004-12-01 Thread analogueboy
We have been working on an application in a standalone version of jboss, but when we add additional applications in the same server we hit classloader issues so we tried to set UseJBossWebLoader=false in the tomcat settings. However, the performance of the application dropped dramatically when c

[JBoss-user] [Security & JAAS/JBoss] - Re: SSL exception possible JBoss service cached?

2004-12-01 Thread infectedrhythms
It's an SSL thing... It looks as if the keystore doesnt get loaded for the path if there is no exchange of client certs. Though it does care for the trusted cert. Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857057#3857057 Reply to the post : htt

[JBoss-user] [Management, JMX/JBoss] - Re: Is config cached with persistance?

2004-12-01 Thread infectedrhythms
Never mind! lol It's an SSL thing... It looks as if the keystore doesnt care for the path, if there is no exchange of client certs. Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857056#3857056 Reply to the post : http://www.jboss.org/index.html?mo

[JBoss-user] [Installation & Configuration] - Equivalent of htaccess

2004-12-01 Thread darras77
Hello, I have Apache 2.0.x + Jboss/Tomcat 3.2.3 + mod jk2. On Apache, I have a .htaccess for all web site but when i m connect on a web application of Jboss, the htaccess file is not load. Where is my error ? Where is the place of the htaccess file for all web application of Jboss Tomcat ? I

[JBoss-user] [Management, JMX/JBoss] - Ideas need for a service.

2004-12-01 Thread infectedrhythms
Am pretty new to writting services and I think I finally have it down on how to create them, but I need some ideas for this one service I want to write and if it's worth writting. So am not sure if I can post this here or not... :D For some legacy purposes, I want to write a TCP/IP ServerSocket

[JBoss-user] [Clustering/JBoss] - Re: HAJMS - A Conceptual Level

2004-12-01 Thread fredrik_is
What exactly does it mean to be a JMSProvider? I got the impression that the JMSProvider node has got the one and only instance of each topic and queue that is used by the entire cluster. My tests seem to prove that I have either misunderstood this, or that something is wrong with my setup. I

[JBoss-user] [Persistence & CMP/JBoss] - JDBC Insert Data Not Commited

2004-12-01 Thread Auzi
Hi, I have an application that uses simple JDBC to work with the database. The application executes simple INSERT\SELECT statements, using prepared statements. I'm using a MS-Sql local-tx datasource to get the connection. For some reason the table I'm working with gets locked right after I perform

[JBoss-user] [Management, JMX/JBoss] - Problem with MBean JBoss3.2.3 -> JBoss4.0.0

2004-12-01 Thread michael.maurer
We have writen a MBEAN such as posted in the JBoss3.x docu: A Standard MBean Example page 118. (see code below) This worked wounderfull in JBoss3.2.3. After adapting the jboss-service.xml I was able to deploy it in JBoss4.0.0. Using the jmx-Console I am able to view all the properties stored in t

[JBoss-user] [Management, JMX/JBoss] - Is config cached with persistance?

2004-12-01 Thread infectedrhythms
I wrote my service that once it starts to connect to an external URL using SSL. One of the properties the path to my Keystores. The service starts and connects to the external URL and produces an XMLRPC error only do to the fact that I have some small bugs in the XMLRPC server am trying to conne

[JBoss-user] [EJB/JBoss] - Re: Stateless Session Beans Memory Leak

2004-12-01 Thread mitchelln
no never got to the bottom of it the application seems to run fine though so it might not be worth worrying about :-) but if you discover a solution please let me know. sorry neil View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857049#3857049 Reply to the p

[JBoss-user] [Management, JMX/JBoss] - Re: Database drivers can't be found by MBean

2004-12-01 Thread michael.maurer
The jboss-service.xml file in the MbeanSar sould look like this : | | service:service=ServerSettings";> | java:/MARSServerSettings | jboss.jca:service=DataSourceBinding,name=jdbc/DefaultDS | | | Then it worked for me View the original post : http://www.jboss.

[JBoss-user] [Security & JAAS/JBoss] - Re: How to set up SSL connection between Client and EJB serv

2004-12-01 Thread planeski
I am getting this same exception with JBoss 4.0.0. I've performed the tasks indicated in Chap. 8 of the User's Guide: - JSSE is present and working - I successfully created a certificate - I added the entries to jboss-service.xml to add a security domain and JRMP Invoker - I modified the jboss.

[JBoss-user] [Persistence & CMP/JBoss] - Re: log sql statements on JBoss 4

2004-12-01 Thread abv
Sorry, there is no problem in JBoss 4 - I've watched the console but the logs are written to the server.log Sven View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857046#3857046 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=repl

[JBoss-user] [JBoss Getting Started Documentation] - Re: Getting Started with JBoss 4.0 - Version 2

2004-12-01 Thread worldheart
J2EE 1.4 Tutorial Runs on Pointbase,not Cloudscape of J2EE RI Server. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857044#3857044 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857044 ---

[JBoss-user] [Persistence & CMP/JBoss] - log sql statements on JBoss 4

2004-12-01 Thread abv
Hi I've logged sql statements on JBoss 3.2.x by the following entry in log4j.xml: | | In JBoss 4.0 this does not work!? Does anybody know a solution? regards Sven View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857043#3857043 Reply to the post : ht

[JBoss-user] [Installation & Configuration] - Separating resources between users

2004-12-01 Thread pergesu
I've got two questions which are somewhat similar in nature, but nearly complete opposites in desired functionality. This is all done on a test server with a friend of mine. 1. I'd like to be able to deploy applications totally independent of my friend, so that we can't see each others' at al

[JBoss-user] [EJB/JBoss] - Re: Stateless Session Beans Memory Leak

2004-12-01 Thread stefan_meyer
did you ever find a reason for that ? i have the same problem on 3.2.3. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857040#3857040 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857040 -

[JBoss-user] [Persistence & CMP/JBoss] - Re: SimpleReadWriteEJBLock produces null pointers when any C

2004-12-01 Thread sgodden
This will be needed for production, so we don't want to use a RC. We'll wait for 4.0.1 final. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857039#3857039 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857039 --

[JBoss-user] [EJB/JBoss] - CMP in JBoss

2004-12-01 Thread sanjuthomas
hi all, I am trying to deploy a CMP EJB in JBoss 4.0. I am not getting things done. The docs availble in the internet in for the old versions. If any one can explain how to use CMP in JBoss 4.0 it will be helpful for me. Otherwise please point a link... with thanx sanju View the original pos

[JBoss-user] [Performance Tuning] - jboss is slow.

2004-12-01 Thread ratnakar
I am using jboss for an intranet site. The server was responding fast until i installed rational robot and some other softwares . althoug i uninstalled those software, the server is still very slow. java.exe is using 97% cpu time and it takes around 100 MB of memory. My RAM is 512. There is stil

[JBoss-user] [Management, JMX/JBoss] - Remote access of MBean on arbitrary cluster member node

2004-12-01 Thread d92jp
Hi, I have a problem accessing an MBean that is deployed on a remote server. The setup is that I have MBeans that are deployed on only a subset of the cluster nodes. I need to look up the MBean I need to use using HA-JNDI, but since I need to use an RMIAdaptor to access the MBean I need some co

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: PLEASE HELP ME MDB and Remote Topic

2004-12-01 Thread craig1980
Hi again; i have seen that some files have not showed well: jboss-service: | http://www.jboss.org/j2ee/dtd/jboss-service_3_2.dtd";> | | | jboss.mq:service=DestinationManager | jboss.mq:service=SecurityManager | | | RemoteJMSProvider | org.jboss.jms.jnd

[JBoss-user] [Messaging, JMS & JBossMQ] - PLEASE HELP ME MDB and Remote Topic

2004-12-01 Thread craig1980
Hi all; i have some MDBs; i want that these MDBs are listening on a remote topic on a server with ip address: 192.168.xxx.yyy; now by following tips in this link: http://www.jboss.org/wiki/Wiki.jsp?page=HowDoIConfigureAnMDBToTalkToARemoteQueue i have these files ( note: i'm using JBoss 3.2.5 ):

[JBoss-user] [Security & JAAS/JBoss] - custom DatabaseServerLoginModule is invoked on every single

2004-12-01 Thread jeffko32
I use a custom login module (DatabaseServerLoginModule subclass). Caller principals can be propagated to ejb without problem. I still have questions on my configuration. Are marshal method info + principal & credentials passed to ejb tier on every single ejb call? I add some logger messages

[JBoss-user] [Management, JMX/JBoss] - Re: MBean Dependencies

2004-12-01 Thread [EMAIL PROTECTED]
That was a good posting :) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857028#3857028 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857028 --- SF email is spon

[JBoss-user] [Beginners Corner] - Re: migrate IIS to J2ee based web server, then migrate .net

2004-12-01 Thread darranl
anonymous wrote : 6. do you recommend weblogic or websphere for us at | this stage? why? I would recommend JBoss. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857027#3857027 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=

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

2004-12-01 Thread Frito
Well, pretty clear error message: The class is not deployed properly. Provide some more information about your deployment (jars, ears, ...) and the deployment descriptors. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857026#3857026 Reply to the post : ht

[JBoss-user] [Beginners Corner] - Re: JNDI tree not showing dept/DeptFacadeL

2004-12-01 Thread gopalsaha
Hello, Here is my ejb-jar.xml http://java.sun.com/dtd/ejb-jar_2_0.dtd";> Dept Session Bean DeptFacade com.msilm.msip.business.ejb.dept.DeptFacadeHome com.msilm.msip.business.ejb.dept.DeptFacadeLocalHome com.msilm.msip.business.ejb.dept.DeptFacade com.msilm.m

[JBoss-user] [Beginners Corner] - Re: JBoss 4.0 EJB depending on external libraries

2004-12-01 Thread Frito
Addition: in fact you can even just throw the dependency lib in you deploy directroy. But I would prefer the EAR. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857024#3857024 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=repl

[JBoss-user] [Beginners Corner] - Re: "Unknown message 0" log entries

2004-12-01 Thread [EMAIL PROTECTED]
I replaced the tomcat-jk2.jar that comes with jboss-3.2.5-src with the version of the tomcat 4.1.29 distribution. This solved the problem. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857023#3857023 Reply to the post : http://www.jboss.org/index.html?modul

[JBoss-user] [Beginners Corner] - Re: JBoss 4.0 EJB depending on external libraries

2004-12-01 Thread Frito
Deploy your EJB jar and your dependency library within one EAR. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857022#3857022 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857022 -

[JBoss-user] [Messaging, JMS & JBossMQ] - Default startdelivery false for one specidfied MDB

2004-12-01 Thread j2ee
Hello, I m using an MDBBean which consume messages from DLQ queue. I d like on of my MBD to have the property "StateString" started or "DeliveryActive" false on Jboss start. JBoss version : 3.2.2 Thanks if someone can help solve this. View the original post : http://www.jboss.org/index.h

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: RepositoryClassLoader throwing class not found exception

2004-12-01 Thread suthakar
Thanks. What you have given previously doesn't help me out to solve the error. Let me know which is the correct forum to post this error. Application already running under weblogic, there everything works fine. Now i'm porting that to jboss compatible. So please help me out to solve this error

[JBoss-user] [Management, JMX/JBoss] - Re: MBean Dependencies

2004-12-01 Thread sateh
Of course a good night sleep solved all this. Hint to others: don't put any logic in createService(), the dependency tree will not be ready at that stage. Of course I was looking at the wrong bean last night :-/ S. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtop

[JBoss-user] [Installation & Configuration] - Re: Securing access to JNDI tree

2004-12-01 Thread gavinho
Yeah, the ctor not found message is not fatal. I managed to start JBoss successfully with the interceptor attached. But I am still interesting to know how can we remove such noisy message. I tested using a external client program to do JNDI lookup but the invoke() method of interceptor had not

[JBoss-user] [Beginners Corner] - JBoss start: java.lang.NoClassDefFoundError: org/jboss/aop/A

2004-12-01 Thread eugene_prokopiev
Hi, I see this error mesages after extracting jboss-4.0.0.zip content and runiing bin/run.bat: 11:37:44,312 INFO [Server] JBoss (MX MicroKernel) [4.0.0 (build: CVSTag=JBoss_4_0_0 date=200409200418)] Started in 20s:484ms | | 11:37:44,500 INFO [STDOUT] java.lang.NoClassDefFoundError: org/

[JBoss-user] [News & Announcements] - Re: JBoss 4.0 Roadmap update

2004-12-01 Thread siew_edward
Hello, i think the URL given led to a broken link. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857013#3857013 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857013 --

[JBoss-user] [Persistence & CMP/JBoss] - Database Replication & CMP

2004-12-01 Thread john_anderson_ii
I was surprised to find no relevant results for this topic when searching the CMP/Persistence forum for replication. Anyway, does JBoss have any support or workarounds for utilizing database replication? Is there any way to define an "update" datasource, and a "read-only" datasource so that an

[JBoss-user] [EJB/JBoss] - [MDB] invoke methods

2004-12-01 Thread j2ee
Hello, I m using an MDBBean which consume messages from DLQ queue. I d like my DBD to have the property "StateString" started or "DeliveryActive" false on Jboss start. JBoss version : 3.2.2 Thanks if someone can help solve this. View the original post : http://www.jboss.org/index.html?module

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: RepositoryClassLoader throwing class not found exception

2004-12-01 Thread genman
I told you how to package the .ear file. This is the wrong forum for this anyway. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857010#3857010 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857010 -

[JBoss-user] [News & Announcements] - 4.0.1RC2 Release Available

2004-12-01 Thread [EMAIL PROTECTED]
The 4.0.1RC2 release is available from sourceforge here: https://sourceforge.net/project/showfiles.php?group_id=22866&package_id=16942&release_id=280264 The release notes are available here: http://sourceforge.net/docman/display_doc.php?docid=25757&group_id=22866 The release notes describes a new

[JBoss-user] [Persistence & CMP/JBoss] - Re: relation and remove problem on 3.2.6

2004-12-01 Thread [EMAIL PROTECTED]
No, I don't need your -ds.xml, transaction manager, etc. I was asking for EJB deployment descriptors. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857006#3857006 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857006

[JBoss-user] [Persistence & CMP/JBoss] - Re: ON DELETE CASCADE with MySQL

2004-12-01 Thread [EMAIL PROTECTED]
As the driver says it's an fk contraint violation. Try using batch-cascade-delete (see CMP wiki). View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857004#3857004 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857004 --

[JBoss-user] [Messaging, JMS & JBossMQ] - RepositoryClassLoader throwing class not found exception

2004-12-01 Thread suthakar
Hi All, I'm trying to create a simple Queue. org.jboss.mx.loading.RepositoryClassLoader is not find the class test.EmailChannel class. But my application works fine only problem it is not sending the mails. I have one jar file which is in simple.war WEB_INF/lib folder. I deploying my applic

[JBoss-user] [Persistence & CMP/JBoss] - Re: SimpleReadWriteEJBLock produces null pointers when any C

2004-12-01 Thread [EMAIL PROTECTED]
The RC1 is available on sf.net. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857002#3857002 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857002 --- SF email is s

  1   2   >