[JBoss-user] a minor problem with DTD's

2001-07-02 Thread Timo Kauppinen
Hello! I know this isn't exactly JBoss related problem, but as I run to it when using Jboss/cocoon2 I thought that someone might now the answer on this list.. Consider this: I am using any xml-document on my app (doesn't matter what document) and my xml-document includes a DTD declaration. This

Re: [JBoss-user] Problems connection to Microsoft SQL Server 7.0SQLServerPool whe n running JBoss2.2.1-Tomcat3.2.1 integration...

2001-06-29 Thread Timo Kauppinen
Have you defined your datasource in both configurations (ie default AND tomcat)? There are two config files in jboss-tomcat -bundle. On Fri, 29 Jun 2001, Cecilie Aulesjord wrote: > Hi. > > I have installed the integrated "JBoss-2.2.1_Tomcat-3.2.1" version on > win2000 and I run Jdk1.3.0_02.

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

2001-06-29 Thread Timo Kauppinen
I maybe fooling around here, but I noticed that you have soap.jar still in Jboss' classpath.. As you run the ServiceManagerClient from the console. what is the classpath? ..or does the ServiceManagerClient throw these exceptions or JBoss/Tomcat? btw:have you tried the .war in jboss/deploy dire

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

2001-06-29 Thread Timo Kauppinen
Have you tried the soap.war package? Just put the soap.war from soap-2.2.zip/gzip into jboss' deploy directory.. and hope for the best. At least it worked for me without any diffculties and I got it up and running... haven't deployed anything or tested it properly yet, though... Timo On Fri, 2

RE: [JBoss-user] xalan 'n' stuff

2001-06-17 Thread Timo Kauppinen
he jars in WEB-INF/lib they should be picked up by that WAR > onto its classpath. > > Lewis > > -Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Timo > Kauppinen > Sent: 17 June 2001 08:09 > To: [EMAIL PROTECTED] > Subject

RE: [JBoss-user] xalan 'n' stuff

2001-06-16 Thread Timo Kauppinen
the jre/lib/ext as I use > > them > > > for all kinds of projects! > > > > > > It should have worked in the /jboss/lib/extwhat class is it > > failing to > > > find? > > > > > > Lewis > > > > > > -Original Message

RE: [JBoss-user] xalan 'n' stuff

2001-06-16 Thread Timo Kauppinen
PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Timo > Kauppinen > Sent: 15 June 2001 14:20 > To: [EMAIL PROTECTED] > Subject: RE: [JBoss-user] xalan 'n' stuff > > > Well, the error stack is this: > > >

RE: [JBoss-user] xalan 'n' stuff

2001-06-15 Thread Timo Kauppinen
class is it failing to > find? > > Lewis > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Timo > Kauppinen > Sent: 15 June 2001 13:09 > To: [EMAIL PROTECTED] > Subject: [JBoss-user] xalan 'n' stuff > > &g

[JBoss-user] xalan 'n' stuff

2001-06-15 Thread Timo Kauppinen
Hello! I know this may be a common problem (or maybe not). At least I think I have seen this thing discussed here.. but I ask it anyway: If I want to use xalan as the xsl-parser in my servlet (I'm using Jboss-2.2.2 with tomcat), where should I put the xalan.jar? Tomcat can't find the needed clas

Re: [JBoss-user] accessing MBeans

2001-06-13 Thread Timo Kauppinen
nderstood, MBean only receive messages. They cannot be accessed > directly. > Your SessionBean should just send a message to the queue to which the MBean > is registered. > The MBean doesn't have business method, Home or remote interfaces > > François > > - Original M

[JBoss-user] accessing MBeans

2001-06-13 Thread Timo Kauppinen
Hello! Is is possible to access a MBean from an EJB? I tried to use a MBean that does some I/O via a SessionBean but out came a hefty stack of exceptions (included). Is this possible or do I have to think up something else? Are EJB's and MBeanServer even in the same JVM in JBoss? Cheers. Timo

[JBoss-user] accessing mbeans

2001-06-13 Thread Timo Kauppinen
Oops.. sorry about my clumsiness. Here is the errorstack I mentioned when speaking about accessing mbeans from EJB's. [EmbeddedTomcatSX] at java.lang.Class.getMethod0(Native Method) [EmbeddedTomcatSX] at java.lang.Class.getMethod(Unknown Source) [EmbeddedTomcatSX] at org.jboss.ejb

[JBoss-user] accessing mbeans

2001-06-12 Thread Timo Kauppinen
heers! Timo Kauppinen ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

[JBoss-user] MBeans

2001-06-05 Thread Timo Kauppinen
About Mbeans: is it possible to get access to the registered MBeans from (for example) an EJB or servlet? If so, how is it done? Thanks Timo ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

[JBoss-user] Accessing MBeans

2001-06-04 Thread Timo Kauppinen
I was just wondering: how are the different MBeans accessed for example from an EJB? As I was reading through the jboss documentation, there was this example "How to Integrate Custom Services via MBeans" where a MBean was accessed via JNDI. Is this the standard way? For example if I wanted to use

Re: [JBoss-user] JMS client

2001-05-28 Thread Timo Kauppinen
..did you include jbossmq.jar to your clients classpath? On Mon, 28 May 2001, Francesco Calderini wrote: > Hello, > > I have deployed an MDB and I have written a JMS client in order to publish > messages on a topic. I have a problem in running this client since I get the > following exception

[JBoss-user] did I mess it up somehow?

2001-04-10 Thread Timo Kauppinen
Help. After doing some configuring for Oracle datasource in jboss.jcml I (after seemingly succesful server startup) tried to deploy a sessionbean that was supposed to test this DS. Instead of deploying properly (what it had done before) this bean caused this error: [Auto deploy] Auto deploy of

[JBoss-user] MDB parser error

2001-03-30 Thread Timo Kauppinen
message is referencing to and what could cause such error? Has anyone seen this problem before? I tried to see if jndiView-program can "see" the MDB and it didn't. Should it be "seen"? Cheers. Timo Kauppinen ___ JBoss-user

[JBoss-user] parser error with MessageDriven Beans

2001-03-25 Thread Timo Kauppinen
] at org.jbossmq.server.JMSServer.run(JMSServer.java:154) [JBossMQ] at java.lang.Thread.run(Unknown Source) What parser is this error meaning and what might be the reason why this error is thrown? ..and what might fix this problem? Does anyone have a clue? Cheers. Timo Kauppinen