[JBoss-user] [JBoss.NET] - HELP Needed on missing NS in rpc call

2005-07-07 Thread tthiele
>From a given wsdl I generated stubs and deployment descriptor. A relevant >piece of wsdl is: | | | | | | | | |

[JBoss-user] [EJB/JBoss] - Re: EJBException:Invalid invokation Exception while accessin

2005-07-07 Thread jasoncao
By my testing , I found the last step should set value to true to solve this problem, because the orgin value is false in jboss. true true Is this right? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884154#3884154 Reply to the post : http://w

[JBoss-user] [Beginners Corner] - ant won't build hello2 application

2005-07-07 Thread artemis
I want to build hello2 application (J2EE1.4 tutorial) by using ant1.6.5. Error message is something like: ..n\targets.xml:10: The j2ee.home property is not properly set in /j2eetutorial14/examples/common/build.properties. : j2ee.home is currently set to: C:\Program Files\jboss-4.0.3RC1

[JBoss-user] [JBossWS] - Wrong Serialization when rpc/lit is used?

2005-07-07 Thread fpitschi
I am using jboss4.0.1sp1 and have used rpc/enc for my deployed webservices until now (which worked fine after solving some initial problems...) I want to change to rpc/lit now. To do that, I created my wsdl from my java-interface again with wscompile, using the -f:rpclit option. It looks ok, and

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Invoking a session bean from Message Driven Bean

2005-07-07 Thread jaikiran
Hi Kamal, It works even if i specify guest Problem arises when i remove entire tag itself. -Jaikiran View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884150#3884150 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3

[JBoss-user] [The Lizzard's corner] - Re: Multiple Instances of the Same EAR

2005-07-07 Thread amitgsony
Hi, Here i think one more option for this. that is i am going to deploy only one war file of my hosted service and for earch domain i need to deply new JAR or EAR file which contains the EJB part. Now in each Jar file of an EJB the business logic and all jar files are same but only the deploym

[JBoss-user] [JBossWS] - Re: jbossws cvs confusion

2005-07-07 Thread dennisbyrne
This is copied from my bash history file. cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/jboss login cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/jboss co -r Branch_4_0 jboss-4.0 cd jboss-4.0 cd testsuite ls src/main/org/jboss ... I get these 3 dirs: ant CVS test where is src/main/org/jboss/we

[JBoss-user] [Clustering/JBoss] - Re: Mixed OS Cluster.

2005-07-07 Thread [EMAIL PROTECTED]
Hmm, in most instances this should be fine, but in your particular case (Mac OS + Linux) you may have issues since the Sun JDK is only avbl for Linux, Windows and Solaris. Apple has their own JDK impl for Mac OS X. Still, do give it a go (make sure you use the same JDK version even if vendors

[JBoss-user] [Messaging, JMS & JBossMQ] - How to stop messagelistener from listening queue/topic

2005-07-07 Thread penumutchu
Hi, I want to stop the messagelisener srom listening queue/topic. I want to do it through program.When ever user clicks some button through user interface messagelistener has to be stopped. please help me. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=38841

[JBoss-user] [Installation & Configuration] - Re: How to disable PUT and DELETE methods?

2005-07-07 Thread vizcaine
Well I know how you can disable the methods for a specific Web Application... You declare a in your deployment descriptor (web.xml) with the element inside your but not for a server Hope this helps Alex View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884

[JBoss-user] [Installation & Configuration] - NullPointerException at startup!

2005-07-07 Thread vizcaine
Hi, I am new to JBoss... I downloaded version 4.0.2, unzipped the files and tried to run it with the run.bat command I got a NullPointerException! Apparently there is a class inside the run.jar named Version that is invoking a method named 'loadProperties()' that tries to read a file at: /org/

[JBoss-user] [JBoss Portal] - What jars should I import into my ide in order to take advan

2005-07-07 Thread ddelponte
What jars should I import into my ide in order to take advantage of the hasPermission methods. I am using Java Studio Creator Early edition, and would like to take advantage of some of the methods JBoss provides. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p

[JBoss-user] [EJB/JBoss] - Re: Runtime exception caused caller bean gone?

2005-07-07 Thread bbbear
Well, Really nobody can shed some lights? I'm confused why the stateful session (caller bean) gone when there's exception thrown from the callee. I understand EJB spec states that bean should be removed from the container if runtime exception occurs. In this case, TransactionRolledbackLocalEx

[JBoss-user] [Installation & Configuration] - Re: Desupport information

2005-07-07 Thread fkclai
Desupport mean Jboss will no longer support their product version after a defined day. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884135#3884135 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884135 ---

[JBoss-user] [JBoss Portal] - Failed to scan: jsf-libs/myfaces-impl.jar

2005-07-07 Thread yxyang
Hi When i access a jsp page, the following error is logged although my jsp pages can be displayed properly. I never use myfaces-impl.jar. thanks yang 2005-07-08 09:48:50,469 DEBUG [org.jboss.web.tomcat.tc5.jasper.TagLibCache] Scanning for tlds in: file:/home/jboss/jboss-4.0.2/server/defau

[JBoss-user] [Beginners Corner] - Deployment question

2005-07-07 Thread nyhockeyfan1994
I created a web app. I developed the web app using tomcat 5. I want to test my web app using JBoss. Hoow do I deploy a web app in JBoss? In Tomcat there is a manager page where I can deploy my we apps. Is there anything like that in JBoss? If not how do I deploy my web apps? -nyhockeyfan

[JBoss-user] [EJB/JBoss] - Re: Cannot get a remote context for Session Bean

2005-07-07 Thread srose
I am using 4.0.3 RC1. I installed the session bean and the entities beans using an ear file. I have a local interface which runs fine on the jboss application server. I installed a war file in the jboss-tomcat container and used local context look up and it works. This problem is occurring on a

[JBoss-user] [Advanced Documentation] - Re: Where is the source code examples for JBoss Application

2005-07-07 Thread ocean
Thanks! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884131#3884131 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884131 --- This SF.Net email is sponsored by th

[JBoss-user] [Installation & Configuration] - Re: Class Cast Exception-Weblogic to Jboss

2005-07-07 Thread stevenpeh
Heh, just for your info, the class loading architecture is *different* from JBoss and Weblogic. I'd suggest you read the wiki in JBoss regarding their class loader design. One cause for ClassCastException is when your app is loading the class from another application (i.e. a jar file from anot

[JBoss-user] [JBossWS] - Re: Hey ... I need a complete example of web service ... cou

2005-07-07 Thread bsheward
"[EMAIL PROTECTED]" wrote : What specifically is not clear about the wiki and the samples? Thomas, I would like to see what JARs we should have in the classpath to run a simple JAX-RPC client. I just read a post which stated I was using Sun's implementation of JAX-RPC rather than the JBoss one

[JBoss-user] [EJB/JBoss] - Re: Deployment of EJB3Trail.ear example

2005-07-07 Thread [EMAIL PROTECTED]
This error message just says the deployment failed, but it doesn't say why. There's probably a stack trace you could post that would be helpful. Also, I'm assuming you removed the previous installation before installing the new one in the same location? View the original post : http://www.jbo

[JBoss-user] [EJB/JBoss] - Re: Deployment of EJB3Trail.ear example

2005-07-07 Thread jbossChecker
Now I've found the reason, why I was not able to use the web-installer! Although I had my firewall adjusted to let the javaws.exe getting out, it didn't let it out! Switching off the fire wall (zone alarm), I've got jboss-4.0.3 now installed with the web-installer, BUT I have the same problem,

[JBoss-user] [Beginners Corner] - Class not found problem using hibernate

2005-07-07 Thread pstormare
Hi, I'm trying to deploy a simple .har file on a JBoss 4.0.2 server. My hibernate-service.xml is | | | java:/OracleDS | org.hibernate.dialect.OracleDialect | java:/hibernate/SessionFactory | org.hibernate.cache.HashtableCacheProvider |

[JBoss-user] [EJB/JBoss] - Re: Deployment of EJB3Trail.ear example

2005-07-07 Thread [EMAIL PROTECTED]
Are you prompted to trust Norman Richards? Or does it even get that far? If not, it would seem you have a bad java webstart installation, or something wrong with your network. Also, make sure you are running a 1.5 jre. View the original post : http://www.jboss.org/index.html?module=bb&op=vie

[JBoss-user] [EJB/JBoss] - Re: Deployment of EJB3Trail.ear example

2005-07-07 Thread jbossChecker
I have tried it once more (installing jboss 4.0.3 with the installer) exactly as gruenewa tolde me (to run the jboss-4.0.3RC1-installer.jnlp with javaws ...) but it does not work properly the java logo appears for 9-10 sec. and it disappears again!! I first thought, that the firewall ist th

[JBoss-user] [Installation & Configuration] - Re: 700 file handles on Error.log

2005-07-07 Thread bpowell
thanks darranl. you are right. someone had coded it, and it is a strange place to put the file. thanks again Bruce View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884119#3884119 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=repl

[JBoss-user] [Clustering/JBoss] - Re: NotSupportedException with ClusteredSingleSignOn

2005-07-07 Thread [EMAIL PROTECTED]
This is a bug that *may* be resulted because SSO uses a static session reference while the clustered session may return new session references (while still with the same session id). Brian has just checked in the code fix into 4.0 code base. It should be available in 4.0.3. If you want to try i

[JBoss-user] [Clustering/JBoss] - Re: Problem in session replication

2005-07-07 Thread [EMAIL PROTECTED]
Please check the wiki on how to run mod_jk as a loadbalancer. http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossHA -Ben View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884117#3884117 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=r

[JBoss-user] [Clustering/JBoss] - Re: Load-Balancing SLSB

2005-07-07 Thread [EMAIL PROTECTED]
If you still have a problem, can you attach a sample client and jar file to troubleshoot it? -Ben View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884116#3884116 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884116 -

[JBoss-user] [EJB/JBoss] - Re: Cannot get a remote context for Session Bean

2005-07-07 Thread [EMAIL PROTECTED]
what version of JBoss is running your backend? Also, what exact steps did you take to install? I'm trying to determine what version of JBoss Remoting you are using... Also, is the stack trace any longer? I need to know where the EOFException is being thrown. View the original post : http:/

[JBoss-user] [JBossWS] - Re: java.lang.UnsupportedClassVersionError while deploying W

2005-07-07 Thread [EMAIL PROTECTED]
Darran is correct com.mypackage.ws.SOAPRequestProcessorInf_processSOAPRequest_RequestStruct was compiled with Java 5. I know that you say that you dont have Java 5 on your system, but 49.0 is the Java 5 marker. -Jason View the original post : http://www.jboss.org/index.html?module=bb&op=view

[JBoss-user] [JBossWS] - Re: JBossWS + Complex Types error

2005-07-07 Thread [EMAIL PROTECTED]
xsi:type usually indicates rpc/encoding, which is probably what the php soap library is doing. Basically with encoding you pass all of the type information at runtime, instead of negotiating it in advance with schema. So in most literal requests you will never see the xsi:type attribute because

[JBoss-user] [JBossCache] - Re: TreeCacheListener node granularity

2005-07-07 Thread [EMAIL PROTECTED]
No. The event granularity is on node level. -Ben View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884107#3884107 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884107 ---

[JBoss-user] [JBossCache] - Re: TreeCache.put throws ClassNotFoundException

2005-07-07 Thread [EMAIL PROTECTED]
If you still have problem with it, you are welcome to submit a junit test. -Ben View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884106#3884106 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884106

[JBoss-user] [JBoss Portal] - JBoss Portal and MS SQL Server

2005-07-07 Thread jayant123
Is there a way to use a MS SQL Server 2000 database as the Portal Data source with JBoss Portal 2.0? I see that this topic is supposedly resolved (http://jira.jboss.com/jira/browse/JBPORTAL-242), but changing the PortalDS to the correctly named SQL Server database (as described here : http://do

[JBoss-user] [Security & JAAS/JBoss] - Can't DatabaseServerLoginModule and SSO to work with web-app

2005-07-07 Thread jbrosan
Hello everyone, I am using JBoss 4.0.2 w/Tomcat 5.5.9 (integrated) along with jTDS and SQLServer for a project. I would like to use DatabaseServerLoginModule and single sign-on. I've created the approprite tables in my database for users and roles. I've created simple jsp pages for login and l

[JBoss-user] [HTTPD, Servlets & JSP] - Error during restartContext

2005-07-07 Thread garym
Still have an issue with restartContext and finally got around to creating a sample to recreate it: Error for the sample shows: 09:10:51,234 INFO [HostConfig] restartContext(/check) | 09:10:51,250 INFO [Context] Reloading this Context has started | 09:10:51,265 WARN [HostConfig] Error du

[JBoss-user] [EJB/JBoss] - Re: Cannot get a remote context for Session Bean

2005-07-07 Thread srose
Forgot to post my interface... import java.io.Serializable; import java.util.Collection; import javax.ejb.Remote; @Remote public interface AppRolesRemote extends Serializable { public Collection getAppRoles(); public void addAppRole (String rolename, String roledesc);

[JBoss-user] [JBossCache] - Re: org.jboss.cache.lock.TimeoutException

2005-07-07 Thread [EMAIL PROTECTED]
If you can contribute a JUnit case that illustrates this problem, that will help me to troublehoot your problem. Thanks, -Ben View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884099#3884099 Reply to the post : http://www.jboss.org/index.html?module=bb&op=pos

[JBoss-user] [EJB/JBoss] - Re: Cannot get a remote context for Session Bean

2005-07-07 Thread srose
Ok ...thanks to bill, I figured out part of my problem which was forgeting to delete the @ Local piece in my remote interface. Now I have a different problem. When i try to use the first method in my class , I get a ... java.lang.reflect.UndeclaredThrowableException at $Proxy0.getAppRole

[JBoss-user] [Installation & Configuration] - No UJ Defined

2005-07-07 Thread fechotecho
Hi! I'm having this weird error in a Jboss3.0.8 + tomcat It gives me org.apache.jasper.JasperException: No UJC defined for [localhost:8080] at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:254) at org.apache.jasper.servlet.JspServlet.serviceJspFile(Js

[JBoss-user] [JBossWS] - Re: JBossWS + Complex Types error

2005-07-07 Thread adammeghji
Sure. Here's the SOAP request. | | http://schemas.xmlsoap.org/soap/envelope/"; | xmlns:xsd="http://www.w3.org/2001/XMLSchema"; | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; | xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"; | xmlns:ns4="http://192.168.110.11:

[JBoss-user] [JBoss Portal] - JDBCException when clicking on forum

2005-07-07 Thread mlajeunesse
jboss 4.0.2 jboss portal 2.0 DB2/UDB V7.1 IBM CLI Driver DB2/NT I've created a forum category and forum from the Forum Adminstration dialog, and it appears on the forum index page. Clicking on the forum name generates the following stack trace, returned to the page: java.lang.NullPointerExcepti

[JBoss-user] [JBossWS] - Re: java.lang.UnsupportedClassVersionError while deploying W

2005-07-07 Thread rmunjuluri
I have not installed Java5 at all... so the answer is no. I have only the JRockit jrockit-j2sdk1.4.2_05 and now the JDK1.4.2_08 (downloaded to test if this was the issue). -ram View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884090#3884090 Reply to the post

[JBoss-user] [JBossWS] - Re: java.lang.UnsupportedClassVersionError while deploying W

2005-07-07 Thread darranl
Has any of your code been compiled with Java 5? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884089#3884089 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884089 -

[JBoss-user] [Persistence & CMP/JBoss] - Re: retrieving byte array from sybase ASA

2005-07-07 Thread [EMAIL PROTECTED]
I have a similar problem with Ingres. I use byte[] without a @LOB annotation. public setMasterMac(byte[] masterMac) { this.masterMac = masterMac; } When I try to insert a value into the databese (the column is of type "long binary") I got error Caused by: java.lang.ClassCastException: [B

[JBoss-user] JBoss Portal - tonight!

2005-07-07 Thread James Mitchell
Come out to the JBoss Users Group meeting tonight. More info: http://www.edgetechservices.net/jbug-atlanta/ There is free wifi in the building, so bring your laptop if you like. -- James Mitchell Software Engineer / Open Source Evangelist Consulting / Mentoring / Freelance EdgeTech, Inc. http:/

[JBoss-user] [JBossWS] - Re: java.lang.UnsupportedClassVersionError while deploying W

2005-07-07 Thread rmunjuluri
I get the same exception for Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_08-b03) Java HotSpot(TM) Client VM (build 1.4.2_08-b03, mixed mode) any ideas? thanx -ram View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884084#3884084 Reply to the

[JBoss-user] [JBossCache] - TreeCacheListener node granularity

2005-07-07 Thread gherndon
Hi all, I'm currently moving to TreeCache from JGroups's DistributedHashtable class. Since I don't need the tree structure, I am simply using "/"'s internal HashMap for all my distributed mapping needs (tree.put("/", key, object), etc). I need to be able to listen for when this map is updated

[JBoss-user] [JBossWS] - java.lang.UnsupportedClassVersionError while deploying Webse

2005-07-07 Thread rmunjuluri
Hello, I am trying to deploy my first webservice in JBoss 4.0.2. I have created the war following the procedure in described in the JBossWS website for a documentliteral style of message. When I copy the XXX.war to the app-name\deploy directory and start JBoss, I get the following error...

[JBoss-user] [JBossWS] - Re: Client side JAX-RPC handler

2005-07-07 Thread walter.eich
Hi Thanks for your quick answer. Now I've got the missing pieces - deploying a J2EE client to JBoss for getting the client configuration - and I will try it again. Regards, Walter View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884081#3884081 Reply to the

[JBoss-user] [EJB/JBoss] - Cannot get a remote context for Session Bean

2005-07-07 Thread srose
Here is my code : ... public void init() throws ServletException { try { Hashtable env = new Hashtable(); env.put(Context.INITIAL_CONTEXT_FACTORY, "org.jnp.interfaces.NamingContextFactory"); env.put(Context.P

[JBoss-user] [JNDI/Naming/Network] - Re: JNDI issues from Sun Appserver 8.1 to JBoss 4.03

2005-07-07 Thread zambak
Ok I was able to figure out what the issue was. In jboss-web.xml you have to use prefix java: so it should look like this: | http://www.jboss.org/j2ee/dtd/jboss-web_4_0.dtd";> | | /ecards | | jdbc/ecardDB | javax.sql.DataSource | java:jdbc/ecardDB

[JBoss-user] [Installation & Configuration] - Re: 4.0.1sp1 to 4.0.2 causes recursive ejbCreate calls then

2005-07-07 Thread joshid
Hi, Has anyone put forth a lazy init param for the SLSB? We have a large app we are migrating to 4.0.2 affected by this. Thanks, Dan View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884078#3884078 Reply to the post : http://www.jboss.org/index.html?m

[JBoss-user] [Installation & Configuration] - Re: Class Cast Exception-Weblogic to Jboss

2005-07-07 Thread dhansen1969
Just a thought but do you have the TaskInstanceDoc class in your JBoss classpath? Also, I'm going through a similar migration (WLS to JBoss) and was wondering if you had any documentation or resources that you could share? Anything to smooth the migration path would/will be greatly appreciated.

[JBoss-user] [Installation & Configuration] - Re: Jboss-4.0.2 + Redhat linuc installation problem

2005-07-07 Thread PeterJ
This happened to me too. I then downloaded the Sun JDK 1.4.2, and that works. Seems to be a problem with the JDK that comes with Fedora 4. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884076#3884076 Reply to the post : http://www.jboss.org/index.html?mod

[JBoss-user] [Installation & Configuration] - Re: Jboss-4.0.2 + Redhat linuc installation problem

2005-07-07 Thread [EMAIL PROTECTED]
Go get a good vm like the Sun or JRockit. The gcj vm is untested for jboss. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884075#3884075 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884075 -

[JBoss-user] [Security & JAAS/JBoss] - JRMPInvoker doesn't pass credential up the call stack?

2005-07-07 Thread geamanda
I'm trying to add authentication to an XMBean exposed by JRMPProxyFactory, but the interceptor I placed before XMBean invoke() does not see credential at all. When I trace it back on the call stack, I see JRMPInvoker has "CREDENTIAL" in MarshalledInvocation payload but didn't pass up(?). Since i

[JBoss-user] [JBoss Getting Started Documentation] - Re: problem when deploy the ear file into jboss

2005-07-07 Thread [EMAIL PROTECTED]
| [startguide40]$ jar tvf jbossj2ee-src.zip | grep -i Filter | 1643 Mon Feb 07 11:07:00 CST 2005 examples/bank/src/com/jboss/ebank/web/CustomerHackFilter.java | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884073#3884073 Reply to the post : ht

[JBoss-user] [Advanced Documentation] - EAR that has SAR, EJB.jar, common.jar and WAR

2005-07-07 Thread mikek753
Hello, I'm looking for example or any info about how to create EAR that includes common classes for EJB, SAR and WAR as common.jar SAR EJB.jar WAR how to tell SAR to use that common.jar is located in EAR my.ear +-common.jar +-my.sar +-EJB.jar +-my.war I put common.jar in MANIFEST.MF Class-Path

[JBoss-user] [Installation & Configuration] - Re: Jboss-4.0.2 + Redhat linuc installation problem

2005-07-07 Thread jimscarver
I have this problem with fedora core 4. Can anyone help? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884070#3884070 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884070 ---

[JBoss-user] [Beginners Corner] - Re: failed to parse jboss-web.xml

2005-07-07 Thread somsahi
Hi i have posted exactly the files from both web.xml and jboss-web.xml from begining to end. server is jboss 4.0 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884069#3884069 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply

[JBoss-user] [JBoss Getting Started Documentation] - Fedora 4 I presume Re: Cannot start using Red Hat Fedora 9 w

2005-07-07 Thread jimscarver
I am having this problem with Fedora core 4 I don't think Fedora 9 exists, i guess you mean 4. It seems you do not have your java home set and are ignoring the warning. I have corrected that problem but still get the same error. Anybody know what is wrong? Jim View the original post : http:/

[JBoss-user] [Management, JMX/JBoss] - Re: how to tell JBoss do not wait for startService() one mbe

2005-07-07 Thread mikek753
no, BBean doesn't depend from MyBean, where MyBean does. yes, MyBean has to be started. thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884068#3884068 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884068

[JBoss-user] [JCA/JBoss] - Re: SET CHAINED MODE

2005-07-07 Thread venkitachalam_s81
It seems the "new connection sql" does not work. As this error goes only when I refresh the page again i.e. after connection is made in first instance. Also, set chained off does not seem to work pls. help thanx Venki View the original post : http://www.jboss.org/index.html?module=bb&op

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

2005-07-07 Thread jbosszone
Post Subject : Tutorial on J2EE using JBOSS-4.x, Eclipse-3.x, Lomboz-3.x and PostgreSQL-8.x on Windows XP Ref. 1 : Tutorial for building J2EE Applications using JBOSS and ECLIPSE http://www.tusc.com.au/tutorial/html/chap9.html (Chapter 9 : Web Services (2/2)) Ref. 2 : Tutorial on J2EE

[JBoss-user] [Security & JAAS/JBoss] - Re: how to set system property

2005-07-07 Thread Haim Sulam
Hi, Does the latest version of JBoss (JBoss 4.0.2) support the standard JAAS configuration file using the system property java.security.auth.login.config at the AS startup scripts? If yes, it didn't worked for me. If not, is JBoss going to support it in the future? Thanks. View the original p

[JBoss-user] [Installation & Configuration] - Re: Can JBoss monitor startup as a Windows Service?

2005-07-07 Thread chubbard
Hey this is a very important question for our development team. Any help would be much appreciated. Thanks Charlie View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884063#3884063 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=r

[JBoss-user] [JBossWS] - Re: problem serialize byte[] property as base64Binary

2005-07-07 Thread [EMAIL PROTECTED]
This looks like a bug. Can you report a JIRA issue on this with a sample deployment that demonstrates this happening? http://jira.jboss.org/jira/secure/CreateIssue!default.jspa Thanks, -Jason View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884062#3884062 Re

[JBoss-user] [JBossWS] - Re: using WSEE doclet

2005-07-07 Thread [EMAIL PROTECTED]
They are in head at the moment. Checkout jboss-head instead of jboss-4.0. They will eventually be backported, and most likely released as a seperate package. The tests for tools (and the new webservices stack) are currently located in jboss-head/webservice/test. The build process is the same, b

[JBoss-user] [Persistence & CMP/JBoss] - Poor performance with JBoss & MS SQL Server

2005-07-07 Thread baskar_bharadwaj
Hi, My application deployed in JBoss 3.2.6 uses a CMP with fields(similar to): entitynamePK String In DB varchar(255) PK entitytime Timestamp In DB datatime entitystate Integer In DB int entitysize Integer In DB int entitystr String In DB varchar(50) DB used is MS SQL Server. The field 'entityna

[JBoss-user] [JBossWS] - Re: Unable to deserialize simple arrays of int and String

2005-07-07 Thread [EMAIL PROTECTED]
Hello, 1.Your client stack trace is coming from Sun's jaxrpc implementation not ours. 2. According to that stack trace you are using rpc/literal, but the webservice you are talking to is using rpc/encoding. -Jason View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic

[JBoss-user] [JBossWS] - Re: using WSEE doclet

2005-07-07 Thread dhartford
Thanks for the info Jason! I did download jboss-4 branch and jboss-head branch to see if I could find the jbossWS tools, but without much luck. Where are they located? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884054#3884054 Reply to the post : http

[JBoss-user] [JBossWS] - Re: JBossWS + Complex Types error

2005-07-07 Thread [EMAIL PROTECTED]
Can you get a copy of the SOAP request the PHP client is sending? -Jason View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884053#3884053 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884053 ---

[JBoss-user] [JBossWS] - Re: using WSEE doclet

2005-07-07 Thread [EMAIL PROTECTED]
Also, just so you know we are also developing a set of webservice tools that will replace wscompile. One other option you may want to consider, is using the xdoclet tasks to generate everything but the wsdl files, and the jaxrpc-mapping files, and then invoking wscompile from ant. There are on

[JBoss-user] [JBoss Getting Started Documentation] - Re: problem when deploy the ear file into jboss

2005-07-07 Thread jiamingd
BTW, This is using the duke bank sample View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884050#3884050 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884050 --- SF.Ne

[JBoss-user] [JBossWS] - Re: Jboss-4.0.2 Client

2005-07-07 Thread [EMAIL PROTECTED]
"clairecostello" wrote : | | Maybe someone can tell me *how* this code works? What model is it using? Does this code go against any JBoss operation specifics/standards? | | -Claire. | You are using the DII methodology for invoking the webservice. The only problem with this is that

[JBoss-user] [JBoss Getting Started Documentation] - problem when deploy the ear file into jboss

2005-07-07 Thread jiamingd
Hi: I actually go smoothly to ear and deploy it to the jboss. but jboss pop up the error for failure finding the "com.jboss.ebank.web.CustomerHackFilter". I think it is weird because if you go to the src, you will find all package name is in *sun.ebank*, rather than jboss. Plus, I did not find

[JBoss-user] [JBossWS] - Re: Jboss-4.0.2 Client

2005-07-07 Thread [EMAIL PROTECTED]
"darranl" wrote : Looks like it is this issue again: - | | http://jira.jboss.com/jira/browse/JBWS-187 Darran is correct, this is JBWS-187. This issue is already fixed in the branch, thanks to his patch, and will be included in the 4.0.3 release (any day now). Note this issue seems to only

[JBoss-user] [JBossWS] - Re: using WSEE doclet

2005-07-07 Thread dhartford
"[EMAIL PROTECTED]" wrote : Also, eventually Java 5 annotations will be replacing xdoclet, and the new stack we are developing supports JSR181 (webservice) annotations. Yes, I'm looking forward to those! But, there are still projects that need to stick with J2EE 1.4! I'm trying to find the (

[JBoss-user] [JNDI/Naming/Network] - JNDI issues from Sun Appserver 8.1 to JBoss 4.03

2005-07-07 Thread zambak
Hi I have an application that works on Sun's Java System Application Server Platform Edition 8.1 but when I try to deploy it JBoss I am getting some errors regarding the lookup of JNDI resources. First I created -ds.xml resource file and deployed it. | | | jdbc/ecardDB | j

[JBoss-user] [JBossWS] - Re: using WSEE doclet

2005-07-07 Thread dhartford
bingo - just changing to ejb 2.1 fixed the service-endpoint in the ejb-jar.xml! So using WSEEdoclet (with ejbdoclet) can: *Generate ejb-jar.xml (with service-endpoint defined). *Generate the actual *Endpoint.java files. *Generate a reasonable webservices.xml file. WSEE can also do: *create basic

[JBoss-user] [JBossWS] - Re: using WSEE doclet

2005-07-07 Thread [EMAIL PROTECTED]
Thanks for contributing this to the community, but keep in mind that a jaxrpc-mapping file is very important to make complex types map correctly. Until this file is generated as well, I still recommend that everyone use wscompile. Also, eventually Java 5 annotations will be replacing xdoclet, a

[JBoss-user] [Security & JAAS/JBoss] - security about jmx-invoker-service

2005-07-07 Thread sviluppatorefico
hi... I've read the documentation about jboss 4.0.2 to secure jmx-invoker with rmi/jrmp. It tells to switch it to rmi/http . In what manner I can do it? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884041#3884041 Reply to the post : http://www.jboss.org/i

[JBoss-user] [Management, JMX/JBoss] - client jmx through httpinvoker

2005-07-07 Thread sviluppatorefico
hi.I use jboss4.0.2 and I've configured httpinvoker of type "restricted" . I want to call it through a java client. I've tried to make this: Properties ps = new Properties(); | ps.setProperty(Context.INITIAL_CONTEXT_FACTORY,"org.jboss.naming.HttpNamingContextFactory"); | ps.setProperty

[JBoss-user] [Management, JMX/JBoss] - Re: Scheduler Issue on AS4.0.3RC1?

2005-07-07 Thread CasaDelNorte
BTW - what's really weird about this - everything else works fine - just the scheduled objects it can't find. All other classes referenced from the JSP pages work fine. I've tried deploying both as exploded and packaged war files, no difference. And in the exploded WAR, I've verified that the c

[JBoss-user] [JBossWS] - Re: Client side JAX-RPC handler

2005-07-07 Thread [EMAIL PROTECTED]
Using a J2EE webservices client to talk to .NET would work like this: 1. You create a J2EE application client deployment ( this is deployed on the server). 2. You create a standalone client. This is a normal java program which is the true client. 3. On startup, the standalon client app then do

[JBoss-user] [JBossWS] - Re: jbossws cvs confusion

2005-07-07 Thread [EMAIL PROTECTED]
Our repositories recently moved off of sourceforge since it was painfully slow. I updated the wiki entry to reflect the new location. Sorry about the inconvenience. -Jason View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884035#3884035 Reply to the post : ht

[JBoss-user] [Beginners Corner] - Re: Wrong Serialization when rpc/literal style is used?

2005-07-07 Thread fpitschi
(This is the corrected thread) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884034#3884034 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884034 --- SF.Net email

[JBoss-user] [Beginners Corner] - Re: Wrong Serialization when using RPC/lit?

2005-07-07 Thread fpitschi
I opened a new thread - this thread can be deleted!!! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884032#3884032 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884032 ---

[JBoss-user] [Clustering/JBoss] - Windows NLB & Jboss 3.2.7 & JGroups Problem

2005-07-07 Thread wuSam
hello everybody, we have a windows nlb cluster running. jboss is working fine on both machines. the only prob we have is the cache sync using mutlicast. the cluster members do not receive the multicast packet from the ohter member, so cache is not sychron. any ideas? sam View the original pos

[JBoss-user] [Performance Tuning] - data sources

2005-07-07 Thread warnasweb
please tell me hoe to create datasources in JBOSS View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884030#3884030 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884030 --

[JBoss-user] [Performance Tuning] - EJb Deployment

2005-07-07 Thread warnasweb
is there any way to automaticaly generate all the .xml files needed for .ear deployment View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884029#3884029 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884029

[JBoss-user] [Management, JMX/JBoss] - Re: connect JBoss MBean services to different Application s

2005-07-07 Thread k_s_ashok
Hi Dimitris, any reply ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884027#3884027 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884027 --- SF.Net email is spon

[JBoss-user] [Beginners Corner] - Re: failed to parse jboss-web.xml

2005-07-07 Thread darranl
Which version of JBoss does this apply to? Are you sure that the correct version of the web.xml and jboss-web.xml are being packaged in the war that is being deployed. The only way that I could reproduce the error was to have the resource-ref defined within the jboss-web.xml and not within the

[JBoss-user] [JBoss Portal] - Re: Permission denied error using PostgresRDBMSAdapter for J

2005-07-07 Thread diondodgen
Hi, This has been run using Postgres8.0.3 and Postgres7.4 on Suse9.1 and Suse9.3 The scriptCreatePostgresSchema.sql has been used. I should have included this as part of the stack trace above previous:- 15:43:06,450 INFO [Domain] Initializing namespace : slide 15:43:06,637 INFO [Namespace] Loa

[JBoss-user] [Installation & Configuration] - Jboss-4.0.2 + Redhat linuc installation problem

2005-07-07 Thread mlsreekanth
Hello all, I am trying to run jboss-4.0.2 on redhat linux. when i run the default configuration, i am getting the following error JBoss Bootstrap Environment JBOSS_HOME: /usr/local/jboss-4.0.2 JAVA: /usr/lib/jvm/java-1.4.2-gcj/bin/java -Dprogram.name=run.shXms64m -Xmx128m CLASSPATH:

[JBoss-user] [JBossWS] - Re: using WSEE doclet

2005-07-07 Thread adammeghji
If your service endpoint isn't getting added to your ejb-jar.xml, make sure you're: - building a deployment descriptor with ejbSpec="2.1" - add this to your session bean: @ejb.interface service-endpoint-class="arm.carrier.interfaces.CarrierFacadeService" I was manually doing merges until I did t

[JBoss-user] [Beginners Corner] - failed to parse jboss-web.xml

2005-07-07 Thread somsahi
Hi i am getting error 1)yment.DeploymentException: Failed to parse WEB-INF/jboss-web.xml; - nested throwable: (org.jboss.deployment.DeploymentException: resource-ref jdbc/BookDB found in jboss-web.xml but not in web.xml) 2)resource-ref jdbc/BookDB found in jboss-web.xml but not in web.xml conten

[JBoss-user] [Installation & Configuration] - Re: Mapping configuration error for requested URI in my jbos

2005-07-07 Thread [EMAIL PROTECTED]
in my jboss server 3.2.3 jsp pages modification are not working may i a know the reason View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884020#3884020 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884020

  1   2   >