Hi,
If I start my JBoss 2.4.4 i get
javax.naming.NameAlreadyBoundException; remaining name 'env'
at org.jnp.server.NamingServer.createSubcontext(NamingServer.java:451)
at
org.jnp.interfaces.NamingContext.createSubcontext(NamingContext.java:648)
at
org.jnp.interfaces.NamingContext.cre
of Tomcat 4.0.2
> -Message d'origine-
> De: Dirk Storck [mailto:[EMAIL PROTECTED]]
> Date: jeudi 23 mai 2002 01:51
> À: Jboss User (E-Mail); Tomcat User (E-Mail)
> Objet: [JBoss-user] Access InitialContext of Tomcat 4.0.2
>
>
>
> Hi,
>
> I know
Hi,
I know it doesnt belongs to this mailing list but maybe someone can help.
How can I access the InitialContext of Tomcat from whithin an external java
programm?
Many Thanks!
___
Don't miss the 2002 Sprint PCS Application Develop
Hi,
I am a litle bit new in JMS and JBoss.
I have a litle testsystem where I have a MDB wich is accessed thru a session
bean with a JMS message. That MDB sends a message to an external programm.
That external programm subscribes as durable. What do I have garanteed from
now ?
I send a message f
Hi I have the following situation.
I have a SessionBean wich sends a JMS-message to a MDB using a queue. Than
that MDB sends a JMS-message to an external programm over a topic. How must
I configure JBoss so that the message over the Topic to the external
Programmm are durable? What code must I u
HI,
I have a MDB wich used a Topic but I have to use now a Queue and there the
problem starts.
In my ejb-jar.xml I have defined ...
OrderListener
com.tecmath.cms.mt.order.OrderListenerMDBean
Container
Hi,
I try to adapt that MBean example in JBoss doc wich puts a HashMap in the
InitialContext. Now I try from another class (a struts ActionClass) to
access that HashMap the Object I get is null. Here is the code wich I use to
access that HashMap:
java.util.Properties p = System.getProperties();
Hi,
where do I find suggestions in how to model and implement inheritance
between EJB's?
Many thanks and any suggestions are welcome!
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user
Many Thanks !
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user
nd any suggestions are welcome !
___
Bitte beachten Sie unsere neue Adresse
*****
Sie unsere neue Adresse
Dirk Storck, Dipl.-Ing. (FH) t e c m a t h A G
Content Management Systems Division
Telefon 0631 303-5290 Europaallee 10, 6
-Ursprüngliche Nachricht-
Von: Dirk Storck [mailto:[EMAIL PROTECTED]]
Gesendet: Mittwoch, 27. Februar 2002 13:34
An: '[EMAIL PROTECTED]'
Betreff: AW: [JBoss-user] JBoss 2.4.4 & Tomcat 4.0.2 problem
HI,
I have tried first to deploy the manager application of tomcat 4.0
Hi,
I have downloaded JBoss 2.4.4 & Tomcat 4.0.1 and replaced Tomcat 4.0.1 with
Tomcat 4.0.2.
If I start JBoss with Tomcat I can access the JBoss example BUT I can't
access the Tomcatexamples and the Tomcatmanager.
If I start Tomcat alone I can access all examples and the manager.
What do I have
!!
___
Bitte beachten Sie unsere neue Adresse
Dirk Storck, Dipl.-Ing. (FH
Hi,
currently I have migrated form 2.2.2 to 2.4.3. I have copied my jar to the
deploy dir and the jar jar got deployed correct.
But when I want to access my Bean I get the following exception. Could
someone tell me why?
[java] 2002-02-14 16:45:44,068 [Thread-18] ERROR
(UserManagerHelper-ret
I have a bean wich processes my order. In case that the order is a
downloadable file I need to copy that file from one location to another
cause only that location can be accessed my user to download.
How can I achieve this?
Can I use the JCA for that?
Did anyone ever had the same problem and foun
I have a bean wich processes my order. In case that the order is a
downloadable file I need to copy that file from one location to another
cause only that location can be accessed my user to download.
How can I achieve this?
Can I use the JCA for that?
Did anyone ever had the same problem and fo
al/HTML/ch08s20.html
Greetings,
Ricardo Arguello
- Original Message -----
From: "Dirk Storck" <[EMAIL PROTECTED]>
To: "Jboss User (E-Mail)" <[EMAIL PROTECTED]>; "Struts User
(E-Mail)" <[EMAIL PROTECTED]>
Sent: Wednesday, February 13, 2002 8:16 A
t and stop...
as far as I understand servler context guaranty that
only one instance of the thread is used
you may also look about non HTTP servlet
which may respond to any protocol...
or even to soap clients...
> -Message d'origine-
> De: Dirk Storck [mailto:[EMAIL PROTECTED]]
&
6:36 +0100, Dirk Storck wrote:
>How can I achieve this with JBoss and Struts ? What would be the best way
to
>implement this
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user
Hi,
I want to do the following:
I have a ShoppingCart.
The users clicks on order and the items from the ShoppingCart are moved to
my OrderBean. ShoppingCart and OrderBean are EJB's.
Now it comes to the problem. The order must be proccessed in background
cause it will have a long durration.
Afte
Hi,
where and how must I configure JBoss 3.0&Jetty for using my webapplication?
Where Do I find the webapps root directory and where do I find the
configfile for adding my webappliction?
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sour
Thank you... now it works
-Ursprüngliche Nachricht-
Von: Joachim Schaaf [mailto:[EMAIL PROTECTED]]
Gesendet: Montag, 10. Dezember 2001 14:07
An: [EMAIL PROTECTED]
Betreff: Re: [JBoss-user] java.lang.NoClassDefFoundError:
sun/tools/javac/Main
Am Montag, 10. Dezember 2001 13:16 schrieben
Hi,
I have installed JBoss2.2.2&Tomcat3.2.2.
Than I have started JBoss&Tomcat.
Than I have excecuted one jsp of the example-webapp and get the following
exception:
Can someone PLEASE HELP
Error: 500
Location: /examples/jsp/dates/date.jsp
Internal Servlet Error:
javax.servlet.ServletException: su
public class ArticleBean extends ValueObjectCreatorAdapter implements
EntityBean {
public void ejbActivate() throws EJBException, RemoteException
{
super.initializeVOH();
}
}
public interface ValueObjectCreator {
public ValueObject createVO(String voID) throws VOBaseException
Hi,
I use struts from the nighly build of 04.11.200 and JBoss 2.2.2&Tomcat3.2.2.
In my WEB-INF/lib I have the following jars
struts.jar
tiles.jar
commons-beanutils.jar
commons-collections.jar
commons-digester.jar
and
ant.jar
xerces.jar
jndi.jar
jdbc2_0-stdext.jar
If I start it with that Strut
Hi,
does someone has integrated JBoss 2.x into IBM Eclipse for debugging ejbs?
Thanks !
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user
Where do I have to put the jndi.properties or what could be else the problem
for the following exception?
[Service Control] Started 47 services
[Default] JBoss 2.4.3 Started in 0m:18s
[Default] javax.naming.CommunicationException. Root exception is
[Default] java.lang.ClassNotFoundException:
com
Hi,
has someone successfully integrated JBoss into Eclipse for debugging EJB's
Thanks!
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user
Hi,
I have JBoss2.2.2&Tomcat3.2.3 running inside Visual Age 3.5. Every thing is
realy working fine. Now I tried that JAAS-example form
http://www.javaworld.com/javaworld/jw-08-2001/jw-0831-jaas_p.html.
I have build those 2 tutorial.ear's. If I run JBoss2.2.2&Tomcat3.2.3
outside Visual Age as stan
Hi,
can I use the jboss-web.xml with JBoss 2.2.2 or only with JBoss 2.4 and
higher ?
Thanks!
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user
Hi,
I am running JBoss 2.2.2 inside Visual Age 3.5 Patch2. Cause jdk1.2 does not
has import java.util.Timer I have an error inside TimedCachePolicy. I read
that I can switch off TimedCachPolicy witch JaasSecurityManagerService uses
but i DONT KNOW HOW.
Can someone help me`?
Every comment is welc
Hi,
I try to use the JBossSX with the following clientcode:
if (args.length != 2)
throw new IllegalArgumentException("Usage: username password example");
String name = args[0];
char[] password = args[1].toCharArray();
System.out.println("+++ Running with
Hi,
does an example exists wich uses jsp's for frontend and secure ejb's ?
Many thanks!
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user
Hi,
has someone ever used the JDBCAppender with JBoss 2.2.2?
Thanks!
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user
Hi,
how can I use Log4J within JBoss?
how must I configure it?
Any examples?
many thanks!
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user
Hi,
I am a very beginner to Log4J and I would like to know how to use it in best
way within JBoss?
Any comments are welcome!
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user
Hi,
how can I use the DefaultDS within a client. I would like to implement the
Fast-Lane-Reader-Pattern and for that I need connection to my Database.
Many Thanks!
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/list
Hi,
where must I put the jndi.properties-file so that my Servlet/my java-class
can find it?
Many Thanks!
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user
Hi,
how can I tell JBoss that he has although to watch other directories so I
can seperate the META-INF dir in the /deploy and the source-code in another
directory???
PLEASE HELP!!!
Many thanks
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://
Hi,
is it possible that JBoss "loads" the classes from my ejbs from another
directory than /deploy? So I would have the xml-files in the /deploy and the
source-code in another directory?
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sour
Hi,
normaly I use struts from my formular-jsp pages, but I think for only
representing the data of a EJB it would be overkill to use Struts-Action and
Struts-FormBeans.
Does someone know a good solution for me.Maybe a design-pattern wich
describes a common way? I thought about using a normal Java
Hi,
could someone tell me what could be the problem that JBoss hangs up in line
[DefaultDS] XA Connection pool DefaultDS bound to java:/DefaultDS?
I run JBoss in Visual Age 3.5. It all have worked REALY fine and I dont know
that I have changed anything within VA.
DefaultDS uses MySql.
PLEASE HEL
I have a problem.
How can I achieve that JBoss uses a database like MySql as
user/role-management?
How can I achieve that Tomcat uses a database like MySql as
user/role-management?
How do I achieve that both work togehter?
Thanks!
winmail.dat
Description: application/ms-tnef
I have a problem.
How can I achieve that JBoss uses a database like MySql as
user/role-management?
How can I achieve that Tomcat uses a database like MySql as
user/role-management?
How do I achieve that both work togehter?
Thanks!
winmail.dat
Description: application/ms-tnef
Hi,
I am using an JBoss-add-on for Visual Age 3.5 to develop and debug EJB and
JSP. Everything works fine, but if I try to change from IBM XML Parser to
Xerces/Xalan and I start JBoss it hangs up and the line "[DefaultDS]
Starting". In VA are no errors reported in my Xercers, Xalan or
JBoss-Proje
] Relationships with JBoss 2.2.2 (EJB 1.1)
Another option is use something like Castor (which is open source) to manage
all
your persistence; there's a Castor integration module in the 3rd party
section on the
JBoss site.
hth
Owen
On 28 Sep 2001 at 13:20, storck wrote:
> Does some opensourc
)
There is a package called persistancemanager from MVCSoft.
you should maybe look into it...
www.mvcsoft.com
hope it helps
-r
-Original Message-
From: storck [mailto:[EMAIL PROTECTED]]
Sent: 28. september 2001 09:12
To: [EMAIL PROTECTED]
Subject: [JBoss-user] Relationships with JBoss 2.2.2
Hi,
does someone managed to debug EJB's and JSP's within Kawa using
JBoss&Tomcat?
Thanks!
winmail.dat
Description: application/ms-tnef
Hi,
how do I manage 1:1, 1:n and n:m relationships with EJB 1.1 ?
Does a common manager exists or ready solution?
Thanks
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user
CAN I "hack" JBoss 2.2.2 so that is can embedded use Tomcat 4.0 ?
Does Tomcat 4.0 need JDK1.3?
THANKS!
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user
Hi,
I have to use Xerces/Xalan but home do I have to configure JBoss so that I
can use it with Xerces/Xalan ?
Thanks!
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user
Hi,
1. in
jboss.properties add
org.gjt.mm.mysql.Driver
in the line jdbc.drivers
2. in
jboss.jcml after where DefaultDS is defined add
org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImpl
MySqlPool
jdbc:mysql://host:port/db
user
password
10
Hi,
i am using JBoss 2.2.2 with embedded tomcat. I would like to change the used
java compiler from sun against another compile. But if I start JBoss it
complains that he cant find that class of that compiler.
Thank
___
JBoss-user mailing list
[
Hi,
does someone has successfully deployed the Pet Store 1.1.2 Demo from sun?
Could maybe someone send me his ejb-jar.xml, jboss.xml and jaws.xml?
Maybe ejb-jar.xml in one file, jboss.xml in one file and jaws.xml in one
file to for all beans?
Thanks
to: [EMAIL PROTECTED]
__
Hi,
does someone ever integrated JBoss 2.2.2 succesfully in any development-ide
like JBuilder oder Visual Age 4 Java ? I have tried it with Visual Age 4
Java 3.5 but without luck. The startup ran till a certain point and than
stoped without an error.
Thanks
I have done everything ( I think...) like explained it
http://www.jboss.org/forums/thread.jsp?forum=33&thread=356 but if I start
JBoss it runs till the <*>
jboss.home = D:/Programme/Entwicklung/IBM/VisualAge for
Java/ide/project_resources/jBoss
Using JAAS LoginConfig: file:/D:/Programme/Entwicklu
Hi,
the only thing I have done till now is to deploy the InterestBean from the
demos of JBoss. The deploying seem to work cause JBoss wrote that it is
deploying interest.jar
Now I have tried to access that bean with the following client. The
JNDI -Name of my bean is Interest
public static void m
Hi,
I am trying to integrate JBoss into Visual Age 4 Java. I have used that
JBoss 2.0 Plugin from http://www.ibldesign.com/lorin/
I have copied my jar into /deploy but without any response. If I
copy the same jar into JBoss 2.2.2 standalone I get a deployingmessage.
Does someone successfully in
59 matches
Mail list logo