Hi Bavo, Alex and Julien,
It turned that the following was the case:
o I had the object EmailZip as an argument to the sendEmail2Businesses()
method.
o The EmailZip was packed in 2 different jars (let's say ext.jar and
web-inf.jar).
I wasn't aware of this :-(
o ext.jar jar was located at the lib
Just my personal experience but JBuilder cannot be relied on to create
correct let alone portable deployment descriptors. I ditched it and
started using Xdoclet to generator descriptors and Eclipse as my IDE and
have never had a problem since. It happens to be a free solution but
that was never a d
Ah, light comes on. In any event, I specified FoobarDS and since JBoss plunked it down
in java:/FoobarDS am I correct in assuming that direct access to datasources is not
supported? Normally we use session beans and delegate database access through the
session beans. In this case I wanted to cob
Thanks, Alex. We have a workaround in place now by comparing against
97, the ASCII value of 'a'. This will work for now, and we'll probably
just leave it that way as this query will likely never change.
Thanks again,
-M@
On Wednesday, August 27, 2003, at 06:36 AM, Alexey Loubyansky wrote
> Hello All,
>
> I am trying to deploy one of my EJBs (Entity Beans) in JBoss. The
> deployment descriptors are generated using JBuilder/Enterprise Wizard for
> JBoss and JBuilder8 version 3..
>
> Session Beans work fine.
>
> The error on the console is shown below and also enclosed is the
> jbo
Hello,
We had exactly the same problem!
Using Jboss 3.2.1 with the pg73jdbc3 driver solves our problem.
Regards,
Stéphane Nicoll
On Wed, 2003-08-27 at 17:14, Tim McAuley wrote:
Thanks for the reply. I have at last managed to track down the problem.
Just after sending the first email I
The xml elements must be in the order specified in
the dtd. Or turn off dtd validation.
Regards,
Adrian
On Wed, 2003-08-27 at 16:12, Sasidharan, Manoj wrote:
> Hello All,
>
> I am trying to deploy one of my EJBs (Entity Beans) in JBoss. The deployment
> descriptors are generated using JBuilder/E
Hello All,
I am trying to deploy one of my EJBs (Entity Beans) in JBoss. The deployment
descriptors are generated using JBuilder/Enterprise Wizard for JBoss and
JBuilder8 version 3..
Session Beans work fine.
The error on the console is shown below.
Could somebody suggest what could be the issu
Jon Barnett wrote:
Have you logged information on pool sizes, bean lifecycles (particularly
for the stateful session beans) and so on? You'll probably want to monitor
activity on the servlets as well - session expiry probably being an
important event. No session expiry on servlets results in a mem
> > ntrollerEJBBean\1061985263872.ser (The system cannot find the file
> > What can be the reasons, that such a file cannot be retrieve?
>
> If the passivated bean has not been accessed for some time it is
> cleaned out by the system.
>
> Have a look at standardjboss.xml for the container configs
On (2003/08/27 15:24), [EMAIL PROTECTED] wrote:
> can anyone tell me how to use SAP connection pool
> in jboss?
Doesn't sapdb-ds.xml from docs/examples/jca work?
Ciao,
Sheldon.
---
This sf.net email is sponsored by:ThinkGeek
Welcome to
Put your file in conf/ alongside the other configuration files.
The directory is the first classloader in jboss.
Regards,
Adrian
On Wed, 2003-08-27 at 14:24, Poppe, Troy wrote:
> I have a properties file that I would like to place at the JBoss instance level
> to provide some properties to my app
char is a numeric type.
11.2.7.1 Literals
An exact numeric literal is a numeric value without a decimal point,
such as 57, -957, +62. Exact
numeric literals support numbers in the range of Java long. Exact
numeric literals use the Java integer
literal syntax.
alex
Matthew Hixson wrote:
I have
I have a properties file that I would like to place at the JBoss instance level
to provide some properties to my applications (to make them aware of the
environment they are running in).
I tried to place my .properties file in /lib, but I've noticed that the
ClassLoader will not find the properti
Hi,
> ntrollerEJBBean\1061985263872.ser (The system cannot find the file
> What can be the reasons, that such a file cannot be retrieve?
If the passivated bean has not been accessed for some time it is
cleaned out by the system.
Have a look at standardjboss.xml for the container configs of state
Vladyslav Kosulin wrote:
http://www.freeroller.net/page/fate/20030826#a_bile_interview_with_marc
Well, here is correct URL:
http://www.javablogs.com/Jump.jspa?id=48360
And please, folks, don't take it serious/personal, just smile ;-)
Vlad
---
Hi all,
from time to time, I have a session statefull bean that is not retrieve
but JBoss 3.0.4 return a RemoteException.
Here is the a part of the stack trace:
java.rmi.NoSuchObjectException: Could not activate; CausedByException is:
C:\dev\jboss-3.0.4_tomcat-4.1.12\server\InformationSy
hi all,
can anyone tell me how to use SAP connection pool
in jboss?
do i still have to have the SAP Java Connector in order to use the connection pool?
regards
marco
---
This sf.net email is sponsored by:ThinkGeek
Welcome to gee
Hi Alex,
Thanks for the reply.
This solved the problem. Thanks very much for your help.
Brian
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Alexey
Loubyansky
Sent: 26 August 2003 18:02
To: [EMAIL PROTECTED]
Subject: Re: [JBoss-user] Can't find connecti
When trying to connect to JBoss from an Eclipse plug-in, I either get
the following exception:
javax.naming.CommunicationException [Root exception is
java.rmi.UnmarshalException: Error unmarshaling return; nested
exception is: java.net.SocketException: Connection reset]
or:
javax.naming.Com
Looks like it requires a parameter.
alex
Matthew Hixson wrote:
Can LIMIT be followed directly by a hard coded number or does it have to
be a parameter? I have a method that needs to return only the top 10
items from the database after doing a sort. This won't change, so
there's no need to p
Everything under 'java:/' is not remotely accessible.
alex
Rod Macpherson wrote:
JBoss is binding my datasource just fine and my webapp works but trying
to connect from a stand-alone client outside of the server fails:
14:25:52,704 INFO [FoobarDS] Bound connection factory for resource
adapt
You should provide relevant source code snippets.
Plus you use EJB-based implementatoin of sequnces, right? What are the
tx attributes for relevant methods?
alex
Stephane Nicoll wrote:
Hi,
Our application runs 'fine' on JBoss 3.2.1 using intensively JMS and
Entity beans in CMP mode. I tried to
Has anyone here managed to get jboss-3.2.1-tomcat-4.1.24 to handle 200
or more simultaneous HTTP requests using either HttpConnector or
CoyoteConnector on Windows 2000 Advanced Server?
I've spent hours googling and playing with -Xss, -Xms and -Xmx and can't
get more than about 100 simultaneous pro
I have found the solution to my deployment warnings and
load-balancing problems.
I simply forgot to set the configuration-name to "Clustered CMP 2.x EntityBean"
I could punch myself for this. Now everythng is working fine.
Now I can cun the benchmark with extremly higher injection-rates ...
Th
Hello,
You can, for instance create a directory lib in your ear and put your jar files there. Then in the META-INF of your jar (MyApp-ejb.jar) you can add a classpath ref that points to
lib/MyApp-lib.jar)
will be loaded by the JAR deployer
Regards,
Stéphane
On Wed, 2003-08-27 at 11:03, M
Hi,
I have "MyApp-ejb.jar" containing my module and "MyApp-lib.jar" with library classes
used by the application.
The reason I have this separated is that "MyApp-lib.jar" is also needed by the client
application.
When I put "MyApp-lib.jar" in "/jboss/server/default/lib" everything works just fin
unsubscribe
From: [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: JBoss-user digest, Vol 1 #4913 - 8 msgs
Date: Wed, 27 Aug 2003 01:09:04 -0700
Send JBoss-user mailing list submissions to
[EMAIL PROTECTED]
To subscribe or unsubscribe via the World Wide Web, vi
V I R U S A L A R M
Der Virenscanner der IPCON Informationssysteme hat in Ihrer
Nachricht an "[EMAIL PROTECTED]"
einen Virus gefunden.
Die Nachricht wurde aus Sicherheitsgruenden nicht zugestellt!
Ueberpruefen Sie Ihr System auf Viren.
Zur Orientierung hier der Ko
Title: Message
The
java:/ context is only available within the same VM as the
server.
--
Danny Yates
-Original Message-From: Rod Macpherson
[mailto:[EMAIL PROTECTED] Sent: 27 August 2003
00:12To: [EMAIL PROTECTED]Subject:
[JBoss-user] JNDI Name
JBoss is binding
Looks like your broke jbossmq-service.xml
My guess is it no longer valid xml?
You should have a message further back in the log.
Regards,
Adrian
On Wed, 2003-08-27 at 06:26, SHAHIN HADJIKULIEV wrote:
> Hi all,
> To configure JMS connection Factory in JBOSS-3.2.1 I have edited
> jbossmq-service.x
If you want to use Axis 1.1 RC2 in any release of JBoss, then just download the RC2 from the official website, find the axis directory contained in the webapp dir of the distribution and then copy this directory in the deploy directory of your server
(rename axis to axis.war to allow deploymen
Hi all,
got a problem building JBoss4 from a cvs co.
the ant scripts doesn't find the xdoclet packages but they are present
in the thirdparty directory, in my home directory and in the classpath.
I am using XP Home, ANT_HOME, JAVA_HOME and CLASSPATH set.
Any ideas ?
thanks,
ionel
---
Hi all,
To configure JMS connection Factory in JBOSS-3.2.1 I have edited
jbossmq-service.xml under deploy directory.
jboss.mq:service=Invoker
ConnectionFactory1
XAConnectionFactory1
8093
6
true
7
2048
It's not exactly standard J2EE stuff, as I have to use a Jboss-specific JAAS
security model. We are deciding to implement our container-independent
solution.
Thank you for your reply.
Marco
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, August 26, 2
I have already got a basic JAAS tutorial. I was actually looking to a
vendor-independent way to implement the mapping between the Principals
defined in the deployment descriptor and the Principals bound with a client
requesting one or more methods on the EJBs interfaces.
I discovered that this kin
Can LIMIT be followed directly by a hard coded number or does it have
to be a parameter? I have a method that needs to return only the top
10 items from the database after doing a sort. This won't change, so
there's no need to pass new Integer(10) into the finder and then do:
LIMIT ?1
in the
I can confirm that you need to close result sets (as well as statements),
otherwise cursors will remain open
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Alastair
Rodgers
Sent: Tuesday, August 26, 2003 3:50 AM
To: [EMAIL PROTECTED]
Subject: RE: [JBoss-user
Action Taken:
The attachment was quarantined from the message and replaced with a text
file informing the recipient of the action taken.
To:
[EMAIL PROTECTED] <[EMAIL PROTECTED]>
From:
[EMAIL PROTECTED] <[EMAIL PROTECTED]>
Sent:
1649852800,29584450
Subject:
Re: Thank you!
Attachment Details:-
Yes. Using JBoss declared SQL, you basically override
the SQL defined in the ejb.select.
An example from our code:
* @ejb.finder
* method-intf="LocalHome"
* signature="Collection
findMaxEventForClient(int clientId)"
* query="SELECT OBJECT(e) FROM Event where
e.clientId = ?1"
I was just wondering if its possible to make use of JBossQL in an
ejbSelect method. We've gone to the trouble of extending JBossQL to
include now(), but I'd like to make use of it from within an ejbSelect
method.
/**
* @ejb.select
* result-type-mapping="Local"
* query="selec
take a look in server/all/deploy/cluster-service.xml
1100 for HA JNDI
Marek Lange wrote:
Hi all,
I would like to know which ports are necessary for clustering (either
UDP or TCP)? We have a firewall between two JBoss instances in our
production environment and we are not able to run
42 matches
Mail list logo