: 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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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/
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.
__
.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
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
#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
,
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
25 matches
Mail list logo