Re: [JBoss-user] unsubscribing

2002-05-23 Thread Tim Yates
> Hi, Hi, > how can I unsubscribe me from this mailing list? Follow the link at the bottom of the email: > JBoss-user mailing list > ... > https://lists.sourceforge.net/lists/listinfo/jboss-user It is at the bottom of the page that links to? I think you enter your email address, and change o

Re: [JBoss-user] Background process

2002-03-06 Thread Tim Yates
eople. This process needs to change > EJBs properties quickly and to manages modifications from > users (the virtual people have to search for guards if > a user attacks them...). > > Indeed, the thread will awake at regular intervals but > when an "user event" oc

Re: [JBoss-User] Problem with Applets and Security

2002-01-29 Thread Tim Yates
ssage - From: "Tim Yates" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 29, 2002 5:22 PM Subject: [JBoss-User] Problem with Applets and Security > Hi Everybody!! > > Hopefully this is a quick one... We are using the JBoss 2.4.3/Tomcat >

[JBoss-User] Problem with Applets and Security

2002-01-29 Thread Tim Yates
into 2.4.3? Is it fixed in a later version? Has anyone managed to get Applets to work as client apps? Hehe, I hope so, as otherwise I am going to have to serialize objects to a servlet... hee hee Hope someone can help! Thank-you very much! Tim Yates Java Developer Team Netsol Ltd

Re: [JBoss-user] Many Processes spawned by JBoss when running on Linux

2002-01-22 Thread Tim Yates
Try using the IBM Jdk... This is a known issue with Sun's 1.3 JDK Hope this helps, Tim. - Original Message - From: "Imran Bohoran" <[EMAIL PROTECTED]> To: "Jboss-User (E-mail)" <[EMAIL PROTECTED]> Sent: Tuesday, January 22, 2002 11:30 AM Subject: [JBoss-user] Many Processes spawned by

Re: [JBoss-user] JBoss CMP DataType CLOB

2002-01-16 Thread Tim Yates
We use BMP... CMP didn't work in JBoss 2.2 with Oracle BLOBs... Not sure about the latest version... http://wamoz.com/JDBC_and_Oracle_LOB.asp helps to explain the code needed in your BMP layer to read and write to BLOBs... Tim. - Original Message - From: "Thieme, Winfried" <[EMAIL PR

Re: [JBoss-user] Urgent regarding how to put external jar classes in Jboss2.4.4

2002-01-16 Thread Tim Yates
I thought putting into jboss/lib/ext  was enough...  Have you tried putting them in a dir like /jboss/myJar and then adding the jar into the classpath inside run.sh?   Hope this helps, and someone can give you a "cleaner" soloution   Tim. - Original Message - From: seshusrini

Re: [JBoss-user] Question about JBOSS/Tomcat JSP

2002-01-16 Thread Tim Yates
You have to make sure that tools.jar (from JAVA_HOME/lib) is in your classpath...   Either add it to your classpath (in run_with_tomcat), or copy it into /jboss/lib/ext   Tomcat needs this to compile the JSPs   Hope this helps!   Tim. - Original Message - From: Scott Salisbury

Re: [JBoss-user] changing port 8080 to 80

2002-01-16 Thread Tim Yates
Have a look inside jboss.jcml (it used to be in /jboss/conf/tomcat) I think the port is also defined there Hope this helps!! Tim. - Original Message - From: "Mark" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 15, 2002 10:56 PM Subject: [JBoss-user] changing port

Re: [JBoss-user] SYDNEY WE ARE ON

2002-01-15 Thread Tim Yates
Thanks Marc for making me laugh for the first time this week :-) hehehehe Tim. ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user

Re: [JBoss-user] Australia training new price

2001-12-20 Thread Tim Yates
Heheheh, I'd fly to Hungary from the UK for that :) - Original Message - From: Jozsa Kristof <[EMAIL PROTECTED]> > Any chance for a free Hungarian training in Budapest? ;) > > j/k, > Christopher > ___ JBoss-user mailing list [EMAIL PROTEC

[JBoss-user] Buy the documentation?

2001-12-04 Thread Tim Yates
The link on the documentation seems to be broke... Can you still purchase the documentation? Looking forward to Marc's book too :) ...roll on march... :) Tim Yates Java Developer Team Netsol Ltd PS: The "jboss-user shutdown" thread was very active about a month or two ago,

Re: [JBoss-user] Eternal problem : JBoss 2.4.3 and Log4J

2001-12-03 Thread Tim Yates
, it just sounded too similar, so I thought I'd stick my oar in :-) Cheers, Tim yates > > I was using jboss 2.2.1 and I didn´t have any problem with my code, but when > I installed jboss 2.4.3 I began to get the exception: NoClassDefFoundError > when I deployed beans that use

Re: [JBoss-user] problems when accessing JSP pages

2001-11-14 Thread Tim Yates
Title: problems when accessing JSP pages You need to ensure that "tools.jar" is either on the classpath, or copied into the jboss/lib directory   "tools.jar" is in the JDK distribution   Tim. - Original Message - From: Herve Tchepannou To: jboss Sent: Wednesday, No

[JBoss-user] Completely off-topic... Apologies now...

2001-10-22 Thread Tim Yates
hanks, Tim Yates PS: Sorry again for spamming the list with this sort of stuff :-( ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user

Re: [JBoss-user] Agent in jboss?

2001-10-16 Thread Tim Yates
What you want to write is an MBean (Management Bean) Have a look here http://www.jboss.org/documentation/HTML/ch13s32.html Good Luck!! Tim. - Original Message - From: jquest jquest <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 16, 2001 4:24 PM Subject: [JBoss-user

Re: [JBoss-user] RE: JNDI question

2001-09-12 Thread Tim Yates
JFYI, the error you had was because this: Hashtable props = new Hashtable(); props.put("Context.INITIAL_CONTEXT_FACTORY", "org.jnp.interfaces.NamingContextFactory"); props.put("Context.PROVIDER_URL", "tech2:1099"); props.put("java.naming.rmi.security.manager", "yes"); props.put("Context

[JBoss-user] Cannot Import Transaction exception...

2001-09-12 Thread Tim Yates
Hi there... we have been running jBoss and Oracle both on an e450 for months now, and we have had no problems with it... we now have a new couple of machines, one running Oracle, and one running jBoss (both exactly the same version), but we keep (at least once a day) getting this exception:

Re: [JBoss-user] JBoss via Applet

2001-08-10 Thread Tim Yates
Yeah sure!! Thank you so much =o) Tim. PS: I managed to get JBoss2.5alpha running with Tomcat 3.2.3 in the same VM, and the problem still persists... PPS: For anyone else following this thread behind me, if a solution is reached, I will post it here, and try to write up the documentation for

Re: [JBoss-user] JBoss via Applet

2001-08-10 Thread Tim Yates
can help (heh - again) Thanks for your continuing support!! Tim Yates. ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

Re: [JBoss-user] JBoss via Applet

2001-08-09 Thread Tim Yates
Just quickly, I do this: cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/jboss co jboss to download the latest CVS snapshot don't I? Me and CVS have a shaky relationship ;-) Cheers, Tim. - Original Message - From: Tim Yates <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]&g

Re: [JBoss-user] JBoss via Applet

2001-08-09 Thread Tim Yates
ry with one of the lastest CVS snapshot? A RMI codebase bug has > been corrected in a recent release (2.4 I think). It may solve this problem. > > Cheers, > > > > Sacha > > > > > -Message d'origine- > > De : [EMAIL PROTECTED] > > [mailto:

[JBoss-user] JBoss via Applet

2001-08-09 Thread Tim Yates
et, or a stand-alone application." We have managed successfully to get all of these apart from the applet to work... Help me jBoss user listyou're my only hope =) Oh well, back to Google for me :-) Cheers, Tim Yates ___ JBoss-user maili

Re: [JBoss-user] Problem Connecting to Oracle v8.1.7

2001-08-06 Thread Tim Yates
I don't think you want : jdbc:oracle:thin:@sameer:1521:samora","scott","tiger" try jdbc:oracle:thin:@sameer:1521:samora instead... And make sure you have classes12.zip in jboss/lib/ext Good Luck! Tim. - Original Message - From: Prashant Sarode <[EMAIL PROTECTED]> To: <[EMAIL PROTEC

Re: [JBoss-user] Design Question...

2001-07-30 Thread Tim Yates
Yeah, the reason we do it this way (and not via HTTP sessions or cookies), is that it was decided early on that it should be possible to style the site differently dependant on the device that was accessing it, and we couldn't guarantee that storing the HTTPSession, or using cookies would work on

Re: [JBoss-user] Design Question...

2001-07-30 Thread Tim Yates
Sorry, by "the site", I meant "our website" - Original Message - From: Tim Yates <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 30, 2001 4:45 PM Subject: [JBoss-user] Design Question... > When a user hits the site, they get allocated

[JBoss-user] Design Question...

2001-07-30 Thread Tim Yates
s for any input you can give :) Tim Yates ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

Re: [JBoss-user] Problem with connecting to an Oracle database

2001-07-27 Thread Tim Yates
try DataSource ds = (javax.sql.DataSource) initCtx.lookup("java:/OracleDB"); - Original Message - From: Eli Gjørven <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 23, 2001 11:00 AM Subject: [JBoss-user] Problem with connecting to an Oracle database > > There is

Re: [JBoss-user] Jive Forums speed feed-back wanted

2001-07-26 Thread Tim Yates
Netscape does have _real_ problems rendering multiple tables, and tables with many rows/columns - Original Message - From: Victor Langelo <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 26, 2001 3:49 PM Subject: Re: [JBoss-user] Jive Forums speed feed-back wanted > Marc

Re: [JBoss-user] Jive Forums speed feed-back wanted

2001-07-26 Thread Tim Yates
I have to agree with this...clicking "reply" when you are not logged in takes ages to come up with a login screen...(about 20 seconds) IE 5.5 2 meg pipe > Hello, > > One slow case: > - when: a few seconds ago > - not yet logged > - selected a message ("Will JBoss support RMI-IOOP? ") > - hit ">>

Re: [JBoss-user] Problem with connecting to an Oracle database

2001-07-26 Thread Tim Yates
have you tried: DataSource ds = (javax.sql.DataSource)initCtx.lookup("java:/OracleDB"); Tim. - Original Message - From: Eli Gjørven <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 23, 2001 11:00 AM Subject: [JBoss-user] Problem with connecting to an Oracle database > >

Re: [JBoss-user] problem with oracle Clob column.

2001-07-26 Thread Tim Yates
I know I have to do this (with JBoss 2.1...) public static OracleResultSet getOracleResultSet( ResultSet r ) { ResultSet rslt = ((org.jboss.minerva.jdbc.ResultSetInPool)r).getUnderlyingResultSet() ; return ((OracleResultSet)rslt) ; } I know that : org.jboss.minerva.jdbc.ResultSe

Re: [JBoss-user] Some problem with JBoss and Oracle

2001-07-24 Thread Tim Yates
Yeah, I had that problem :-( Change oracle.jdbc.xa.client.OracleXADataSource to org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImp l And it worked for me :-) Hope this helps...sorry I can't explain why the first method doesn't work...from the documentation, it seems like it sh

Re: [JBoss-user] BMP tools

2001-07-17 Thread Tim Yates
JBuilder Enterprise edition :-) j/k - Original Message - From: Jon Finanger <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 17, 2001 11:18 AM Subject: [JBoss-user] BMP tools > Any BMP generation tool around yet? (generating beans classes out of a sql > database) > > /Jo

Re: [JBoss-user] 2 WEEKS EVICTION NOTICE

2001-07-12 Thread Tim Yates
Mailing list for me to I'm afraid :-( Not that the forums aren't good :-) - Original Message - From: Cor Hofman <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 12, 2001 12:03 PM Subject: RE: [JBoss-user] 2 WEEKS EVICTION NOTICE > Okay, lets have a vote. > I'm in favo

Re: [JBoss-user] Suggested way of calling Session Beans from JSP

2001-06-26 Thread Tim Yates
I use an intermediate javabean... it seems to keep the jsp (which natuarlly tends towards chaos) cleaner... Tim. - Original Message - From: Devraj Mukherjee <[EMAIL PROTECTED]> To: JBoss List Serve <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, June 26, 2001 2:17 PM Subject

Re: [JBoss-user] closing PreparedStatements

2001-06-21 Thread Tim Yates
Hooray!! And I was worried that I was just being hopelessly paranoid ;-) Thanks for that :-) (I too use Oracle) Tim. - Original Message - From: Allen fogleson <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 21, 2001 3:44 PM Subject: Re: [JBoss-user] closing PreparedSta

Re: [JBoss-user] closing PreparedStatements

2001-06-21 Thread Tim Yates
Wotcha! > That's what I did. Sorry for not supplying the implementation for > that helper. 'ere it is. > > public static void close( Connection c, PreparedStatement s, ResultSet r ) > { > try { > if( c != null ){ > c.close(); > } > if( s != null ){ > s.close(); > } >

Re: [JBoss-user] closing PreparedStatements

2001-06-21 Thread Tim Yates
Hiya! Try: - Original Message - From: Nicolai P Guba <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 21, 2001 10:02 AM Subject: [JBoss-user] closing PreparedStatements > finally { > ExtendedJDBC.close( connection, prepStmt, result ); > } > } > finally { try

Re: [JBoss-user] jboss.org web site broken?

2001-06-15 Thread Tim Yates
If you saw Marc Fleury's email from yeasterday, you will see: Again for the next few days the website will be a little messy and under construction, thanks for your understanding, regards marcf They are moving the website to run on jBoss... Tim. - Original Message - From: Richard

Re: [JBoss-user] I'm I tripping? Or does JBoss 2.2.1 call ejbStore() on my ejb way too often??

2001-06-13 Thread Tim Yates
Have a look here http://developer.java.sun.com/developer/technicalArticles/ebeans/sevenrules/ especially Rule 3 :-) Tim. - Original Message - From: Georg Rehfeld <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 13, 2001 4:56 AM Subject: Re: [JBoss-user] I'm I tripping?

[JBoss-user] Lookup Datasource from Javabeans. Possible?

2001-06-07 Thread Tim Yates
Is it possible to lookup the Datasource from my JavaBeans? I use direct SQL to improve performance in several methods, and wondered if I could use the connection pool from my BMP beans... Cheers. Tim. ___ JBoss-user mailing list [EMAIL PROTECTED] ht

Re: [JBoss-user] Cannot start JBoss+Tomcat :(

2001-06-06 Thread Tim Yates
Looks ok to me... - Original Message - From: Lachezar Dobrev To: JBoss Mailing-list Sent: Wednesday, June 06, 2001 12:33 PM Subject: [JBoss-user] Cannot start JBoss+Tomcat :( Nothing between the tags :(( Am i doing something WRONG? ___

[JBoss-user] test message plaese ignore

2001-05-03 Thread Tim Yates
Just testing... Our mailserver was hacked and blacklisted. :-( Tim. ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

Re: [jBoss-User] Error when creating entity bean

2001-03-30 Thread Tim Yates
7;t get in that state... Tim. - Original Message - From: Tim Yates <[EMAIL PROTECTED]> > Occasionally, when a user is adding an item of content to the system, the > server.log file shows the following error: > > java.sql.SQLException: ORA-00600: inter

[jBoss-User] Error when creating entity bean

2001-03-30 Thread Tim Yates
Hi there!! We have an entity bean (using BMP) with several fields, including one CLOB field... Occasionally, when a user is adding an item of content to the system, the server.log file shows the following error: java.sql.SQLException: ORA-00600: internal error code, arguments: [19942], [], [],

[jBoss-User] Multi-processor machine

2001-03-28 Thread Tim Yates
Hi :-) Simple one... We have a multiprocessor machine, which we are running JBoss and Oracle 8i on. Does jBoss make use of the multiple processors? If not, is it possible to do so? Thanks in advance, Tim Yates ___ JBoss-user mailing list [EMAIL

Re: [JBoss-user] Unix version

2001-03-26 Thread Tim Yates
As JBoss is pure java, it will run "out of the box" on Unix systems so long as you have downloaded and installed the JDK 1.3 from Sun. - Original Message - From: Simphoukham, Southin <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 26, 2001 3:01 PM Subject: [JBoss-user] Uni

[jBoss-User] Row locking

2001-03-20 Thread Tim Yates
ejbs used an Oracle datasource where the table was marked readonly in the schema manager, and the EDITING beans used the normal read/write table... Comments/advice/areas for research would be GREATLY appreciated...we are hoping to up the usercount soon Thanks in advance, Tim