Re: [JBoss-user] jboss 3.2.3 + jetty X

2003-12-21 Thread Mark Lassau
Has JBoss actually made an announcement of whether they will be 
releasing Jetty bundles from now on?
Either I have missed something, or we are seeing a lapse in 
"Professional Open Source".

There are definitely a lot of users who want to continue to use 
Jetty/JBoss for a number of valid reasons
(eg being able to server static web content as well as HTTPS on Windows 
platforms, keeping pure-Java platform neutral solution, known Tomcat bugs,
or those of us who have already invested a lot of time developing and 
testing for JBoss/Jetty etc.).
I realise we can all go and build our own by removing tomcat SAR, and 
dropping in Jetty SAR, but this will lead to version fragmentation.
It is much better for the whole JBoss community if they know everyone on 
(eg) JBoss/Jetty 3.2.3 is using the exact same setup.

Rod Macpherson wrote:

BCS poll shows Jetty winning however of the 18 million daily downloads
of JBoss that majority now use Tomcat. 

We resisted moving to Tomcat because our stuff would break horribly on
it. When the powers that be started steering the herd toward tomcat we
decided to put the cart before the horse and jump on the bandwagon
before the fat lady sung. The problem turned out to be non-compliant JSP
tags that were exposed when we moved to Tomcat. After those were fixed
up we had no further issues to speak of. 

-Original Message-
From: Mike Moulton [mailto:[EMAIL PROTECTED] 
Sent: Thursday, December 18, 2003 8:38 AM
To: [EMAIL PROTECTED]
Subject: Re: [JBoss-user] jboss 3.2.3 + jetty X

I would also like to see regular Jetty releases, despite the fact that 
it is no longer the container of choice. However I am not holding my 
breath, as previous post seem to indicate that politics come before 
innovation.

..
Mike Moulton
[EMAIL PROTECTED]
 





---
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: [JBoss-user] problem with deploying EJB CMPs

2003-12-21 Thread Alexey Loubyansky
Can you package the failing bean separately and send it to me directly?

netanel weinberg wrote:

i'm getting that error on deploying:
I'm trying to use my EJB CMP and getting this error:
...
 Depends On Me: org.jboss.deployment.DeploymentException: Couldn't create
entity command: ; - nested throwable: (java.lang.NullPointerException)]
---
will u be able to send me your DD to compare? :)
10x ahead,
netanel.


---
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


Re: [JBoss-user] problem with deploying EJB CMPs

2003-12-21 Thread netanel weinberg
i'm getting that error on deploying:
I'm trying to use my EJB CMP and getting this error:
2003-12-17 11:32:24,218 INFO  [org.jboss.deployment.MainDeployer] Starting
deployment of package:
file:/D:/jboss-3.2.2/server/cniltest/deploy/Companies.jar
2003-12-17 11:32:24,625 INFO  [org.jboss.ejb.EjbModule] Deploying
CustomersBean
2003-12-17 11:32:24,656 INFO  [org.jboss.ejb.EjbModule] Deploying
DepartmentBean
2003-12-17 11:32:24,656 INFO  [org.jboss.ejb.EjbModule] Deploying
SupplierBean
2003-12-17 11:32:24,671 INFO  [org.jboss.ejb.EjbModule] Deploying PartBean
2003-12-17 11:32:24,671 INFO  [org.jboss.ejb.EjbModule] Deploying
RelationswholesaleBean
2003-12-17 11:32:24,687 INFO  [org.jboss.ejb.EjbModule] Deploying
RelationsnameBean
2003-12-17 11:32:24,703 INFO  [org.jboss.ejb.EjbModule] Deploying
RelationsthirdpartyBean
2003-12-17 11:32:24,718 INFO  [org.jboss.ejb.EjbModule] Deploying
ContactsBean
2003-12-17 11:32:24,718 INFO  [org.jboss.ejb.EjbModule] Deploying
ContactspbBean
2003-12-17 11:32:24,734 INFO  [org.jboss.ejb.EjbModule] Deploying
DiscountsBean
2003-12-17 11:32:24,750 INFO  [org.jboss.ejb.EjbModule] Deploying
OtherwsBean
2003-12-17 11:32:24,750 INFO  [org.jboss.ejb.EjbModule] Deploying
MessagesBean
2003-12-17 11:32:24,765 INFO  [org.jboss.ejb.EjbModule] Deploying
WholesalesBean
2003-12-17 11:32:24,781 INFO  [org.jboss.ejb.EjbModule] Deploying
CompaniesBean
2003-12-17 11:32:24,968 WARN  [org.jboss.ejb.EntityContainer] No resource
manager found for jdbc/mySQL
2003-12-17 11:32:25,296 INFO  [org.jboss.ejb.plugins.EntityInstancePool]
Started jboss.j2ee:jndiName=CustomersBean,plugin=pool,service=EJB
2003-12-17 11:32:25,296 INFO  [org.jboss.ejb.EntityContainer] Started
jboss.j2ee:jndiName=CustomersBean,service=EJB
2003-12-17 11:32:25,296 WARN  [org.jboss.ejb.EntityContainer] No resource
manager found for jdbc/mySQL
2003-12-17 11:32:25,328 INFO  [org.jboss.ejb.plugins.EntityInstancePool]
Started jboss.j2ee:jndiName=DepartmentBean,plugin=pool,service=EJB
2003-12-17 11:32:25,328 INFO  [org.jboss.ejb.EntityContainer] Started
jboss.j2ee:jndiName=DepartmentBean,service=EJB
2003-12-17 11:32:25,328 WARN  [org.jboss.ejb.EntityContainer] No resource
manager found for jdbc/mySQL
2003-12-17 11:32:25,343 INFO  [org.jboss.ejb.plugins.EntityInstancePool]
Started jboss.j2ee:jndiName=SupplierBean,plugin=pool,service=EJB
2003-12-17 11:32:25,343 INFO  [org.jboss.ejb.EntityContainer] Started
jboss.j2ee:jndiName=SupplierBean,service=EJB
2003-12-17 11:32:25,343 WARN  [org.jboss.ejb.EntityContainer] No resource
manager found for jdbc/mySQL
2003-12-17 11:32:25,359 INFO  [org.jboss.ejb.plugins.EntityInstancePool]
Started jboss.j2ee:jndiName=PartBean,plugin=pool,service=EJB
2003-12-17 11:32:25,359 INFO  [org.jboss.ejb.EntityContainer] Started
jboss.j2ee:jndiName=PartBean,service=EJB
2003-12-17 11:32:25,375 WARN  [org.jboss.ejb.EntityContainer] No resource
manager found for jdbc/mySQL
2003-12-17 11:32:25,390 INFO  [org.jboss.ejb.plugins.EntityInstancePool]
Started jboss.j2ee:jndiName=RelationswholesaleBean,plugin=pool,service=EJB
2003-12-17 11:32:25,390 INFO  [org.jboss.ejb.EntityContainer] Started
jboss.j2ee:jndiName=RelationswholesaleBean,service=EJB
2003-12-17 11:32:25,406 WARN  [org.jboss.ejb.EntityContainer] No resource
manager found for jdbc/mySQL
2003-12-17 11:32:25,421 INFO  [org.jboss.ejb.plugins.EntityInstancePool]
Started jboss.j2ee:jndiName=RelationsnameBean,plugin=pool,service=EJB
2003-12-17 11:32:25,421 INFO  [org.jboss.ejb.EntityContainer] Started
jboss.j2ee:jndiName=RelationsnameBean,service=EJB
2003-12-17 11:32:25,421 WARN  [org.jboss.ejb.EntityContainer] No resource
manager found for jdbc/mySQL
2003-12-17 11:32:25,453 INFO  [org.jboss.ejb.plugins.EntityInstancePool]
Started jboss.j2ee:jndiName=RelationsthirdpartyBean,plugin=pool,service=EJB
2003-12-17 11:32:25,453 INFO  [org.jboss.ejb.EntityContainer] Started
jboss.j2ee:jndiName=RelationsthirdpartyBean,service=EJB
2003-12-17 11:32:25,453 WARN  [org.jboss.ejb.EntityContainer] No resource
manager found for jdbc/mySQL
2003-12-17 11:32:25,468 INFO  [org.jboss.ejb.plugins.EntityInstancePool]
Started jboss.j2ee:jndiName=ContactsBean,plugin=pool,service=EJB
2003-12-17 11:32:25,468 INFO  [org.jboss.ejb.EntityContainer] Started
jboss.j2ee:jndiName=ContactsBean,service=EJB
2003-12-17 11:32:25,468 WARN  [org.jboss.ejb.EntityContainer] No resource
manager found for jdbc/mySQL
2003-12-17 11:32:25,500 INFO  [org.jboss.ejb.plugins.EntityInstancePool]
Started jboss.j2ee:jndiName=ContactspbBean,plugin=pool,service=EJB
2003-12-17 11:32:25,500 INFO  [org.jboss.ejb.EntityContainer] Started
jboss.j2ee:jndiName=ContactspbBean,service=EJB
2003-12-17 11:32:25,500 WARN  [org.jboss.ejb.EntityContainer] No resource
manager found for jdbc/mySQL
2003-12-17 11:32:25,531 INFO  [org.jboss.ejb.plugins.EntityInstancePool]
Started jboss.j2ee:jndiName=DiscountsBean,plugin=pool,service=EJB
2003-12-17 11:32:25,531 INFO  [org.jboss.ejb.EntityContainer] Started
jboss.j2ee:jndiName=DiscountsBean,service=EJB
2