Hi,
I've posed questions related to this subject before
but i still have the problem. When i rebuild the petstore 1.1.2 i get the
following error:
[error] No local string for
enterprise.deployment.application.description
I think it has something to do with the build.xml
or the estore_ejb.x
Howdy yall,
First off, I'm using the binary distro of Jboss-2.2.1 with Tomcat 3.2.1
I am trying to make a timed service that starts up automatically when I
deploy my ear file to jboss.
I am hoping to be able the put the times service in the ear file, and just
drop it in the deploy directory and
hello
i packaged my beans in edays.ejbs packet. my application is deployed
successfully. but when i import <%@ page import="edays.ejbs.*" %> in my jsp
i get
Error: 500
internal servlet error
org.apache.jasper.JasperException: Unable to compile class for
JSPC:\JBoss-2.2.1_Tomcat-3
Hi,
I have solve my problem from 'Update from JBoss2.0-Final to 2.2.1 find not
my datasource'.
On the client site, i set the system properties like that:
System.setProperty("java.naming.factory.initial","org.jnp.interfaces.NamingC
ontextFactory");
System.setProperty("java.naming.provider.ur
HI all,
I am using JBoss2.2 with embeded tomcat3.2.1. I managed to deploy my EJBs to
JBoss server. I am importing my EJB classes in my JSPs which are deployed in
the embedded Tomcat. I have a bunch of them...so can't be bothered to add
all of them to the system classpath. So..How to Add my depl
You're going to have to give us a little more information than "syntax
error". Show us the output when you start up JBoss.
- Original Message -
From: "Pradeep Prasad" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, May 28, 2001 11:33 PM
Subject: [JBoss-user] JBOSS SERVER STARTS
Why did you post this message twice?
The connection pooling library has been integrated into the JBoss build
tree. See component JBossPool. It has the same licensing as the rest of
JBoss - LGPL. Read the documentation - I found this info in
docs\index.html.
- Original Message -
From:
put the properties file in the conf/default directory...
If ur properties file name is xxx_en_US.properties
then
Locale lc = new Locale("en", "US");
ResourceBundle yourBundle = ResourceBundle.getBundle("xxx", lc);
btw,
I'm exploring the I18N for web application as well, mail me directly if
cross platform server side imaging libraries eteks.. pjatools. no url sorry
=)
-Original Message-
From: Gabriel Ciuloaica [mailto:[EMAIL PROTECTED]]
Sent: Monday, 28 May 2001 7:39 PM
To: [EMAIL PROTECTED]
Subject: Re: [JBoss-user] Server-Side imaging
to run code that involve graphical o
On Tue, May 29, 2001 at 04:21:55AM +0100, [EMAIL PROTECTED] wrote:
> Hi All,
> What is the license aggreement for Minerva. Is it GPL or LGPL? I am
>planning to use in the form of
> binary that apis only, Minerva Generic Pool Library for own commercial products.
>
> Please make clear t
http://www.eteks.com has a toolkit that allows you to do 2D graphics without
X. This is a pure Java solution, and doesn't use the virtual frame buffer
solution. Because it is pure Java, it is about 5-10 times slower than if
you had a graphics system to use. But if you don't (we are that boat wi
Hi ,
I have started using JBOSS for EJB.
When I trying to start server by executing run.bat
file ,it does start but it gives syntax error twice
before giving various pages of output.
Can anybody let me know why is that happening.
Is there some problem with paths. I am using window
98.
Pls help
Hi All,
What is the license aggreement for Minerva. Is it GPL or LGPL? I am planning
to use in the form of
binary that apis only, Minerva Generic Pool Library for own commercial products.
Please make clear to me whether it is free or not and also send to me Licensing Terms
and Condit
Hi All,
What is the license aggreement for Minerva. Is it GPL or LGPL? I am planning
to use in the form of
binary that apis only, Minerva Generic Pool Library for own commercial products.
Please make clear to me whether it is free or not and also send to me Licensing Terms
and Condit
http://www.caucho.com/articles/benchmark.xtp
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of kevin1
> Sent: Monday, May 28, 2001 5:02 PM
> To: [EMAIL PROTECTED]
> Subject: [JBoss-user] Highest performance open source servlet engine
>
>
>
> We're
I just looked through the archives and couldn't find any emails that
described how to setup jboss so you can work out of a directory without
having to jar everything thing up. I seem to remeber awhile back some
describing how to do this. I would like to use jboss-jetty and work from an
expanded
I am having a problem with installation (incredibly) I am using jboss 2.2.1 with
Tomcat and I get this when I run /bin/sh run.sh
Exception in thread "main" [Default]
javax.xml.parsers.FactoryConfigurationError:
org.apache.crimson.jaxp.DocumentBuilderFactoryImpl
[Default] at
javax.xml.pars
Hi everyone,
My stateless session bean ignores the UserTransaction.rollback(). For each
SQL statement within the UserTransaction.begin() and
UserTransaction.commit()/rollback(), the bean commits each SQL statement
immediately (UserTransaction.rollback() at the end has no effect!) I am
using
Hi,
I have a stateless session bean that parses an XML document. I am using the
Oracle Java XDK for processing XML. I have read that XML parsing in
bytecode is slow, and that you need to let the JIT compile it to native for
the performance to be acceptable. This agrees with our testing... we m
Hi,
I don't know which is the fastet of all
the servlet engines out there...but if
performance is a major concern and the
choise is between Jetty and Tomcat, I
would definely recomend you try Jetty,
as it seems to be the fastest of the
two...
^torsten
> -Original Message-
> From: [
We're about to embark on a ultra-high traffic site. I want to use
JBoss/Tomcat or JBboss/Jetty. The main concern however is performance. What is
the highest performance open source servlet container?
___
JBoss-user mailing list
[EMAIL PROTECTED]
htt
Hi Hunter...
We have jBoss 2.2.1 running on Debian/Linux and we have developed scripts
to load test it. We only talk to Tomcat and the servlets talk to enterprise
beans.
I really idn't understand that part of the manual at all. I'm not sur what
they meant by users and I don't understadn the d
Hi,
I am trying to use CMP with Hypersonic(JBoss 2.2.1 with Tomcat 3.2.1).
It seems that after doing eg. empHome.create(1, "test"); the data is stored
in cache and it is not commited to the database.
When I query the database with an external tool I cannot see the newly
entered row but via a cli
Sorry for bothering you by repetitive question but I still can't resolve a
very simple problem:
I am going to make localization. Where should PagerServlet.properties be
situated? Documentation says "put it into classpath directory". Tomcat's
example contains *.properties in WEB-INF/classes, and s
Hi again Marcel,
now being able to look at your code I can add some comments:
>...
>ResultSet resultSet = null;
>
>try{
>String insertStatement =
>m"INSERT INTO formulier (invoerdatumtijd, voorletters, " +
>"tussenvoegsel, naam, adres, postcode, woonplaats, "
The manual states that a Linux box running JBoss dies after about 200 users
and implies this is because of the threading model on Linux.
Is this really true? Anyone deployed a Linux configuration with more than
200 simultaneous users?
Hunter
___
JBos
I can't speak to the rest of your problem but we run Xvfb on our servers to
provide the image context...
JDK1.4 supports headless AWT that will remove this restriction.
Hunter
> From: Ronald Brindl <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> Date: Mon, 28 May 2001 10:40:06 +0200
> To: "
Hello:
I have an application that is successfully deployed under JBoss. I am
trying for it to invoke remote methods on a RMI Server. When I pass
primitive parameters to the method, things work fine, when the method
takes not primitive parameters (they are serializable) I get the
following except
A day or so ago, someone posted a question about how
you could get the classes that are in EJB jars to be visible within
tomcat for their JSP's. I have a similar problem; I'd like to
expose some EJB interfaces through SOAP on tomcat via
the "org.apache.soap.providers.*EJBProvider" interfaces.
I
Using JBoss 2.2.1 the queue files under db\jbossmq grow without
bound.
Using AUTO_ACKNOWLEDGE has no effect
queueSession = queueConnection.createQueueSession(false,
Session.AUTO_ACKNOWLEDGE);
Neither does explicitly acknowledging the message
Message m = queueReceiver.rec
Using JBoss 2.2.1 I found that persistence of queues only works if the
delivery mode is set on each message. Setting the delivery mode on the
queueSender has no effect.
//has no effect
queueSender.setDeliveryMode(DeliveryMode.PERSISTENT);
//makes message
persistent
message.setJMSDeliveryMode(Del
Hello Frederic,
> I read the documentation of JbossHA and there is a particular point you
> mentioned in that interest me : In JbossHA, in fact, there is
> only one JNDI
> tree.
> Does it mean that if this unique JNDI server of the cluster fall
> down no ejb
> can be reach ?
No. Each JBoss insta
It seems to be a problem with the url beginning with file:// and filepaths
with spaces in them. The url needs %20 instead of spaces in windows, and
this is not captured by the system. I tried to set jboss.home in
jboss.properties differently, but it did not help at all. The "bug" is
somewhere insi
Hi,
I managed to recompile jps 1.1.2 successfully with j2sdkee1.2.1. When trying to deploy
the demo
to JBoss 2.2.1+Tomcat-3.2.1, I keep getting the following error:
[Verifier] Verifying file:/C:/jboss/tmp/deploy/Default/petstore.ear/ejb1007.jar
[Container factory] Deploying TheCatalog
[C
On Mon, 28 May 2001, ALex Loubyansky wrote:
> Thank you!
>
> My problem begins with
>
> [JAWS] Initializing JAWS plugin for FriendBean
> [JAWS] Loading standardjaws.xml :
> file:/C:/JBoss-2.2.1_Tomcat-3.2.1/jboss/conf/tomcat/standardjaws.xml
> [JAWS] Table 'FriendBean' already exis
On Mon, 28 May 2001, Marcel Schepers wrote:
> Hello Per,
>
> I've attached my ejbCreate() implementation and implementation of
> insertRow, a method called by ejbCreate method. The ejbPostCreate()
> method is empty. Thanks for taking a look.
Hi,
You should read Georg's response which deals
Thank you!
My problem begins with
[JAWS] Initializing JAWS plugin for FriendBean
[JAWS] Loading standardjaws.xml :
file:/C:/JBoss-2.2.1_Tomcat-3.2.1/jboss/conf/tomcat/standardjaws.xml
[JAWS] Table 'FriendBean' already exists
[Container factory] Binding an EJBReference friend/Frie
Here : http://194.38.95.241/jboss/
> -Message d'origine-
> De : [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]De la part de Frederic
> Jeanne
> Envoyé : lundi, 28 mai 2001 15:43
> À : Jboss-User
> Objet : [JBoss-user] JbossHA and clustering info ...
>
>
> Hello,
>
> Where could I get a pr
Hello Per,
I've attached my ejbCreate() implementation and implementation of
insertRow, a method called by ejbCreate method. The ejbPostCreate()
method is empty. Thanks for taking a look.
Marcel
//
// EJB methods
//
public Long ejbCreate(String voorletters, String tussenvoegsel,
Hi Marcel,
> I have a question regarding an error I get. In a JSP page I use a
> regular Java bean. Some properties are set and at the end I call the
> bean's create() methode to actually create a new EJB Entity bean.
> Creating the EJB fails: I get the error attached to the end of this
> message
Please see mail sent just a half day ago:
http://www.mail-archive.com/jboss-user%40lists.sourceforge.net/msg05317.html
//Peter
On 28 Maj, Francesco Calderini wrote:
> Hello,
>
> how can I plug a different JMS implementation, let's say SonicMQ, into Jboss ?
>
> Thanks,
> Francesco.
>
> __
On Mon, 28 May 2001, ALex Loubyansky wrote:
> hello
>
> i have a project with war components only. it works well. i wrote two
> simple ejbs, compiled them and created ejb-jar-ic.jar file with ejbs' class
> files, META-INF\ejb-jar.xml, META-INF\jboss.xml and META-INF\manifest.mf,
>
Hello,
Where could I get a preliminary version of JbossHA
(clustering support ??). Is there some documentation somewhere ?
Thank you,
Frederic JEANNE
product architect
Symetrx Europe.
___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.source
hello
i have a project with war components only. it works well. i wrote two
simple ejbs, compiled them and created ejb-jar-ic.jar file with ejbs' class
files, META-INF\ejb-jar.xml, META-INF\jboss.xml and META-INF\manifest.mf,
and chaged application.xml file.
now i can't
On Mon, 28 May 2001, Marcel Schepers wrote:
Looks like an exception is raised inside your ejbCreate method. If a
runtime exception is raised there it will result in a transaction
rollback. It could be a NullPointerException; it usually is.
Strange though that the database contains the new info
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 when trying to get a reference to the default JbossMQ
TopicConnectionFactory :
__
http://www.jboss.org/documentation/petstore-1.1.1-01.html
- Original Message -
From: "Stefan de Hoog" <[EMAIL PROTECTED]>
To: "JBOSS group" <[EMAIL PROTECTED]>
Sent: Monday, May 28, 2001 2:43 PM
Subject: [JBoss-user] Petstore 1.1.1
> Hello everybody,
>
> I am trying to deploy the petst
Hello,
how can I plug a different JMS implementation, let's say SonicMQ, into Jboss ?
Thanks,
Francesco.
___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user
Hello,
how can I plug a different JMS implementation, let's say SonicMQ, into Jboss ?
Thanks,
Francesco.
___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user
Hello,
I have a question regarding an error I get. In a JSP page I use a
regular Java bean. Some properties are set and at the end I call the
bean's create() methode to actually create a new EJB Entity bean.
Creating the EJB fails: I get the error attached to the end of this
message. Now the
Hi.
I have a web application with it's own security managment (JAAS compatible). Whenever
an user logs on, a javax.security.auth.Subject will be stored in the current web
session. Now, I want to extend the web application with an EJB tier. In this EJB
tier, I would like to use the EJB securit
Hi,
does anyone already have a workaround for RI bug
4434156? This is what is probably causing the error i'm getting
now.
Maarten
I tried JDK1.4beta with JBoss 2.2.1+Tomcat 3.2.1
and using http://localhost:8080/jboss/servlet/HelloEJB
got an exception.
The bytes I am using works perfect with JDK1.3.1.
Is any solution already known?
Tomas Lapienis
P.S. Exception is given below
Servlet calling EJB
Error: 500
Location: /jboss/s
Hello everybody,
I am trying to deploy the petstore 1.1.2 example of Sun on Jboss 2.2.1.
Due to problems I am looking for the petstore 1.1.1 version. Can someone
tell me where I can find this version?
Many thanks!
Greetz!
STefan...
___
JBoss-user m
Hi,
I have also problems to get the datasource. Docs about 'MIGRATION FROM 2.0
TO 2.2' does not help.
Additional i try it with DefaultDS, but the same Error occurs:
TRANSACTION ROLLBACK EXCEPTION:UserManager : Can´t get DataSource. comp not
bound; nested exception is:
Why don´t it find java:com
..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
On 28 Maj, 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 when trying to get a reference to the default JbossMQ
> TopicConnectio
No solutions but a question. I am trying to use MySQL with the petstore
1.1.2. Which files did you adapt to make things work? When i try to rebuild
the petstore i get an error (assemble application)
Thanks,
Maarten
- Original Message -
From: "Marcel Schepers" <[EMAIL PROTECTED]>
To: <
You can trace JDBC-calls with the Mimer JDBC trace driver. It's developed
for the Mimer SQL RDBMS, but it should work with any database. Take a look
at http://www.mimer.se/jdbc/mimjtrace-1_0.html for more information. You can
download the driver from ftp://ftp.mimer.se/pub/dist/jdbc/mimjtrace-1_0.
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 when trying to get a reference to the default JbossMQ
> To
HI all,
I am using JBoss2.2 with embeded tomcat3.2.1. I managed to deploy my EJBs to
JBoss server. I am importing my EJB classes in my JSPs which are deployed in
the embedded Tomcat. I have a bunch of them...so can't be bothered to add
all of them to the system classpath. So..How to Add my deploy
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 when trying to get a reference to the default JbossMQ
TopicConnectionFactory :
__
unfortunately, i'm using
oracle, so it should work.
simon
- Original Message -
From:
Maarten
Roosendaal
To: [EMAIL PROTECTED]
Sent: Monday, May 28, 2001 11:15 AM
Subject: Re: [JBoss-user] petstore
mail/MailSession & db connection errors
i think i kno
Hello,
I have a question regarding an error I get. In a JSP page I use a
regular Java bean. Some properties are set and at the end I call the
bean's create() methode to actually create a new EJB Entity bean.
Creating the EJB fails: I get the error attached to the end of this
message. Now the
Hi,
depending on database and system there are several SQL-Tracing tools
available, try searching your DB providers web-site, mailinglists,
newsgroups for appropriate tools...
Burkhard
- Original Message -
From: "Jason Wells" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, May
Hi,
comments below...
- Original Message -
From: "Ben Hui" <[EMAIL PROTECTED]>
To: "Jboss-User@Lists. Sourceforge. Net (E-mail)"
<[EMAIL PROTECTED]>
Sent: Thursday, May 24, 2001 4:12 PM
Subject: [JBoss-user] Pointbase and InstanceDB problem
> I am using the pointbase database. After I pu
to run code that involve graphical operation you need to have a graphical
context.
On linux you can use x-windows to get access to graphical context. If you
start-up your jboss from x-windows you'll have access to graphical context.
gabi
- Original Message -
From: "Ronald Brindl" <[EMAI
Ronald Brindl wrote:
> I am involved in a project, where we need to do server-side
> imaging (resizing of images, color-space conversions and so on)
> I thought this would be easy, as I know the Java 2D API or
> the Java Advanced Imaging API are very good in doing that.
> But as I tried to use th
i think i know what the problem is. I use MySQL and
petstore has only three implementations, Cloudscape, Sybase and Oracle. You have
to adapt the following files:
customer-ejb.xml(point to the
OrderDAOMySQL)
PopulateServlet.java (complement IF-statement and
add intallMySQLTables() to the met
Hi,
let me guess, you are using Oracle as DB, and DESC is a reserved word in
Oracle. Try using DSC.
Burkhard
- Original Message -
From: "Dave, Pragnesh" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, May 23, 2001 6:18 PM
Subject: [JBoss-user] CMP OrderBy DESC problem
> Gree
On Sat, 26 May 2001, Chris DeGreef wrote:
> How do I make the getter methods in my CMP bean be readonly? Apparently
> ejbStore is called when I call a get.. method. A sample log4j output with
> log.debug statements in every method in my CMP bean.
>
> 1043 [Thread-28] DEBUG SchoolDataBean uhtu
I am involved in a project, where we need to do server-side
imaging (resizing of images, color-space conversions and so on)
I thought this would be easy, as I know the Java 2D API or
the Java Advanced Imaging API are very good in doing that.
But as I tried to use them in my JBoss project I got e
maybe this helps
http://edocs.bea.com/wls/docs60/notes/issues.html
Maarten
- Original Message -
From:
Simon
BATESON
To: [EMAIL PROTECTED]
Sent: Friday, May 25, 2001 2:35 PM
Subject: R: [JBoss-user] flushing the XA
connection pool
you need to also edit the
Hello!
I'm trying to implement JAAS based security in accordans with the document
"JAAS Based Security in JBoss" at the JBoss site and I've followed and
implemented every step of the tutorial. But although the login doesn't
signal failure, my beans are no longer accessible. When I'm trying to acc
> Hi,
In which file can you specify which db is used and which sql-file is
used to populate this db? In the petstore 1.1.2 there is a map with
sql-files for creating tables but not for MySQL. Is there someone who
has a file for MySQL.
When i try to populate the tables i get the 'unable t
yeah, i also have this
problem with db connection.
i presume it is
another problem to sort out, since i doubt that the
mail/MailSession error is related to it.
it's strange, however,
since jboss has already connected to the db to create the USER,
USER_ROLES, and ROLES table without a
76 matches
Mail list logo