Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > JBoss 4.x Packaging

Reply
Thread Tools

JBoss 4.x Packaging

 
 
Karl Uppiano
Guest
Posts: n/a
 
      08-11-2006
I am looking for JBoss documentation that talks about packaging best
practices for JBoss. I have an EAR file containing three WAR files, two EJB
jars and a RAR file. It deploys and runs just fine on the Sun Appserver PE 8
& 9, but I am clearly lacking something for JBoss. I found a few references
and samples of the so-called *-ds.xml file, but no schema, and no clear
indication of where it goes in the EAR assembly.

I have searched the docs on the JBoss web site, Googled JBoss packaging,
ds.xml and several other likely search strings, but I have found nothing
comprehensive about how to properly package a full-range JBoss enterprise
application involving Servlets, EJBs and RAs. Any other suggestions?


 
Reply With Quote
 
 
 
 
=?ISO-8859-1?Q?Arne_Vajh=F8j?=
Guest
Posts: n/a
 
      08-11-2006
Karl Uppiano wrote:
> I am looking for JBoss documentation that talks about packaging best
> practices for JBoss. I have an EAR file containing three WAR files, two EJB
> jars and a RAR file. It deploys and runs just fine on the Sun Appserver PE 8
> & 9, but I am clearly lacking something for JBoss. I found a few references
> and samples of the so-called *-ds.xml file, but no schema, and no clear
> indication of where it goes in the EAR assembly.


The xxxx-ds.xml files deployed defines datasources.

They should not (and very likely can not) be in an ear file.

They are not part of the application but part of the server
configuration.

In most other servers such stuff is defined in server
config files and/or server admin tools.

It is just easier in JBoss.

Arne
 
Reply With Quote
 
 
 
 
Karl Uppiano
Guest
Posts: n/a
 
      08-12-2006

"Arne Vajhøj" <> wrote in message
news:dS7Dg.1288$_q4.150@dukeread09...
> Karl Uppiano wrote:
>> I am looking for JBoss documentation that talks about packaging best
>> practices for JBoss. I have an EAR file containing three WAR files, two
>> EJB jars and a RAR file. It deploys and runs just fine on the Sun
>> Appserver PE 8 & 9, but I am clearly lacking something for JBoss. I found
>> a few references and samples of the so-called *-ds.xml file, but no
>> schema, and no clear indication of where it goes in the EAR assembly.

>
> The xxxx-ds.xml files deployed defines datasources.
>
> They should not (and very likely can not) be in an ear file.
>
> They are not part of the application but part of the server
> configuration.
>
> In most other servers such stuff is defined in server
> config files and/or server admin tools.
>
> It is just easier in JBoss.
>
> Arne


Thanks Arne. I am slowly finding bits and pieces of the puzzle.


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Internet Application in JBoss Portal on Liferay JBoss LprzemekL Java 0 04-10-2008 12:03 PM
Eclipse/Lomboz/JBoss: Cannot Start JBoss (Debug) Server from Eclipse Using Lomboz Plugin Jubz Java 0 05-30-2006 10:24 PM
jboss 4.0.3 jboss portal 2.2.1 han Java 0 05-08-2006 10:35 AM
GSR Packaging required for US West Coast Ben Cisco 0 12-09-2004 05:37 AM
need help on setup and deployment packaging in VS.Net 2003 VJ ASP .Net 1 05-24-2004 08:04 AM



Advertisments