RE: [JBoss-user] ZOAP doc dead link

2001-05-03 Thread Ken Jenks
: The sample deploys incorrectly. I can send you the bean and the >sample code to access it if you like. The bean deploys under jBoss, but you >will need to get SOAP setup under Tomcat before trying it. Contact me >directly if you like. Can you summarize or give details about how you

Re: [JBoss-user] Jboss server on Linux and jboss client on windows

2001-04-18 Thread Ken Jenks
ory.initial=org.jnp.interfaces.NamingContextFactory -Djava.naming.provider.url=localhost:1099 -classpath eb;..\..\client\jboss-client.jar;..\..\client\jbosssx-client.jar;..\..\lib\ext\ejb.jar;..\..\lib\ext\jms.jar;..\..\lib\ext\jbossmq.jar com.web_tomorrow.cd.SwingGUIApp -- Ken

Re: [JBoss-user] EJB calls Java client

2001-04-17 Thread Ken Jenks
ll, null, "beanTopic", "remove", null); } where PublishTextMessage( String java_naming_factory_initial, String java_naming_provider_url, String topicName, String textMessage, Properties beanProp) will just publish a JMS TextMessage on an appropriate

Re: [JBoss-user] InterestClient

2001-04-11 Thread Ken Jenks
ation is out of date. -- Ken Jenks, http://abiblion.com/ Tools for reading. ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

Re: SV: [JBoss-user] Gathering information on migrating from 2.0 to 2.2

2001-04-10 Thread Ken Jenks
I had to add ..\..\lib\jboss-jaas.jar; to all of my client command lines. -- Ken Jenks, http://abiblion.com/ Tools for reading. ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

[JBoss-user] Solved a Win98/jBoss 2.2/Crimson problem

2001-04-10 Thread Ken Jenks
TH%" org.jboss.Main tomcat %1 %2 %3 %4 %5 %6 %7 %8 %9 (That last part, starting with "java", is all one line, for those of you with e-mail clients that wrap long lines.) -- Ken Jenks, http://abiblion.com/ Tools for reading. ___ J

Re: [JBoss-user] RMI Call back

2001-04-10 Thread Ken Jenks
ge each time an entity bean is updated or created. The Swing application receives the JMS message and knows it's time to update its data model. -- Ken Jenks, http://abiblion.com/ Tools for reading. ___ JBoss-user mailing list [EMAIL PROTECT

Re: [JBoss-user] Re-using primary key issue

2001-04-09 Thread Ken Jenks
he "CD" CMP example from the old documentation. -- Ken Jenks, http://abiblion.com/ Tools for reading. ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

Re: [JBoss-user] Where can I find Hypersonic Database viewer?

2001-04-07 Thread Ken Jenks
Pifen Ellwood wrote: >I search the Hypersonic web site for the viewer program but can't find it. >Can anyone tell me if there is any Hypersonic DB viewer exists? Where can I >find it? One of many JDBC admin tools: http://www.trash.net/~ffischer/admin/index.html -- K

Re: [JBoss-user] modifieng the cdEJB.zip

2001-04-05 Thread Ken Jenks
At 11:51 AM 4/5/01 +0200, you wrote: >Hello! > >Maybe someone can help me! There's not much advice I can give without seeing your source code. Take those warnings seriously; they mean your code is not right and you really must fix it. -- Ken Jenks, http://abiblion.com/ Too

re: [JBoss-user] Problem about Servlet calling ejb

2001-04-03 Thread Ken Jenks
change the names like this: false Interest interest/Interest Name this file jboss.xml and put it in the same directory as ejb-jar.xml and you can call your beans anything you want. -- Ken Jenks, http://ab

Re: [JBoss-user] Problem about Servlet calling ejb

2001-04-03 Thread Ken Jenks
of the standard distribution.) If the Interest bean is deployed, you should see its name listed. Check the jBoss log and see if there's an exception during deployment. If you don't see one, you can change the logging MLET code in jboss/conf/default/jboss.conf: (See how I a

Re: [JBoss-user] Re: passing objects a parameters.................

2001-04-02 Thread Ken Jenks
Oddly enough, my problem disappeared when I ran from the command line instead of through JBuilder. JBuilder gives the ability to specify run-time parameters, and I did specify a security policy, but the error made me fall back to old-fashioned debugging techniques. -- Ken Jenks, http

[JBoss-user] Re: passing objects a parameters.................

2001-03-31 Thread Ken Jenks
tion of the bug. Any hints? I checked JNDI; the cd/CDCollection bean exits. I can run it from a servlet. How can I access an EJB from a Swing app? -- Ken Jenks, http://abiblion.com/ Tools for reading. ___ JBoss-user mailing list [EMAIL PROTECTED] http

Re: [JBoss-user] ...problems with mySQL Database

2001-03-30 Thread Ken Jenks
l/host table. Sometimes, I find that MySQL requires both a domain name and an IP address in that table, but I haven't figured out when or why. -- Ken Jenks, http://abiblion.com/ Tools for reading. ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

Re: [JBoss-user] Problem to send message with jms

2001-03-29 Thread Ken Jenks
Templ asked: >It couldn't close the queue connection. I don't know why. Is any anyone >have this problem? I had that problem on an old version of spyderMQ. My programs work fine on the jBossMQ built into the latest jBoss 2.1 Beta/Tomcat. -- Ken Jenks, http://abiblion.com

Re: [JBoss-user] How to Lookup a bean from another bean (separatejars)?

2001-03-29 Thread Ken Jenks
For an example, RTFM: http://www.jboss.org/documentation/jboss_cmp_trail_index.html -- Ken Jenks, http://abiblion.com/ Tools for reading. ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

Re: [JBoss-user] Xerces / JBoss class conflict (or: How I Nearly LostMy Mind)

2001-03-27 Thread Ken Jenks
John Plato asked: >How do I get the Xerces classes to override the corresponding xml.jar >classes? I put xerces.jar in WEB-INF/lib. Works for me, but I may be using only the subset of parser classes found in the other (two?) XML parser(s). jBoss 2.1 with embedded Tomcat. -- Ken Jenks

Re: [JBoss-user] deploying an .ear

2001-03-27 Thread Ken Jenks
r. (As far as I can see, cdClient_EAR isn't used in jBoss and can be left out.) -- Ken Jenks, http://abiblion.com/ Tools for reading. ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

RE: [JBoss-user] Advice on J2EE application delivery

2001-03-27 Thread Ken Jenks
mcat on port 8080 and let Apache run as it usually does on port 80. Have links from your static HTML code (on Apache/80) to your dynamic servlets (on Tomcat/8080). Forget the Apache/Tomcat/jBoss integration. It makes your .ear non-portable. -- Ken Jenks, http://abiblion.com/

Re: [JBoss-user] deploying an .ear

2001-03-27 Thread Ken Jenks
d in jBoss 2.1 (because everything's running in one happy JVM), and it unnecessarily duplicates the .jar file in the final .ear file. See http://java.sun.com/j2ee/tutorial/doc/WebComponents4.html#66301 -- Ken Jenks, http://abiblion.com/ Tools for reading. __

Re: [JBoss-user] Client hanging on JNDI lookup and how to change toLDAP

2001-03-26 Thread Ken Jenks
.naming.provider.url=localhost:1099 -- Ken Jenks, http://abiblion.com/ Tools for reading. ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

Re: [JBoss-user] war, ear, jar -- where does everything go?

2001-03-26 Thread Ken Jenks
pplication, >that is, where do my classes go? Take a look at the example, tomcat-test.ear, which is included in the jBoss-Tomcat distribution in the deploy directory. Use your favorite Unzip program to open the file and you can see how it's all organized. -- Ken Jenks, ht

Re: [JBoss-user] Client Example failed

2001-03-26 Thread Ken Jenks
#x27;ll post a notice in this mailing list when I'm done. -- Ken Jenks, http://abiblion.com/ Tools for reading. ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

Re: [JBoss-user] Error on create in applet

2001-03-21 Thread Ken Jenks
, because I'm not able to use all of the nifty remote object capabilities of J2EE this way, but 1.1 and the applet security sandbox are very limiting. If anybody has a working implementation of realtime applet/servlet communication where the servlet uses an EJB for its business logic, please s