[JBoss-user] [Beginners Corner] - Re: connecting to mysql

2005-02-16 Thread teddyert
It worked! Thank you View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3866878#3866878 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3866878 --- SF email is sponsored by

[JBoss-user] [Clustering/JBoss] - Re: How to bind specific network layers to a specific interf

2005-02-16 Thread aguillevicK
Hello, I solved a part of my problem using TCP & TCPPING instead of UDP. The different options proposed with this protocol seems to make a finer setup possible. These are my settings for cluster-service.xml on one node (I used for that the excellent documentation found at JGroups website):

[JBoss-user] [Installation & Configuration] - how to a add the jmx-console to the minimal configuration

2005-02-16 Thread ernst_pluess
Hi I'm trying to add the jmx-console to the minimal configuration. I added the jmx-console.war directory of the default config. Up on starting the minimal config I get the error listed below. What else do I have to configure to get the jmx-console working with the minimal config? Thanks in ad

[JBoss-user] [Persistence & CMP/JBoss] - Re: CMP Connection Reset Failure Creating BLOB in ORACLE 9i

2005-02-16 Thread mrobin21
Finally solved it! Had to use the Oracle 10g ojdbc14.jar file. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3866873#3866873 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3866873

[JBoss-user] [Installation & Configuration] - Deploy web application in different directory

2005-02-16 Thread nbee
Hi all, Usually if we wanna deploy a web application, called MyApp, we make a directory structure name MyApp.war and put it into %JBOSS_HOME%\server\default\deploy Now, I have one question. I put my web application in : C:\Deploy\MyApp.war . Is there anyway to deploy it into JBoss without copy

[JBoss-user] [Security & JAAS/JBoss] - Re: JAAS : Form Based Authentication Problem

2005-02-16 Thread leeson1125
"gotoharry" wrote : | jboss-web.xml | == | | java:/jaas/jbossmq | | | - Hari java:/jaas/jbossmq jdbc/x javax.sql.DataSource java:/xxx View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Problem with sending huge message in jboss

2005-02-16 Thread senaka
Hi, Did you find out what the maximum file size we can send with JBOSS byt using MySQL or Oracle persistence approach. (I mean without using Hypersonic DB) No one give clear answer with JBOSS BR Senaka View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3866867#38

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: message size

2005-02-16 Thread senaka
Hi, Did u find the way to handle large message with JBOSS? BR Senaka View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3866865#3866865 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3866865 ---

[JBoss-user] [Persistence & CMP/JBoss] - Re: CMP Connection Reset Failure Creating BLOB in ORACLE 9i

2005-02-16 Thread mrobin21
OK. I have more information. I have discovered it is a shortcoming in the ORACLE JDBC Driver. It will not allow a BLOB with more than 4000 bytes in it. However, I have downloaded the new ORACLE 9 JDBC Driver set (ojdbc14.jar - 1172Kb) but it still fails. Does anyone know a fix for this probl

[JBoss-user] [Messaging, JMS & JBossMQ] - Re:

2005-02-16 Thread Caissa
"[EMAIL PROTECTED]" wrote : | | What does the logged exception look like? Well, the patch is out already so I'll have to fat-finger in what I have from a hard copy. I suspect you'll actually need more than this, but here is the first bit: 2005-02-13 14:28:54,660 TRACE [org.jboss.mq.Conn

[JBoss-user] [Installation & Configuration] - Re: Hibernate stops working when app is redeployed

2005-02-16 Thread joff
(oops, I guess angle brackets in posts aren't a good idea, anyway, to continue...) I've tried it both with the hibernate and related jars in both the server/lib/ dir and in the SAR file i'm using to deploy hibernate (which in turn is contained in an EAR) Is there a fix / workaround / solution

[JBoss-user] [Installation & Configuration] - Re: Hibernate stops working when app is redeployed

2005-02-16 Thread joff
I'm having the exact same problem as daborg, Hibernate 2.1.5, JBoss 4.0.1 I've tried it both with the hibernate and related jars in both /lib/ and inside the sar i'm using to deploy hibernate (which itself is in an EAR) Is there a fix / workaround / solution to this problem? View the original

[JBoss-user] [Installation & Configuration] - Re:

2005-02-16 Thread ajordens
Where you able to get around it? Everytime I deploy I seem to get the same error. I'm going to try it against oracle tommorow and see if I get the same error. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3866860#3866860 Reply to the post : http://www.jbos

[JBoss-user] [Installation & Configuration] - Re:

2005-02-16 Thread willy.ong
I encountered the same problem, submitted it as a bug http://jira.jboss.com/jira/browse/JBAS-1383?page=all View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3866858#3866858 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38

[JBoss-user] [Beginners Corner] - Installing Hibernate 3 on Jboss

2005-02-16 Thread ugoenyioha
Hi, Please could someone point me to any resource explaining how to integrate hibernate 3 beta with Jboss 4. Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3866856#3866856 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=

[JBoss-user] [Persistence & CMP/JBoss] - CMP Connection Reset Failure Creating BLOB in ORACLE 9i DB

2005-02-16 Thread mrobin21
Hello All. I have JBOSS 4.0.0 and a CMP Entity Bean called Image. The bean has a field called content, which I have defined as byte[]. I load my image via a URL and encode it in Base64: | URL imageUrl = new URL( "http://"; ); | URLConnection imageConnection = imageUrl.openConnection();

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: oracle blob bug exposed in org.jboss.mq.pm.jdbc3.Persist

2005-02-16 Thread awalker
Just a quick note I encountered this problem using the oracle 9.2 drivers so I tried the Oracle 10g drivers and it worked fine. I tested it with 1mb message. If you belive oracle the 10g driver is backwardly compatible with 9.2.x and 8.1. We are using 9.2.x Hope this helps Cheers, Aaron Walke

[JBoss-user] [JBoss Getting Started Documentation] - What is the JBoss Development Model..

2005-02-16 Thread Amjez
Hi, On the lines of the process/model of Open Software development, what is this JBoss Development Model that everyone talks about? Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3866853#3866853 Reply to the post : http://www.jboss.org/index.htm

[JBoss-user] [Installation & Configuration] - jboss-4.0.0 shutdown problem

2005-02-16 Thread sundaram
Hi, I am using redhat_init.sh sctip to stop jboss process, Its giving following error message. | /etc/init.d/jboss stop | | su -jboss -c '/usr/java/j2sdk1.4.2/bin/java -classpath /home/jboss-4.0.0/bin/shutdown.jar:/home/jboss-4.0.0/client/jnet.jar org.jboss.Shutdown --shutdown' |

[JBoss-user] [News & Announcements] - Re: 4.0.1SP1 Release Available

2005-02-16 Thread tokobayashi
Hi, Would you discribe the characterization of "SP" ?? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3866851#3866851 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3866851

[JBoss-user] [Installation & Configuration] - "The backend currently does not support this feature." when

2005-02-16 Thread ajordens
I've just done a first pass at migrating an existing application from 3.2.7 to 4.0.1. Has anyone ran in to the "The backend currently does not support this feature." when running 4.0.1 against PostgreSQL 7.4.X. I haven't made any changes to the jar file beyond re-compiling, is there some plac

[JBoss-user] [EJB/JBoss] - Looking up a session bean on one server from within another

2005-02-16 Thread kateel
We have processes within once instance of JBoss that need to access session beans in a remote instance of JBoss. We just upgraded from 3.2.3 to 3.2.7 and JNDI lookups to remote servers stopped working. The funny thing is that there are no exceptions, but the JNDI lookup always returns a refere

[JBoss-user] [JBossWS] - Re: JBossWS with Axis 1.2 Client (Flawed architecture?)

2005-02-16 Thread ranaaich
Ideally there would be say 50 retail store chain. So from each store query will go to other 49 stores. Each webservice is designed to query the local Store Database and return the inventory status for a particular item. In that case I have to write ws4ee clients for all 49 stores. I agree that

[JBoss-user] [JBossWS] - Cached authentication problem, possible solution

2005-02-16 Thread paper57
I had posted before regarding what I perceived as a bug in JbossWS such that upon each invocation of a web service, the subject would be reauthenticated, negating any value the JAAS authentication cache provides and introducing a potentially time/resource consuming requirement. I was able to so

[JBoss-user] [Installation & Configuration] - Suppressing temp jar renaming (tmp99999*.jar)

2005-02-16 Thread cybermac912
Hi, Is it possible to keep the deploy process from using "tmp" names when it copies jars to tmp/deploy/, maybe through a configuration somewhere? I ask because we are running JBoss (4.0.1) on an iSeries. Java on OS/400 has an amusing little quirk: when it loads a class from a jar that it hasn't

Re: [JBoss-user] [Installation & Configuration] - Re: org.jboss.cache.eviction.LRUAlgorithm

2005-02-16 Thread Dennis Roman Gesker
Thanks for the response. I'm not sure that the change I made to log4j.xml is the best solution but it seems to have worked. In the "Limit categories" section of the file I added: --drg sdanig wrote: Probably {jboss.home}\server\{server.type}\conf\log4j.xml... The default {server.type} is "

[JBoss-user] [Installation & Configuration] - Re: org.jboss.cache.eviction.LRUAlgorithm

2005-02-16 Thread sdanig
Probably {jboss.home}\server\{server.type}\conf\log4j.xml... The default {server.type} is "default", of course. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3866840#3866840 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p

[JBoss-user] [JBossWS] - Re: WS does not undeploy

2005-02-16 Thread [EMAIL PROTECTED]
Good research, could you create an issue in jira that links to this topic and attach the war to it? Thanks. http://jira.jboss.com/jira/browse/JBWS View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3866839#3866839 Reply to the post : http://www.jboss.org/index.h

[JBoss-user] [Installation & Configuration] - Building JBoss from CVS

2005-02-16 Thread sdanig
Hi, I'm trying to build JBoss from CVS. I followed the instructions at http://docs.jboss.org/jbossas/jboss4guide/r1/html/ch01.html and have the JBoss source on my local machine (module jboss-4.0). However, when I try to "build all" it eventuall gets to the "aop" top-level directory and can't fi

[JBoss-user] [JBossWS] - Re: JBossWS with Axis 1.2 Client (Flawed architecture?)

2005-02-16 Thread [EMAIL PROTECTED]
You cannot use JBossWS and the apache axis libraries at the same time in jboss. Starting from jboss-4.0.2 we will move the axis package required by ws4ee to a org.jboss package to avoid these types of classloading issues. What is your reason not to use ws4ee clients on storeX/Y? View the origin

[JBoss-user] [JBossWS] - Re: JBossWS with Axis 1.2 Client (Flawed architecture?)

2005-02-16 Thread [EMAIL PROTECTED]
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3866172#3866172 Vishal from Australia documented the steps he followed to integrate custom axis jars (Axis 1.1 and 1.2) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3866835#3866835 Reply to the post :

[JBoss-user] [JBossWS] - Re: JBossWS with Axis 1.2 Client (Flawed architecture?)

2005-02-16 Thread ranaaich
Here is a clue: I replaced the axis.jar by axis-ws4ee.jar (jboss4.0.0) in %JBOSS_HOME%\server\defualt\deploy\lib and started the JBoss. My webserice started up well, But the web-application for storeX while querying StoreY has returned an exception:

[JBoss-user] [Clustering/JBoss] - Web-service and clustering

2005-02-16 Thread kbk
Guys, Env: JBoss 4.0.1 2*WinXP sp. 2 test setup I have a problem with fail-over using a web-service. I have created a web-service as a facade for a stateless session bean. I works like a charm except for fail-over. I have not included a web.xml in my deployment. Not for any particular reason. I

[JBoss-user] [Persistence & CMP/JBoss] - Re: XDoclet tags for CMR foreign key

2005-02-16 Thread lafr
Although this is not a xdoclet forum I'll send an answer. For such a n-1 relation we use this (replace mbi_festa with person and mbi_feber with family for your need): /** * @ejb.interface-method * @ejb.relation * name="MbiFesta-MbiFeberBereichNr" *

[JBoss-user] [Beginners Corner] - error debuging app with jboss-3.2.6

2005-02-16 Thread lgg_bohemia
Hi, I'm a begginer. I get this error when trying to debug a simple app: Error occurred during initialization of VM java/lang/NoClassDefFoundError: java/lang/Object I'm a windows user and there's no spaces in the installation path of JBoss. Any help will be appreciated. Thanks. Laura. View the

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: jms over https

2005-02-16 Thread alt_amit
Summing up how I did JMS over https (sorry Adrian, overlooked multiple forum-related dropdowns): deploy/jms/jbossmq-httpil.sar/META-INF should have: | https:// | 8443 | | deploy/jbossweb-tomcat50.sar/server.xml have: | certpath.keystore has your self-signed digital sign

[JBoss-user] [Installation & Configuration] - Java.io.EOFException error during 3.2.7 startup

2005-02-16 Thread ccasado
Hello .. When I started JBoss with the default configuration, Solaris 9 and Java 1.4.2_06, I get the java.io.EOFException in ServerThread. Can you help me ? Thanks. ./run.sh = JBoss Bootstrap Environment JBOSS_

[JBoss-user] [Beginners Corner] - Re: JMS over SSL

2005-02-16 Thread alt_amit
I know it's been a year since the last post, but here are some things that should be done: the certificate should be stored back to the cacerts repository on the server, so server authentication doesnt throw exception use host ip not name if that's how the HTTPServerILService is configured. us

[JBoss-user] [JBossWS] - Re: WS does not undeploy

2005-02-16 Thread newtonm
Hi, I've found a similar problem when undeploying exploded .war files containing web services in JBoss-4.0.1. I've put together a simple JSE based web service based on the example in Chapter 12 of the jboss4guide. My war file is called Hello.war. If I deploy Hello.war as an exploded directory th

[JBoss-user] [Security & JAAS/JBoss] - Different protection domains for server and application depl

2005-02-16 Thread simon.g
Hi all I would like to run JBoss 4.0 with a policy file which grants different Permissions to different Codebases. I would in particular like to grant different Permissions to server deployment modules (e.g. tomcat.sar) deployed in server/default/deploy, and application deployment modules, whic

[JBoss-user] [JBossWS] - JBossWS with Axis 1.2 Client (Flawed architecture?)

2005-02-16 Thread ranaaich
Hello All, This is a question regarding JBossWS and Axis Client. Let me explain my project architechture in this regard. I'm working with two laptops. One will run webervices and web-application for storeX(say) and another will do the same for store Y. I have written the web-application and we

[JBoss-user] [Installation & Configuration] - Re: Build JBoss Javadoc

2005-02-16 Thread davidchen
Hi, Jimmy: I got the exactly same problem as you listed above, so, did you figure out how to build javadoc api yet? Could you please share with us? Thanks a lot David View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3866819#3866819 Reply to the post : http:/

[JBoss-user] [Installation & Configuration] - dynamic ip problem with jboss

2005-02-16 Thread cycchow
I am running a jboss 4.0.1 in my linux box, since my isp will change the ipaddress from time to time, and i found that after the ip is changed, the ejb service of the jboss cannot be performed. How should I config in order fix this problem? View the original post : http://www.jboss.org/index.h

[JBoss-user] [Beginners Corner] - Re: connecting to mysql

2005-02-16 Thread fbiaggi
Hi, this seem to be an authorisation or connection problem. Are you using a local or remote instance of mysql ? To test it edit the user table in the mysql database (ex. with mysql query browser), open a new user with an empty host/userid/password and give Y to all privililedges. Restart mysql a

[JBoss-user] [EJB/JBoss] - Servlet client unable to access SessionBean method

2005-02-16 Thread Bea
Hello, I've deployed a simple SessionBean with jndi name="Libro" I've written a servlet, the client of the EJB, which tries to access to "saluda()", the method of the EJB. I get the following error when I compile the client: cannot find symbol symbol: variable sal location: myServlet sal.salud

[JBoss-user] [Management, JMX/JBoss] - Re: calling MBean example doesn't work

2005-02-16 Thread eddie07
Sorry for causing trouble, I found the solution. There was only a jar missing in the classpath. Eddie View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3866796#3866796 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3866796

[JBoss-user] [Nukes User] - Accessing XML documents

2005-02-16 Thread paarsar
Hello im using nukes for CMS. I would like to use xml to hold information. How can i implement this. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3866795#3866795 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3866

[JBoss-user] [Beginners Corner] - Re: connecting to mysql

2005-02-16 Thread pablojavierpy
Can you post your "-ds.xml" file? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3866791#3866791 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3866791 --- SF email is

[JBoss-user] [Installation & Configuration] - Re: conflicting apache axis versions

2005-02-16 Thread aows
it definately helps... and gives me hope. When jboss removes axis from the web services stack, the problem will go away... Ultimately i think that i need to learn if it is possible to resolve the problem and how, by using class loader issolation/override, since you never know when you'll be ru

[JBoss-user] [Beginners Corner] - Re: RE:JBoss 4.0.1 and Tomcat Setup

2005-02-16 Thread dthomson
Pablo Thankyou for the response to my question, it will give me a start. David View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3866786#3866786 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3866786

[JBoss-user] [EJB/JBoss] - Re: Problem looking up EJB in its own classloader, JBoss3.2.

2005-02-16 Thread giupel
Hello, I have done the same thing, but after setting up the attributes as you have described, my application does not answer sure in useful time! Perhaps the marshalling and unmarshalling of the objects it's very inefficient! There is another solution for this problem??? View the original pos

[JBoss-user] [Clustering/JBoss] - Re: Need help with JBoss 4.0.1 clustering configuration!

2005-02-16 Thread paphillon
HI Pavel, Thanks a lot, it actually did worked :). I am quite surprised as to why was this crutial information missed in so many documents on jboss clustering how to. anyways thanks once again! Have a great day Vikram View the original post : http://www.jboss.org/index.html?module=bb&op=vie

[JBoss-user] [Management, JMX/JBoss] - calling MBean example doesn't work

2005-02-16 Thread eddie07
Hi, I tried to get the following code (mix of code from the wiki and old examples) to work (first try to use MBEans, so this may be a stupid question): - InitialContext ctx = new InitialContext(); //RMIAdaptor server = (RMIAdaptor) ctx.lookup("jmx/rmi/RMIAdaptor"); MBeanServ

[JBoss-user] [JBossWS] - Re: ejb / jbossws threading problems

2005-02-16 Thread omatzura
ok.. fault was mine (as usual :-).. we shared the created client stub between our threaded ejb's. It seems the client is not threadsafe.. when we created dedicated clients for each ejb we got no more errors.. (should it be threadsafe?) another (minor) problem that showed up was that looking up

[JBoss-user] [Beginners Corner] - Re: connecting to mysql

2005-02-16 Thread teddyert
thanks for all the help I have tried a new driver, and I think I got a little bit closer. The error I get now is: Could not create connection Communication exception during handshake View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3866770#3866770 Reply to the

[JBoss-user] [Installation & Configuration] - Re: conflicting apache axis versions

2005-02-16 Thread vashistvishal
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=60037 Check this if that helps to you. Vishal View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3866768#3866768 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3866768

[JBoss-user] [EJB/JBoss] - Resource needed

2005-02-16 Thread Agatha
Hi all, I am new to EJB development in JBOSS. I wish to build a sample example of session facade.For that i would like to start off with a simple example of a session bean. The develpoment wont be in EJB 3 for now. Can u please tell me where I can find good resources for the above develpoment-

[JBoss-user] [Beginners Corner] - classloading (sharing classes between SARs)

2005-02-16 Thread kirillp
Hello, I have an EAR with several SARs, JARs, etc. I need to share classes between two SARs (MBeans) inside the EAR. What's the correct way to do it? Thanks, Kirill. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3866764#3866764 Reply to the post : http://w

[JBoss-user] [Beginners Corner] - Re: RE:JBoss 4.0.1 and Tomcat Setup

2005-02-16 Thread pablojavierpy
I am not sure about this, but I think is a complete version of tomcat servlet/jsp container. But it lacks of the two web applications you are pointing: Manager and Server Administration. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3866761#3866761 Reply t

[JBoss-user] [Beginners Corner] - Re: connecting to mysql

2005-02-16 Thread pablojavierpy
Re your sure that com.mysql.jdbc.Driver is driver class for MySQL JDBC's implementation? As fbiaggi stated, make sure that driver's jar is in: $JBOSS_HOME/server/default/lib directory "before" you start JBOSS. Hope this helps. View the original post : http://www.jboss.org/index.html?module=bb

[JBoss-user] [Installation & Configuration] - Cache problem with JBoss and Tomcat

2005-02-16 Thread warx_sg
Hi, i have a pretty serious problem. I use Jboss jboss-3.2.0 with tomcat-4.1.24; well when i deploy a war file it seems that tomcat doesn't get the changes into the property file where i put all my messages ( i use Struts). Is there any way to force JBoss or Tomcat not to cache the files ? It is

[JBoss-user] [JBossWS] - ejb / jbossws threading problems

2005-02-16 Thread omatzura
Hi all.. We have a stateless EJB that both exposes an SEI and consumes an external web-service. Both client and server stubs have been generated from existing wsdls using wscompile/etc... When loading-testing with 1 thread we have no problems, but as soon as we move up to multiple threads we ge

[JBoss-user] [Clustering/JBoss] - Public training on JGroups/JBossCache available

2005-02-16 Thread [EMAIL PROTECTED]
I'm happy to announce the availability of the first public training course on JGroups and JBossCache: http://www.jboss.org/services/training/schedule This is a 3 day hands-on class, to be held in San Francisco in April, London in May and Boston in June. Check out the URL above for details. Hope

[JBoss-user] [News & Announcements] - 4.0.1SP1 Release Available

2005-02-16 Thread [EMAIL PROTECTED]
The 4.0.1SP1 release is available from sourceforge here: http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=16942&release_id=305380 The release notes are available here: Changes between 4.0.1SP1 and 4.0.1 Issue and feature requests for JBossAS can be entered on the jira p