[jboss-user] [Remoting] - Re: JBoss Remoting and compression

2009-01-03 Thread ron.si...@jboss.com
Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199386#4199386 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4199386 ___ jboss-user mailing list jboss-user@lists.jboss.

[jboss-user] [Remoting] - Re: Socket Invoker timeout

2009-01-03 Thread ron.si...@jboss.com
"mohitanchlia" wrote : | Reason I have been asking same question is because below timeout corresponds to the timeout I have set in timeout attribute. | My mistake, again. org.jboss.remoting.transport.socket.SocketClientInvoker.createSocket() overrides MicroSocketClientInvoker.createSocke

[jboss-user] [Remoting] - Re: JBoss Remoting and compression

2009-01-03 Thread doychin
You can find the source code of compression invoker marshaller/unmarshaller as attachments in the JIRA report. Doychin View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199384#4199384 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

[jboss-user] [Remoting] - Re: Why so many retries?

2009-01-03 Thread ron.si...@jboss.com
anonymous wrote : | anonymous wrote : | | I don't follow. What's the outcome? | | | | It worked just fine. It reduced the number of times it was trying to get the Socket (client invoker) to the server. | Great! "mohitanchlia" wrote : | I have another question though, In c

[jboss-user] [Remoting] - Re: Socket Invoker timeout

2009-01-03 Thread mohitanchlia
Reason I have been asking same question is because below timeout corresponds to the timeout I have set in timeout attribute. If that timeout was for read operation then why would NoRouteToHostException return in the timeout that I have specified. As you mentioned NoRouteToHostException occurs du

[jboss-user] [Remoting] - Re: Socket Invoker timeout

2009-01-03 Thread ron.si...@jboss.com
"mohitanchlia" wrote : | | anonymous wrote : | | The java.net.NoRouteToHostException doesn't represent a timeout. The "creation attempt took 5001 ms" message is just extra information provided by the invoker. | | | | So does it really mean that timeout is on initial Socket co

[jboss-user] [JBoss Cache: Core Edition] - Re: Cache service not registered on cold start EAR persisten

2009-01-03 Thread jaikiran
Looks like a deployment ordering issue. I can think of two options: 1) Create a folder named "deploy.last" in server/default/deploy folder and place your EAR file in that deploy.last folder. That way, your EAR will be deployed after everything else is deployed OR 2) Create a jboss-app.xml (i

[jboss-user] [Remoting] - Re: JBoss Remoting and compression

2009-01-03 Thread ron.si...@jboss.com
Hi Doychin, "doychin" wrote : | If you want I can provide you with full source code so you can use it to create the necessary updates in 2.x and 2.2 branches. | That would be great. Could you attach the source files to the JIRA issue at https://jira.jboss.org/jira/browse/JBREM-1077? Tha

[jboss-user] [Remoting] - Re: Using remoting for RMI for EJB 2 with scoket connector a

2009-01-03 Thread ron.si...@jboss.com
Glad to hear it. :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199377#4199377 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4199377 ___ jboss-user mailing list jboss-user@

[jboss-user] [Remoting] - Re: JBREM-877: New Socket Connection is being Created for Ev

2009-01-03 Thread ron.si...@jboss.com
I'm continuing the discussion about Vinay Kumar's (vink's) issues on the "Socket Read Timeout on stressing calls for validating produc" thread - http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199374#4199374. View the original post : http://www.jboss.com/index.html?module=bb&op=viewto

[jboss-user] [Remoting] - Re: Stream Corrupted Exception on Server side

2009-01-03 Thread ron.si...@jboss.com
I'm continuing the discussion about Vinay Kumar's (vink's) issues on the "Socket Read Timeout on stressing calls for validating produc" thread - http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199374#4199374. View the original post : http://www.jboss.com/index.html?module=bb&op=viewto

[jboss-user] [Remoting] - Re: Socket Read Timeout on stressing calls for validating pr

2009-01-03 Thread ron.si...@jboss.com
Hi Vinay, You have described problems on this thread and two other threads, which is making it hard for me to get a unified picture of what's going on. To try to clarify things, I'm consolidating the discussions on this thread. Here, I believe, are the phenomena you have experienced: 1. This

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss 5.0 Taking LONG Time to Start Up

2009-01-03 Thread jaikiran
"ctf" wrote : | 2009-01-03 13:49:12,640 DEBUG [org.jboss.deployment.MappedReferenceMetaDataResolverDeployer] (main) vfsfile:/C:/jboss-5.0.0.GA/server/default/deploy/jmx-console.war/ endpoint mappings: | | | | 2009-01-03 13:49:12,640 DEBUG [org.jboss.deployment.MappedReferenceMetaDat

[jboss-user] [JBoss jBPM] - Re: Finding process instances by vars

2009-01-03 Thread kukeltje
the pattern is to use the business key and retrieve process instances based on that. Store domain data in your domain model and select from there which process instance to retrieve. People still tend to put to much data in the process as well as use the identity module to broadly. I never used t

[jboss-user] [JCA/JBoss] - Re: Data source Connection

2009-01-03 Thread jaikiran
See this http://www.jboss.org/community/docs/DOC-9880 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199367#4199367 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4199367 ___ j

[jboss-user] [JBoss jBPM] - Re: DatabaseServerLoginModule question

2009-01-03 Thread kukeltje
yes, because they do not have the security-role of user View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199366#4199366 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4199366 ___

[jboss-user] [JCA/JBoss] - Data source Connection

2009-01-03 Thread rudreshtcs
Hi, I was trying a standalone java client for Oracle Datasource(using JNDI). I am able to successfully connect to this database through a servlet. I searched few forums which said that JBoss does not support this. Errors on connection : JNDI name not bound Cannot get connection: javax.naming.N

[jboss-user] [JBoss jBPM] - Re: Finding process instances by vars

2009-01-03 Thread salaboy21
Ronald, in jBPM 4 there is something about that? if not.. can we think some kind of pattern or best practices to achive that? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199363#4199363 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posti

[jboss-user] [JBoss jBPM] - Re: BPM engine within different tools

2009-01-03 Thread salaboy21
I think is a very good question.. and the answer is ... depends... Depends of what are you try to achive.. If you want to reuse you business process between multiple applications, you must probably want to have your business process engine outside you application and talk with that when you appli

[jboss-user] [JBoss jBPM] - Re: Restrict the users to start process definition

2009-01-03 Thread salaboy21
you can do whatever you want.. you only need to customize the admin console.. becuase if you look for another post about this console, you should see that is not a production application.. and it is only to test some functionalities of jBPM. If you look the code of jBPM console, you will find t

[jboss-user] [JBoss jBPM] - Re: Any user sees all the user tasks

2009-01-03 Thread salaboy21
anonymous wrote : | I created 3 tasks and assigned these tasks to 3 different users. But from Admin Console, I am able to see the other users tasks and also I can perform taks assigned to other users. | I think that is why they call it Admin Console.. because is for administrators and PO

[jboss-user] [JBoss Messaging] - Re: JMS ConnectionFactories

2009-01-03 Thread timfox
You said you were using JBoss MQ. This forum is about JBoss Messaging not JBoss MQ. The title of the post is "DO NOT POST JBOSS MQ QUESTIONS HERE". What part of that did you not understand? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199359#4199359 Reply

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss 5.0 Taking LONG Time to Start Up

2009-01-03 Thread ctf
Thanks, Here's the relevant piece I found in the log. If I run it from command line instead of Eclipse plugin, it runs faster. If I remove my EAR from the deployment dir it runs even faster. 2009-01-03 13:49:12,640 DEBUG [org.jboss.deployment.MappedReferenceMetaDataResolverDeployer] (main) v

[jboss-user] [J2EE Design Patterns] - Re: A New J2EE Framwork/MVC Framework And A New Service Orie

2009-01-03 Thread Amirsam
I Come Back and answer u :d Bye. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199357#4199357 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4199357 ___ jboss-user mailing li

[jboss-user] [J2EE Design Patterns] - Re: A New J2EE Framwork/MVC Framework And A New Service Orie

2009-01-03 Thread Amirsam
You can get information about : Killer/J2SOS/JSP/JSF/EJB/Hibernate/Spring/Struts/MVC/JMS/BC4J/JRE/RMI/Corba/JMF/SOAP/AOP/AspectJ/ADF/JClient/ Ajax/J2ME/J2EE/J2SE/Ruby/ActionScript/Oracle/Google/Apache/JBOSS/XP/WAP/RUP/UML/DataBase/RSS/XML/JAVA/ OC4J/OpenSource/Servlet/JTA/JDBC/JNDI/ERP/ServerSide/

[jboss-user] [J2EE Design Patterns] - Re: A New J2EE Framwork/MVC Framework And A New Service Orie

2009-01-03 Thread Amirsam
You can use J2EE Frameworks: Shine Hibernate Struts Spring Or Aspect J You can get quick information about shine by J2EE And Service Oriented Programming disquisition! for get information about other j2ee framework, you can use shine forum -> Open dis (ENG) in Sourceforge View the original

[jboss-user] [J2EE Design Patterns] - Re: A New J2EE Framwork/MVC Framework And A New Service Orie

2009-01-03 Thread tom_tompson
hi. thanks amirsam. I am a high developer in J2Me but I am new in J2EE,if I want to learning shine and deploy my web project with shine framework, how van I do that? I haven't nmuch time to learning shine or othere j2ee framework. how can I learn shine or other J2EE framework quick? please if yo

[jboss-user] [Remoting] - Re: Why so many retries?

2009-01-03 Thread mohitanchlia
anonymous wrote : I don't follow. What's the outcome? It worked just fine. It reduced the number of times it was trying to get the Socket (client invoker) to the server. I have another question though, In clustered environment when is the pool created on client side? Because until client gets f

[jboss-user] [J2EE Design Patterns] - Re: A New J2EE Framwork/MVC Framework And A New Service Orie

2009-01-03 Thread Amirsam
with the best wishes Amirsam Bahador, I am active in this forum for your questions Special Thanks JBoss! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199352#4199352 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4199

[jboss-user] [EJB 3.0] - Re: Resource Injection into Servlet Filter = Receive timed o

2009-01-03 Thread ctf
Found the problem. There was an old jbossall-client.jar file in the web lib directory (which gets deployed with the app). Removed this and now that error is gone... on to the next error ;) Thanks again. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199351

[jboss-user] [J2EE Design Patterns] - Re: A New J2EE Framwork/MVC Framework And A New Service Orie

2009-01-03 Thread Amirsam
This paper is no image paper !!! J2EE and Service Oriented Programming Authored by: AmirSam Bahador Level: Advanced Contents: Introduction - The purpose of compilation this essay Chapter 1: Basic concepts of J2EE - Servlet and JSP - MVC - MVC or JWMS? That is the problem? Perhaps

[jboss-user] [Remoting] - Re: Socket Invoker timeout

2009-01-03 Thread mohitanchlia
anonymous wrote : | The java.net.NoRouteToHostException doesn't represent a timeout. The "creation attempt took 5001 ms" message is just extra information provided by the invoker. So does it really mean that timeout is on initial Socket connection creation and not on the read operation? Vie

[jboss-user] [JBoss jBPM] - DatabaseServerLoginModule question

2009-01-03 Thread jeremiah.lumontod
i have the following tables: jbmp_id_group 1 G sales organisation 2 G manager security-role 3 G hr organisation 4 G admin security-role 5 G usersecurity-role 6 G support security-role 7

[jboss-user] [J2EE Design Patterns] - A New J2EE Framwork/MVC Framework And A New Service Oriented

2009-01-03 Thread Amirsam
Hi Dears Shine is a Java-J2EE Application Framework/JWMS(Java Web Model Service)Framework/MVC Framework/Service Oriented Framework. Shine Includes Ajax Libs/Server API/J2EE Architecture. Shine Supported JSF/Spring/AspectJ/Struts/Hibernate/... You can use Shine Framework for Implement ERP Web

[jboss-user] [JBoss Tools (users)] - Re: How to install JBT should include ref to CR1 site

2009-01-03 Thread nickboldt
Both the nightly [1] and stable [2] sites linked are for Eclipse 3.4 / JBoss Tools 3.0.0.x. [1]http://download.jboss.org/jbosstools/updates/nightly/trunk/ [2]http://download.jboss.org/jbosstools/updates/development/ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic

[jboss-user] [JBoss Cache: Core Edition] - Re: Far cache (TcpCacheServer) configuration

2009-01-03 Thread manik.surt...@jboss.com
I started taking a look at this yesterday evening, I'll spend some time on it Monday morning and post back. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199345#4199345 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=41

[jboss-user] [JBoss AOP] - javax.naming.NoInitialContextException: Cannot instantiate c

2009-01-03 Thread arpitgadle
Hi All, I am getting the follwing exception after running my simple stateless bean client. javax.naming.NoInitialContextException: Cannot instantiate class: org.jnp.interfaces.NamingContextFactory Here is my configuration Java 6.0 Tomcat 5.5 JBoss 4.0.3SP1 And i have set the environment va

[jboss-user] [Remoting] - Re: Using remoting for RMI for EJB 2 with scoket connector a

2009-01-03 Thread doychin
Thanks for the tip. It did the trick. Now I reverted to original option values and added that extra option. Doychin View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199343#4199343 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=

[jboss-user] [Remoting] - Re: JBoss Remoting and compression

2009-01-03 Thread doychin
In order to allow compression to work with EJB 2.x invocations I created my own Compression marshaller and unmarshaller which descend from original classes. The default constructor for both classes now call the constructor that takes one parameter of type Marshaller/UnMarshaller with new Invoc

[jboss-user] [EJB 3.0] - Re: Resource Injection into Servlet Filter = Receive timed o

2009-01-03 Thread ctf
Hi Jaikiran, Thanks for your response. I was using the JBoss Eclipse plugin to start it up. Now I'm trying from the command line (default bin/run.bat) with the same result. I do not have a jndi.properties. The EJB does show up in JNDI-View. I'm trying a bunch of things but not getting anywhe

[jboss-user] [JBoss Messaging] - Re: JMS ConnectionFactories

2009-01-03 Thread siddharth_2279
Yeah I read this post. But I have still not got answer to my question : anonymous wrote : | 1) How do I create a QueueConnectionFactory / TopicConnectionFactory in JBoss if I want to create my own connection factories ? I have JBoss 4.2.2 installed. Please guide me. Any help would be greatly

[jboss-user] [JBossMQ] - Creating Connection Factory in JBoss MQ.

2009-01-03 Thread siddharth_2279
Hi All, I am using JBoss 4.2.2 GA as my application server. It user JBoss MQ. I am aware that for creating our own queues and topics we have to make an entry in jbossmq-destinations-service.xml (jboss-4.2.2.GA\server\default\deploy\jms). But I am not able to find as to how do we create our own

[jboss-user] [JBoss Messaging] - Re: JMS ConnectionFactories

2009-01-03 Thread timfox
"siddharth_2279" wrote : What is JBM ?? I am using JBoss 4.2.2 GA app server. It uses JBoss MQ as its messaging provider. This post should help you. I guess you missed it the first time: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=80573 View the original post : http://www.jboss.c

[jboss-user] [JBoss Messaging] - Re: JMS ConnectionFactories

2009-01-03 Thread siddharth_2279
What is JBM ?? I am using JBoss 4.2.2 GA app server. It uses JBoss MQ as its messaging provider. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199337#4199337 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4199337

[jboss-user] [JBoss jBPM] - Re: Trying to persist process instances - need some help

2009-01-03 Thread kukeltje
You should either use a more complete full jbpm.cfg.xml or leave it out so the default will be used. Not sure if that is the cause. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199332#4199332 Reply to the post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss 5.0 Taking LONG Time to Start Up

2009-01-03 Thread jaikiran
anonymous wrote : 22:41:34,515 INFO [NativeServerConfig] 3.0.4.SP1 | [. LONG WAIT HERE .] | 22:43:44,359 INFO [Ejb3DependenciesDeployer] Encountered deployment abstractvfsdeploymentcont...@77 | 64591{vfsfile:/C:/jboss-5.0.0.GA/server/default/deploy/myApp.ear/myAppEJB.jar/} | I

[jboss-user] [EJB 3.0] - Re: Resource Injection into Servlet Filter = Receive timed o

2009-01-03 Thread jaikiran
anonymous wrote : Caused by: javax.naming.CommunicationException: Receive timed out [Root exception is java.net.SocketTimeoutException: Receive timed out] What command doou use to start JBoss? Also, do you package any jndi.properties file in your application? If yes, please post it's contents.

[jboss-user] [EJB 3.0] - Re: How to inject sessionbean from sessionbean

2009-01-03 Thread jaikiran
anonymous wrote : CourseHandler tries to inject groupHandler and vice versa You mean a circular dependency? Try adding @IgnoreDependency on one of the injections. See this for detatils http://www.jboss.com/index.html?module=bb&op=viewtopic&t=117943 View the original post : http://www.jboss.com

[jboss-user] [Remoting] - Re: Why so many retries?

2009-01-03 Thread ron.si...@jboss.com
"mohitanchlia" wrote : | I made the change to EJB deployer only but for some reason it didn't work because I had a typo. | I don't follow. What's the outcome? "mohitanchlia" wrote : | Upgrading the jboss remoting might be a problem with Jboss support group. In order to continue to ge

[jboss-user] [JBoss Messaging] - Re: New JBoss Messaging clustering

2009-01-03 Thread timfox
Probably you haven't deployed your queue on both nodes. Regarding CTRL-C - there is a FAQ on this and many old discussions in JIRA and on the forums. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199319#4199319 Reply to the post : http://www.jboss.com/inde

[jboss-user] [JBoss Messaging] - Re: Exception in MessagingPostOffice

2009-01-03 Thread timfox
hsql is not a clusterable database. I think that is made clear in the installation section of the user guide. The naming of "clustered-hsql-persistence-service.xml" is admittedly confusing, but it's only intended as a placeholder. As I say, the installation guide is explicit about not to use hs

[jboss-user] [JBoss Messaging] - Re: Running JMS with MySQL

2009-01-03 Thread timfox
This is a known issue, tracked in JIRA https://jira.jboss.org/jira/browse/JBMESSAGING-1471 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199317#4199317 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4199317 ___

[jboss-user] [Remoting] - Re: Socket Invoker timeout

2009-01-03 Thread ron.si...@jboss.com
"mohitanchlia" wrote : | anonymous wrote : | | The call to java.net.Socket.connect(SocketAddress endpoint), which is the overloaded version of connect() used in org.jboss.remoting.transport.socket.MicroSocketClientInvoker, does not time out. | | | | I didn't understand the above

[jboss-user] [Remoting] - Re: Stream Corrupted Exception on Server side

2009-01-03 Thread ron.si...@jboss.com
"vink" wrote : | netstat tool shows many connections on 1098 & 1099 in TIME_WAIT state | Ports 1098 and 1099 are used by java RMI, not Remoting. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199315#4199315 Reply to the post : http://www.jboss.com/inde

[jboss-user] [EJB 3.0] - Re: Can't inject PersistenceContext, NullPointerException wh

2009-01-03 Thread TristanS
Oddly, I got it working by luck and I'm still tracking down what I did. I tried your suggestion (unitName="...") and that didn't work. But I did get it working using a JNDI lookup rather than injection (see http://forum.hibernate.org/viewtopic.php?p=2402399#2402399 for more details). As and whe

[jboss-user] [EJB 3.0] - Re: How to inject sessionbean from sessionbean

2009-01-03 Thread NSchweig
Hi, the only thing I see in the server.log that belongs to that error is: | ... | 2009-01-03 10:27:14,656 ERROR [org.jboss.system.server.profileservice.ProfileServiceBootstrap] (main) Failed to load profile: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS): | | ***

[jboss-user] [JBoss Cache: Core Edition] - Re: Cache service not registered on cold start EAR persisten

2009-01-03 Thread ryanrlamothe
I changed the following line with no change in behavior: | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199312#4199312 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4199312 ___

[jboss-user] [JBoss Cache: Core Edition] - Re: Cache service not registered on cold start EAR persisten

2009-01-03 Thread ryanrlamothe
Here is my persistence.xml file: | http://java.sun.com/xml/ns/persistence"; | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; | xsi:schemaLocation="http://java.sun.com/xml/ns/persistence | http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd"; version="1.0"> |

[jboss-user] [JBoss Cache: Core Edition] - Re: Cache service not registered on cold start EAR persisten

2009-01-03 Thread ryanrlamothe
I tried placing the MBean definition in the default/conf/jboss-service.xml file instead of a standalone cache-config.xml file in /default/deploy but got a different error relating to TransactionManager being NULL at runtime. View the original post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [JBoss Cache: Core Edition] - Re: Cache service not registered on cold start EAR persisten

2009-01-03 Thread ryanrlamothe
Caused by: javax.management.InstanceNotFoundException: jboss.cache:service=EJB3EntityCache is not registered. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199309#4199309 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

[jboss-user] [EJB 3.0] - Resource Injection into Servlet Filter = Receive timed out

2009-01-03 Thread ctf
JBoss AS 5.0 JDK 6.x Window XP Eclipse JBoss Plugin My Eclipse project is set up using the default EJB project structure (Ear project, EJB project, Web project). I'm trying to inject a stateless ejb into a servlet filter, but upon deployment, I get the following exception 00:11:22,593 ERR

[jboss-user] [Installation, Configuration & DEPLOYMENT] - JBoss 5.0 Taking LONG Time to Start Up

2009-01-03 Thread ctf
Hi, I'm just starting to check out 5.0. I have pretty much a basic/default installation of JBoss AS 5.0. The same EJB app that takes about a minute to start up in 4.x takes more than 4 minutes in 5.0. Some sample output... | 22:41:14,203 INFO [WebService] Using RMI server codebase: http://