Title: Deployment sequence of multiple .SARs in .EAR (jboss--3.0.6)
Hi,
What exactly is the ordering rule when an .ear, containing multiple .sar files, is deployed?
We have the following jboss-app.xml:
firstservices.sar
secondservices.sar
Important detail: the first .sar has to be
The shutdown mechanism has changed for JBoss >= 3.2. To make shutdown
work for this servers with the current JBoss-IDE alpha_05 go to the launch
configuration and choose the shutdown tab. There you must enter -S as
program argument. Now shutdown should work.
Hans
---
Thanks for your reply but AxisFault is a checked exception. It inherits
from java.rmi.RemoteException. The point is that JBoss.net should be
able to report faults from the EJB-tier to the client-side and to wrap
the fault inside another fault doesn't make any sense.
Jonas
On Wed, 2003-01-29 at
Well, the good solution is only in jboss 4: you can put a tag at the top level of jboss-service.xml with the object name the deploymentInfo for your first .sar is deployed to. This is not easily portable to 3.0.x unfortunately.
The easy solution for 3.0.x is probably to put firstervices.sar in
The custom exception that you throw should be ideally mapped by
axis/jboss.net into
the soapfault. (Your bean should not know whether it is published as a
web-service).
What if you declare and throw a CustomApplicationException? How does the
returned soap-message look like?
If I remember right, a
Hi all,
I've never tried clustering jboss, so I have some
basic theory questions.
Assume that we have two boxes each running jboss
with embedded
tomcat/jetty say, and each running my application.
1) I assume that we would have a simple router
infront of each of the boxes
to handle load
I was just reviewing the list of JBoss packages on
SourceForge. I am currently using 3.0.4 and I am
wondering when I should venture into a new version.
Is the following basically applicable ?
3.0.6: Bug Fixes For 3.0.4
3.2: New Features Over 3.0.4 as well as bug fixes
4.0 [Alpha]: New Architectur
From: Brian McSweeney [mailto:[EMAIL PROTECTED]]
> 2) do they both have to use one instance of a database eg on box 3, if so,
> isn't this a single point of failure anyway? How is this normally done?
Usually the database is on a cluster itself with the disks attached over
a storage area network
Simple entity bean. I do a loookup, it finds the
record but when it retrieves the row, it throws a SQL
exception saying invalid column name. I cannnot figure
out why because when I take the SQL from the console
and paste into my SQLEditor, it executes fine.
Here is the error:
09:22:36,843 DEBUG [
Thank you for answer and it's probably best not to throw any custom
AxisFault inside a bean. If I create a CustomApplicationException that
inherits from for example java.lang.Exception and throw that from the
session bean it's all being wrapped up inside a AxisFault that contains
the full classname
Let me add more information.
- Win XP Pro SP1 + hotfixes
- Java 2 SDK 1.4.1_01
- created custom server config from default
I tried 3.2RC1 and received the same errors as in my original post. I plan
to try 3.0.5 as soon as I can. Also, I seek to know the *correct* way to
deploy the EAR that I de
3.0.5 failed in the same way that 3.0.6 and 3.2RC1 have failed. Please
share any thoughts that you may have.
Thanks,
Craig
---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.v
I am setting these VM arguments in the "start" box of the server
configuration:
-DTURBO -Xms512m -Xmx512
These values are not getting through because the TURBO property does not
exist. Works fine when setting these value in JAVA_OPTS and using run.bat.
Using JBoss 3.0.4 and JBossMQ.
We have a problem if the durable subscriber client
attempts to reconnect after an abnormal connection
using the same Client ID, the exception is raised:
javax.jms.InvalidClientIDException: This
loggedOnClientIds is already registered !
at
org.jboss.mq.sm.Abs
On Wednesday, January 29, 2003, at 08:15 AM, Eric J Kaplan wrote:
No (I wasn't implying it was easy) but without it, for a lot of
applications going through the entity beans isn't practical. More
often
than not, the applications we work on do NOT simply findByPrimaryKey,
but instead need to loa
On Wednesday, January 29, 2003, at 09:30 AM, Eric J Kaplan wrote:
Thanks David. You've answered my question. Is this read-ahead
capability a specific feature of jboss or in the spec? One issue we
have is that as much as we push jboss, we have installs where they for
whatever reason aren't usin
Jonas,
I´m not sure what I did there, but there should be some (hmm, outdated) code
in jboss.net that implements
a client-side java.lang.reflect.InvocationHandler for transparently calling
remote web services through
ordinary remote interfaces/dynamic proxies.
It may as well be that I left excep
I have added an RFE to SourceForge:
https://sourceforge.net/tracker/index.php?func=detail&aid=677614&group_id=22866&atid=376688
On a side note, does anyone know if Scott Stark is on vacation? I
haven't noticed any emails from him on the list for a few days.
Thanks again,
David
--
Meyer-Willne
I'm getting some errors sometimes when I try to access my application.
Does anyone know what is it ?
Thanks
Gabriel
Error:
Apache Tomcat/4.0.6 - HTTP Status 500 - Internal Server Error
type Exception report
m
Smells like a duplicate package (javax.servlet.jsp) in the classpath.
- Original Message -
From: "Gabriel Pinto" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, January 30, 2003 10:55 AM
Subject: [JBoss-user] Jboss - Tomcat help !!
I'm getting some errors sometimes when I t
--- Ken Whitaker <[EMAIL PROTECTED]> wrote:
> Using JBoss 3.0.4 and JBossMQ.
>
> We have a problem if the durable subscriber client
> attempts to reconnect after an abnormal connection
> using the same Client ID, the exception is raised:
>
> javax.jms.InvalidClientIDException: This
> loggedOnClie
onsdagen den 29 januari 2003 kl 21.55 skrev Pete Beck:
On a side note, I wonder if the SQL parser in the hypersonic codebase
could be modified to work on EJBs? :-)
Using Hypersonic as a "sql-cache front-end" to Your DB is possible
today with additional trigger classes.
torsdagen den 30 januar
WOULD YOU LIKE TO HAVE YOUR MESSAGE SEEN BY
OVER 15.3 MILLION OPT-IN, TARGETED PROSPECTS DAILY?
Below contains all the information you will ever need to market
your product or service on the Internet.
If you have a product, service, or message that you would like to get
out to Thousands, Hund
Hi Chris,
excellent! It would be great if we could work together on this. I'm sure if
JBoss already
provides the basic functionality through Axis etc then it should be easy
enough to just
wrap that behind the 1.4 spec. Wonderful if we could provide the xdoclet
tags for it
too. I'll take a look at J
Hi all,
I'm sending this mail to both the jboss-user and xdoclet users lists because
although
it's with regard to the xpetstore application some questions are based on
xdoclet and
some on JBoss.
Ok, for the next version of xpetstore we're looking at giving an example
implementation
of a web servic
The integration code that puts Axis as a web service deployer into jboss is
called jboss.net
Currently it uses a proprietary deployment model (web service archive - ..wsr
- containing serialisation code and
the native Axis wsdd deployment descriptors as meta-data) that is however
quite along the l
26 matches
Mail list logo