Re: [JBoss-user] jboss backup management: howto?

2003-02-13 Thread Guy Rouillier
Ok, finally made the time to look into this. You are correct. I started a simple bean with a database connection, then shut down Oracle and restarted. The original connection got [2003-02-14 00:56:49,203][guyr.DbTester][DbTesterBean] java.sql.SQLException: Io exception: Connection reset by peer

Re: [JBoss-user] connector deployment

2003-02-13 Thread David Jencks
On 2003.02.13 23:21 Gejara Kumar wrote: > Hi > > I have followed the following steps and getting the following > error while configuring/deploying the connector. > > 1. I have copied the following service.xml to default/deploy > directory. > 2. I have copied the Connector file "interdev.rar" to

Re: [JBoss-user] JBoss & Log4J

2003-02-13 Thread Rod Macpherson
Ditto for weblogic which uses its own logging API versus log4j. I current use a switch to bypass log4j configuration on jboss flavored application servers - also to use that switch for JNDI access settings which are vendor specific. Perhaps there is relief ahead: JDK 1.4. JBoss could use JDK 1.4 lo

[JBoss-user] connector deployment

2003-02-13 Thread Gejara Kumar
Hi I have followed the following steps and getting the following error while configuring/deploying the connector. 1. I have copied the following service.xml to default/deploy directory. 2. I have copied the Connector file "interdev.rar" to default/deploy directory. 3. The following is the Erro

Re: [JBoss-user] jxm-console questions

2003-02-13 Thread Scott M Stark
Its just a servlet. Change the web container port in jbossweb.sar/META-INF/jboss-service.xml Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message - From: "Marco Tedone" <[EMAIL PROTECTED]> To: "JBoss-user-list" <[EMAI

RE: [JBoss-user] jxm-console questions

2003-02-13 Thread Pei Yeong, Cherng
Hi, You should change the listener port number in jboss-service under /deploy/jbossweb.sar Regards, PY -Original Message- From: Marco Tedone [mailto:[EMAIL PROTECTED]] Sent: Friday, February 14, 2003 9:43 AM To: JBoss-user-list Subject: [JBoss-user] jxm-console questions Hi, due to s

[JBoss-user] jxm-console questions

2003-02-13 Thread Marco Tedone
Hi, due to some conflicts on port 8080, i would like to change the port for jetty(for instance on port 8787). I'm using Jboss 3.2: where should i change these values? For now i changed the values in jboss-service under /deploy/http-invoker.sar but i'm not sure, also becuase pointing the browser t

[JBoss-user] XAOracle problem solved!

2003-02-13 Thread Marco Tedone
Hi all, I followed David's suggestion(i used the oracle-xa-ds instead of the service) and the database connection was simplier. My problem was due to the jboss.xml in the ex06_1 of the workbook which encoding was "Cp1252" instead of "UTF-8". The parser so was giving to me one error. Marco

RE: [JBoss-user] jboss 2.4 to 3.x migration error

2003-02-13 Thread Corbin, James
Ryan, I ran into a similar problem when I migrated from 2.4.4 to 3.2RC1. When I migrated to 3.2 I started getting the following error, "You cannot set autocommit in a managed connection" I never saw this error in 2.4.4, but it made perfect sense when it showed up in 3.2. If you are using CMT th

[JBoss-user] jboss 2.4 to 3.x migration error

2003-02-13 Thread Sonnek, Ryan
migrating a small jsp app that uses an oracle database from jboss 2.4.6 to 3.0.6, the following error is recieved from a page that calls commit() after an insert/update/delete. "You cannot commit with autocommit set!" in 2.4, the commit was required to get any of our pages to work, and now they

Re: [JBoss-user] OracleXA Datasource problems with JBoss 3.2

2003-02-13 Thread David Jencks
If you are using the ConfiguredIdentityLoginModule you are always logging in as the same db user, so I suggest you first get Oracly working without a LoginModule, supplying the user/pw in the mbean config properties. I think the specific problem here is that there need to be two name matches a

[JBoss-user] struts-menu

2003-02-13 Thread Martin J. LaJeunesse
I've run into some classloader issues trying to use struts-menu. Has anyone had success with struts-menu under jboss-tomcat? thanks, Marty La Jeunesse

Re: [JBoss-user] Re: [Xdoclet-user] XDoclet, JBoss 3 and use-soft-locking

2003-02-13 Thread Brian Wallis
> What I really need to do though is, using a version number of time stamp, of course that should have read "using a version number or time stamp," --- This SF.NET email is sponsored by: FREE SSL Guide from Thawte are you planning your Web

Re: [JBoss-user] Re: [Xdoclet-user] XDoclet, JBoss 3 and use-soft-locking

2003-02-13 Thread Brian Wallis
On Thu, 13 Feb 2003 01:58, Alex Loubyansky wrote: > DW> Now that I think of it, wasn't some version of JBoss (3.2 or 4) going > to DW> support Optimistic Locking? Can someone tell me which version? > > Both already support it. Though, commit option A doesn't make much sense in > this case as enti

RE: [JBoss-user] JBoss & Log4J

2003-02-13 Thread Corbin, James
Scott, I can come up with some ways to isolate it through application configuration files, but it isn't clean. Currently we are deploying on JBOSS 3.x and WebSphere 5.x. JBOSS uses Log4J for logging and WebSphere doesn't. Originally we had our own log4J configuration file (in our deployment) b

Re: [JBoss-user] j_secuity_check

2003-02-13 Thread David Ward
The user will go wherever he/she was trying to go to before web-tier security intercepted the request and presented the login page. If the user fails to authenticate, you can configure the error page in web.xml. -- Gabriel Pinto escribió:: How can I know where j_security_check will foward me a

Re: [JBoss-user] JBoss & Log4J

2003-02-13 Thread Scott M Stark
There are ways to isolate the configuration from the server. In the future an application's log4j.xml or log4j.properties and setup a configuration based on this. Expecting portability of non-J2EE interfaces is not realistic. Scott Stark Chief Technology Officer JBoss Grou

[JBoss-user] OracleXA Datasource problems with JBoss 3.2

2003-02-13 Thread Marco Tedone
Title: OracleXA Datasource problems with JBoss 3.2 Hi, as per today morning discussion, i downloaded the version 3.2 of JBoss and i installed the oracle services as per XML instructions(i.e. configuring the url to my coordinates and inserting an application-policy element in the conf/login-co

Re: [JBoss-user] JBoss & Log4J

2003-02-13 Thread Scott M Stark
Because J2EE has no standard logging interface. Logging is a proprietary service at this point you and have to go with what the container provides. Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message - From: "Anders En

[JBoss-user] MBeanServer

2003-02-13 Thread Victor Batista
Hello! I am using JBoss 3.0.4 bundled with Tomcat 4.0.6. I am using the code at the end of the email to flush role's data when I update users on the application. This is working correctly. My problem is that, after executing the code , the user which is logged looses its roles. If t

[JBoss-user] j_secuity_check

2003-02-13 Thread Gabriel Pinto
How can I know where j_security_check will foward me after login authentication? Thanks Gabriel -- Gabriel Esteves Marques Pinto Diretor de TI [EMAIL PROTECTED] www.brainweb.com.br (19)3287-7060 Ramal:253 Núcleo SOFTEX-Campinas -

RE: [JBoss-user] JBoss & Log4J

2003-02-13 Thread Corbin, James
This thread concerns me the more I follow it. Is it true that applications running under JBOSS are required to define the application logging information in the log4J configuration file that JBOSS uses? If so, this is not well implemented because we run our app on multiple web servers, i.e.,

Re: [JBoss-user] jboss_3_1.dtd

2003-02-13 Thread David Jencks
i've updated xdoclet cvs. Building a particular copy of xdoclet for a particular jboss build probably won't be too hard. The problems I had in head were in using the built copy later in the build. 3.2 still uses the antique xdoclet 1.1.2 internally. david jencks On 2003.02.13 10:27 Scott M St

RE: [JBoss-user] JavaMail DCH for MIME error

2003-02-13 Thread Mauricio De Diana
I found the problem. I put a new activation.jar (JAF 1.0.2) from http://java.sun.com/products/javabeans/glasgow/jaf.htmland the problem is solved now. Thanks. Dediana --- "Kim, Yong" <[EMAIL PROTECTED]> escreveu: > How's your code look like when specifying the > content type? > > Mitchell >

Re: [JBoss-user] JBoss & Log4J

2003-02-13 Thread Anders Engström
On Thu, Feb 13, 2003 at 04:58:19PM +0200, Zeev B wrote: > > On Thu, Feb 13, 2003 at 09:06:00AM +1100, Kevin O'Neill wrote: > > > On Thu, 2003-02-13 at 01:27, Anders Engstr?m wrote: > > > > [snip] > > > > > > > > > > We need a standard way to specify the log4j configuration independent > of > > > >

RE: [JBoss-user] Deployment time Initialisation

2003-02-13 Thread JD Brennan
Title: RE: [JBoss-user] Deployment time Initialisation Brian, I was not able to call session bean methods from an MBean start() method.  I switched to using a startup servlet instead, which always gets loaded after all the session beans are usable. Of course this is supposed to work and

RE: [JBoss-user] JavaMail DCH for MIME error

2003-02-13 Thread Kim, Yong
How's your code look like when specifying the content type? Mitchell -Original Message- From: Mauricio De Diana [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 13, 2003 1:31 PM To: [EMAIL PROTECTED] Subject: [JBoss-user] JavaMail DCH for MIME error I´m trying to send a simple e-mail

[JBoss-user] JavaMail DCH for MIME error

2003-02-13 Thread Mauricio De Diana
I´m trying to send a simple e-mail, based on the example provided on JBoss` online help (at http://www.jboss.org/online-manual/HTML/ch11s98.html). But I always get the error: javax.activation.UnsupportedDataTypeException: no object DCH for MIME type text/plain My mail-service.xml contains: j

RE: [JBoss-user] Simultaneous connections to Tomcat...

2003-02-13 Thread JD Brennan
In /server/default/deploy/tomcat4-service.xml   Change   acceptCount = "10"   to whatever you want.   If you are running Windows 2K Pro, I think Windows will limit the number of simultaneous to 10 anyway (in an attempt to get you to upgrade to Windows Adv Server).   JD   -Original Me

[JBoss-user] Best way to collect JSR-77 Information from JBoss

2003-02-13 Thread Bob Cotton
With all the work Scott has been doing to 3.2 with stats (JSR-77), I was wonder what will be the best tool to dig this information out of jboss and plot/graph it in a tool like RRDTool, or MRTG? How will JSR 77 stats work in a clustered environment? Is there an SNMP adapter for Jboss? Thanks -

Re: [JBoss-user] Simultaneous connections to Tomcat...

2003-02-13 Thread k_anand
hi Marcio, this is the port 8080 connector parameters in the tomcat41-service.xml , which lies in the deploy directory of the jboss server directory e.g: usr/local/jboss-3.0.3_tomcat-4.1.12/server/default/deploy/tomcat41-service.xml please edit as required.        p

RE: [JBoss-user] Strange Method not found errors (JBOSS 3.2.RC1-Tomcat4.1.18)

2003-02-13 Thread Corbin, James
I was able to get past this problem by upgrading both JBOSS3.2-RC1 and my build to use the latest version of JDOM. Beta8.   This problem was masking another issue.  Although it appears that JBOSS3.2-RC1 binds my datasource (Informix) correctly, every time I try to get a connection to it,

[JBoss-user] Simultaneous connections to Tomcat...

2003-02-13 Thread Márcio Emílio Cruz Vono de Azevedo
Hi all,   I'm using JBoss 3.0.4 with Tomcat 4.1.12. Everything works well, but when I try to connect more than 10 users simultaneously the Tomcat shows the following message:   HttpConnector[8080] No processor available. Rejecting this connection.   Is there any configuration which I could s

[JBoss-user] Strange Method not found errors (JBOSS 3.2.RC1-Tomcat4.1.18)

2003-02-13 Thread Corbin, James
I recently migrated to JBOSS3.2RC1-Tomcat4.1.18 and am getting the following error for which I am not understanding completely what it implies   This snippet of the stack trace appears to be the cause (see below for entire stack trace)   09:04:11,204 ERROR [Engine] - Root Cause

Re: [JBoss-user] Main diff between 3.0.x and 3.2

2003-02-13 Thread Pete Beck
On Thu, 2003-02-13 at 15:01, Michael Bartmann wrote: > I think the deferred update might also be relevant for performane. > > Latest 3.2 has "Container Managed Audit Fields". > E.g. it can automatically update a "changeUser" and "changeTime" field. > (See chanage note by Adrian Brocke) > > This i

Re: Re: Re: [JBoss-user] connector deployment

2003-02-13 Thread Gejara Kumar
Hi David, Thanks a lot for helping me out. But I am getting the following error. Thanks Kumar == THE ERROR === 21:22:49,375 ERROR [URLDeploymentScanner] MBeanException: Exception in MBean operation 'checkIncompleteDeployments()' Cause: Incomplete Deployment listing: Pack

Re: Re: Re: [JBoss-user] connector deployment

2003-02-13 Thread Gejara Kumar
Hi David, Please correct if I am wrong here, - In the service.xml file name should be any thing? - In the service.xml file the following are the values I am replacing 1. ManagedConnectionFactoryName=com.interdev.ejb.connector.AE3ManagedConnectionFactory 2. LiDOVersantDS =? (I have to mention i

Re: [JBoss-user] jboss_3_1.dtd

2003-02-13 Thread Scott M Stark
Yes it should be updated. It seems like we should be shipping an xdoclet build or making it available as a download since we are taking on the jboss xdoclet tags. Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message -

Re: Re: Re: [JBoss-user] connector deployment

2003-02-13 Thread Gejara Kumar
Hi David, attachment missed!. Please send it again Regards Kumar On Thu, 13 Feb 2003 David Jencks wrote : There's a lot missing from your *-service.xml file. I've attached one that includes more or less the minimum you need. It is partly adapted to your .rar file. You definitely need to fi

Re: Re: [JBoss-user] connector deployment

2003-02-13 Thread David Jencks
Oops, forgot the file:-). It's inline here: jboss.jca:service=RARDeployer jboss.jca:service=RARDeployment,name=LiDO trackerdb trackerdb adap_1

Re: Re: [JBoss-user] connector deployment

2003-02-13 Thread David Jencks
There's a lot missing from your *-service.xml file. I've attached one that includes more or less the minimum you need. It is partly adapted to your .rar file. You definitely need to fill in the 2 config property values, and probably want to change the mbean and jndi names. When you get it worki

Re: [JBoss-user] Main diff between 3.0.x and 3.2

2003-02-13 Thread Michael Bartmann
I think the deferred update might also be relevant for performane. Latest 3.2 has "Container Managed Audit Fields". E.g. it can automatically update a "changeUser" and "changeTime" field. (See chanage note by Adrian Brocke) This is something not easily implemented under CMP2.0 w/o help of the con

Re: [JBoss-user] JBoss & Log4J

2003-02-13 Thread Zeev B
> On Thu, Feb 13, 2003 at 09:06:00AM +1100, Kevin O'Neill wrote: > > On Thu, 2003-02-13 at 01:27, Anders Engstr?m wrote: > > [snip] > > > > > > > We need a standard way to specify the log4j configuration independent of > > > the application server we are deploying to. It makes total sense to > > >

Re[2]: [JBoss-user] jboss_3_1.dtd

2003-02-13 Thread julien viet
I tried 3.2RC2 yesterday, I couldn't deploy because I was using 3.2 specific features for cmp that are not in 3.0 dtd. In addition xdoclet was generating 3.0 dtd in xml instances. So I think xdoclet should generate files with system id that refer to 3.2 dtd and jboss must also have the 3.2 dtd av

Re: Re[3]: [JBoss-user] connector deployment

2003-02-13 Thread Gejara Kumar
I have mistyped, But the same xml header is there in my service.xml -Kumar On Thu, 13 Feb 2003 Alex Loubyansky wrote : As I understand, it asks for at the beginning of the file. alex Thursday, February 13, 2003, 1:07:01 PM, you wrote: GK> Hi GK> I tried deploying my sample connector, and it

Re: [JBoss-user] Main diff between 3.0.x and 3.2

2003-02-13 Thread Meyer-Willner, Bernhard
Thanks for your info. However, I already knew this. Unfortunately we can't use this feature because our DBA dislikes it and certain triggers our app relies on don't execute if using this. Besides, I'm also interested in other major features of 3.2 being a big improvement over 3.0.x... Bernie ---

RE: [JBoss-user] Run Client Using RMI

2003-02-13 Thread Hanson, Matthew
the rmi bit was SO my bad that i'm apologizing for the original post... i had the jndi properties file in the test client dir, whereas the jboss jars were in a subdir called lib... i moved jndi.properties to dir with jnp-client.jar and everything took off... once again, sorry... the number of c

Re: [JBoss-user] jboss_3_1.dtd

2003-02-13 Thread David Jencks
So, I should update the xdoclet template that generates this, right? Do we ship an xdoclet copy with jboss? Should we? Or maybe provide one? david On 2003.02.13 00:53 Scott M Stark wrote: > The 3.2 extensions have already been placed into a jbosscmp-jdbc_3_2.dtd > > Scot

[JBoss-user] CONFIDENTIAL INFORMATION SOURCE

2003-02-13 Thread source resources
Title: S O U R C E  R E S O U R C E S     S O U R C E  R E S O U R C E S Toll Free: 800-678-8774 Fax: 800-537-3297   Order on the Web:   www.sourceresources.com     Confidential

Re: [JBoss-user] Main diff between 3.0.x and 3.2

2003-02-13 Thread Jonathan . O'Connor
Bernie, If you are using Oracle, then mark your NOT NULL fields as DEFERRABLE INITIALLY DEFERRED. Then these constraints are only checked at commit time and not at insert time. If you are using other DBs, check for something similar. Ciao, Jonathan O'Connor Development Manager XCOM Dublin Phone:

Re: [JBoss-user] RMI management agent

2003-02-13 Thread Scott M Stark
The 3.0.5 for pay docs give an example of using the RMI connector: package org.jboss.chap2.ex4; import javax.management.MBeanInfo; import javax.management.MBeanOperationInfo; import javax.management.MBeanParameterInfo; import javax.management.ObjectName; import javax.naming.InitialContext; import

Re: [JBoss-user] jboss_3_1.dtd

2003-02-13 Thread Chris Bonham
Here's the jboss.xml file: http://www.jboss.org/j2ee/dtd/jboss_3_1.dtd";> nobody Configuration Configuration Standard CMP 2.x EntityBean with cache invalidation true Configuration

Re: [JBoss-user] Is it possible to resend messages from DLQ to original destinatio n?

2003-02-13 Thread Scott M Stark
Title: Is it possible to resend messages from DLQ to original destination? If you read the DLQ messages and resend them it is. Scott StarkChief Technology OfficerJBoss Group, LLC - Original Message - From: Alexey Yudichev T

[JBoss-user] RE: JBoss-user digest, Vol 1 #3783 - 10 msgs

2003-02-13 Thread Marco Tedone
Thank you Rod, actually it worked. Do wyou know how could i download the 3.2 jboss version from the CVS repository? Marco - Original Message - Message: 9 Date: Thu, 13 Feb 2003 05:03:58 -0800 From: Rod Macpherson <[EMAIL PROTECTED]> Subject: Re: [JBoss-user] [Newbie] Oracle Datasource (M

Re: [JBoss-user] RMI management agent

2003-02-13 Thread Meyer-Willner, Bernhard
http://www.tiburon-e-systems.com/nl20030201/article.html Look there -Ursprüngliche Nachricht- Von: Jim Crossley [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 13. Februar 2003 13:48 An: [EMAIL PROTECTED] Betreff: [JBoss-user] RMI management agent According to the for-pay docs, JBoss p

Re: [JBoss-user] RMI management agent

2003-02-13 Thread Jim Crossley
Jim Crossley <[EMAIL PROTECTED]> writes: > According to the for-pay docs, JBoss provides two MBeanServer > management agents: the Sun HTML adaptor and a JBoss RMI adaptor. I > know about the HTML adaptor. How do I run the RMI version? Nevermind. I was under the mistaken impression the RMI adap

[JBoss-user] Main diff between 3.0.x and 3.2

2003-02-13 Thread Meyer-Willner, Bernhard
Hi, could anybody point out the main differences (architectural and otherwise) between JBoss releases, say the 3.0.x (3.0.5 and up) series and 3.2 ? I understand that Release 4 will be major release with big architectural advances and J2EE 1.4 support etc. etc. But what's the main diff between 3.0

Re: [JBoss-user] [Newbie] Oracle Datasource (Marco Tedone)

2003-02-13 Thread Rod Macpherson
Title: Message Marco, you said you tried to get a non-XA working and then switched to XA when that did not work, correct? If that's true and you just want to get a driver working follow the instructions in my previous post on this subject. It's really easy, trust me. Copy the oracle-service.x

[JBoss-user] RMI management agent

2003-02-13 Thread Jim Crossley
According to the for-pay docs, JBoss provides two MBeanServer management agents: the Sun HTML adaptor and a JBoss RMI adaptor. I know about the HTML adaptor. How do I run the RMI version? Thanks, Jim --- This sf.net email is sponsored by:Thi

[JBoss-user] [Newbie] Oracle Datasource

2003-02-13 Thread Marco Tedone
Title: Message >>To make your life simpler, use 3.2: the datasource dds are much simpler, and xa works ok. Do not use Oracle xa in 3.0, it basically doesn't work. >>Your previous problem was caused by not using the example from the distribution. You need to change >>jboss.security:name=JaasS

[JBoss-user] [Newbie] Oracle Datasource (Marco Tedone)

2003-02-13 Thread Marco Tedone
Title: Message Just wanted to tell that when i wrote yesterday that i solved the problem creating a new role on Tomcat it wasn't true. Since i  copied again the original workbook examples, the reference to the datasource in the ejb-jar were the same as the example, that's why the example wor

Re[3]: [JBoss-user] connector deployment

2003-02-13 Thread Alex Loubyansky
As I understand, it asks for at the beginning of the file. alex Thursday, February 13, 2003, 1:07:01 PM, you wrote: GK> Hi GK> I tried deploying my sample connector, and it got GK> deployed successfully. But it was not bonded to the GK> JNDI name. GK> To provide this I have tried preparing a

Re: Re: [JBoss-user] connector deployment

2003-02-13 Thread Gejara Kumar
Hi I tried deploying my sample connector, and it got deployed successfully. But it was not bonded to the JNDI name. To provide this I have tried preparing a service.xml and copy to /deploy directory. I was unsuccessful. I tried to find out the relevant sample for service.xml to prepare the xml f

[JBoss-user] Is it possible to resend messages from DLQ to original destination?

2003-02-13 Thread Alexey Yudichev
Title: Is it possible to resend messages from DLQ to original destination?   Is it possible to resend messages from DLQ to original destination (queue)? i.e. if a message is placed to DLQ due to some failure and I wish to manually resend it to avoid data loss.

[JBoss-user] EJB Timer Service

2003-02-13 Thread Marek Lange
Hi all, after going through the forums and the archives I am still not sure about this: is it possible to use a timer service in jboss 3.2? If yes, is it possible to define scheduled tasks similar to cronjobs in Unix? So, can I say the ejb should run at 1 am every night? Or, is there a way to