[JBoss-user] [JBossWS] - Re: axis or jwsdp

2005-03-03 Thread omatzura
Hi! we use GSoap for c++ web services, it is "superior" to axis c++ (at least for now) and works like a charm.. check out http://www.cs.fsu.edu/~engelen/soap.html. /Ole View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868759#3868759 Reply to the post : http

[JBoss-user] [J2EE Design Patterns] - Re: MVC and a multiple client applictation

2005-03-03 Thread jigneshsr
lets discuss MVC first. There are several Implementation for MVC frame work such as famous Struts and Barcuda. You can also define your own implementation for MVC pattern. Now to answer your question, let me tell you one thing, Enterprise JavaBeans are serverside components. Especially Sessio

[JBoss-user] [Security & JAAS/JBoss] - Is there a JBoss equivalent in jboss-web.xml of Weblogic's

2005-03-03 Thread clu77
I'm working on a system where we provide an application-scoped group/role system that sits on top of JAAS groups/roles, and I need a way of mapping those application-scoped roles onto roles that JAAS knows about. For instance, I have a role that JAAS knows about called "everyone", and a role th

[JBoss-user] [Persistence & CMP/JBoss] - auto-increment template not found

2005-03-03 Thread hfarid
Hi, I am kinda new to the jboss world so please execuse my ignorance I have a CMP bean that have an auto-genrated Integer id I followed all the recommendation I was able to find in this forume (greate stuff by the way) In my jbosscmp-jdbc.xml, I have the following BeanName

[JBoss-user] [HTTPD, Servlets & JSP] - Re: how to specify context attribute different from default

2005-03-03 Thread jieshengz
solved. have a context.xml under the WEB-INF. I am using jboss-3.2.6 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868748#3868748 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3868748

[JBoss-user] [Installation & Configuration] - Custom java.util.logging Handlers & Appenders

2005-03-03 Thread richard.barnett
I'm trying to use some custom java.util.logging (JUL) Handlers & Appenders in a JBoss web-app. (3.2.7RC1, on Win2k.) JUL can't load these classes: I get a ClassNotFoundException for the Handler, & the Appender silently fails. Top of the stack trace: java.lang.ClassNotFoundException: com.bullan

[JBoss-user] [HTTPD, Servlets & JSP] - Re: virtual hosts / jboss-web.xml

2005-03-03 Thread atait
I get the following message in my log at deploy time when I use the jboss-web.xml config below, but it still works correctly: [Servlet] Registration is not done -> stop Here's the jboss-web.xml config: / host1 host2 Can someone elaborate on why this message is posted

[JBoss-user] [JCA/JBoss] - Re: Jboss 4.0.1 does not work with oracle.jdbc.pool.OracleDa

2005-03-03 Thread ricardoarguello
Because an oracle.jdbc.pool.OracleDataSource is not a java.sql.Driver! You don't have to use an OracleDataSource to have a connection pool. JBoss provides one for you when you define a DataSource. You could change the max and min size of this pool too. Read the JCA docs. View the original pos

[JBoss-user] [JCA/JBoss] - Jboss 4.0.1 does not work with oracle.jdbc.pool.OracleDataSo

2005-03-03 Thread vgoudar
Hi I am able to create database source with oracle driver class oracle.jdbc.driver.OracleDriver. But some how it does not work with driver class oracle.jdbc.pool.OracleDataSource. I get the following exception. Does any one knows how to make it work? org.jboss.util.NestedSQLException: Could

[JBoss-user] [Clustering/JBoss] - Re: Clustered Singleton Service and MDBs

2005-03-03 Thread inderjboss
I am trying to go with approach (4) - put my MDB in deploy-hasingleton, but it doesnot seem to work. (Note- when I put my MDBs in deploy or farm folder, it works just fine). Here is the exception I get on startup: 15:13:46,546 WARN [EjbModule] Could not load the org.jboss.resource.connectionm

[JBoss-user] [JBoss Getting Started Documentation] - Problem to create microkernel or I'm wrong, what I'll do to

2005-03-03 Thread otmatute
Once again me, thanks Norman your help was a very usefull but I have another problems, running with sh run.sh, appear the next: 16:50:45,293 INFO [Server] JBoss (MX MicroKernel) [3.0.8 (CVSTag=JBoss_3_0_8 Date=200306050849)] Started in 1m:1s:671ms and the proccess stay freeze for long long ti

[JBoss-user] [Security & JAAS/JBoss] - Re: how to set Tomcat context valve for jmx-console?

2005-03-03 Thread sviluppatorefico
hi... in jboss is recomended to use jaas or securityInterceptors about security. With jaas you must write a module that allows or deny by IP address. With Interceptors you can to extend RemoteAddrValve class and transform it in a interceptor because i've seen that class uses a kind of reflectio

[JBoss-user] [HTTPD, Servlets & JSP] - Re: PrintWriter/JspWriter use different streams?

2005-03-03 Thread PreMIS
bump View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868719#3868719 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3868719 --- SF email is sponsored by - The IT Produc

[JBoss-user] [JBoss.NET] - Re: What's the difference between 'official' Axis 1.1 and Jb

2005-03-03 Thread [EMAIL PROTECTED]
JBossWS is about portable J2EE compliant web services, which by definitition should not have a dependency on a particular SOAP stack. If sforce.com offers an example that uses standard J2EE WS clients, then this is the one you want to use. The Axis example is irrelevant. View the original pos

[JBoss-user] [JBoss Getting Started Documentation] - Re: chapter 8 problem of 'Getting Started with JBoss 4.0'

2005-03-03 Thread ittoronto
"[EMAIL PROTECTED]" wrote : I have, several times. Just for the record, what version of JBoss and MySQL are you using? JBoss version: jboss-4.0.1 MySql version: MySQLServer4.1 Connector/J version: mysql-connector-java-3.1.7-bin.jar By the way, I have made EAR by using 'jboss-build.xml'. It do

[JBoss-user] [JBossWS] - Re: Exeption with soapcall from non-java client.

2005-03-03 Thread [EMAIL PROTECTED]
Whether you use junit or an php client should not matter. You probably want to debug differnece in the SOAP messages on the wire. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868711#3868711 Reply to the post : http://www.jboss.org/index.html?module=bb&op=p

[JBoss-user] [Beginners Corner] - Virtual Hosts - Same Context - Different Root Folder

2005-03-03 Thread atait
Have many web sites sharing common J2EE services. These are packaged in same WAR, partitioned into folders as follows: en_US nl_NL etc... With the context for this WAR set to "mysites", can I set up virtual hosting to map various domains to the corresponding sites? For example: www.mysites.c

[JBoss-user] [Persistence & CMP/JBoss] - Dropping Caches.

2005-03-03 Thread iwadasn
We would like to use extensive EJB cachine (Commit option A or D), but would like to be able to drop the caches at certain points. Basically, we wan to give our users a button that deletes all the cached data from the JBoss CMP cache, how do we do that? I can find various timeout options, but

[JBoss-user] [JBoss Getting Started Documentation] - Re: chapter 8 problem of 'Getting Started with JBoss 4.0'

2005-03-03 Thread [EMAIL PROTECTED]
I have, several times. Just for the record, what version of JBoss and MySQL are you using? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868704#3868704 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3868704 --

[JBoss-user] [JBoss Getting Started Documentation] - chapter 8 problem of 'Getting Started with JBoss 4.0'

2005-03-03 Thread ittoronto
Hi there, Anyone has successfully deployed roster application following the instructions in chapter 8 using MySql? I tried to get seeming correct records in the table but with an exception (appends at end). Who know how to solve it or met the same/similar problem please? Thanks. The stack tra

[JBoss-user] [Management, JMX/JBoss] - Re: microcontainer-M1

2005-03-03 Thread spiritualmechanic
Err, that should be: | | WhatIWant | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868700#3868700 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3868700 --

[JBoss-user] [Management, JMX/JBoss] - microcontainer-M1

2005-03-03 Thread spiritualmechanic
I have a question ... not sure if this is the right place, but it's the closest I could find for users. In the demand-supply-registry example, is: WhatIWant really required? It seems to work without it. Maybe I'm just getting lucky. Is it ensuring that SimpleBea

[JBoss-user] [Beginners Corner] - config BMP to use MySql ?

2005-03-03 Thread ittoronto
Hi there, I am trying to config a BMP to use MySql, but the BMP always look for the 'java:/DefaultDS'. I have changed the configuration of JNDI name in 'jboss.xml' to 'java:/MySqlDS'. It seems to me that there is no problem with MySql as I could use it in a web application through Servlet. I t

[JBoss-user] [Performance Tuning] - Duplicate messages

2005-03-03 Thread mkprim
Hi I'm using JBoss 3.2.3, to run an application that uses JBossMQ as it's JMS provider. The performance is not bad, however we've been capturing the network packets using a sniffer (Ethereal). We've seen that when the server sends an object message to the client (using a TemporaryQueue establish

[JBoss-user] [Beginners Corner] - Problem deploying OpenReports

2005-03-03 Thread jperkins
Anyone have any luck deploying OpenReports in JBoss-4.0.0? I tried deploying the war file (which works), but when I tried to run the app I got the following: 2005-03-03 13:01:03,551 INFO [STDOUT] net.sf.hibernate.HibernateException: /hibernate.cfg.xml not found | at net.sf.hibernate.

[JBoss-user] [Installation & Configuration] - Two JBoss Instance

2005-03-03 Thread rogeriofr
Hello, I need to run two JBoss instance on the same server, how modify all the ports of jboss. Are you know any "How to"? tks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868692#3868692 Reply to the post : http://www.jboss.org/index.html?module=bb&op=po

[JBoss-user] [Persistence & CMP/JBoss] - Re: Why does JBoss load each column separately?

2005-03-03 Thread ottoberg
"triathlon98" wrote : You need to properly configure your load groups. | | Check out the Jboss administration docs for more details about CMP data loading settings and implications. | | Joachim Thanks for the answer. That is exactly what I have been doing all day. We haven't declared a

[JBoss-user] [JBoss Getting Started Documentation] - jmx-console -> page cannot be displayed

2005-03-03 Thread tclot
I performed the basic install of jboss-3.2.6. I fired up the default server, and its started fine. When I go to management console at: http://localhost:8080/jmx-console/ I get "Page cannot be displayed". There is no additional output from the server DOS shell (nothing after: Started in 11s:667m

[JBoss-user] [Persistence & CMP/JBoss] - Re: Why does JBoss load each column separately?

2005-03-03 Thread triathlon98
You need to properly configure your load groups. Check out the Jboss administration docs for more details about CMP data loading settings and implications. Joachim View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868688#3868688 Reply to the post : http://www

[JBoss-user] [Persistence & CMP/JBoss] - ValueObject creation problem

2005-03-03 Thread Czernay
I have set up two CMP beans AuthorBean and ImageBean that have a 1:1 relation via AuthorBean.getImage() that returns an ImageBeanLocal object. That works perfectly well. Now I want to integrate this into a Struts application. Just a simple HTML-form, reading name, description and the image as a

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

2005-03-03 Thread alban_coul
Hello, I have got two ear a.ear and b.ear thus two jboss-app : 1. www.A.com:loader=A.ear and the 2nd www.B.fr:loader=B.ear This works fine. Before this was (I haven't made this on purpose, this is the problem of copy and paste

[JBoss-user] [Installation & Configuration] - Error in jboss_init_redhat.sh

2005-03-03 Thread aromerolirio
I have install jboss 3.2.6. When I try stop jboss with scripts ./jboss_init_redhat.sh stop, I get the next error: Exception in thread "main" javax.naming.CommunicationException: Could not obtain connection to any of these urls: localhost:1099 [Root exception is javax.naming.CommunicationExcepti

[JBoss-user] [The Lizzard's corner] - Where do we get materials from the JBoss World 2005?

2005-03-03 Thread romanik
Is there any place where we can access materials presented at JBoss World 2005? There were several tracks and I could not attend all of them at the same time. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868680#3868680 Reply to the post : http://www.jboss.

[JBoss-user] [JBoss Getting Started Documentation] - problem of chapter 8 of 'Getting Started with JBoss 4.0' wit

2005-03-03 Thread ittoronto
Hi there, I met 3 problems while deploy EJB using MySql. Anyone has met any of them and has a solution? 1. While following the 'Getting Started with JBoss 4.0' chapter 8, there is a key is too long problem. Sorry, I did not keep it. It seems that this happens to 'PlayerBean_teams_TeamBean_play

[JBoss-user] [JBossWS] - Re: Created WSDL. Now what?!

2005-03-03 Thread Andy_Wagg
The step by step WIKIs describe more or less what you are trying to do. Although in the Service example the wsdl is being generated. However, the client example shows you how to generate code from a wsdl, but just requires a gen:server option instead. http://www.jboss.org/wiki/Wiki.jsp?page=WSD

[JBoss-user] [JCA/JBoss] - Re: JBoss 3.2.3 / Oracle 8.1.7.4 / JDBC/ blank username and

2005-03-03 Thread danhobbs75
Just to close this, I found out when I visited the client that the Oracle people had misled me - the username and password were not blank at all; they were wrong! There are two places where logon can be configured and the user had not checked one of them, which was overriding the JNDI settings.

[JBoss-user] [EJB/JBoss] - Transaction question....please help!

2005-03-03 Thread vpascaru
Hi all, I'm pretty new to JBoss but I have also a very tight deadline in porting an application from Weblogic to JBoss. Everything is fine excepting one thing. When running the application on JBoss and look a UserTransaction object using the J2EE standard JNDI name as "java:comp/UserTransaction"

[JBoss-user] [Clustering/JBoss] - Re: SystemPropertiesService and DefaultPartition

2005-03-03 Thread [EMAIL PROTECTED]
You can safely remove jbossha-httpsession.sar directory since it is left there for legacy reason. The new http session replication is now in effect for 4.0.x release. I will remove the directory from the future distro. -Ben View the original post : http://www.jboss.org/index.html?module=bb&op

[JBoss-user] [Clustering/JBoss] - Re: RpcDispatcher Errors

2005-03-03 Thread [EMAIL PROTECTED]
This message is coming from JBossCache in 4.0.1 release. It should be harmless except the error stack. We are releasing JBossCache 1.2.1 soon that can rid of this one. -Ben View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868659#3868659 Reply to the post : h

[JBoss-user] [Clustering/JBoss] - Re: HTTP Session Handling in JBoss 3.2.6+ (JVMRouteFilter.do

2005-03-03 Thread [EMAIL PROTECTED]
Dennis, Yes, this will be a problem when you have a failover. Since this is only a problem when you are using mod_jk for front end load balancing without cookie, this is currently a lower priority. But if you are willing to contribute a patch, I can take a look at it. Thanks, -Ben View the o

[JBoss-user] [JCA/JBoss] - JCA : How to call getWorkManager method

2005-03-03 Thread mano
Hi, I read the JCA specification and I test the example (chapter 7) from the JBoss Documentation. I don't understand how start a Work because I don't find the way to call the getWorkManager method. I think, there is something that I don't understand ? Can you help me? Mano. Vi

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Jboss/JMS out of managed connections on java:/DefaultDS

2005-03-03 Thread informsantosh
Hi the error you will face coz of following configuration 3 Increase the value of timeout to 8 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868648#3868648 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=386864

[JBoss-user] [EJB/JBoss] - Re: Transaction problem in EJB

2005-03-03 Thread subhadeep_ghosh
Ok methodA() used to form a dataobjecy and send it to methodB() for updation. Thus earlier we had transaction attribute of "SUPPORTS" for methodA() and a transaction attribute "REQUIRED" for methodB() . This used to work properly i.e. the database used to get updated when the EJB was deployed

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

2005-03-03 Thread sanjuthomas
Hi Stev, Thank you for the last replay. I did in the the way you said, and the servers communicating each other too. But my problem is I need to deploy an application as EAR. It contains both EJB and JSPs. The EJBs are in a JAR file and JSP and rest in the WAR file. Can I do the fail over feat

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

2005-03-03 Thread sanjuthomas
Hi all, I am using JBoss 3.2.x in Linux box with postgres. When i run in all instance (run -c all) I am not getting the connection to database. But in the default instance with the postgres-ds.xml and same application I am able to connect to create the connection. Any one know the reason for th

[JBoss-user] [O'Reilly JBoss 3.0/4.0 Workbook] - Re: Problem with workbook example ex15_1

2005-03-03 Thread shel
hello, after corrections concerning "jboss-ws4ee.sar" and "/wsdl" (which in fact are obvious) i got in server.log: [AxisServlet] Exception: java.lang.IllegalAccessException: /ws4ee/services/TravelAgentService does anybody know the reason? thanks. View the original post : http://www.jboss.org

[JBoss-user] [O'Reilly JBoss 3.0/4.0 Workbook] - Re: rmh - enterprise javabeans, 4th ed. exercise 15.1 doesn'

2005-03-03 Thread shel
hi there, i understand that i'm late but anyway... is there a chance to get the patch? http://www.manica.org/workbook.patch ain't working. or may be somebody is able to say me the reason of [AxisServlet] Exception: java.lang.IllegalAccessException: /ws4ee/services/TravelAgentService i got it in

[JBoss-user] [EJB/JBoss] - ReDeploying EJB == Servlet problems

2005-03-03 Thread keithd
Hi People, This may be a no-brainer for someone: I have two seperate projects One for my EJBs (bus. tier) and one for my servlets (pres. tier) . There are several reasons for this in our architecture, including: a. web and application server will be seperated so all requests will operate remot

[JBoss-user] [Management, JMX/JBoss] - Re: own JMX MBean and JMS

2005-03-03 Thread andrzejros
"[EMAIL PROTECTED]" wrote : deploy your service in folder: | | server/xxx/deploy/deploy.last/ | | so that it deployes last. Thank You, that works for me :D View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868634#3868634 Reply to the post : http://www

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

2005-03-03 Thread sanjuthomas
Thak You Stev. Sanju View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868633#3868633 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3868633 --- SF email is sponsored b

[JBoss-user] [JCA/JBoss] - JCA : JNDI in the work

2005-03-03 Thread mano
Hi, Is it possible to use JNDI in the work instance ? In fact I want to use a work instance in order to listen TCP/IP inBound messages and dispatch the message to the EJB. I don't want to use message driven bean. Best regard. Christophe. View the original post : http://www.jboss.org

[JBoss-user] [Installation & Configuration] - Re: Unable to view the left Navigation frame of web-console

2005-03-03 Thread darranl
Is you web browser configured to use the Java plug in from Sun? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868631#3868631 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3868631 -

[JBoss-user] [Installation & Configuration] - how to set Tomcat context valve for jmx-console?

2005-03-03 Thread hany_bee
How can I set the context valve for jmx-console? The goal is that, I want to let only certain IP addresses to access jmx-console, and not everyone. I want to do something like | | | | But if I add this to Tomcat's server.xml file, nothing can be deployed, and Jboss throws a ton o

[JBoss-user] [Installation & Configuration] - Re: Listing Name Space

2005-03-03 Thread darranl
Have you tried the JNDI View MBean in the JMX console? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868629#3868629 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3868629 --

[JBoss-user] [Persistence & CMP/JBoss] - Re: Generated SQL Sentence too big

2005-03-03 Thread pablojavierpy
Is there someone at JBOSS advocated to SYBASE testing so I can ask him/her directly? Thanks in advance. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868628#3868628 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=386

[JBoss-user] [Beginners Corner] - Re: 1st step tough! why does it ask me for userid/password

2005-03-03 Thread darranl
Why are you using the RC1 for JBoss 4? There have been a few production releases out since that release candidate was releases. Security should not have been enabled by default, what is the full message being displayed by the browser? Are you sure that the browser is not trying to access a pr

[JBoss-user] [Nukes User] - Re: Problem adding html content with swedish characters

2005-03-03 Thread ncd
Hi! I didnt check CVS for this bugfix, but the bug is in the org.jboss.nukes.common.util.EntityTable class, in the public final String convertEntities(String txt) method The problem is, when it replaces extra characters, it checks if there is more characters to replace, and if not, then it fi

[JBoss-user] [Beginners Corner] - Re: Roughly, how does standalone tomcat communicate with JBo

2005-03-03 Thread erikrod
If I've understood this right: The JNDI is a service that Jboss runs. The jndi.properties file is a part of jboss (not standalone tomcat). How does the servlets/jsps (running on another computer) know where to find this JNDI? Do you mean that it should be hard-coded in my servlets/jsps? I would

[JBoss-user] [Installation & Configuration] - Re: There is no database failover capability in JMS Persiste

2005-03-03 Thread darranl
This feature request may interest you: - http://jira.jboss.com/jira/browse/JBAS-1391 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868624#3868624 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3868624 ---

[JBoss-user] [Installation & Configuration] - Unable to view the left Navigation frame of web-console

2005-03-03 Thread virinchi
Hello, I installed the JBoss App server 4.0.1 on windows. I started the run.bat and was trying to view the web-console. The left navigation frame is empty and when i do a mouseover, i see this load: class org.jboss.console.navtree.AppletBrowser not found. Am I missing any files? Any help would

[JBoss-user] [Security & JAAS/JBoss] - how to set Tomcat context valve for jmx-console?

2005-03-03 Thread hany_bee
How can I set the context valve for jmx-console? The goal is that, I want to let only certain IP addresses to access jmx-console, and not everyone. I want to do something like | | | | But if I add this to Tomcat's server.xml file, nothing can be deployed, and Jboss throws a ton o

[JBoss-user] [Beginners Corner] - Re: Using RequestDispatcher, NullPointerException

2005-03-03 Thread gseel
I've never needed the ../ at the start of the jsp spec(doesn't mean that you don't but have you tried without that?). View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3868620#3868620 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=

[JBoss-user] [HTTPD, Servlets & JSP] - Re: virtual hosts / jboss-web.xml

2005-03-03 Thread erikture
Do you have to update the tomcat configuration file too? Or is it enough to update the jboss-web.xml inside the war. I do only update the jboss-web.xml file and it works. However it complains at startup about some vhost that is not defined. What does this error mean? I do not like to update cent