RE: [JBoss-user] [Frequently Asked Questions (FAQ)] - Migration T ool Fr om ATG Dynamo to JBOSS

2004-03-02 Thread Nick Faiz
Raj, I'm not using JBoss heavily right now. I've used ATG on a previous project - they do have proprietary taglib equivalents of the earlier JHTML. You'll probably just have to port everything across. I'd suggest asking at an ATG oriented site - there are quite few. Nick

[JBoss-user] customizing JBoss config. and footprint (newbie question)

2004-02-17 Thread Nick Faiz
Hi, Can someone point me to a starting place for learning about how to configure JBoss modules? As I understand it, I can strip out whatever functionality I don't want within the JBoss server; for example, I may want JMS without a Servlet Container? Regards, Nick Faiz B2B Developer

RE: [JBoss-user] [PATCH] java.util.Date CMP mapping for Sybase

2004-02-05 Thread Nick Lothian
that things don't get overlooked? Heiko Sure thing. Do I still need to do this? It looks like this patch didn't get applied. Nick --- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development

[JBoss-user] [PATCH] java.util.Date CMP mapping for Sybase

2004-02-03 Thread Nick Lothian
? It would be good to have this applied to the 3.2.x stream as well as the 4.0.x stream, but I'm not familiar enough with the JBoss CVS usage to figure out how to do that. Regards Nick Lothian standardjbosscmp-jdbc.xml.patch Description: Binary data

RE: [Fwd: [JBoss-user] Beginner's question]

2003-12-16 Thread Nick Lothian
I'm a Java programmer that's new to JBoss, J2EE and EJBs and I'm still trying in occasional spare moments to get this beginner's hello world tutorial working: http://www.mastertech.net/spumer/Jboss%203%20step-by-step.pdf I've installed JBoss 3.0 on my W98 machine, and I've got the server

Re: [JBoss-user] JBossManagedConnectionPool - How Many ConnectionsIn Pool ?

2003-04-02 Thread nick
for your datasource name - click the third link containing the name, then look for the above attributes. regards, Nick Which attribute should be viewed in the JMX console to determine how many database connections are currently being held by a given connection pool ? Is this possible ? Thanks

[JBoss-user] war and ear deployment with jboss3.2rc4

2003-03-28 Thread Nick Betteridge
correctly deployed, then I discover that the war is copied to the tmp/deploy/server/default/deploy/mywar.war/26.mywar.war - it's unexploded and if I try to browse to the index.htm then I get a MAPPING error. Apologies for this lowest of problems - it has to be a simple problem? Nick

Re: [JBoss-user] Server Crashing IBM1.4

2003-03-26 Thread nick
any of this sound familiar? regards, Nick Felipe Oliveira wrote: Hi guys, My JBoss/Jetty server has been crashing quiet often, at least once a week. I am running it under Redhat 7.3, and my jvm is IBM1.4. There's no messages on the JBoss logs netheir on the OS logs. I don't see any core dumps

Re: [JBoss-user] snmp crashing jboss and jvm

2003-03-16 Thread nick
the problem in our test environment and go from there. Stephen Davidson wrote: Hi Nick. Just a suggestion for a starting point, but maybe turn on debugging in JBoss? Set to maximum. I believe that there is a log4j.xml file kicking around where you can set this. With a little luck, you may get

[JBoss-user] snmp crashing jboss and jvm

2003-03-12 Thread nick
gratefully accepted. regards, Nick Unexpected Signal : 11 occurred at PC=0x402A3E20 Function=get_start_state__10ciTypeFlow+0x148 Library=/usr/java/j2sdk1.4.1_01/jre/lib/i386/server/libjvm.so Current Java thread: Dynamic libraries: 08048000-0804e000 r-xp 08:05 1498930/usr/java

[JBoss-user] log4j stopped

2003-03-12 Thread nick
. Anybody had a similar experience? cheers and regards, Nick --- This SF.net email is sponsored by:Crypto Challenge is now open! Get cracking and register here for some mind boggling fun and the chance of winning an Apple iPod: http

[JBoss-user] RE:log4j stopped

2003-03-12 Thread nick
Please ignore my last post concerning log4j - the problem was with my log4j.xml settings. Seems like if log4j.xml is not parsed successfully everything gets logged to boot.log including all DEBUG messages. regards, Nick --- This SF.net

[JBoss-user] cluster session-timeout

2003-02-27 Thread Nick Mills
run the javagroups McastTestReceiver and McastTestSender fine on all 4 nodes (and client servers). regards, Nick /** * TestSFSB.java * * * Created: Wed Jan 22 21:27:12 2003 * * @author * @version */ import java.rmi.RemoteException; import java.util.*; import javax.ejb.EJBException; import

[JBoss-user] multiple instances of same node machine in cluster

2003-02-18 Thread Nick Mills
j2sdk1.4.1_01. thanks for any info. cheers Nick --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___ JBoss-user mailing list [EMAIL PROTECTED] https

Re: [JBoss-user] multiple instances of same node machine in cluster

2003-02-18 Thread Nick Mills
$JBOSS_CLASSPATH \ org.jboss.Main $@ /dev/null $jboss_stdout 21 echo $! /usr/local/nick/run/jboss-3.0.6.pid furthermore, pstree only shows one java process group. $ pstree -l init-+-bdflush |-crond |-java---java---162*[java] |-jserver |-keventd |-3

[JBoss-user] RE: [JBoss-user] SFSB: failed to recover session

2003-01-27 Thread Nick Mills
To: [EMAIL PROTECTED] Subject: [JBoss-user] RE: [JBoss-user] RE: [JBoss-user] SFSB: failed to recover session Hello Nick, In response have a couple more questions. From what you said it appears that I need to restart my server every time the HASession times out - 

[JBoss-user] RE: [JBoss-user] SFSB: failed to recover session

2003-01-27 Thread Nick Mills
-Message d'origine- De?: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]De la part de Nick Mills Envoye?: lundi, 27 janvier 2003 11:54 A?: [EMAIL PROTECTED] Objet?: [JBoss-user] RE: [JBoss-user] SFSB: failed to recover session Hello Sacha, My

[JBoss-user] connecting to jboss-2.4.4 from jboss-3.0.6

2003-01-27 Thread Nick Mills
accessing the EJB in jboss 2.4.4 directly using a test console client and discovered it works with the older jboss-client.jar at the beginning of my classpath: CLASSPATH=/home/work/nick/JBoss-2.4.4/client/jboss-client.jar:\ /home/nick/JBoss-2.4.4/client/jnp-client.jar:\ /home/nick/jboss-3.0.6

[JBoss-user] RE: [JBoss-user] SFSB: failed to recover session

2003-01-26 Thread Nick Mills
ose (value in miliseconds, defaults to 30 minutes) BTW, try to use 3.0.6, some nice SFSB bug fixes and improvements have been added since 3.0.4. Cheers, sacha -Message d'origine- De?: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]De la part de Nic

RE: [JBoss-user] Why PHP why not JSP?

2003-01-09 Thread Nick Mills
Maybe on the face of it. But I believe you can access java classes from PHP and certainly Cold Fusion is on the java bandwagon. Never used PHP or Cold Fusion in a production environment but have heard they are both easier to use than JSP for simple projects. -Original Message- From:

[JBoss-user] jboss 3.2 roadmap

2002-12-23 Thread Nick Mills
heard such problems were fixed with jboss 3.2 so I tried it and sure enough no db connection problem. Looking at sourceforge there is 3.2beta3 just released. As I would rather not deploy a beta version, would really like to know the estimated release date for jboss 3.2. Thanks and regards Nick Mills

[JBoss-user] NNTP access

2002-06-06 Thread Nick Pierpoint
Hello all, Does anyone have any information regarding when/if NNTP access will return for the JBoss newsgroups? I find this list just too high volume for my poor email client to handle :-) -- nickp ___ Don't miss the 2002 Sprint

Re: [JBoss-user] NNTP access

2002-06-06 Thread Nick Pierpoint
thing. Am I wrong? Thanks, David -- Nick Pierpoint wrote: Hello all, Does anyone have any information regarding when/if NNTP access will return for the JBoss newsgroups? I find this list just too high volume for my poor email client to handle :-) -- nickp

[JBoss-user] Distributing LOG4J with an application

2002-06-04 Thread Nick Pierpoint
misunderstood how Class loading works in JBoss? Can I still bundle Log4J with my Application, or do I have to create a 'special' to for JBoss - please tell me I don't have to do that :-) ?? Thanks very much, -- nick ___ Don't miss the 2002

RE: [JBoss-user] 2.4.0 to 2.4.3 (and 2.4.1a)

2001-10-12 Thread Nick Taylor
). Can anyone enlighton me on any configuration changes made from 2.4.0 that could cause this? Cheers Nick -Original Message- From: Bill Burke [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 11, 2001 5:56 PM To: Nick Taylor; Jboss-User@Lists. Sourceforge. Net Subject: RE: [JBoss

[JBoss-user] 2.4.0 to 2.4.3

2001-10-11 Thread Nick Taylor
with 2.4.0 but in 2.4.3 userBean is null...have i missed something in the pipe??? Yours stumped! Nick ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user

[JBoss-user] JBoss interoperability

2001-09-20 Thread Nick Taylor
) be invoked from another bean client running in another vendors container such as weblogic or websphere? Has anyone had any experiance of interoperability between different vendors containers? Cheers Nick ___ JBoss-user mailing list [EMAIL PROTECTED] https

RE: [JBoss-user] JBoss training: a must!

2001-09-19 Thread Nick Taylor
I second that. It was exceptional. Thanks for saving me a lot of typing Sacha! Go get yourselves some fear and loathing... -Original Message- From: Sacha Labourey [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 19, 2001 12:24 PM To: jBoss-User Mailing List; Jboss-Dev Subject:

[JBoss-user] Session bean removal

2001-08-07 Thread Nick Taylor
by the container. Is this the correct behaviour or should the container call ejbRemove prior to removing it? Cheers Nick ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

[JBoss-user] finder stress

2001-07-12 Thread Nick Taylor
\994934579190.ser (The system cannot find the file specified) Its like the session bean handle my client is using is invalidated by the finder exception!!!. Anyone have any ideas about this one...or rather where I could be screwing things up? Cheers Nick

RE: [JBoss-user] Jboss Security Tutorial

2001-07-12 Thread Nick Taylor
: Re: [JBoss-user] Jboss Security Tutorial NT == Nick Taylor [EMAIL PROTECTED] writes: NT looks like your client is failing to find NT %JBOSS_HOME%\client\auth.conf which is the client login config NT file. i thought the tutorial examples set this but you could try NT passing the client

RE: [JBoss-user] finder stress

2001-07-12 Thread Nick Taylor
??) Burkhard - Original Message - From: Nick Taylor [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, July 12, 2001 1:28 PM Subject: [JBoss-user] finder stress I am seeing some strange behaviour to do with my finder methods: when the finder methods of my entity beans are able

[JBoss-user] ClientLoginModule question

2001-07-11 Thread Nick Taylor
Is there a way to tell a client to use the org.jboss.security.ClientLoginModule without having to specify it in a client auth.conf? Cheers Nick ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

RE: [JBoss-user] Error fetchning session bean

2001-07-05 Thread Nick Taylor
-Original Message- From: Nicolai P Guba [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 04, 2001 5:33 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Error fetchning session bean NT == Nick Taylor [EMAIL PROTECTED] writes: Hmmm, I got this error. The bean verifies

RE: [JBoss-user] Error fetchning session bean

2001-07-04 Thread Nick Taylor
-Original Message- From: Nicolai P Guba [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 04, 2001 4:39 PM To: [EMAIL PROTECTED] Subject: [JBoss-user] Error fetchning session bean Hmmm, I got this error. The bean verifies and is deployed. Could somebody please shed some

RE: [JBoss-user] JBoss/Tomcat and Apache Soap setup

2001-06-29 Thread Nick Taylor
). this is second scraping i know but the subtlties of jboss/tomcat deployment is the key thing here. nick -Original Message- From: Timo Kauppinen [mailto:[EMAIL PROTECTED]] Sent: Friday, June 29, 2001 10:42 AM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] JBoss/Tomcat and Apache Soap setup

RE: [JBoss-user] JBoss/Tomcat and Apache Soap setup

2001-06-29 Thread Nick Taylor
so what i don't understand is why jboss needs to know any thing about soap.jar...or are you using soap within your ejb's? xml.jar contains sun's old parser now well superceded by xerces...it shouldn't cause any side effects. nick Nick, I tried that and ammended my classpath in JBoss to: set

RE: [JBoss-user] JAAS problem

2001-06-25 Thread Nick Taylor
- From: Nick Taylor [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, June 21, 2001 4:48 AM Subject: RE: [JBoss-user] JAAS problem Scott, Apologies for confusing you by mixing up my wars and ears (a long day had my brain at meltdown)...what I meant to say (of course

[JBoss-user] tomcat and jboss and JAAS

2001-06-24 Thread Nick Heitz
I've downloaded the default install for the JBoss-Tomcat collaboration, but the JAAS that is shipped with Jboss doesn't seem to perform authentication the way it's supposed to. The tomcat example war file secures a few pages, but JBoss throws a JNDI error: env not bound error which suggests to

RE: [JBoss-user] JAAS problem

2001-06-21 Thread Nick Taylor
to be packed in an ear? Here is an execution snippet: [EmbeddedTomcatSX] TRACE KnowledgeBaseAdapter: entering login: orgname = Sti lo, username = nick User 'nick' authenticated. [EmbeddedTomcatSX] TRACE KnowledgeBaseAdapter: Subject: Principal: nick Principal: Roles Principal

[JBoss-user] JAAS problem

2001-06-20 Thread Nick Taylor
: a SOAP client sends a username-password to the RPCRouter (Apache SOAP) servlet hosted by Tomcat which then instantiates an adapter that does the authentication and session management stuff. The adapter successfully authenticates the username-password using JAAS (I see a User 'nick' authenticated. message

RE: [JBoss-user] JAAS problem

2001-06-20 Thread Nick Taylor
/jndi-name /ejb-ref ejb-ref ejb-ref-nameKnowledgeBaseMgr/ejb-ref-name jndi-namecom/stilo/mandrake/beans/kb/KnowledgeBaseMgr/jndi-name /ejb-ref /jboss-web - Original Message - From: Nick Taylor [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 20

[JBoss-user] Problems with struts

2001-06-20 Thread Nick Heitz
mappings in a joint jboss-tomcat installation. I'm a bit stumped...any ideas? Nick Heitz

[JBoss-user] EJB and JBoss security

2001-06-18 Thread Nick Taylor
to be the case: isCallerInRole always returns false and getCallerPrincipal throws a java.lang.IllegalStateException: No security context set Could anyone give me some info on how to set up a security context as my take on it appears to be way out! Cheers Nick

[JBoss-user] petstore problem!

2001-04-27 Thread Nick Buus
I get the following error when trying to build the jboss petstore example: executing target:ear deleting: d:\jps1\src\petstore\build\petstore.ear(error) (exec) Assemble Application {../../components/shoppingcart/build/shoppingcartEjb.jar=,

[JBoss-user] petstore build problem!

2001-04-27 Thread Nick Buus
I get the following error when trying to build the jboss petstore example: executing target:ear deleting: d:\jps1\src\petstore\build\petstore.ear(error) (exec) Assemble Application {../../components/shoppingcart/build/shoppingcartEjb.jar=,