[JBoss-user] Transaction timed out --I need help!

2001-08-09 Thread Faisal Abdallah
any suggestion mostly appreciated Faisal Abdallah ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

Re: [JBoss-user] Jboss CD Example - 'pload: can't read file ` cds.txt error

2001-08-08 Thread Faisal Abdallah
in the Upload class where public static void main(String[] args) { String filename = CDs.txt; try { put the cds.txt classpath for instance C:\jboss\cds.txt it will work Faisal Abdallah - Original Message - From: SigurĂ°ur Reynisson [EMAIL PROTECTED] To: [EMAIL PROTECTED

Re: [JBoss-user] Need more examples contributed by others

2001-08-07 Thread Faisal Abdallah
Absolutely.. me personnaly I will be sending many web app adapated to Jboss such as Petstore1.2 ,Sun's duke example and many more.. - Original Message - From: Robert Finneran [EMAIL PROTECTED] To: Jboss-User [EMAIL PROTECTED] Sent: Tuesday, August 07, 2001 9:28 PM Subject: [JBoss-user]

[JBoss-user] EJB in depth

2001-08-07 Thread Faisal Abdallah
Have a look at Roman's Mastering EJB II in www.theserverside.com EJB demistified! in't faisal abdallah

Re: [JBoss-user] jboss_tomcat on win98

2001-07-28 Thread Faisal Abdallah
go to property in window DOS then go to memory then change the initial environment to 4069 then restart your computer u will get rid of this.. Faisal abdallah - Original Message - From: cxc cxcc [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, July 28, 2001 7:38 PM Subject

Re: [JBoss-user] MySQL, CMP Deployment Problem

2001-07-25 Thread Faisal Abdallah
try to remove the deployed app ear from jboss jboss\tmp dir and redeploy your app .. faisal - Original Message - From: Scott Salisbury To: [EMAIL PROTECTED] Sent: Wednesday, July 25, 2001 6:45 PM Subject: [JBoss-user] MySQL, CMP Deployment Problem Hello, I have a CMP bean that I have

[JBoss-user] Jass security example

2001-07-23 Thread Faisal Abdallah
Hi jboss users Can any generous Jboss user( who managed to make jass-howto example work) show me how can I access the secureServlet .I ve tried every single suggestion found in the mailing list but nothing is happening, and all what I get on jboss console is [EmbeddedTomcatSX] Bad password for

[JBoss-user] check www.dbforms.org

2001-07-20 Thread Faisal Abdallah
Check www.dbforms.org for a database driven web application ide (jsp struts) faisal ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

[JBoss-user] Jboss Security Howto example

2001-07-19 Thread Faisal Abdallah
hi dear jboss users In Scott's jass security example I could not access the secureServlet.All what I get is this: [EmbeddedTomcatSX] Bad password for username=null [EmbeddedTomcatSX] LoginException: Password Incorrect/Password Required [EmbeddedTomcatSX] User: null is NOT authenticated then

Re: [JBoss-user] Petstore deployed on JBoss 2.2.* ??

2001-06-22 Thread Faisal Abdallah
hi Me too I am having the same pb with ejb bounding :This is what I get so far Server Error ejb not bound Oops! Your request cannot be completed. The server got the following error. com.sun.j2ee.blueprints.petstore.control.exceptions.GeneralFailureException: ejb not bound at

[JBoss-user] Zola pr

2001-06-21 Thread Faisal Abdallah
Has Zolaweb applicationbeen abandoned .It has been updated for 9 months Faisal

[JBoss-user] Petstore1.1.2?

2001-06-16 Thread Faisal Abdallah
While trying to install Petstore1.1.2 on Jboss using mySQL.I received this message telling me that ejb is NOt bound Server Error ejb not bound Oops! Your request cannot be completed. The server got the following error. com.sun.j2ee.blueprints.petstore.control.exceptions.GeneralFailureException:

Re: [JBoss-user] mysql

2001-06-16 Thread Faisal Abdallah
The current version MySQL works fine with Jboss .The latest vesion has BERKELEY DB and InnoDB included. check chapter 3 JDBC of the documentation to find out how to make the connection url and specifying your datasource - Original Message - From: Boris Garbuzov [EMAIL PROTECTED] To:

Re: [JBoss-user] Jboss finders

2001-06-07 Thread Faisal Abdallah
more specifics about what you're doing. CMP or BMP? What are your transactions set to (Required, RequiresNew, or Mandatory)? Are you seeing differences between commit option A, B, and C? Faisal Abdallah wrote: Now I am sure that Jboss does NOT know what he is doing when using finders

[JBoss-user] DEAR JBOSS USERS

2001-06-07 Thread Faisal Abdallah
Dear Jboss users I am interested in hearing your experience with Jboss . I ve been using it since jboss2.0 update ...nd few improvements have occurred since .Till now it seems to me that IT can't, even, carry out the simplest EJB tasks such as finder methods( ByPrimarykey(),findAll( ) and

[JBoss-user] Jboss Collection BMP finder method

2001-06-06 Thread Faisal Abdallah
When I use Collection in BMP finder method ,Jboss run frustratingly slow and stops without giving the result what might be the pb? Thanks in advance ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

[JBoss-user] Jboss finders

2001-06-06 Thread Faisal Abdallah
Now I am sure that Jboss does NOT know what he is doing when using finders and findByPrimaryKey.If I was the only one to mention this, it could be a pb with my code hope this will be fixed soon. Faisal ___ JBoss-user mailing list [EMAIL PROTECTED]

[JBoss-user] Petstore1.1.2 mySQL (no cloudspace or j2eesdk)

2001-05-29 Thread Faisal Abdallah
Hi all I am close to install petstore1.1.2 on Jboss2.2 mySQL Anybody doing the same! ...so me might (together) make it work.. Faisal Abdallah ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

Re: [JBoss-user] BM Entity Bean Example?

2001-05-21 Thread Faisal Abdallah
Check Jbosstest-cvs - Original Message - From: Christopher Cheng [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, May 21, 2001 5:45 AM Subject: [JBoss-user] BM Entity Bean Example? Does anybody have an example of Bean Managed EJB with JBoss, preferably for Sybase?

Re: [JBoss-user] Problem running JBoss 2.2.1

2001-05-20 Thread Faisal Abdallah
This happened to me many times (win98) whenever I install or uninstall a program run by j2sdk! try to go back to j2sdk...exe install it again the run Jboss hope this help! Faisal - Original Message - From: Jim Fritchman [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, May 20, 2001