[JBoss-user] [EJB/JBoss] - JNPServerSocketFactory gives ReflectionException?

2005-03-07 Thread HoleInOne
when I open the JMX console on JBoss and click on the Service=Naming I get the following text on JNPServerSocketFactory (RW) : ReflectionException: java.lang.NullPointerException Cause: java.lang.NullPointerException Is this correct? View the original post : http://www.jboss.org/index.html?modu

[JBoss-user] [Installation & Configuration] - Re: logging error - JBoss 3.2.3

2005-03-07 Thread k_s_ashok
Out of this, which log4j jar file, i will set it in the classpath ??? /jboss-3.2.3-src/build/output/jboss-3.2.3/lib/log4j-boot.jar ./jboss-3.2.3-src/build/output/jboss-3.2.3/client/log4j.jar ./jboss-3.2.3-src/build/output/jboss-3.2.3/server/all/lib/log4j.jar ./jboss-3.2.3-src/build/output/jboss-3.

[JBoss-user] [Beginners Corner] - MBean for a service?

2005-03-07 Thread askesis
I need a ModelManager for my application that actively monitors transient non-J2EE data (local and remote TCP/IP data, SNMP info etc. throught CORBA). That data must be available to the EJB's in my application. This ModelManager must be running always as long as the application is deployed (not

[JBoss-user] [Installation & Configuration] - logging error - JBoss 3.2.3

2005-03-07 Thread k_s_ashok
When i run ./build.sh under /messaging/i am getting the following error ... compile-parsers: [javac] Compiling 8 source files to /hai/jboss-3.2.3-src/messaging/output/classes [javac] /hai/jboss-3.2.3-src/messaging/src/main/org/jboss/mq/selectors/Operator.java:10: cannot resolve symb

[JBoss-user] [Security & JAAS/JBoss] - JAAS authentication using a MySQL database ?

2005-03-07 Thread neorozwel
Hi, I'm trying to use a MySQL database as a DataSource for JAAS authentication. I followed all the instructions in getting started guide to install a MySQL database as a datasource and use it as a JAAS data source. By the way I don't know why chapter 9 about Security Configuration disappeared in

[JBoss-user] [JBossWS] - workbook web services example doesn't work

2005-03-07 Thread shel
as far as my question in section "O'Reilly JBoss 3.0/4.0 Workbook" is still unanswered (http://www.jboss.org/index.html?module=bb&op=viewtopic&t=54938) i dare ask here also. jboss workbook 15_1 example for web services works fine under jboss-4.0.0, but under the latest one 4.0.1 it throws: Axis

[JBoss-user] [Beginners Corner] - redeploying production app

2005-03-07 Thread quentincompson
ok, to redeploy an app (war or ear) jboss seems pretty good. but what can i do with jboss in the following scenarios. 1) user is logged into app while i redeploy -- 2) user is logged into an app that uses EJBs and i redeploy those EJBs (Stateless) -- how does jboss handle reployment issues

[JBoss-user] [Messaging, JMS & JBossMQ] - configuring fixed number of mdbs per queue

2005-03-07 Thread kevliang
is it even possible to configure a fixed number of mdb instances for use per queue? i looked at the standjboss.xml, and it looks like that declares the number of MDBs per jmscontainer, which is per jboss instance i assume. is there a way to do so such that i can configure the logical instances

[JBoss-user] [EJB/JBoss] - Re: 4.0.x classloader NoClassDefFoundException

2005-03-07 Thread abcolson
I found my problem. Recall the initial error was java.lang.NoClassDefFoundError: epi/projects/ComplianceProjectParticipantDTO This was very misleading because it had me chasing ghosts such as class loader issues. The real problem was that this class used a third party interface (DTO) that was

[JBoss-user] [Advanced Documentation] - Re: Deployment Order within EAR files

2005-03-07 Thread [EMAIL PROTECTED]
What do you have in your EAR file and what order do you want them deployed in? The normal deployment order makes sense 99% of the time. (SAR, EJB-JAR, WAR, etc...) To override this, you already know about prefixdeployment sorter. This is a great option, so I'm not sure why it isn't meeting y

[JBoss-user] [JBossWS] - deployment problems

2005-03-07 Thread hiten
Hi all, I am trying to deploy my first ws4ee application. I followed all instructions on jboss wiki site, to build SLSB and SEI interface, wsld , webservices.xml, mappings file etc. When I deploy the ear file, nothing happens and this is what i get 10:41:02,506 INFO [EARDeployer] Init J2EE ap

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JBoss 4.0 JMS Cluster Support

2005-03-07 Thread kiran222
Hhuhhh!!! I have been trying to find an answer for the last one week. So, I will post here whatever I could find so far: http://www.jboss.org/wiki/Wiki.jsp?page=JBossMQHA talks about an example that is capable of both Fail over and Load balancing. Fail over is ok. But, I did not get fr

[JBoss-user] [Advanced Documentation] - Deployment Order within EAR files

2005-03-07 Thread dirk.koehler
Hi everybody, I just wonder whether there are other options in JBoss4 of how to specify the deployment order of jars, wars and so on than the one of prefixing the archives? (other options than the usage of PrefixDeploymentSorter in the jboss-service.xml!!!) I have an enterprise archive (ear) i

[JBoss-user] [EJB/JBoss] - Access EJBs deployed on WebLogic from JBoss

2005-03-07 Thread powerherbs
I currently have EJBs deployed on WebLogic 8.1 application server and I need to access them remotely from a JBoss instance running on a different server. Can someone inform me how to do this? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869130#3869130 Re

[JBoss-user] [Advanced Documentation] - Separate Classloader documentation (or real) bug.

2005-03-07 Thread bmelloni
I once found at jboss.org a description on how to setup applications to run in a private classloader, so that all code and jar files placed in an EAR are 100% private to the EAR. This feature worked great in jBoss 3.2.3. Applications were isolated from each other and from jBoss, so that you

[JBoss-user] [JBossWS] - Re: Bug in ServiceDeployerEjb's portURI

2005-03-07 Thread [EMAIL PROTECTED]
The implementation leverages the requirement that the must be unique among all elements within a given deployment. It is also true that you can have multiple elements within a where the must be unique as well. I still favour the current implementation where it is the responsibility of the

[JBoss-user] [JBossWS] - DeploymentException out of the blue

2005-03-07 Thread Joel.Rosi-Schwartz
I have a Web Service running on JBoss 4.0 that has been stable for a couple of months. Today, out of the blue, I can not longer start up JBoss. There has not been a redeployment and I have verified the problem on a second machine running the same code. My network is running fine, but I am suspec

[JBoss-user] [Persistence & CMP/JBoss] - Commit option A causing issues with cache not updating

2005-03-07 Thread cvandyck
Hello For the purpose of this example, assume I have two entities, X and Y, where Y has a fk mapping to X such that: Entity X: public abstract Y getY(); public abstract void setY(Y y); and Entity Y: public abstract java.util.Collection getXs(); public abstract void setXx(java.util.Collection x

[JBoss-user] [Installation & Configuration] - Re: resource-ref tag used for env-entry?

2005-03-07 Thread rogerparkinson
It sounds like I should be using an EAR, which is not a problem. This is a test app at present and the full app will definitely need an EAR. I looked for docs on jboss-app.xml and found lots of stuff, but not what you described. Is there a ref you can point me to? A simple example would do. Tha

[JBoss-user] [Management, JMX/JBoss] - Re: ThresholdMonitor for boolean?

2005-03-07 Thread [EMAIL PROTECTED]
I had a quick look and you are probably right. There is no monitor for booleans, so if you make one I'll commit it. Open a new feature JIRA tasks. Thanks! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869116#3869116 Reply to the post : http://www.jboss.org

[JBoss-user] [JBossWS] - Re: ClassNotFoundException using wscompile task

2005-03-07 Thread wizumwalt
I may have something wrong w/ my wscompile ant task as to why that class is not being found. | | | | If I'm understanding these correctly, I have ... base=where my class files are placed after compiling from the generated src files. sourcebase=this is w

[JBoss-user] [Installation & Configuration] - Configuration for jboss.xml for CMP 2.0

2005-03-07 Thread jselden
Hello, I am in need of an example or code snippet of the configuration for the tag within the jboss.xml file. I am unsure of the vendor specific names to use within these tags. This is to be configured for CMP 2.0. Thank you. View the original post : http://www.jboss.org/index.html?module=bb&

[JBoss-user] [JBossWS] - Re: ClassNotFoundException using wscompile task

2005-03-07 Thread wizumwalt
I wonder if my not having an implementation class has something to do with it. I'm following along in the Wiki, and it just shows an interface class. I'm doing a service endpoint in an ejb. Can't I genereate everything I need just from the interface class? View the original post : http://www.j

[JBoss-user] [JBoss Getting Started Documentation] - Re: User not found: SA

2005-03-07 Thread sabelorin
OK, here it is (hsqldb-ds.xml): | | | | | | | | | | | DefaultDS | | | jdbc:hsqldb:hsql://localhost:1701 | | | | | | org.hsqldb.jdbcDriver | | | sa |

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

2005-03-07 Thread [EMAIL PROTECTED]
http://www.jboss.org/wiki/Wiki.jsp?page=J2EEClient View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869110#3869110 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3869110 --

[JBoss-user] [HTTPD, Servlets & JSP] - Re: JBoss failing with log

2005-03-07 Thread trickard
I have a stack trace if anyone can see anything from this 13:44:54,258 INFO [STDOUT] 3/7 01:44:54.257: Pricing Forms Request received (GC HUMLEY at 10.101.101.30) Unexpected Signal : 11 occurred at PC=0x78C1450C Function=[Unknown.] Library=(N/A) NOTE: We are unable to locate the function name s

[JBoss-user] [Installation & Configuration] - Re: loader repository : silly but quick question...

2005-03-07 Thread alban_coul
Sorry, what does "Valid JMX ObjectNames" mean? www.A.com:loader=A.ear and the 2nd www.B.fr:loader=A.ear this worked!! I don't understand why cause I declared the same ears. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869105#3869105 Reply to th

[JBoss-user] [Beginners Corner] - Application clients

2005-03-07 Thread imm102
hi Im wanting to create a stand along java ap to communicate with my ejb, mdb J2EE application. Are there any tutorials on how to go about this. My book ive been learning J2EE on talks about the reference implementation only. Id like to get this working with Jboss, where does the client class f

[JBoss-user] [Installation & Configuration] - Redeploy fails for struts application on JBoss-3.2.3

2005-03-07 Thread dougorr
I have built a struts application and deployed it to JBoss 3.2.3. I have redeployed this application many times but recently, after making a minor change, I receive an error on redeployment. If I recycle JBoss the application works fine. Can someone suggest how I might debug this error? Below is

[JBoss-user] [The Lizzard's corner] - Can we get *just* the slides for webinars

2005-03-07 Thread camel
I wanted to watch the mod_jk webinar but the audio quality is really bad, I can't understand much of it. Can we get just the PDF (or PPT or whatever) slides for download? thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869101#3869101 Reply to the p

[JBoss-user] [HTTPD, Servlets & JSP] - JBoss failing with log

2005-03-07 Thread trickard
We are running JBoss3.2.5 on HPUX11.x. We upgraded last fall from 2.4.3 and have been running smoothly since the upgrade. We ran without problems for several years before the upgrade. We recently made a small change to a web application and two ejbs that the web app uses. The webapp calls a new

[JBoss-user] [Beginners Corner] - Re: Making files available in an application

2005-03-07 Thread timmorrow
You could store the files in a directory external to the web app (and to the JBoss installation entirely). You'll then need to configure the web-app with the path to the external directory. You could define a initialization parameter in your web.xml to specify this. Unfortunately this would m

[JBoss-user] [Beginners Corner] - Re: Do I need an app server for this simple hooha?

2005-03-07 Thread timmorrow
You don't need an application server for this. For connection pooling, take a look at http://jakarta.apache.org/commons/dbcp/. For passing objects around you could: * Pass each object when you create the thread; and pass those around as needed. This has the advantage of clearly defining the dep

[JBoss-user] [JBossWS] - Re: Mapping between SOAP faults and service exceptions

2005-03-07 Thread omatzura
Hi! we solved this by adding our own typemapping to ws4ee-deployment.xml, in your case it would be something like; | | you may have to change the qname to the actual element name (not its type)... hope this helps.. /Ole View the original post : http://www.jboss.org/index.html?modul

[JBoss-user] [EJB/JBoss] - JNDI available outside tje server?

2005-03-07 Thread HoleInOne
Hello all, I'm trying to call a stateless session bean's business method from outside the server it is running on. Therfore I must access the JNDI of the jboss server. I created a jndi.properties file with the folowing entries: anonymous wrote : java.naming.factory.initial=org.jnp.interfaces.Na

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

2005-03-07 Thread darranl
You need to wrap your xml with [ code ] [/ code ] tags (Removing the spaces I added, also use the preview button to check that it displays correctly. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869092#3869092 Reply to the post : http://www.jboss.org/index

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

2005-03-07 Thread [EMAIL PROTECTED]
I give up. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869091#3869091 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3869091 --- SF email is sponsored by - The IT

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

2005-03-07 Thread [EMAIL PROTECTED]
OK. Here it is: jboss.mq:service=DestinationManager StatisticQueue View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869090#3869090 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3869090 --

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

2005-03-07 Thread [EMAIL PROTECTED]
Something wrong with the website. Any ways, add the following line: StatisticQueue View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869089#3869089 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3869089

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

2005-03-07 Thread [EMAIL PROTECTED]
Seems like it did not paste the whole example. Try it again. jboss.mq:service=DestinationManager StatisticQueue View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869087#3869087 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mo

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

2005-03-07 Thread [EMAIL PROTECTED]
After I look into JBoss source code, I figure out how to do it. You can specify JNDIName attribute. Example below: jboss.mq:service=DestinationManager StatisticQueue View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869086#3869086 Reply to the p

[JBoss-user] [HTTPD, Servlets & JSP] - Virtual Hosting - urgent please help

2005-03-07 Thread binario
Hi all, I have an urgent problem with virtual hosting in JBoss. I see that as of recent versions a single war file can have multiple virtual host elements, each defined in the jboss-web.xml file. However, I want to know if you can point the virtual host to a specific jsp. For example, say I cur

[JBoss-user] [JBossWS] - Does JBoss ignore exception-mapping element in jax-rpc mappi

2005-03-07 Thread Kramar
See topic: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=60965 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869076#3869076 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3869076 --

[JBoss-user] [Installation & Configuration] - Re: Where do I download 4.0.2?

2005-03-07 Thread [EMAIL PROTECTED]
Did you use the JIRA to detect that your bug was fixed in 4.0.2? If yes, I wonder why you did not see a link called "Roadmap" that details when 4.0.2 is being released (just a matter of few days). http://jira.jboss.com/jira/browse/JBAS?report=com.atlassian.jira.plugin.system.project:roadmap-pan

[JBoss-user] [Installation & Configuration] - Where do I download 4.0.2?

2005-03-07 Thread dlindquist
OK, I've got a bug report that is marked as "fixed in 4.0.2": Bug Number: JBAS-1545 But I can only find 4.0.1SP1 to download! Where can I find 4.0.2? Or is it not yet ready? And if 4.0.2 is not yet ready, shouldn't I be able to find a roadmap/plan/schedule somewhere that says when it will be

[JBoss-user] [Installation & Configuration] - RMIServerSocketAddr

2005-03-07 Thread sidazad
Hi, I am trying to switch to JBOSS 4.0.1 from JBOSS 3.2.6. I noticed a new attribute, RMIServerSocketAddr. Specifically, jboss-service.xml contains the following line: custom Can anyone tell me what this attribute means and whether I need to do anything to it for the switch from 3.2.6 to 4.0.1

[JBoss-user] [Installation & Configuration] - Building JBoss 3.2.3 from Source Code - gives error

2005-03-07 Thread k_s_ashok
I downloaded JBoss 3.2.3 and then i did some changes, then i did build.sh for creating the class... When i run run.sh within /hai/jboss-3.2.3-src/build/output/jboss-3.2.3/bin/ , i am getting the following error for JBoss 3.2.3 --- 18:23:24,240 INFO [Log4jService$URLWatchTimerTask] Co

[JBoss-user] [Beginners Corner] - Beginner Question

2005-03-07 Thread calendarw
Hi~ I want to ask the following simple question: 1. Is JBossWS = JBoss 4.x ? 2. If my web service can create some class automatically, then how can I re-deploy it to let JBoss know that? thx --calendarw View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869052#

[JBoss-user] [Installation & Configuration] - Re: Netboot wont work

2005-03-07 Thread domingochavez
I think that you have forgotten the port you want to communicate through... in the example it is 8080. Domingo View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869051#3869051 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&

[JBoss-user] [Installation & Configuration] - Re: Netboot wont work

2005-03-07 Thread domingochavez
I think that you have forgotten the port you want to communicate through... in the example it is 8080. Domingo View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869050#3869050 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&

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

2005-03-07 Thread [EMAIL PROTECTED]
Actually, I am trying to get rid of queue and topic in the JNDI names, i.e. simply VISHALTOPIC and VISHALQUEUE. In my xml file, I simply put VISHALQUEUE for example, and JBoss automatically creates the JNDI name as queue/VISHALQUEUE. So, I have to change the code in other places to do JNDI lookup

[JBoss-user] [Security & JAAS/JBoss] - Re: DatabaseServerLoginModule allows the user to log in usin

2005-03-07 Thread ricardoarguello
Caching Login Credentials: http://www.jboss.org/wiki/Wiki.jsp?page=CachingLoginCredentials Ricardo Arguello View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869046#3869046 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3

[JBoss-user] [Advanced Documentation] - netboot doesn't run

2005-03-07 Thread domingochavez
Hey, my name is Dominik and I've got a problem for about three weeks. I'm trying to build up a JBOSS 4.0.1 server. With my Eclipse 3.0.1 I want to debug J2EE Projects properly by accessing my JBOSS Server by 'netboot'. I downloaded the JBOSS Eclipse IDE and imported it into my Eclipse IDE. Final

[JBoss-user] [JBossWS] - Re: strage problem tcpmon

2005-03-07 Thread singular_droid
thank you all, problem is eliminated View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869044#3869044 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3869044 --- SF email

[JBoss-user] [Messaging, JMS & JBossMQ] - jms over https: trustAnchors parameter must be non-empty

2005-03-07 Thread justkeys
Question: how can i start a java jms over https client program inside a .war? My stategy: put the code inside a servlet, and put the jvm parameters used for starting the client, to the jboss JAVA_OPTS. More in detail: I implemented a java client program, that connects to a jms over https. The

[JBoss-user] [Installation & Configuration] - Can i install two different JBoss versions on the same JVM ?

2005-03-07 Thread k_s_ashok
Can i install two different JBoss versions ( JBoss 3.2.2 & JBoss 3.2.3) on the same JVM under different folders? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869039#3869039 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply

[JBoss-user] [JBossWS] - Re: Generating mapping file and WSDL file

2005-03-07 Thread md5georg
Nop, no response yet. But there are a number of other bug reports regarding the '-mapping' functionality. See: http://bugs.sun.com/bugdatabase/search.do?process=1&category=&subcategory=&bugStatus=&type=&keyword=wscompile&maxResults=10&startIndex=1&sortBy=date Best regards, Georg View the ori

[JBoss-user] [Beginners Corner] - JBoss 4 / Hibernate 3.0 / Jdk5

2005-03-07 Thread magicos2005
Hello, Is it possible to integrate hibernate3 in Jboss4 ? I have seen nothing about this integration... What are the steps to follow to configure jboss ? Thanks for your help, Emmanuel View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869037#3869037 Reply to

[JBoss-user] [Messaging, JMS & JBossMQ] - 3.2->4.0 : user creation by StateManager service not possibl

2005-03-07 Thread obuchwalder
Hi, I was using JBoss 3.2 and access by RMIAdaptor to StateManager service to create dynamic queues topic, and user (for durable topic). But since I have migrated to JBoss 4.0.0, the function -addUser -addUserToRole .. are no more available. Therefore , how can I do now, has someone a solution to

[JBoss-user] [Clustering/JBoss] - Re: Unable to connect to database when I use clusters

2005-03-07 Thread sanjuthomas
darranl, Its worked, It was a configuration mistake. Thank you for spending your time. With thanx, Sanju View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869032#3869032 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3869

[JBoss-user] [Clustering/JBoss] - Re: Unable to connect to database when I use clusters

2005-03-07 Thread sanjuthomas
darranl, Its worked, It was a configuration mistake. Thank you for spending your time. With thanx, Sanju View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869031#3869031 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3869

[JBoss-user] [Clustering/JBoss] - Re: Clustering is not simple

2005-03-07 Thread sanjuthomas
Can any one help me ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869030#3869030 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3869030 --- SF email is sponsored b

[JBoss-user] [Installation & Configuration] - Re: build JBoss 3.2.3 installable format

2005-03-07 Thread darranl
I do not have the names of the targets at the moment, the build.xml however should contain all of the targets required to create the archives that are distributed on sourceforge.net so one of the targets should be responsible for creating the archive for Linux. View the original post : http://

[JBoss-user] [Beginners Corner] - Re: Duke?s Bank Application - WS client problem

2005-03-07 Thread tquas
it's not true, is it? the preview correctly displayed the lines of axis-server-config.xml, however, nukes or whatever it's called can't seem to handle it. sorry transport name="http" requestFlow handler type="java:org.apache.axis.handlers.http.URLMapper"/ handler typ="java:org.a

[JBoss-user] [Beginners Corner] - Re: Duke?s Bank Application - WS client problem

2005-03-07 Thread tquas
oops, copy-paste problem; axis-server-config.xml looks like: View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869027#3869027 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3869027

[JBoss-user] [Beginners Corner] - Re: Duke?s Bank Application - WS client problem

2005-03-07 Thread tquas
so i get the same problem when trying to access my web service from a remote client using the zsi python package. i looked into the server's conf/login-config.xml and found a policy for jbossws. it says anonymous deploy/jboss-ws4ee.sar/META-

[JBoss-user] [Beginners Corner] - exploded ear

2005-03-07 Thread dannyb23
Hi I have an exploded ear with some wars and jars inside. I have noticed that when i update one of the jsps then things are updated automatically however if i updated one of the classes in my jar then i needed to touch application.xml so that the changes will take effect, can the changes take e

[JBoss-user] [Installation & Configuration] - Re: build JBoss 3.2.3 installable format

2005-03-07 Thread k_s_ashok
hi darranl, The argument that you post in is the name of the target in the build.xml that you want to execute. Based on your replyCan i create the new target for creating installable format( tar / bz2 / tgs) on Redhat Linux machine? if i am wrong, just correct me... View the original post

[JBoss-user] [Performance Tuning] - Re: Executing Session Bean methods very slow over internet

2005-03-07 Thread damencho
For host and bind addresses I have put the ip-address . I had this exception : non-JRMP server at remote endpoint I've changed The param of the Context from environment.put(Context.PROVIDER_URL, "jnp://:1099"); to environment.put(Context.PROVIDER_URL, ""); Now the exception is gone but ev

[JBoss-user] [Installation & Configuration] - Re: build JBoss 3.2.3 installable format

2005-03-07 Thread darranl
No you do not want to run the XML file, you want to run the build.bat or build.sh script depending on your operating system. The argument that you post in is the name of the target in the build.xml that you want to execute. Unless you have made major changes (Which should mean you already kno

[JBoss-user] [Security & JAAS/JBoss] - Re: ClientLoginModule: Help: not able to authenticate again

2005-03-07 Thread jangeysen
ok, but then wouldn't I need to authenticate for every page onwards ? I wonder is there is no collaboration between login modules: e.g. I my server login modules fails, this would normally need to invalidate my clientLoginModule. I wonder if there is some support in JAAS for such a collaboration

[JBoss-user] [JBossWS] - Re: Webservice deployment exception -- cannot deploy

2005-03-07 Thread [EMAIL PROTECTED]
If you really have two declarations then thats the problem. The stack trace would indicate the same. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869020#3869020 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3869020

[JBoss-user] [Installation & Configuration] - HTTPS Works for Windows, not for Mac

2005-03-07 Thread jhhans
Using HTTPS works for windows clients, it doesn't work for Mac clients. The following error occours while connecting from a MAC: "Server failure. The server reply is invalid" What to do? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869019#3869019 Reply to

[JBoss-user] [EJB/JBoss] - Getting Exception when Deploying only EJB plz help

2005-03-07 Thread sivavp
D:\jboss-4.0.1>run === . JBoss Bootstrap Environment . JBOSS_HOME: D:\jboss-4.0.1\bin\\.. . JAVA: D:\j2sdk1.4.2_04\bin\java . JAVA_OPTS: -Dprogram.name=run.bat -Xms128m -Xmx512m . CLASSPATH: D:\j2sdk1.4.2_04\lib\

[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 YR DB S

[JBoss-user] [Performance Tuning] - Re: Threading Anomoly

2005-03-07 Thread mcguinnessdave
Hi again, Thanks for the reply. I have run some more tests. for these I have set the memory consumption of the stateless server beans to zero and I increased the number of users to 100 (all running the same single method transaction). there are also 100 beans in the pool. What I would expec

[JBoss-user] [JBossWS] - Re: strage problem tcpmon

2005-03-07 Thread Kramar
But if you want to run your client with tcpmon and without it using the same wsdl, you need additional code in your client to overwrite endpoint specified in wsdl when you are going to send request via tcpmon: | // override endpoint address specified in wsdl if proxy is going to be used

[JBoss-user] [EJB/JBoss] - Re: BETWEN keyword in jboss

2005-03-07 Thread sivavp
papa, ok i dont know but ur explanation is too small if u copy paste the console what problem are u getting then it will be easy to trace out ok papa ne endha ooru View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869011#3869011 Reply to the post : http://

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

2005-03-07 Thread sivavp
D:\jboss-4.0.1>run === . JBoss Bootstrap Environment . JBOSS_HOME: D:\jboss-4.0.1\bin\\.. . JAVA: D:\j2sdk1.4.2_04\bin\java . JAVA_OPTS: -Dprogram.name=run.bat -Xms128m -Xmx512m . CLASSPATH: D:\j2sdk1.4.2_04\lib

[JBoss-user] [Security & JAAS/JBoss] - Re: Authentication not passed from web to EJBs through.

2005-03-07 Thread dimkaz
Thank you. You was right. With SP1 no more problems. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869009#3869009 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3869009

[JBoss-user] [Installation & Configuration] - Re: build JBoss 3.2.3 installable format

2005-03-07 Thread k_s_ashok
Can i run build.xml under build directory?? What changes i will do it in this build.xml file? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869008#3869008 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3869008 --

[JBoss-user] [HTTPD, Servlets & JSP] - Re: JSP deployment problems in JBoss 4.0.1

2005-03-07 Thread zelca
My mistake, there is no problem /Zelca View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869007#3869007 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3869007 ---

[JBoss-user] [Security & JAAS/JBoss] - Access JNDI over HTTPS & http-invoker.sar

2005-03-07 Thread yoge_babu
I tried to connect to JBoss MBeanServer through http-invoker.sar I followed the steps given in http://docs.jboss.org/jbossas/admindevel326/html/ch3.chapter.html#d0e7813 Below code gets JNDI reference String host = "yogendrav"; int port = 8443; Properties jndiprops = new

[JBoss-user] [HTTPD, Servlets & JSP] - JSP deployment problems in JBoss 4.0.1

2005-03-07 Thread zelca
Hi, IÂm deploying my application as an ear-file. Everything has been working fine, but suddenly JBoss deploys an older version of my JSP that isnÂt in the ear-file. I have no idea where it comes from ... I have looked in the deployed ear-file, i see the correct version. I look in the c:\jboss-