[JBoss-user] [Installation, Configuration Deployment] - Re: Problem in executing run.sh

2005-07-30 Thread vashistvishal
JBoss Bootstrap Environment | | JBOSS_HOME: /home/vikas/sharath/jboss-4.0.2 | | JAVA: java | | JAVA_OPTS: -server -Xms128m -Xmx128m -Dprogram.name=run.s You have to set yr JAVA_HOME environment variable pointing to JDK loction Like JAVA_HOME= C:/java/JDK-1.5 As tools.jar comes

[JBoss-user] [Beginners Corner] - Re: Database issues

2005-07-29 Thread vashistvishal
https://www.jboss.org/index.html?module=bbop=viewtopict=36910start=310 All the issues with this tutorial are coverd here. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3887221#3887221 Reply to the post :

[JBoss-user] [Installation, Configuration Deployment] - Re: org.xml.sax.SAXParseException

2005-07-29 Thread vashistvishal
You wont get much help if yu don't provide errors stack trace from logs View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3887222#3887222 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3887222

[JBoss-user] [Installation, Configuration Deployment] - Re: org.xml.sax.SAXParseException

2005-07-28 Thread vashistvishal
Can u please provide more debug on error - like stack trace for the error. On the face of it, it's coming because an element 'type' is either missing or not closed properly in some xml file. Probably in web.xml or jboss.xml View the original post :

[JBoss-user] [Beginners Corner] - Re: Web Console Applet Error

2005-07-22 Thread vashistvishal
Not sure about yr real issue as i dont use windows for development at all, but would be worth pursuing to use SUNS JVM. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3886083#3886083 Reply to the post :

[JBoss-user] [Installation, Configuration Deployment] - Re: problem while installing jboss-3.2.6 on redhat linux 9

2005-07-22 Thread vashistvishal
Did you change the permission on the file. chmod u+x jboss.sh View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3886077#3886077 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3886077

[JBoss-user] [Beginners Corner] - Re: Web Console Applet Error

2005-07-22 Thread vashistvishal
Also for IE to work with Java , i preusme u need Java plugin... for applets... Like mozilla and firefox, make sure that is installed. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3886085#3886085 Reply to the post :

[JBoss-user] [Beginners Corner] - Re: How to configure LocalEJB via XDoclet

2005-07-20 Thread vashistvishal
Yr detailed answer lies here. [url]http://www.amitysolutions.com.au/documents/XDocletChange-technote.pdf [/url] This has been answered before on the mailing list. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3885637#3885637 Reply to the post :

[JBoss-user] [Installation, Configuration Deployment] - Re: JBoss on x86_64 linux

2005-07-20 Thread vashistvishal
We are in the proocess of doing this exercise very soon (beginning of next month) , using SUSE 9.0 on that. So might publsih results fot that here and on my blog as well. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3885638#3885638 Reply to the post :

[JBoss-user] [Installation, Configuration Deployment] - Re: log4j appends to console too

2005-07-20 Thread vashistvishal
If i understood right, then take out the reference of yr appender from the root logger, as every logger inherits from root logger. Also it wll be good to set additivity flag to false. | category name=gl.myapp additivity=false | anonymous wrote : | Note on appender additivity - The

[JBoss-user] [Beginners Corner] - Re: JBoss Service vs. EJB Application?

2005-07-20 Thread vashistvishal
As the name suggests MBeans are to manage beans.. So if u want to monitor the application written in JAVA u can write manged beans, for that. Where as EJB is more about encapsulating about business logic. I hope this helps. Vishal. View the original post :

[JBoss-user] [Beginners Corner] - Re: remote deployment

2005-07-20 Thread vashistvishal
I'm not sure about eclispe as u might be using some plugin like wtp or JBoss IDE. You will have to check what settings/configurations needed for that. In JBoss you can deploy remotely. What you have to do is to goto anonymous wrote : conf/jboss-service.xml file Look for... | attribute

[JBoss-user] [Beginners Corner] - Re: Jboss is worst server.

2005-06-15 Thread vashistvishal
I must say that if you say that JBoss is not good then i'm sure you have not played with other app servers yet, presuambly because this is free and u are learing J2EE on this or experimenting with this. I'm afraid to say that JBoss is one of the best J2EE app servers available in the market.

[JBoss-user] [Beginners Corner] - Re: Storemanagers

2005-05-18 Thread vashistvishal
Use an ear file for scoping of two war files. You might want to read on Classloaders in JBoss as well, discussed in Administration Guide and Wiki. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3878294#3878294 Reply to the post :

[JBoss-user] [Beginners Corner] - Re: Tomcat or JBoss which is better and why

2005-05-17 Thread vashistvishal
You will have to provide more information about yr needs before someone recommends you what exactly you need. Becsuse Tomcat is just a Web Container wich will just serve your web tier comprising (JSP/Servlets, Struts, JSF) etc. Whereas JBoss is s full scale J2EE compliant Application server

[JBoss-user] [Beginners Corner] - Re: Tutorial on J2EE using JBOSS-4.x, Eclipse-3.x, Lomboz-3.

2005-05-17 Thread vashistvishal
Thanks Nishi. For those who dont know what this is about. These new instructions are for new version of tools used in this tutorial http://www.tusc.com.au/tutorial/html/index.html. This covers steps in chapter 3. There is already a thread running on the issues with the tutorial in this

[JBoss-user] [Beginners Corner] - Re: Tutorial on J2EE using JBOSS, Eclipse and Lomboz.

2005-05-17 Thread vashistvishal
There is a new thread http://www.jboss.org/index.html?module=bbop=viewtopicp=3878124#3878124 covering instructions for new version of tools used in this tutorial http://www.tusc.com.au/tutorial/html/index.html. This covers steps in chapter 3. I hope this work by NISHI helps people to leverage

[JBoss-user] [Beginners Corner] - Re: System.out.printlns in server Console.

2005-05-17 Thread vashistvishal
I will say first, use log4j for debug statements if u want to debug. Secondly are you using an IDE, if yes then those debug satements should be avialable from where you ran JBoss. If you are running from shell, like on linux/unix. then it should be there where you ran the JBoss from. Is this

[JBoss-user] [Beginners Corner] - Re: Linux and JBoss

2005-05-16 Thread vashistvishal
For EJBs to u need a container. And JBoss does provide that along with other components. Apache is normally bundled with most of linux distributions, but J2EE compliant app server still hasn't come out by default in various linux distributions , Even though Red Hat is pushing hard for Jonas,

[JBoss-user] [EJB/JBoss] - Re: EJB deployment problems

2005-04-08 Thread vashistvishal
This is the classical classloading problem disccused in JBoss Admin Guide under section. 2.2.2.1. ClassCastExceptions - I'm Not Your Type It says and solution is provided. anonymous wrote : This type of error is common when redeploying an application to which other applications are holding

[JBoss-user] [Beginners Corner] - Re: how to deploy my application

2005-04-08 Thread vashistvishal
This is not a JBoss specific problem and its more with yr assignment.. Please make sure u raise relevant problems in these forums concerning to JBoss. Anyway send yr e-mail via my blog and see if i can help you :-) http://vashistvishal.blogspot.com View the original post :

[JBoss-user] [Beginners Corner] - Re: how to deploy my application

2005-04-06 Thread vashistvishal
First of all u seemed to be having too many doubts and seems to be lost in somewhere. You have to provide more details what u intend to do. As far as deploying an application in JBoss is considered just need J2sdk that is the only S/W you need. JBoss 4.0 needs J2sdk1.4.2 = and it has an

[JBoss-user] [Beginners Corner] - Re: Tutorial on J2EE using JBOSS, Eclipse and Lomboz.

2005-04-06 Thread vashistvishal
I have posted a new thread for the feedback required on the new version of tutorial, please provide yr feedback. https://www.jboss.org/index.html?module=bbop=viewtopict=62314 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3872990#3872990 Reply to the post :

[JBoss-user] [Beginners Corner] - Suggestions on content for a J2EE Tutorial

2005-04-05 Thread vashistvishal
I have been threatening myself for quite a while to publish a J2EE tuorial based on full development life cycle after i published Tutorial for building J2EE Applications using JBOSS and ECLIPSE as a co-author in 2003 which has been a huge success, with people across the globe accessed it and

[JBoss-user] [Beginners Corner] - Re: java.lang.NoClassDefFoundError: com/sun/enterprise/tools

2005-04-04 Thread vashistvishal
This doesn't seem to be JBoss -specific files, i think u are probably using some examples from sun bundled in jar file to be deploy in jboss and by the looks of it it seems u are not setting the classpath variable properly, which u intend to use in these jars. try jar -tvf .jar to see where

[JBoss-user] [Beginners Corner] - Re: java.lang.NoClassDefFoundError: com/sun/enterprise/tools

2005-04-04 Thread vashistvishal
J2EE Server is needed (JBoss is J2EE compliant server) for deploying J2EE applications. When u say Java applications what do u mean by that, because J2EE applications are itslef in JAVA. So not sure what u mean. If u mean non J2EE applications then u dont need J2EE Server. I hope this clarifies.

[JBoss-user] [Beginners Corner] - Re: refused connection

2005-04-03 Thread vashistvishal
First check yr security settings in policy file for the standalone client. Secodly binding address for the naming service under server/{default/all/minimal}/conf/jboss-service.xml can be chnged here as shon below. mbean code=org.jboss.naming.NamingService | name=jboss:service=Naming

[JBoss-user] [Installation Configuration] - Re: Multiple instances of Jboss 3.2.3

2005-04-01 Thread vashistvishal
Section 10.3. Services Binding Management of JBoss Administration Guide -4.0 is yr friend. Works in 3.2.x series as well. Admin guide is available under Documentation. Vishal View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3872325#3872325 Reply to the post :

[JBoss-user] [Beginners Corner] - Re: Jboss Error

2005-04-01 Thread vashistvishal
JBoss -4.x series need J2sdk 1.4 series onwards, not less then that Vishal View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3872371#3872371 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3872371

[JBoss-user] [Beginners Corner] - Re: Tutorial on J2EE using JBOSS, Eclipse and Lomboz.

2005-03-23 Thread vashistvishal
I 'm currently looking for volunteers to update this tutorial with new JBoss-4.0 and other additions... I have my own blog site so will be adding the roadmap of this very soon...and also looking for a space to host the new tutorial. http://vashistvishal.blogspot.com/ Please feel free to

[JBoss-user] [Beginners Corner] - Re: Do not want to write to server.log

2005-03-18 Thread vashistvishal
http://www.jboss.org/index.html?module=bbop=viewtopict=60977 Follow one of the replies by me in this posting will should help you. Vishal View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3870820#3870820 Reply to the post :

[JBoss-user] [Installation Configuration] - Re: Virtual directory outside JBOSS deploy folder

2005-03-18 Thread vashistvishal
If i understand right, waht u are asking is, that rather then putting yr war file in deploy u want this to be deployed in some other directory right. What theat means is that Deployment Scanner service by default looks into deploy folder only. So if u want that behavior just goto

[JBoss-user] [Installation Configuration] - Re: JBOSS not recognizing the jars in .ear file

2005-03-17 Thread vashistvishal
Can you print the stack trace of the exceptions. That way someone can help you. Vishal View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3870508#3870508 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3870508

[JBoss-user] [Beginners Corner] - Re: JBoss-Net

2005-03-16 Thread vashistvishal
Which version of JBoss you are using , It's not supported anymore in JBoss-4.x onwards. (Note it's not portable across other app servers) It's available only in 3.2.x series. But i would recommend you to use jboss-ws4ee.sar as this in line with J2EE-1.4 standards.. I hope this helps ... Vishal

[JBoss-user] [Beginners Corner] - Re: Error when trying to deploy an application

2005-03-15 Thread vashistvishal
To see if the class is there in yr jar ..use this ..command. jar -tvf name.jar Vishal. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3870321#3870321 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3870321

[JBoss-user] [Beginners Corner] - Re: JMS with JBOSS

2005-03-09 Thread vashistvishal
Can u please elaborate on that what u want to do and what is your design and what you are using what sort of clients or J2EE components you re intending to use with JMS. This inforamtion is not enough to help you with. Vishal View the original post :

[JBoss-user] [EJB/JBoss] - Re: Deployment Exception Plz help

2005-03-07 Thread vashistvishal
org.jboss.deployment.DeploymentException: Error in ejb-jar.xml for Entity Bean StringProcessor: The abstract-s chema-name must be specified for CMP 2.x Beans By the looks of it you are missing schema -name of yr database in the deployment descriptors in ejb-jar.xml You have to have this

[JBoss-user] [Installation Configuration] - Re: Log4j - separating logging from jBoss logging

2005-03-04 Thread vashistvishal
I presume what you are saying here is you need a dedicated logging for yr application without interfrence of JBoss logging. If thats the case then you need a dedicated appender say RollingFile Appender. appender name=YR_FILE class=org.jboss.logging.appender.RollingFileAppender | ---Path of

[JBoss-user] [Beginners Corner] - Re: Global JNDI name for queues and datasources

2005-03-04 Thread vashistvishal
Yaa you can change the JNDI name in this deploy/jms/jbossmq-destinations-service.xml file as shown below. mbean code=org.JBoss.mq.server.jmx.Queue | name=JBoss.mq.destination:service=Queue,name=VISHAL | depends

[JBoss-user] [Beginners Corner] - Re: Tutorial on J2EE using JBOSS, Eclipse and Lomboz.

2005-03-02 Thread vashistvishal
Okiee I have replied various issues with the tutorial in this thread http://www.jboss.org/index.html?module=bbop=viewtopicp=3868463#3868463 as there were few bugs when i created this which i think :-) i have solved in this thread. Appologies for such a late response..nearly after 2 yrs..

[JBoss-user] [Beginners Corner] - Re: lomboz xdoclet jboss

2005-03-02 Thread vashistvishal
Okiee... I'm trying to solve this problem of ejb-local-ref and JNDI lookup problems for tutorial i published nearly 2 yrs back using JBoss-3.2.1 Here it goes. As can be seen by the dtds of jboss.xml for JBoss-3.21 under docs/dtds directory... it states that you don't need ejb-local-ref..

[JBoss-user] [Beginners Corner] - Re: Tool to convert weblogic-ejb-jar.xml to jboss.xml

2005-02-23 Thread vashistvishal
I'm not aware of any tool for that may be there are.. What i will do is use Xdoclet tags so that it generates the tags for both the app server. http://xdoclet.sourceforge.net/ http://xdoclet.sourceforge.net/xdoclet/tags/bea-tags.html http://xdoclet.sourceforge.net/xdoclet/tags/jboss-tags.html I

[JBoss-user] [Installation Configuration] - Re: conflicting apache axis versions

2005-02-16 Thread vashistvishal
http://www.jboss.org/index.html?module=bbop=viewtopict=60037 Check this if that helps to you. Vishal View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3866768#3866768 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3866768

[JBoss-user] [Installation Configuration] - Re: JBOSS Installation in Linux Environment

2005-02-14 Thread vashistvishal
anonymous wrote : 1.what is the purpose of jboss_init_redhat.sh..? (what are the preferred permissions to start jboss, etc etc) Thse scripts are to be used by user jboss created on the system, for runing and stopping JBoss. If u want to run it as any other l user then just use run.sh and

[JBoss-user] [EJB/JBoss] - Re: Running EJBs from JBoss via web

2005-02-14 Thread vashistvishal
I'm not sure if i understand wat u r trying to say , but if i get right u want to acsess yr beans remotely from diiferent clients... Then use Java client and make sure yr beans are deployed using Remote interface not local interfaces... And acces the name server by its ip address / by name not

[JBoss-user] [Beginners Corner] - Re: DTD to set Entity Bean's JNDI Name?

2005-02-13 Thread vashistvishal
are u Jndi.properties file for the name server detail and cointext facatry settings, if thet the case then make sure its in the .war file of the serrvlet. Otheriwse fisr har code thos in yr servlet codeand test ita nd put jndi.propteries file. View the original post :

[JBoss-user] [Beginners Corner] - Re: DTD to set Entity Bean's JNDI Name?

2005-02-13 Thread vashistvishal
Opps!!!, Sorry for the previous posting with typos.. Are u using Jndi.properties file for the name server details and context factory settings, if that's the case then make sure its in the .war file of the servlet. Otherwise first hardcode those in yr servlet code and test it and put it

[JBoss-user] [Beginners Corner] - Re: jar containing javax.servlet under J2EE 1.4

2005-02-13 Thread vashistvishal
$JBOSS_HOME/server/default/lib/ | has javax.servlet.jar. | Every instance has that jar file. I presuem this is what u tr lloking for. And no quetsion is a dumb question.. as long as u dont ask that again and again So dont worry about it. Vishal View the original post :

[JBoss-user] [Beginners Corner] - Re: Axis1.2/Axis 1.1 integration with Jboss 4.0

2005-02-12 Thread vashistvishal
Hi Anil, Thanks for that invaluable info., this leads to my next question then :-) I didnt realize that stopping MBean for Web Service, wil stop the stop the RMi port. Now u can probably answer my query here. 1. Then how to stop the Web Service MBean in this context. 2. Where do u control the

[JBoss-user] [Beginners Corner] - Re: Make EJB method available to remote java client

2005-02-11 Thread vashistvishal
Is yr client on the sam pc, if not then the you have to access the the name servers with its name in DNS as it is pointing to localhost if thats the case. 1. If thats not the case do u get any erros while deploying the bean. If yes paste the stack trace. 2.If its is deployed successfully, then

[JBoss-user] [Beginners Corner] - Re: Tutorial on J2EE using JBOSS, Eclipse and Lomboz.

2005-02-11 Thread vashistvishal
Okie after some time i'm back to my favourite area :-). I have posted the steps for configuring Axis1.1-1/.12 with Jboss -4.0 I hope this helps. http://www.jboss.org/index.html?module=bbop=viewtopict=60037 Vishal http://www.tusc.com.au/tutorial/html/index.html View the original post :

[JBoss-user] [Beginners Corner] - Re: Application struturation

2005-02-11 Thread vashistvishal
Go to /defulat/conf directory. There is jboss--service.xml file. Thst file loads the Deployment Scanner Mbean. | !-- -- !-- Deployment Scanning -- !--

[JBoss-user] [Beginners Corner] - Re: Problem deploying ear

2005-02-11 Thread vashistvishal
org.jboss.deployment.DeploymentException: expected one display-name tag What that means u haven't specified display-namexxx/dispaly-name tag in application.xml part of ear file. Check the dtds for this as well. This should fix yr problem. ;-) Vishal. View the original post :

[JBoss-user] [Beginners Corner] - Re: deploy problems

2005-02-11 Thread vashistvishal
http://www.jboss.org/index.html?module=bbop=viewtopict=36910 try this bit out of date but still a good resource. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3866294#3866294 Reply to the post :

[JBoss-user] [Beginners Corner] - Re: Axis1.2/Axis 1.1 integration with Jboss 4.0

2005-02-10 Thread vashistvishal
Okie Guys, I have got this going now. Jboss4.0 with Axis-1.1 and steps will be same with Axis1.2Rc2 (dont expect hassels with that). Before staeting Jboss4.0 steps to be carried out. 1. Remove jboss-ws4ee.sar from default/deploy directory. 2. Go to default/conf/jboss-service.xml and

[JBoss-user] [Beginners Corner] - Re: Axis1.2/Axis 1.1 integration with Jboss 4.0

2005-02-10 Thread vashistvishal
http://www.tusc.com.au/tutorial/html/index.html My appologies for typos.. :-( Vishal View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3866177#3866177 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3866177

[JBoss-user] [Beginners Corner] - Re: Make EJB method available to remote java client

2005-02-10 Thread vashistvishal
@ejb.util generate=physical add this tag at yr class level... below the @ej.bean tag and then deploy yr bean. Vishal View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3866188#3866188 Reply to the post :

[JBoss-user] [Beginners Corner] - Axis1.2/Axis 1.1 integration with Jboss 4.0

2005-02-09 Thread vashistvishal
Hi, I'm looking for some hlep in integating Axis-1.2 /Axis-1.1 with Jboss-4.0 and some doubts on few queries :-) . As i understand Jboss4.0 comes with jboss-ws4ee.sar which is J2ee-1.4 compliant web services and uses apache axis as its underlying core (not sure which version though, i

[JBoss-user] [Beginners Corner] - Re: Axis1.2/Axis 1.1 integration with Jboss 4.0

2005-02-09 Thread vashistvishal
Hi Anil, Thanks for that reply, that does help.:) You will have to totally remove JBossWS from JBoss 4.x and bring in Axis 1.2 as a Web Application running on tomcat. --- when u say that do u mean deploy axia as war in deploy directory or add in tomcat.sar. because i did try adding it as a

[JBoss-user] [Beginners Corner] - Re: Tutorial Recommendations?

2004-11-02 Thread vashistvishal
Ttry this... http://www.tusc.com.au/tutorial//index.html This is bit out of date now. I a'm currently trying to write a new one for Jboss4.0 and Eclipse with whole J2EE life cycle covered staring from setting up the CVS to finally deplyoing the Project .ear file. Vishal View the original post

[JBoss-user] [Beginners Corner] - Re: javax.naming.NameNotFoundException: StoreAccessBean not

2004-08-25 Thread vashistvishal
http://www.jboss.org/index.html?module=bbop=viewtopict=36910 Check this and hopefully will get yr solution. Vishal View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3846224#3846224 Reply to the post :

[JBoss-user] [Beginners Corner] - Re: Problem in Deploying MyBank

2004-08-22 Thread vashistvishal
You are missing some librarires on classpath and add it in server file of lomboz.. By this error it looks to me its u are missing gnu-regexp.jar on yr path.. I hope this helps.. Vishal View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3845856#3845856 Reply to

[JBoss-user] [Beginners Corner] - Re: Tutorial on J2EE using JBOSS, Eclipse and Lomboz.

2004-08-17 Thread vashistvishal
http://www.jboss.org/index.html?module=bbop=viewtopict=53124 For issues on chapter 9 plz refer this link as well Cheers... Vishal. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3845329#3845329 Reply to the post :

[JBoss-user] [Beginners Corner] - Re: Tutorial on J2EE using JBOSS, Eclipse and Lomboz.

2004-08-17 Thread vashistvishal
Hi Anil, Thanks for that, can u plz post that link to me on [EMAIL PROTECTED] Vishal. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3845381#3845381 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3845381

[JBoss-user] [Beginners Corner] - Re: Tutorial on J2EE using JBOSS, Eclipse and Lomboz.

2004-08-17 Thread vashistvishal
Hi People having issues with tutorial and can't resolve it from this thread can also follow the lomboz forum on Objectweb site. http://forge.objectweb.org/forum/forum.php?forum_id=360 Cheers Vishal View the original post :

[JBoss-user] [Beginners Corner] - Re: Tutorial on J2EE using JBOSS, Eclipse and Lomboz.

2004-08-16 Thread vashistvishal
Hi guys, It will be good to know what were the issues or error in tutorial as i'm planning to upgrade this with new Eclipse 3.0, lomboz plugin and Jboss 4.0 .. Yr feedback will be invaluable. Also intending to add a chapter on JASS... And if anybody wants to seee anything else i'm more than

[JBoss-user] [Beginners Corner] - Re: JBoss Application Server Source Codes

2004-08-05 Thread vashistvishal
http://sourceforge.net/project/showfiles.php?group_id=22866package_id=16942 Src code for jboss lives at source forge. Vishal. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3844208#3844208 Reply to the post :

[JBoss-user] [Beginners Corner] - Re: contextjavax.naming.NameNotFoundException

2004-08-05 Thread vashistvishal
yr bean doesnt seem to be bound to right name as compred to the name u re looking for from yr clinert. Have look at the Jndi name its bound to from Jboss...JMX console. Also check tha yr bean is deployed without errors. Vishal View the original post :

[JBoss-user] [Beginners Corner] - Re: log4j and JBoss

2004-08-05 Thread vashistvishal
I i undrestood yr problem correctly, then its an issue with 'additvity' flag inr yr logger configutartion for that looger. If you set this flag=false then it shouldn't multiply logging in. like --- - appnder-ref ref=xxx/ View the

[JBoss-user] [Beginners Corner] - Re: tusc tutorial

2004-08-05 Thread vashistvishal
Just add the missing libaray in .server file from the preferences section of lomboz in eclipse, and librarires are in /server /all/lib area. for server side and client side is in clients ditrectory under jboss Vishal. View the original post :

[JBoss-user] [Beginners Corner] - Re: Tutorial on J2EE using JBOSS, Eclipse and Lomboz.

2004-07-14 Thread vashistvishal
Just check yr deployed stateles bean what interfaces are deployed, since exception is raised at narrow which is unable to look for desired remote interface which i think is not deployed. Or JND NAME is an issue. Also since beacuse both axis and bean are in same jvm so there is no need (if you

[JBoss-user] [Beginners Corner] - Re: tusc tutorial - jboss dont bound jndi StoreAccessBean N

2004-07-14 Thread vashistvishal
http://www.jboss.org/index.html?module=bbop=viewtopict=36910 Follow this link and hopefully you will be get yr solution. Vishal. http://www.tusc.com.au View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3842152#3842152 Reply to the post :

[JBoss-user] [Beginners Corner] - Re: JBoss API doc

2004-06-13 Thread vashistvishal
Download src code and then generatea pi doces from there, it has a shell script which does that for you in one of the directoreis i forgot now which one. I hope this helps. Cheers... Vishal View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3838589#3838589 Reply

[JBoss-user] [Beginners Corner] - Re: Tutorial on J2EE using JBOSS, Eclipse and Lomboz.

2004-06-09 Thread vashistvishal
Hi All, For spanish readers there is a spanish version of this tutorial at the following link. http://www.programacion.com/java/tutorial/jap_aplic_jboss/ Credit to Juan Antonio Palos (Ozito) for translating this. Cheers... Vishal View the original post :

[JBoss-user] [JBoss.NET SOAP] - Re: SOAP Monitor

2004-06-07 Thread vashistvishal
Use 'ethereal' it's a better tool for these sorts of issues. Vishal. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3837703#3837703 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3837703

[JBoss-user] [Beginners Corner] - Re: no META-INF/application.xml found

2004-06-07 Thread vashistvishal
Make sure the persmmision are ok on appliaction.xml that is it has proper read permission. Secondly appliaction.xml goes in META-INF directory, it's not clear from yr posting the level of this file. I hope this helps. Vishal. View the original post :

[JBoss-user] [Beginners Corner] - Re: CORBA Call back Client and Session beans

2004-05-31 Thread vashistvishal
Just a suggestion on yr scenario, if you dont want to use CORBA to talk to bean then use GSOAP for C/C++ cleint to talk to Stateless Session Bean. Vishal View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3837015#3837015 Reply to the post :

[JBoss-user] [Beginners Corner] - Re: Tutorial on J2EE using JBOSS, Eclipse and Lomboz.

2004-05-25 Thread vashistvishal
Create an EAR file and deploy in the jboss-3.x/server/all or default or mimimal, whichever u are runing. Checks the forums to create an ear file using ant or if u are using latest lomboz then it has the facility to create an ear file. I hope this helps. Vishal. View the original post :

[JBoss-user] [Beginners Corner] - Re: Problems with J2EE tools

2004-05-25 Thread vashistvishal
Try this: www.tusc.com.au/tutorial/html/index.html It demonstrates all the J2EE components using free tools like JBoss, Eclipse and Lomboz. Vishal View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3836129#3836129 Reply to the post :

[JBoss-user] [Beginners Corner] - Re: ejbGenerate.xml

2004-03-29 Thread vashistvishal
Well this is more lomboz specific quetion, better to be araside at thier forums. But as far as ejbGenerate.xml in some of teh versions of lomboz it has been replaced by xdoclet.xml. I'm not sure what versions you are using. If you want to see ejbGenerate.xml Then use Eclipse 2.1 with

[JBoss-user] [Beginners Corner] - Re: Tutorial on J2EE using JBOSS, Eclipse and Lomboz.

2004-03-29 Thread vashistvishal
Hi nytamre :- Have a look at this thread http://www.jboss.org/index.html?module=bbop=viewtopict=47662 This should resolve yr problem. Vishal. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3828024#3828024 Reply to the post :

[JBoss-user] [Beginners Corner] - Re: Tutorial on J2EE using JBOSS, Eclipse and Lomboz.

2004-03-15 Thread vashistvishal
Chapter 4 is available on the same site where the rest of the tutorial is. With yr other query : I haven't used that version of lomboz , but it seems they might have change configuration of lomboz. Since you are new in this domain, i would use Eclispe version 2.1.2 with lomboz.212.p1.zip (only

[JBoss-user] [Beginners Corner] - Re: Need a Simple Example

2004-03-15 Thread vashistvishal
Try this. www.tusc.com.au/tutorial/html/index.html Vishal a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825862#3825862;View the original post/a a href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3825862Reply to the post/a

[JBoss-user] [Beginners Corner] - Re: Tutorial on J2EE using JBOSS, Eclipse and Lomboz.

2004-03-14 Thread vashistvishal
To - raffaelecorvino : - To yr first problem with TCP error. By the looks of yr error it looks to me localhost is not being set up in hosts file if on linux and if on windows then it has to go lmhosts file (i think thats the file on windows). Have a look at forums here

[JBoss-user] [Beginners Corner] - Re: Help on Starting JBoss

2004-03-14 Thread vashistvishal
JBoss Bootstrap Environment . JBOSS_HOME: C:\JBoss1\bin\\.. . JAVA: c:\j2sdk1.4.1_01\bin\java . JAVA_OPTS: -Dprogram.name=run.bat . CLASSPATH: ;c:\j2sdk1.4.1_01\lib\tools.jar;C:\JBoss1\bin\\run.jar -- These are

[JBoss-user] [J2EE Design Patterns] - Re: Data Access Object and BMP

2004-03-12 Thread vashistvishal
Have a look at this link. www.tusc.com.au/tutorial/html/chap5.html. I hope this will help Vishal. a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825463#3825463;View the original post/a a href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3825463Reply to the

[JBoss-user] [Beginners Corner] - Re: Tutorial on J2EE using JBOSS, Eclipse and Lomboz.

2004-03-12 Thread vashistvishal
Chapter 4 is out, after a long wait. Next chapter will be on JAAS. Watch out. Cheers Vishal. a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825464#3825464;View the original post/a a href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3825464Reply to

[JBoss-user] [Beginners Corner] - Re: How to develop JBoss client application in C++

2004-03-11 Thread vashistvishal
One of the solutions you can use is using Web Services. That is yr C++ client will use GSOAP and APACHE-AXIS for WEbService and talk to J2EE components like SLSB in JBOSS. Have a look at the perl client example in this tutorial at the bottom of this chapter..

[JBoss-user] [Beginners Corner] - Re: Tutorial on J2EE using JBOSS, Eclipse and Lomboz.

2004-03-09 Thread vashistvishal
Any tags with @jboss is a application servers specific tag and the generated descriptor goes in jboss.xml rather then in ejb-jar.xml. I hope this helps. Vishal. a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825000#3825000;View the original post/a a

[JBoss-user] [Beginners Corner] - Re: Tutorial on J2EE using JBOSS, Eclipse and Lomboz.

2004-03-08 Thread vashistvishal
Hi Guys, After some months i had a look at this forum today and seems some people are having some problems. I havent been able to work with new Jboss-3.2.3 distribution and Lombozs distribution. Therefore havent been able to update the tutorial. But as far as runnung Jboss from eclipse is

[JBoss-user] [JBoss.NET SOAP] - Re: web service as stateful bean

2004-03-08 Thread vashistvishal
No not at this stage, only Stateless session beans can be used as end points. Vishal. a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3824857#3824857;View the original post/a a href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3824857Reply to the post/a