Re: [JBoss-user] petstore 1.1.2 build.xml problem?

2001-05-31 Thread Ganasen Gounden

We have ignored that particular error message and all works fine in the reference 
implementation.

   [error] No local string for
 enterprise.deployment.application.description


 [EMAIL PROTECTED] 05/30/01 03:26PM 

  Turn verbose on and send me the output.

--- Maarten Roosendaal [EMAIL PROTECTED] wrote:
 jdk1.3
  and i also use j2ee 1.3
 - Original Message -
 From: Cuong Tran [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Tuesday, May 29, 2001 5:14 PM
 Subject: Re: [JBoss-user] petstore 1.1.2 build.xml problem?
 
 
 
   What's your jdk?
 
  --- mroosendaal [EMAIL PROTECTED] wrote:
   Hi,
  
   I've posed questions related to this subject before but i still have the
   problem. When i rebuild the petstore 1.1.2 i get the following error:
   [error] No local string for
 enterprise.deployment.application.description
   I think it has something to do with the build.xml or the estore_ejb.xml.
  
   I'm trying to configure petstore to use MySQL on NT, but the
 documentation
   from jboss and the petstore is sometimes confusing and not specific
 enough.
   Can anyone help me?
  
   Thanks,
   Maarten
  
 
 
  =
  Cuong Q. Tran [EMAIL PROTECTED]
 
  __
  Do You Yahoo!?
  Yahoo! Auctions - buy the things you want at great prices
  http://auctions.yahoo.com/ 
 
  ___
  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 


=
Cuong Q. Tran [EMAIL PROTECTED]

__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/ 

___
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] Petstore 1.1.2 Oracle 817 Integrationproblem?

2001-05-31 Thread Ganasen Gounden

Hi

I have managed to get Petstore 1.1.2 setup and working with Oracle 8.1.7 database. I 
can select records and add them to my shopping cart. But I
I get an error when trying to save the orders ie when I press the last proceed button. 
I dot experiece these problems when working with Cloudscape and Hypersonic.
I used j2ee 1.2.1 and jdk 1.3.1 on Windows NT/2000.  I configured jboss.jcml according 
to the maillist and documentation suggestions. See below. Any help is appreciated. 

Error Message:

Server Error 
null; nested exception is: javax.ejb.EJBException 
Oops! Your request cannot be completed. The server got the following error. 


  com.sun.j2ee.blueprints.petstore.control.exceptions.GeneralFailureException: 
null; nested exception is: 
javax.ejb.EJBException
at 
com.sun.j2ee.blueprints.petstore.control.web.ShoppingClientControllerWebImpl.handleEvent(ShoppingClientControllerWebImpl.java:142)
at 
com.sun.j2ee.blueprints.petstore.control.web.RequestProcessor.processRequest(RequestProcessor.java:84)
at 
com.sun.j2ee.blueprints.petstore.control.web.MainServlet.doProcess(MainServlet.java:111)
at 
com.sun.j2ee.blueprints.petstore.control.web.MainServlet.doGet(MainServlet.java:91)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:404)
at org.apache.tomcat.core.Handler.service(Handler.java:286)
at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
at 
org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:797)
at org.apache.tomcat.core.ContextManager.service(ContextManager.java:743)
at 
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.java:210)
at org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498)
at java.lang.Thread.run(Thread.java:484)

Please notify the administrator. Thank you. 

Listing:  jboss.jcml 

?xml version=1.0 encoding=UTF-8?
!-- This is where you can add and configure your MBeans
  ATTENTION: The order of the listing here is the same order as
the MBeans are loaded. Therefore if a MBean depends on another
MBean to be loaded and started it has to be listed after all
the MBeans it depends on.
--

server
  !-- Classloading --
  mbean code=org.jboss.web.WebService name=DefaultDomain:service=Webserver
attribute name=Port8083/attribute
  /mbean

  !-- JNDI --
  mbean code=org.jboss.naming.NamingService name=DefaultDomain:service=Naming
attribute name=Port1099/attribute
  /mbean
  mbean code=org.jboss.naming.JNDIView name=DefaultDomain:service=JNDIView /


  !-- Transactions --
  mbean code=org.jboss.tm.TransactionManagerService 
name=DefaultDomain:service=TransactionManager
attribute name=TransactionTimeout300/attribute
  /mbean

  !-- Security --

  !-- Uncomment to enable the sample SRPVerifierStore service
  mbean code=org.jboss.security.srp.SRPVerifierStoreService 
name=Security:name=SRPVerifierStoreService
attribute name=JndiNameSRPDefaultVerifierSource/attribute
attribute name=StoreFileSRPVerifierStore.ser/attribute
  /mbean
--
  !-- Uncomment to enable the SRP login service
  mbean code=org.jboss.security.srp.SRPService name=service:name=SRPService
attribute name=JndiNameSRPServerInterface/attribute
attribute name=VerifierSourceJndiNameSRPDefaultVerifierSource/attribute
attribute name=AuthenticationCacheJndiNameSRPAuthenticationCache/attribute
attribute name=ServerPort10099/attribute
  /mbean
--

  !-- JAAS security manager and realm mapping --
  mbean code=org.jboss.security.plugins.JaasSecurityManagerService 
name=Security:name=JaasSecurityManager
attribute 
name=SecurityManagerClassNameorg.jboss.security.plugins.JaasSecurityManager/attribute
  /mbean

  !-- Uncomment to enable the XML implementation of the JAAS policy
  mbean code=org.jboss.security.plugins.SecurityPolicyService 
name=Security:name=SecurityPolicyService
attribute name=JndiNameDefaultSecurityPolicy/attribute
attribute name=PolicyFilesample_policy.xml/attribute
  /mbean
--

  !-- JDBC --
  mbean code=org.jboss.jdbc.JdbcProvider name=DefaultDomain:service=JdbcProvider
 attribute 
name=Driversorg.hsql.jdbcDriver,org.enhydra.instantdb.jdbc.idbDriver,oracle.jdbc.OracleDriver/attribute
  /mbean

mbean code=org.jboss.jdbc.XADataSourceLoader 
name=DefaultDomain:service=XADataSource,name=MyOracleDS
attribute name=PoolNameMyOracleDS/attribute
attribute 
name=DataSourceClassorg.opentools.minerva.jdbc.xa.wrapper.XADataSourceImpl/attribute
attribute name=Properties/attribute
attribute name=URLjdbc:oracle:thin:@n2f1:1521:gis8i/attribute
attribute 

[JBoss-user] RE: petstore 1.1.2, do tell! Please!

2001-05-22 Thread Ganasen Gounden

Hello

I have installed Jboss on Windows NT/2000 successfully.
I have also installed the j2ee reference implementation version 1.2.1 with
jdk 1.3.1 with  Petstore 1.1.2  and cloudscape database. All works fine.

I now need to install the Petstore 1.1.2 Application on Jboss. I would ultimately want 
the database to be in Oracle but for now cloudscape will do.

Could someone please provide me with a step by step guideline on how to do this. Also 
please provide me all the configuration files. This is a fresh installation so I do 
not have to worry about overriding anything.

The existing information is confusing or incomplete or refers to the older version. I 
am also new to J2ee.

My recommendation is that the Jboss developers have a working version of the product 
bundled into the download. It will help me and others save a lot of problems in trying 
to get a j2ee sample application running quick and easily.

Please realise that many of us do these downloads for evaluation and demonstration to 
our management. It is very disappointing when we have to battle in doing this. 

I have had a bash at Jboss, Enhydra, In-q-my, Oracle 9ias, Jrun, and now Orion. They 
all have similar challenges in getting Pet Store up and running.
I
  do not mean to be a nag but many thanks in advance if you can help.

Regards

Gan Gounden
City of Cape Town
Ph (021) 400-2174
Fax (021) 425-1096
Cell 083-63-59-268
e-mail: [EMAIL PROTECTED]


Gan Gounden
City of Cape Town
Ph (021) 400-2174
Fax (021) 425-1096
Cell 083-63-59-268
e-mail: [EMAIL PROTECTED]


 [EMAIL PROTECTED] 05/19/01 03:55AM 
Hell yeah!  I've been trying to do this (with Cloudscape) all week.  Please
fill us in on the details! (any and all config files would be great too!)

Thanks!

Jonah

  I have managed to successfully deploy petstore 1.1.2
on jboss 2.2.1-tomcat 3.2.1, using Hypersonic as the database.
If anyone is interested, I'm willing to share what I've done.



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



**
Any unauthorized use and interception of this e-mail is illegal.
If this e-mail is not intended for you, you may not copy, 
distribute or disclose the contents to anyone.  This e-mail 
does not give rise to any binding legal obligations upon the
City of Cape Town unless the City of Cape Town subsequently
confirms the content in writing non-electronically.  This e-mail
may be confidential, legally privileged or otherwise protected
by law.  Unauthorised disclosure or copying of any or all of it
may be unlawful. If you receive this e-mail in error please notify
the sender and delete the message

**

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



Re: [JBoss-user] Problem building JBoss-modified Petstore

2001-05-15 Thread Ganasen Gounden

Hello

I have the same problem, if you solve it, please email me.

Regards
ganasen 

Gan Gounden
City of Cape Town
Ph (021) 400-2174
Fax (021) 425-1096
Cell 083-63-59-268
e-mail: [EMAIL PROTECTED]




**
Any unauthorized use and interception of this e-mail is illegal.
If this e-mail is not intended for you, you may not copy, 
distribute or disclose the contents to anyone.  This e-mail 
does not give rise to any binding legal obligations upon the
City of Cape Town unless the City of Cape Town subsequently
confirms the content in writing non-electronically.  This e-mail
may be confidential, legally privileged or otherwise protected
by law.  Unauthorised disclosure or copying of any or all of it
may be unlawful. If you receive this e-mail in error please notify
the sender and delete the message

**

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



Re: [JBoss-user] How to deploy servlet application from adirectory other than jetty.home?

2001-05-14 Thread Ganasen Gounden

I have a servlet application installed on c:\myapp. I have configured tomcat to call 
this application sucessfuly. I am now moving onto Jboss/Jetty. How can I do this in 
jboss/jetty without having to copy this application into the jett.home stucture? I 
want is to be able to modify the jetty.xml file to point to this independant 
directory. Your help is appreciated. Thanks.




**
Any unauthorized use and interception of this e-mail is illegal.
If this e-mail is not intended for you, you may not copy, 
distribute or disclose the contents to anyone.  This e-mail 
does not give rise to any binding legal obligations upon the
City of Cape Town unless the City of Cape Town subsequently
confirms the content in writing non-electronically.  This e-mail
may be confidential, legally privileged or otherwise protected
by law.  Unauthorised disclosure or copying of any or all of it
may be unlawful. If you receive this e-mail in error please notify
the sender and delete the message

**

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