Re: [JBoss-user] diectory checksum error

2001-07-02 Thread Sebastien Alborini

[EMAIL PROTECTED] wrote:
> 
> I originally did an install of JBoss-2.2.2_Tomcat-3.2.2, while after I did
> tar xvf I got the usual output lines but at the end I got this error:
> tar : directory checksum error
> On my first install I ignored this. I ended up getting a null
> pointerException, so I removed the jboss and tomcat directories and am
> starting over.
>  I get tar : directory checksum error once again, anyone know if this is a
> unix or jboss error.
> Also when Itry to run tomcat with startup.sh I get errors pointing to the
> server.xml file(it doesnt like the following two
> JBossWebXmlReader,JBossSecurityMgrRealm)if I comment these out I get further
> in my setup.
>  I am running Solaris 5.8 with Apache already installed and j2ee 1.3.1
> Thanks in advance Graham

Hi, 

JBoss binaries are packaged using GNU tar, and I think there are known
compatibility issues with solaris tar.

Can you try gtar instead of tar ?  (or use the zip)

Sebastien

___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] Can't find tutorial sources

2001-06-23 Thread Sebastien Alborini

[EMAIL PROTECTED] wrote:
> 
> I am trying to do the CMP tutorial in the manual. I can't find the
> CDCollection sources in the actual manual and the pointer from the
> manual to the files section doesn't work. The pointer points to
> 
> mentation/files/
> 
> but that's a 404.

Correct link is http://www.jboss.org/doco_files/

Sebastien

___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] java.lang.NullPointerException in deployment descriptor - but what exactly

2001-06-21 Thread Sebastien Alborini

Uma Shanker wrote:
> 
> Hello !!
> 
> Here is ejb-jar.xml. Section  is commented but was originally
> there.

Hi,
In the assembly-descriptor, you have 
.
This element should not be empty. (should be one of Supports, Required,
...)

There is a bug in jboss, so that it fails to report the problem
correctly, I will fix it asap.

> 
> Q.  Another question is order of  tags also matter. like can i have:
>   ChemicalBean
>   de.shanker.ejb.ejbtest.ChemicalHome
>   de.shanker.ejb.ejbtest.Chemical
>   de.shanker.ejb.ejbtest.ChemicalBean
>  or
>ChemicalBean
>de.shanker.ejb.ejbtest.Chemical
>de.shanker.ejb.ejbtest.ChemicalBean
>de.shanker.ejb.ejbtest.ChemicalHome
>  Is both are ok.
> 


Both are OK, the order of tags doesn't matter for jboss. But you should
probably stick to the spec for portability.

Sebastien

___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] hello & tomcat-test ear

2001-06-20 Thread Sebastien Alborini

On Wed, 20 Jun 2001, Richard Bottoms wrote:

> So, anybody have the source code for the tomcat-test.ear file?

It's in the contrib cvs module.  You can get it here:
http://www.jboss.org/zip_archives/contrib-cvs.zip

Sebastien


___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] java.lang.NullPointerException in deployment descriptor - but what exactly

2001-06-19 Thread Sebastien Alborini

> Uma Shanker wrote:
> 
> Hello !!!
>  I am trying to deploy 2 EJBs for last 2 days but no clear indication
> of problems.
> EJBs are CDBean and CDCollectionBean style EJBs with some
> modifications.
> I am on win2000 with Jboss-2.2.2.
> Main problem is that I do not understand whats exactly wrong with
> deplyment descriptor XML file.
> Any Ideas  ??
> 
> --
> .
> [Auto deploy] Watching D:\dev\JBoss-2.2.2\deploy
> [Auto deploy] Auto deploy of
> file:/D:/dev/JBoss-2.2.2/deploy/InterestEJB.jar
> [J2EE Deployer Default] Deploy J2EE application:
> file:/D:/dev/JBoss-2.2.2/deploy
> /InterestEJB.jar
> [J2EE Deployer Default] Create application InterestEJB.jar
> [J2EE Deployer Default] install module InterestEJB.jar
> [Container factory]
> Deploying:file:/D:/dev/JBoss-2.2.2/tmp/deploy/Default/Intere
> stEJB.jar
> [Container factory] java.lang.NullPointerException
> [Container factory] at
> org.jboss.metadata.ApplicationMetaData.importEjbJarXm
> l(ApplicationMetaData.java:102)

That is weird.  ApplicationMetaData should not throw NPE on line 102. 
Can you maybe post your ejb-jar.xml ?

Sebastien

___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] jBoss 2.0 Final: Has anybody the original zip-file??

2001-06-09 Thread Sebastien Alborini

Hi, 

it is still in cvs:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/jboss/binaries/

Sebastien

Daniel Schaller wrote:
> 
> Hello,
> 
> for some tests I need the original zip-file of jBoss 2.0 FINAL.
> 
> Have anybody of you have that file?
> If you have it, please send it to me or send me a link where I can get it.
> The link on jboss.org is dead!
> 
> Thank you a lot
> 
> so long...
> 
> Daniel Schaller
> 
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user

___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] JBoss 2.2.2 / Jetty 3.1RC5 package available

2001-06-06 Thread Sebastien Alborini

The package is available from the Sourceforge site.
The jboss.org website should be updated soon.

>From Julian Gosnell (JBoss-Jetty maintainer):
> New features include :
> 
> - ENC support via AbstractWebContainer (thanks Scott)
> - internal Jetty MBeans are correctly registered with the JBoss JMX
> Agent (exposing their interfaces via e.g. myhost:8082)
> - undeploy/redeploy via J2EEDeployer should now work correctly.

(Jules, please update if necessary)

Sebastien

___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] petstore mail/MailSession & db connection errors

2001-06-05 Thread Sebastien Alborini

Hi, 

It has been fixed.  (it seems cloudscape had died for some unknown
reason)

Sebastien


Alexander Temerev wrote:
> 
> JBoss Pet Store on the link:
> http://www.jboss.org/estore/control/language?language=English isn't working
> at least 4 days. Maybe it's better to fix it to not compromise JBoss? :)
> 
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user

___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] Documentation Error

2001-05-21 Thread Sebastien Alborini

Ivan Novick wrote:
> 
> http://www.jboss.org/documentation/HTML/ch06s05.html
> 
> The ABean implements EntityBean but is declared in  tag in the
> ejb-jar.xml
> 
> Is this a typo or am I missing the concept?

It is a typo.  Thanks!

Sebastien


> 
> Ivan
> 
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user

___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] DTD for ejb-jar.xml and jboss.xml

2001-05-20 Thread Sebastien Alborini

[EMAIL PROTECTED] wrote:
> 
> Is there a document or dtd that describes and lists the valid values for
> ejb-jar.xml and jboss.xml?

http://java.sun.com/j2ee/dtds/ejb-jar_1_1.dtd
http://www.jboss.org/documentation/jboss.dtd

Sebastien

> 
> Thanks,
> Scott
> 
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user

___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] Address in use

2001-05-20 Thread Sebastien Alborini

d cutter wrote:
> 
> i just started using jboss yesterday, so i may very well be doing something
> silly, but when i attempt to deploy a trivial session bean, i get the
> following exception below.  i looked through deja and the faq, but saw
> nothing that looked like this.  it appears as if jboss wants to use port
>  and something else is already using it.  i have no idea what that would
> be.  is there a way to find out? 

Under linux, something like 
lsof -i tcp:

> is there a way to change the port that
> jboss wants to use? 

Yes, you can change it in standardjboss.xml: change the 
values.

Sebastien

___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] SQLServer type-mapping for text?

2001-05-15 Thread Sebastien Alborini

Lewis Henderson wrote:
> 
> Does anyone know what how to set up JAWS for SQLServer text columns? I tried
> LONGVARCHAR and got  :-

Sorry I don't know.

> 
> javax.ejb.CreateException: Could not create entity:java.sql.SQLException:
> [Microsoft][ODBC SQL Server Driver]String data, right truncation
> 
> ...also If I set up java.lang.String to be LONGVARCHAR or whatever, how do I
> then set up my 'standard' VARCHAR strings?

You can redefine a type-mapping on a per-column basis, see example 2 in
http://www.jboss.org/documentation/HTML/ch05s04.html

Sebastien


> 
> Any help here would make my life a LOT easier!!!
> 
> Kind regards
> 
> Lewis
> 
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user

___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] JBoss on unix with sane permissions

2001-04-27 Thread Sebastien Alborini

pohl wrote:

> Another piece of the puzzle is a sysvinit script that
> responds to start, stop, and restart -- and does the right
> thing.

You can use these ones as a starting point:
http://www.mail-archive.com/jboss-user@list.working-dogs.com/msg12192.html


> I suppose another way to make this less ugly would be to figure
> out how to run Tomcat/JBoss in the same process where Tomcat
> is using Apache as the request handler through mod_jk.  I
> haven't seen anybody report success with this,

Then I would like to report success with this.  See the petstore demo on
apache+tomcat+jboss, where tomcat+jboss is run as a non-privileged user:
http://www.jboss.org/business/petstore_frames.html

The latest versions of JBoss_Tomcat now start the AJP Connector declared
in server.xml, so it is not very different from Apache+Tomcat alone.

Sebastien

___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] 2.0 to 2.2.1 problems

2001-04-24 Thread Sebastien Alborini

Ship, Howard wrote:

> If I deploy my beans as is, I have two problems:
> 
> I get a warning when I run jBoss:
> 
> [J2EE Deployer Default] install module VlibBeans.jar
> [Container factory]
> Deploying:file:/C:/JBoss-2.2.1/tmp/deploy/Default/VlibBeans.jar
> [Container factory] Deprecated container invoker. Change to
> org.jboss.ejb.plugins.jrmp.server.JRMPContainerInvoker
> [Container factory] Deprecated container invoker. Change to
> org.jboss.ejb.plugins.jrmp.server.JRMPContainerInvoker
> [Container factory] Deprecated container invoker. Change to
> org.jboss.ejb.plugins.jrmp.server.JRMPContainerInvoker
> [Container factory] res-jndi-name(PrimixVlib)does not start with
> java:/ and assumeJavaPrefix is true
> [Verifier] Verifying
> file:/C:/JBoss-2.2.1/tmp/deploy/Default/VlibBeans.jar/ejb1001.jar
> [Container factory] Deploying Person
> [Container factory] There are no interceptors configured. Check the
> standardjboss.xml file

standardjboss.xml has changed quite a lot between 2.0 and 2.2.1.  (new
container invoker, interceptors can now be configured in this file).  

It seems you have to patch your 2.0 version.

 
> And I get an exception when I access a session bean from my
> presentation layer (seperate process):
> 
> 4:37:27.446 EVENT  vlib: init
> ava.lang.NullPointerException
>at
> sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamR
> emoteCall.java:245)
>at
> sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:2
> 20)
>at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:122)
>at
> org.jboss.ejb.plugins.jrmp.server.JRMPContainerInvoker_Stub.invoke(Unk
> nown Source)

Since there are no interceptors configured, this is not surprising.

HTH,
Sebastien

___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] 2.2.1 release available at sourceforge

2001-04-20 Thread Sebastien Alborini

Alexander Kogan wrote:

> Then how about to release full source bundle
> synchronously with binary distribution?
> 
> like:
> 
> jboss-bin-2.2.1.zip
> jboss-src-2.2.1.zip
> 
> otherwise it is really a pain to synchronize binary
> and source.

Hi, 

that's what cvs tags are for, we now try to use them consistently.  

What you need is
cvs co -r Rel_2_2_1 jboss

Sebastien

___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



RE: [JBoss-user] New User

2001-04-04 Thread Sebastien Alborini

On Wed, 4 Apr 2001, Taylor, Richard wrote:

> So in order to deploy my web-app (the whole point of which is that it can be
> deployed easily in any compliant container), you are suggesting that I have
> to move directories contained withing my web-app just so that I can serve
> any static content within it from Apache?

I agree it is not perfect, but it is a way to do it. Apache cannot change
contexts dynamically, so if you don't want to edit httpd.conf and reload
each time you redeploy, you need to have your static content apart. You
can either copy it to a fixed place or play with symlinks.

Sebastien


___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] New User

2001-04-03 Thread Sebastien Alborini

Taylor, Richard wrote:
> 
> Now this means I cannot tell apache where to serve the static content from
> otherwise I have to update its configuration and restart it each time I
> restart jboss.
> 
> Is there any solution for this?
> 

You can put the static content elsewhere (in a static place).

Sebastien

___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



Re: [JBoss-user] Incorrect archive links on jBoss site

2001-03-22 Thread Sebastien Alborini

Hi, 

The archives are now on mail-archive.com : 

http://www.mail-archive.com/jboss-user%40lists.sourceforge.net/
http://www.mail-archive.com/jboss-development%40lists.sourceforge.net/

The website has been updated.

Sebastien


On Thu, 22 Mar 2001, Bob Newby wrote:

> The page http://www.jboss.org/business/lists.html does not properly link to
> the sites of the new mailing list archives for JBOSS-USER and JBOSS-DEV.
> 
> For example, the JBOSS-USER Archive link takes you to
> http://lists.sourceforge.net/archives//jboss-user/, which is a black hole.
> 
> The actual archive is accessible via
> http://lists.sourceforge.net/lists/listinfo/jboss-user (and is currently
> located at http://www.geocrawler.com/lists/3/SourceForge/10767/0/).
> 
> Someone should fix this, and soon.
> 
> Regards,
> 
> Bob
> --
> Robert E. Newby, President and Principal Engineer
> Renew Associates Incorporated, Arlington, Massachusetts USA
> 781.643.7084  |  [EMAIL PROTECTED]  |  www.renewassoc.com
> e-Solution Consulting and Development Services  |  Java 2, J2EE, XML/XSLT
> and related technologies
> 
> 
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user
> 


___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user