[JBoss-user] jboss2.2.1-tomcat3.2.1 w/ struts 1.0_b1 ... does it work

2001-04-22 Thread G.L. Grobe
Just started using JBoss and am wondering if anyone has had any success w/ getting struts to work w/ JBoss2.2.1-Tomcat3.2.1. In my J2EE app, I'm having problems with the web-app portion below. Seems it's not liking my web.xml tags and I've already pulled out tags like , now it's not liking

[JBoss-user] jboss2.2.1-tomcat3.2.1 w/ struts j2ee app

2001-04-23 Thread G.L. Grobe
Thanks for the advice of rearranging tags in the web.xml file. Couldn't find config details for an app so I'm posting again.   This worked on another server but not working on JBoss. I have struts.jar on the same level as my J2EE app's META-INF dir and have the Classpath in the MANIFEST.MF f

[JBoss-user] *.ear deployment

2001-04-27 Thread G.L. Grobe
Are *.ear files (including an EJB and WEB app) deployed in the same fashion as other web servers, or is it different w/ jboss. I looked at the tree and saw that when including tomcat, it was separated from jboss and didn't quite understand how do deploy my app w/o splitting it into the my-ejb.jar

[JBoss-user] does JBoss include a JMS provider

2001-06-23 Thread G.L. Grobe
I'm thinking about switching over to JBoss and would like to know if JBoss includes a JMS provider, and if so, what state is it in. Most servers I've been dealing with have JMS providers needing about another years worth of work to do. Fortunately my J2EE app is quite simple with the JMS as it onl

[JBoss-user] startup errors

2001-06-24 Thread G.L. Grobe
I'm moving my apps over to JBoss and have run into the following errors. There's actually many, but they're all pretty much the same.   My *.ear file which I place in the ~/jboss/deploy dir looks like this. cais-1.0.ear    |- META-INF   |- cais-1.0-client.jar   |- cais-1.0-ejb.jar   |- cais

[JBoss-user] Verifier msgs meaning

2001-06-25 Thread G.L. Grobe
What do these messages mean? AFAIK, I am giving the fully qualified name of the java classes. --- snipped from output of ./run_with_tomcat.sh -- [Verifier] Verifying file:/u/public/JBoss-2.2.2_Tomcat-3.2.2/jboss/tmp/deploy/Default/cais-1.0.ea r/ejb1003.jar [Verifier] Bean : com.ne

[JBoss-user] installing the JDBC driver

2001-06-25 Thread G.L. Grobe
I'm trying to get rid of the following error when I startup with ./run_with_tomcat.sh. [J2EE Deployer Default] couldnt add ./jdbc7.0-1.2.jar to common classpath: /u/public/JBoss-2.2.2_Tomcat-3.2.2/jboss/deploy/jdbc7.0-1.2.jar (No such file or directory) My ear file which I place in the ~/jboss/d

Re: [JBoss-user] does JBoss include a JMS provider

2001-06-25 Thread G.L. Grobe
Boss include a JMS provider > Hi! > > I just start working on the JBossMQ included within the JBoss 2.2.1 > package. This should be the JMS provider you're looking for. > > "G.L. Grobe" wrote: > > > > I'm thinking about switching over to JBoss and w

Re: [JBoss-user] does JBoss include a JMS provider

2001-06-25 Thread G.L. Grobe
.html > describes working with mdb. Watching the list, it looks like there have > been some speed and thread usage problems that are getting fixed. > > david jencks > > On 2001.06.25 21:08:20 -0400 G.L. Grobe wrote: > > Does just started mean there is currently no JMS support

Re: [JBoss-user] SwiftMQ and JBOSS

2001-06-26 Thread G.L. Grobe
I'd like to hear more about using SwiftMQ as well with JBoss. - Original Message - From: "Rajkumar Seth" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 26, 2001 4:26 AM Subject: RE: [JBoss-user] SwiftMQ and JBOSS > We tried this but the jBOSS seems to look for Queues in

[JBoss-user] meaning of verifier messages

2001-06-26 Thread G.L. Grobe
What do these messages mean? AFAIK, I am giving the fully qualified name of the java classes. My descriptor files worked in Orion, but JBoss complains of something here. Acutally, I get tons of these errors, several for each bean class I think. Here's just a few of them. TIA ... --- snipped

[JBoss-user] XML validator in JBoss?

2001-06-27 Thread G.L. Grobe
Is there some sort of XML Validator in JBoss that would tell me more about what's wrong with my ejb-jar.xml file. This file has worked in other servers and I don't see anything wrong with my ejb tags, but JBoss doesn't like something cause the [Verifier] complains and tells me to look at Cha

[JBoss-user] XML validation of ejb-jar.xml

2001-06-27 Thread G.L. Grobe
Is there some sort of XML Validator in JBoss that would tell me more about what's wrong with my ejb-jar.xml file. This file has worked in other servers and I don't see anything wrong with my ejb tags, but JBoss doesn't like something cause the [Verifier] complains and tells me to look at Chapter 1

[JBoss-user] something wrong w/ ejb-jar.xml

2001-06-28 Thread G.L. Grobe
 Is there some sort of XML Validator in JBoss that would tell me more aboutwhat's wrong with my ejb-jar.xml file. This file has worked in other serversand I don't see anything wrong with my ejb tags, but JBoss doesn't likesomething cause the [Verifier] complains and tells me to look at Chapt

[JBoss-user] ejb-jar.xml bug

2001-06-29 Thread G.L. Grobe
Is it a known fact that ejb-jar.xml cannot include newlines within the tags like:                           This is a very long line so i put it on it's own line cause it's looks cleaner                 com.same.here.because.path.structure.is.very.long.to.MyClass        

[JBoss-user] app not deploying correctly

2001-06-29 Thread G.L. Grobe
After following the directions on 'How-to package and deploy an EAR file on JBoss/Tomcat' (http://www.jboss.org/documentation/HTML/ch11.html#howtotomcat) and a few other modifications, I finally got my J2EE App deployed and loading correctly within JBoss2.2.2-Tomcat3.2.2. I'm certain my ear archiv

[JBoss-user] ejb's not deploying

2001-06-30 Thread G.L. Grobe
I put my ear file into the ~/jboss/deploy dir and it contains: xxx(xxx):/u/public/JBoss-2.2.2_Tomcat-3.2.2/jboss/deploy$ jar tvf acais-1.0.ear META-INF/ META-INF/ejb-jar.xml META-INF/MANIFEST.MF META-INF/application.xml acais-ejb.jar acais-web.war acais-client.jar --- Here is the JBoss outpu

Re: [JBoss-user] ejb's not deploying

2001-06-30 Thread G.L. Grobe
Users users - Original Message - From: "Tahir Awan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, June 30, 2001 6:15 PM Subject: Re: [JBoss-user] ejb's not deploying > Can you post your ejb-jar xml files here? &g

Re: [JBoss-user] ejb's not deploying

2001-06-30 Thread G.L. Grobe
Message - > From: "G.L. Grobe" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Saturday, June 30, 2001 6:53 PM > Subject: [JBoss-user] ejb's not deploying > > > > I put my ear file into the ~/jboss/deploy dir and it contains: > > >

Re: [JBoss-user] ejb's not deploying

2001-06-30 Thread G.L. Grobe
: Saturday, June 30, 2001 9:57 PM Subject: Re: [JBoss-user] ejb's not deploying > looked ok to me. I am sure you have gone through the ejb.jar to check if > Build bean was compiled properly and is included in the jar? btw, are you > able to deploy tomcat-test.ear? > > Ta

Re: [JBoss-user] ejb's not deploying

2001-07-01 Thread G.L. Grobe
directory anyways and the ejb.jar still includes it also. Guess I'll just delete it from the META-INF dir before the ear gets built. - Original Message - From: "danch" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, July 01, 2001 12:22 PM Subject: Re: [JB

Re: [JBoss-user] ejb's not deploying

2001-07-01 Thread G.L. Grobe
ffects" to deal with. - Original Message - From: "G.L. Grobe" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, July 01, 2001 2:19 PM Subject: Re: [JBoss-user] ejb's not deploying > I have a temporary like dir where all my files get placed. I populate

[JBoss-user] what is jboss-web.xml

2001-07-01 Thread G.L. Grobe
Why does auto deploy suggest I use the jboss-web.xml file. I don't know this file nor can I find any docs on it. I've got a session that calls an entity and they are both packaged in the same ejb.jar file and run on the same JBoss server instance. So I've used the tag inside the 's in my ejb-jar

[JBoss-user] TCP FIN scans

2001-07-01 Thread G.L. Grobe
A little off the topic, but why do I keep getting TCP FIN scans from 66.37.140.9 (jboss.org). It started about 10 days ago and hits almost every day now. Just curious. TIA ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/list

Re: [JBoss-user] what is jboss-web.xml

2001-07-01 Thread G.L. Grobe
Boss-user] what is jboss-web.xml > you have to link your ejb-refs in jboss.xml to their jndi name. (also > resource refs, etc) > > jboss-web.xml does similar things in web apps. > > - Original Message - > From: G.L. Grobe <[EMAIL PROTECTED]> > To: <[E

Re: [JBoss-user] TCP FIN scans

2001-07-01 Thread G.L. Grobe
;marc fleury" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, July 01, 2001 6:07 PM Subject: RE: [JBoss-user] TCP FIN scans > what is a TCP FIN scan? > > marcf > > > |-Original Message- > |From: [EMAIL PROTECTED] > |[mailto:[EMAIL PROTECTED]]On

[JBoss-user] ejb not bound / jboss-web.xml ?

2001-07-01 Thread G.L. Grobe
Anyone have an example config from jboss-web.xml. I have session beans that call enitity beans and have only had to put in 's in the ejb-jar.xml file and those work fine. Now I've got servlets from my web app that call sesson beans in my ejb jar and I'm not sure how to reference these. I thinks it

[JBoss-user] ejb not bound / jboss-web.xml ?

2001-07-02 Thread G.L. Grobe
Anyone have an example config from jboss-web.xml. I have session beans that call enitity beans and have only had to put in 's in the ejb-jar.xml file and those work fine. Now I've got servlets from my web app that call sesson beans in my ejb jar and I'm not sure how to reference these. I thinks it

[JBoss-user] ejb not bound

2001-07-06 Thread G.L. Grobe
I'm trying to get a servlet to make a lookup to an ejb's namespace. I'm not sure if I've got ~/WEB-INF/jboss-web.xml and ~/META-INF/jboss.xml correct. Can someone go over this config to help me get it working? Be advised, I'm not even sure if I need all the listed files and if their in the correc

[JBoss-user] ejb not bound

2001-07-06 Thread G.L. Grobe
Sorry if this is double posted, I've had mail probs lately.I'm trying to get a servlet to make a lookup to an ejb's namespace.I'm not sure if I've got ~/WEB-INF/jboss-web.xml and~/META-INF/jboss.xml correct. Can someone go over this config tohelp me get it working?Be advised, I'm not even su

[JBoss-user] test ... IGNORE

2001-07-06 Thread G.L. Grobe
testing why i can't send mail to list.

[JBoss-user] ejb not bound ... or ... jboss-web.xml probs

2001-07-06 Thread G.L. Grobe
Sorry if this is double posted, I've had mail probs lately.I'm trying to get a servlet to make a lookup to an ejb's namespace.I'm not sure if I've got ~/WEB-INF/jboss-web.xml and~/META-INF/jboss.xml correct. Can someone go over this config tohelp me get it working?Be advised, I'm not even su

[JBoss-user] servlet to ejb lookup

2001-07-07 Thread G.L. Grobe
Can someone fill me in on how to use the jboss-web.xml file, or why I'm getting this error? I'm just trying to do a lookup from a Servlet to a session bean.   [Auto deploy] Linking ejb-ref: DBaseFetch to JNDI name: null[Auto deploy] javax.naming.NamingException: ejb-ref: DBaseFetch, expected

[JBoss-user] ejb not bound error

2001-07-07 Thread G.L. Grobe
My war now loads successfully in JBoss, but when I browse the URL that includes the servlet, I get the following error:   [EmbeddedTomcatSX] javax.servlet.ServletException: ejb not bound[EmbeddedTomcatSX]  at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.j

Re: [JBoss-user] servlet to ejb lookup

2001-07-07 Thread G.L. Grobe
> > Alright, > > Try this... > > > > 1. Remove the ejb-ref from your web.xml > > Why would he need to do that? It should work with it there; in fact it > _shouldn't_ work without it there (logically, I don't know that bit of > JBoss' code) Actually, it wouldn't work until I took it out. I did

[JBoss-user] can't use java:comp/env ???

2001-07-08 Thread G.L. Grobe
I was wondering if maybe I have found my problem and wanted to verify this with someone (though I can't get it to work, I might be on the right track).   Under the section 'Standard behaviour of JBoss' on this page http://jboss.org/documentation/HTML/ch06s02.html it states that "JBoss does n

[JBoss-user] 's needed?

2001-07-08 Thread G.L. Grobe
If I put the tag in, I get errors when the war loads upon initialization of JBoss. If I leave it out, it loads successfully. But still doesn't work once I browse the servlet. I get 'ejb not bound' errors.   It's been suggested to me both ways and I just wanted to get a more concrete answer

Re: [JBoss-user] 's needed?

2001-07-08 Thread G.L. Grobe
Sent: Sunday, July 08, 2001 5:05 PM Subject: Re: [JBoss-user] 's needed? When you have ejb-ref's you will also need a jboss-web.xml (for the war file) and possibly jboss.xml if you have ejb-ref's in your bean jars.   Al   - Original Message --

[JBoss-user] validation and setErrorHandler?

2001-07-08 Thread G.L. Grobe
After seeing the jbosstest examples, I was able to get my servlet lookups to ejb's working, but with the following output. (btw - thnxs).   ... [Default] JBoss 2.2.2 Started in 0m:45s[EmbeddedTomcatSX] Warning: validation was turned on but an org.xml.sax.ErrorHandler was not[EmbeddedTomcatSX

Re: [JBoss-user] validation and setErrorHandler?

2001-07-08 Thread G.L. Grobe
n fogleson To: [EMAIL PROTECTED] Sent: Sunday, July 08, 2001 8:27 PM Subject: Re: [JBoss-user] validation and setErrorHandler? The sun DTD is very picky about order in the web.xml, check that first.   Al   - Original Message - From: G.L. Grobe

[JBoss-user] sb queues and clients

2001-07-08 Thread G.L. Grobe
Are there any examples in the JBoss CVS that show how to configure a Queue from a Session Bean (not MDB's as shown in the docs)? And if possible, a client that receives the message?   Adv(Thnxs)ance

[JBoss-user] queue configuration

2001-07-09 Thread G.L. Grobe
Are there any examples in the JBoss CVS that show how to configure a Queue from a Session Bean (not MDB's as shown in the docs)? And if possible, a client that receives the message?   Or anything that might help me configure this w/ JBoss?   Adv(Thnxs)ance

[JBoss-user] deployment configuration

2001-07-10 Thread G.L. Grobe
I've listed all my deployment descriptor files below. Any help w/ my configuration below and any other need changes would be greatly appreciated.   1. What/where should the tag be/from in the jboss-web.xml file below? 2. In the jboss.xml file, what should and be? (fyi - my war context is

[JBoss-user] help configuring jboss*.xml files

2001-07-13 Thread G.L. Grobe
This configuration is working, but I think I'm having a few side effects (workig poorly, very slow). I've had serveral suggestion but none of them have worked. Could someone please check mostly my jboss.xml and jboss-web.xml files to see if they're correct?Any help much appreciated.--- jboss

[JBoss-user] configuring jms queues

2001-07-13 Thread G.L. Grobe
I'm needing whatever configuration examples/data I can find on configuring a queue in JBoss from session beans. I've got my queues coded but am confused w/ the descriptor information.Are there any examples in the JBoss CVS that show how to configure a Queue from a Session Bean (not MDB's as

[JBoss-user] dbase is acting way too slow

2001-07-13 Thread G.L. Grobe
My DBase queries are extremely slow, but they work. I'm doing a query through *7* records in a table and it literally takes 10-20 seconds for each query.I copied the postgresql driver into ~/lib/ext dir. I also added the following to my jboss.jcml file.--- jboss.jcml (JDBC section) -

Re: [JBoss-user] dbase is acting way too slow

2001-07-14 Thread G.L. Grobe
btw - I'm using BMP, does this change anything since the docs only talk about CMP for this part of the config?   - Original Message - From: G.L. Grobe To: [EMAIL PROTECTED] Sent: Saturday, July 14, 2001 1:18 AM Subject: [JBoss-user] dbase is acting way

[JBoss-user] queue deployment

2001-07-14 Thread G.L. Grobe
Date Posted: Jul 14, 2001 11:11 PM » Reply I'm sending a message to a queue w/ the following lookup in my session bean. I havn't configured anything for the descriptors nor know what needs to be done. Any help much appreciated.--- MySess

Re: [JBoss-user] queue deployment

2001-07-15 Thread G.L. Grobe
> Sent: Sunday, July 15, 2001 2:37 AM Subject: Re: [JBoss-user] queue deployment > Lets start with the problem. > > So what _is_ the problem? > > --jason > > > On Sun, 15 Jul 2001, G.L. Grobe wrote: > > > Date Posted: Jul 14, 2001 11:11 PM » Reply > &g

Re: [JBoss-user] dbase is acting way too slow

2001-07-15 Thread G.L. Grobe
at dir. Moreover, if config changes do not appear to > be picked up, trash the jboss-auto.jcml which is really a nuciance. > I will help more if you post full DB-relevant jboss.jcml parts and relevant > parts of startup output. > Burkhard > - Original Message - > From: &

[JBoss-user] JMS queue deployment

2001-07-15 Thread G.L. Grobe
Tzuri3l Status here... Posts: 9 From: Since: Jul, 2001 Re: JMS queue deployment Posted: Jul 15, 2001 11:32 PM » Reply I think I'm getting closer, but still not there. When starting jboss, I get the following error.

Re: [JBoss-user] dbase is acting way too slow

2001-07-15 Thread G.L. Grobe
Ok, I've found a few mis-configurations problems in my jboss.jcml, but after fixing them and now that I understand it a bit more, they still don't seem to be taking. My postgresql database still works, but is very, very, very slow. --- jboss.jcml ---

Re: [JBoss-user] dbase is acting way too slow

2001-07-16 Thread G.L. Grobe
g startup: > [DefaultDS] Starting > [DefaultDS] XA Connection pool DefaultDS bound to java:/DefaultDS > [DefaultDS] Started > [PostgresqlDB] Starting > [PostgresqlDB] XA Connection pool PostgresqlDBbound to java:/PostgresqlDB > [PostgresqlDB] Started > Now you have a XA Co

Re: [JBoss-user] dbase is acting way too slow

2001-07-16 Thread G.L. Grobe
B] XA Connection pool PostgresqlDBbound to java:/PostgresqlDB > [PostgresqlDB] Started > Now you have a XA Connection pool which can be looked up which new > InitialContext.lookup(java:/PostgresqlDB). This is however not portable and > you should use jboss.xml as a server-specific deployment de

Re: [JBoss-user] dbase is acting way too slow

2001-07-16 Thread G.L. Grobe
Well, seems I've finally got the database configured correctly, at least it starts w/o any errors. But I'm still getting my same original behavior. The problem I started to try and fix. My dbase queries are extremely slow, but they work. I'm doing a query through *7* records in a table w/ only 5

Re: [JBoss-user] dbase is acting way too slow

2001-07-16 Thread G.L. Grobe
e are not particularly complex though. > > The select you describe should be around 10-20ms > or so ... > > R. > > -Original Message- > From: G.L. Grobe [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 17, 2001 11:31 AM > To: [EMAIL PROTECTED] > Subject: Re:

Re: [JBoss-user] dbase is acting way too slow

2001-07-17 Thread G.L. Grobe
ger"> > 300 > >name="Security:name=JaasSecurityManager"> > name="SecurityManagerClassName">org.jboss.security.plugins.JaasSecurityManag > er > > > .. jdbc stuff here, see above ... > >name=":service=ContainerFactory"> > tru

Re: [JBoss-user] dbase is acting way too slow

2001-07-18 Thread G.L. Grobe
I didn't know about having to do datasource's w/ app servers, but I can see how the db pooling would not have been used. Thnxs, this looks like my problem. Now I'm trying to get a proper mapping w/ a resource manager and resource reference in jboss.xml. Currently w/ this config, I get an exceptio

Re: [JBoss-user] dbase is acting way too slow

2001-07-20 Thread G.L. Grobe
Since I still don't seem to be connecting to the pool, still working on this. What should the ... of the jboss.jcml file be. I don't understand the url parts. Chptr 3 says it's the JDBC URL used to connect to the data source. When making my own connections, it used to be: "jdbc:postgresql:acais

[JBoss-user] dbase is acting way to slow

2001-07-26 Thread G.L. Grobe
Some new information.   My problem has been that my dbase queries are extremely slow, but they work. A query through 10 records in a table w/ only 5 fields (extremely simple sql stuff) takes 10-20 seconds. The lookup()'s to the datasource are also slow. Upon run_with_tomcat.sh, I see the fol

Re: [JBoss-user] dbase is acting way to slow

2001-07-26 Thread G.L. Grobe
-Message d'origine----- > De : [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]De la part de G.L. Grobe > Envoyé : vendredi, 27 juillet 2001 08:04 > À : [EMAIL PROTECTED] > Objet : [JBoss-user] dbase is acting way to slow > > > Some new information. > > My probl

[JBoss-user] problem getting correct datasource

2001-07-27 Thread G.L. Grobe
I'm hunting down a problem in my database configuration where the DefaultDS is being used and I can't get my PostgresqlDB resource to be used. Does anyone see anything wrong w/ the following config?   Here's what JBoss's output reports upon startup, 'run_with_tomcat.sh' : ---

[JBoss-user] Not setting config property?

2001-07-27 Thread G.L. Grobe
What does the following output from 'run_with_tomcat.sh' mean and how might it affect an appliation?   [MinervaDS] Not setting config property 'Driver'[MinervaDS] Not setting config property 'Password'[MinervaDS] Not setting config property 'UserName'[MinervaDS] Bound connection factory for

[JBoss-user] help w/ db resource and session bean config

2001-08-01 Thread G.L. Grobe
   Can someone look at this jboss.xml to see if it looks right. Specifically, if the session bean is mapped properly w/ the dbase resource.   Any help much appreciated. ---      jdbc/PostgresqlDB javax.sql.DataSource java:/access             

[JBoss-user] error 'xxx not bound'

2001-08-02 Thread G.L. Grobe
Looking for help w/ my configuration with the following error output as shown below.   Any help much appreciated.   --- error output from jboss -- [Default] java.lang.reflect.InvocationTargetException: [Default] javax.naming.NameNotFoundException: DBaseListMaps not bound

[JBoss-user] resource in jboss.xml

2001-08-02 Thread G.L. Grobe
Can someone look at this jboss.xml to see if it looks right. Specifically, if the session bean is mapped properly w/ the dbase resource.Any help much appreciated.---jdbc/PostgresqlDBjavax.sql.DataSourcejava:/accessDBaseListMapsejb/DBaseListMapsjdbc/PostgresqlDBjdbc/access

Re: [JBoss-user] jboss.jcml db entries

2001-08-02 Thread G.L. Grobe
lp here, sorry. > > Are you looking up java:PostgressqlDS? cmp or bmp? > > david jencks > > On 2001.08.02 21:17:24 -0400 G.L. Grobe wrote: > > Should I be able to (or should I) delete the DefaultDS from jboss.jcml > > and leave my PostgresqlDB mbean in jboss.jcml. >

[JBoss-user] error 'mybean not bound'

2001-08-03 Thread G.L. Grobe
heh, you're right, hmm ... let me try this again w/ a different subject.   - Original Message - From: marc fleury To: [EMAIL PROTECTED] Sent: Thursday, August 02, 2001 9:53 PM Subject: RE: [JBoss-user] error 'xxx not bound' this message is sure to be

[JBoss-user] jboss.jcml db entries

2001-08-03 Thread G.L. Grobe
Should I be able to (or should I) delete the DefaultDS from jboss.jcml and leave my PostgresqlDB mbean in jboss.jcml.   If I do delete DefaultDS, my access to postgresql will no longer work even though I've got an entry strictly for Postgresql (which tells me I've got something wrong in the

[JBoss-user] method warning's upon startup

2001-08-04 Thread G.L. Grobe
I'm thinking that these errors mean to look at section 9.2.7 of the EJB 2.0 specs, but nothing matched. These methods were fine till I added the class as a parameter to the methods. Is the AccountInfo class supposed to be extended w/ something extra or what am I not doing?   Any help much ap

Re: [JBoss-user] method warning's upon startup

2001-08-05 Thread G.L. Grobe
You have to implement interface 'Serializable' in your 'AccountInfo' > class. > Cheers, > Alex. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of G.L. Grobe > Sent: Sunday, August 05, 2001 2:57 AM >

[JBoss-user] method warning upon startup

2001-08-06 Thread G.L. Grobe
I'm thinking that these errors mean to look at section 9.2.7 of the EJB 2.0 specs, but nothing matched. These methods were fine till I added the class as a parameter to the methods. I also tried implementing from Serializable, but still got the same errors. So my declaration of the method ar

[JBoss-user] CommunicationException from lookup()

2001-09-20 Thread G.L. Grobe
Anyone have anyideas what causes this error. javax.naming.CommunicationException: Can't find SerialContextProvider It occurs when doing a TopicConnectionFactory lookup(). try { ctx = new InitialContext(); } catch (Exception e) { ... } try { topicConnectionFactory = (TopicConnectionFactory) ctx

[JBoss-user] client ejb binding config

2001-09-29 Thread G.L. Grobe
I'm trying to call an entity bean from a client. >From the JBoss docs, chpt. 7 ... "JBoss does not currently allow you to use the java:comp/env namespace to call your beans from your clients." So does that mean I can't use the following line from within my client, which currently runs on the sam

[JBoss-user] SpyJMSException: Cannot get a client ID

2001-12-09 Thread G.L. Grobe
I'm running 2.4.3 w/ catalina and when I start up the server, I get the following error:[Container factory] Serious error in init: org.jboss.mq.SpyJMSException: Cannot get a client IDI'm not sure what 'Cannot get a client ID' here means.The full exception is at the bottom. I beleive my deplo

[JBoss-user] what is container doing ...

2001-12-26 Thread G.L. Grobe
The problem is during an ejbFindByPriority method where I populate instance variables. The JDBC calls in this method do sql SELECT queries to get the needed values, but at the very end of the method, the fields all become 0 or null. So the client is not getting the values just queried from the dba

Re: [JBoss-user] what is container doing ...

2001-12-27 Thread G.L. Grobe
gt; > retrieve all attributes at this stage and when later ejbLoad calls are > > made the bean is loaded from the resultset. > > > > Check primary key value and also whether ejbLoad method is called in > > server log. > > > > > > "G.L. Grobe" wrote: &

[JBoss-user] container & ejbLoad()

2001-12-30 Thread G.L. Grobe
My problem is that everytime I call a getXXX() on an instance variable from my client program (I'm using bmp ejb's on server), it calls the ejbStore() rather than ejbLoad(). In my ejbLoad is where I do sql queries to update the in-memory instance vars so that they then become available to my clien

Re: [JBoss-user] container & ejbLoad()

2001-12-30 Thread G.L. Grobe
didn't think it was anything that complex where I had to do this. Once I've found my primary key, I'd just like to be able to have ejbLoad called so that I could update the in-memory instance var and get the value from my client. > On 2001.12.30 19:26:35 -0500 G.L. Grobe wrote:

[JBoss-user] correct way to use isDirty or isModified flags

2002-01-01 Thread G.L. Grobe
I'd like to know what the correct way to use some sort of isModified() method would be (not that I've found a method called isModified(), but I hear of it alot). I have a client that needs to tell an ejb (bmp) to change the value of one of it's instance variables and update it in the dbase, so I

Re: [JBoss-user] Frequent calls to ejbStore

2002-01-05 Thread G.L. Grobe
Title: RE: [JBoss-user] Frequent calls to ejbStore "... not only is ejbStore called after every method invocation, but ejbLoad is called before every invocation too! " ... didn't happen in my case.   Interesting ... I saw very much the same thing w/ the exception that every method invocation

Re: [JBoss-user] transaction calls [SPLIT FROM]Frequent calls to ejbStore

2002-01-05 Thread G.L. Grobe
Title: RE: [JBoss-user] Frequent calls to ejbStore I didn't want to hi-jack the original request for help in this thread, so I split the topics trying to be polite here.   I understand where you're coming from, but this is not the case in my web application ...   I have a multi-page form

[JBoss-user] Can't find SerialContextProvider

2002-03-14 Thread G.L. Grobe
I've seen other posts about this topic, but they all suggest adding the proper jar to the classpath. I've got a client which runs fine locally to jboss, but now that I'm testing it over on a separate machine, I get the following. I've followed as best I can to the section on 'coding and compiling

Re: [JBoss-user] Can't find SerialContextProvider

2002-03-15 Thread G.L. Grobe
r.hostname=cassiajava.rmi.server.codebase=http://cassia:8080/   I also added to my client node in the c:\WINNT\system32\drivers\etc\hosts file the ip and name of my server.   Any help/ideas appreciated.   - Original Message - From: JD Brennan To: 'G.L. Grobe'

[JBoss-user] [ERROR,ContainerFactory] ... valid types for RMI/IIOP

2002-05-17 Thread G.L. Grobe
I'm getting errors like below on all of my session and entity beans, yet, my beans still run fine and I'm seeing no problems besides this output.--- snip ---[ERROR,ContainerFactory] Bean : AccountMethod : public abstract boolean addAccount(AccountInfo) throws RemoteExceptionSection: 9.2.7War

Re: [JBoss-user] [ERROR,ContainerFactory] ... valid types for RMI/IIOP

2002-05-18 Thread G.L. Grobe
Whenever I get this error, it is because a class definition is not complete or is not visible.  Make sure AccountInfo is visible to JBoss. - Original Message - From: G.L. Grobe To: [EMAIL PROTECTED] Sent: Friday, May 17, 2002 11:39 PM Subject: [JBoss

[JBoss-user] [ERROR,ContainerFactory] ... valid types for RMI/IIOP

2002-05-20 Thread G.L. Grobe
I'm getting errors like below on all of my session and entity beans, yet, my beans still run fine and I'm seeing no problems besides this output.--- snip ---[ERROR,ContainerFactory] Bean : AccountMethod : public abstract boolean addAccount(AccountInfo) throws RemoteExceptionSection: 9.2.7War

[JBoss-user] dynamic queue's

2002-06-01 Thread G.L. Grobe
Anyone know if it's possible to create Queue's on-the-fly w/o having to administer them into the jboss.jcml files. Problem is, I won't know the queue names or how many I'll need till run-time and havn't found a way to do this yet w/o touching the jboss conf files.   Any help much appreciated

Re: [JBoss-user] dynamic queue's

2002-06-02 Thread G.L. Grobe
ble by talking with the JMS-MBeans. Check host:8082 On søn, 2002-06-02 at 00:07, G.L. Grobe wrote: > Anyone know if it's possible to create Queue's on-the-fly w/o having to administer them into the jboss.jcml files. Problem is, I won't know the queue names or how many I'll ne

[JBoss-user] DLQ not bound ?

2002-06-04 Thread G.L. Grobe
When deploying my application (in 2.4.4 w/ Tomcat 4.0.1), anyone have an idea of what the following means. This was deploying successfully. I got this after deleting example topics/queues from the jboss.jcml file like testTopic, example, bob, A, B, C ... I went over it and diff'd it from the

Re: [JBoss-user] DLQ not bound ?

2002-06-04 Thread G.L. Grobe
Ok, I did miss one called DLQ. Forget I ever posted.  - Original Message - From: G.L. Grobe To: [EMAIL PROTECTED] Sent: Tuesday, June 04, 2002 10:56 PM Subject: [JBoss-user] DLQ not bound ? When deploying my application (in 2.4.4 w/ Tomcat 4.0.1

[JBoss-user] MBeans and dynamic queues

2002-06-04 Thread G.L. Grobe
I'm creating a dynamic queue according to the docs and am not sure of several things after looking up the MBean ...   MBeanServer server = (MBeanServer)    MBeanServerFactory.findMBeanServer(null).iterator().next();   server.invoke(new ObjectName("JBossMQ", "serv

[JBoss-user] MBeans and dynamic queues

2002-06-07 Thread G.L. Grobe
    I'm creating a dynamic queue according to the docs and am not sure of several things after looking up the MBean ...   MBeanServer server = (MBeanServer)    MBeanServerFactory.findMBeanServer(null).iterator().next();   server.invoke(new ObjectName("JBossMQ", "

[JBoss-user] errors on startup ...

2002-06-07 Thread G.L. Grobe
I'm getting errors like below when starting up JBoss and loading of my J2EE app w/ all of my session and entity beans, yet, my beans still run fine and I'm seeing no problems besides this output.--- snip ---[ERROR,ContainerFactory] Bean : AccountMethod : public abstract boolean addAccount(Ac

[JBoss-user] queue help

2002-06-07 Thread G.L. Grobe
Anyone help out w/ the order of creation of a dynamic queue. What's in the docs is nothing close to what's in the JBoss src (the only examples I could find). I'm trying to create a dynamic queue locally to the server.   ...    // really don't understand the MBeans, in the src, I see an MBean

[JBoss-user] still searching ... on-the-fly destinations

2002-06-09 Thread G.L. Grobe
Does anyone happen to have or know of an example to creating a destination (topic or queue will do) on the fly as stated in http://www.jboss.org/online-manual/HTML/ch08s07.html ?   What's stated (or lack of) in the docs leaves many questions open to what I might be doing wrong and I only foun

[JBoss-user] JBossMQ Dev ...

2002-06-13 Thread G.L. Grobe
Is there a separte list, P.O.C., or anybody dealing specifically w/ JBossMQ where I can get some questions answered and discuss a few things w/ those in the know? Maybe even possibly do some work pending answers to those questions?   Any help much appreciated.

Re: [JBoss-user] JBossMQ questions

2002-06-14 Thread G.L. Grobe
> > Can someone explain this, or give an example? According to these JBoss > > docs (_http://www.jboss.org/online-manual/HTML/ch08s07.html_), it seems > > queues can be added on-the-fly, or programatically (it states) w/o > > needing to administer them. The reason I need this is I don't know the >

Re: [JBoss-user] MBean Question

2002-06-14 Thread G.L. Grobe
Be careful when reading my advice as I'm in the middle of trying to understand MBeans myself ... but from what I understand ... if you extend from the ServiceMBean class which calls the init, start, stop, and destroy ... each one of these then calls that specific subclasses initService, startServi

[JBoss-user] does this MBean make sense?

2002-06-14 Thread G.L. Grobe
I'd just like to know if I'm on the right track or not with what I'm displaying below, or see if it makes sense. I'm trying to create queues during run-time. So I do the following ...   // Get the MBean serverMBeanServer server = (MBeanServer)   MBeanServerFactory.findMBeanServer(null).itera

  1   2   >