[JBoss-user] [Persistence & CMP/JBoss] - Re: jboss-4.0.1 startup slow (Entitybean SQL generation prob

2005-06-22 Thread nicolas
Concerning this issue, a bug report has just been posted, please see: http://jira.jboss.com/jira/browse/JBAS-1941 Nicolas View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882448#3882448 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&m

[JBoss-user] [Javassist user questions] - Re: Setting a field in a constructor before super is called

2005-06-22 Thread hlovatt
You can by the way use Javassist to do what I want, but it is a bit of a pain! You can write a program that modifies Derived above so that it calls super after initializing the field: | package examples.vmts.initializationorder.chibaexample; | | | import javassist.*; | import javassi

[JBoss-user] [Security & JAAS/JBoss] - Re: Form Based Login Module from LDAP using JAAS - help need

2005-06-22 Thread jai1978
Hi Group, I am anxiously awaiting for your reply Any help related to this in any means would be really helpful for me... Regards, View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882445#3882445 Reply to the post : http://www.jboss.org/index.html?module=bb

[JBoss-user] [EJB/JBoss] - HotSpot Virtual Machine Error

2005-06-22 Thread sixcharlie20
I get the following error while running my JBoss application. Has anybody encountered this same problem? Thanks in advance for your help. # # HotSpot Virtual Machine Error, Internal Error # Please report this error at # http://java.sun.com/cgi-bin/bugreport.cgi # # Java VM: Java HotSpot(TM) Clie

[JBoss-user] [Beginners Corner] - Re: How do I connect a web browser to the default installati

2005-06-22 Thread mozkill
can delete a post. i found a landing page on port 8080 that answers all my questions. thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882439#3882439 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3882439 ---

[JBoss-user] [Beginners Corner] - How do I connect a web browser to the default installation?

2005-06-22 Thread mozkill
Once I run the run.bat file on Windows, what URL do I point my browser to in order to check to see if JBoss is running? Can anyone provide a link? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882438#3882438 Reply to the post : http://www.jboss.org/index.h

[JBoss-user] [Beginners Corner] - StreamCorruptedException

2005-06-22 Thread will28719
I am trying to get an application that simply listens to a socket on the JBoss remoting to work, it works with the sample client. however if i try to telnet to the port it doesn't work. it throws a java.io.StreamCorruptedException seen on line 4 below. We are attempting to get more flexibility

[JBoss-user] [Installation & Configuration] - Re: Windows 2003 - Ports In Use

2005-06-22 Thread GTScoobyDoo
Thanks Peter, I have replied to Marcos' post on the topic, to see if he managed to work out a solution. Thanks, Nathan View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882436#3882436 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&m

[JBoss-user] [Beginners Corner] - Re: Problems starting JBoss for a second ou third time

2005-06-22 Thread GTScoobyDoo
Marcos, Did you manage to work out this issue? I am having EXACTLY the same problem as you described. If you managed to work out a fix, I would love your help. Kind regards, Nathan View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882435#3882435 Reply to the

[JBoss-user] [JBossWS] - Re: Complex Types > Changes between 4.0.2RC1 and 4.0.2 ?

2005-06-22 Thread kanno
Not that this suggestion would help, but in my post, I had a similar error about not finding a serializer. You can read about it here... I was attempting a very similar thing... (array of complex types). http://www.jboss.org/index.html?module=bb&op=viewtopic&t=65067&postdays=0&postorder=asc&sta

[JBoss-user] [JBossWS] - XWS-Security in 4.0.2

2005-06-22 Thread tbiernat
i have a WS client using sun jwsdp-1.5 runtime sending signed and encrypted requests to a JBossWS deployed service. i understand that JBossWS does not yet implement XWS-Security. has anyone been successful in using the jwsdp (or other) jars in JBoss to verify WS signatures or decrypt? View

[JBoss-user] [EJB/JBoss] - Re: Throwing RemoteException

2005-06-22 Thread treespace
To clarify, the RemoteException is thrown from a stateless session bean and caught in the web tier. Tested and does work but also know that throwing RemoteException is a crime with an unstipulated punishment. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=388

[JBoss-user] [EJB/JBoss] - Throwing RemoteException

2005-06-22 Thread treespace
I understand RemoteException should not be thrown directly. Say you had a release where RemoteException was thrown by some session beans: until the next patch is released, are there any dangers we need to know about? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtop

[JBoss-user] [JBoss Portal] - Re: Bug in ActionRequest impl ?

2005-06-22 Thread [EMAIL PROTECTED]
what version of JBoss Portal are you using ? I tested with 2.0 final and I don't have this, it works as expected. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882423#3882423 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=rep

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: multiple hosts for JNDI providers

2005-06-22 Thread genman
I think you can only have one URL in there at a time. You'll have to write the logic yourself to fail over to the alternative URL if the first one fails. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882422#3882422 Reply to the post : http://www.jboss.org/

[JBoss-user] [JBoss Portal] - Re: Bug in ActionRequest impl ?

2005-06-22 Thread [EMAIL PROTECTED]
indeed, I am going to fix it thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882421#3882421 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3882421 --- SF.Net e

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

2005-06-22 Thread we
Hi Can anyone give me an example of how to write and configure a client side JAX-RPC handler for processing the SOAP header before the SOAP request gets send to the web service. I declared my handler with a tag in the tag in my web.xml but it did not work. I use JBoss AS 4.02. Thanks for

[JBoss-user] [JBoss Portal] - Bug in ActionRequest impl ?

2005-06-22 Thread CodeMonkey
Hello, When processing inside processAction(...), I invoke ActionRequest.getParameterNames(); expecting to recieve a java.util.Enumeration of parameter names. I noticed that it seems like this Enumeration never has any parameter names in it. So I added the following logging statements to my p

[JBoss-user] [EJB/JBoss] - HOW-TO use SortedSet with CMR

2005-06-22 Thread treespace
S'er a way to have CMR sets returned as a SortedSet such as TreeSet? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882415#3882415 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3882415 ---

[JBoss-user] [JBoss Portal] - Re: Are portlets remotable?

2005-06-22 Thread [EMAIL PROTECTED]
the roadmap for 2.2 has been described in jira and can be seen here : http://jira.jboss.com/jira/browse/JBPORTAL?report=com.atlassian.jira.plugin.system.project:roadmap-panel View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882414#3882414 Reply to the post :

[JBoss-user] [Installation & Configuration] - rt.jar file location????

2005-06-22 Thread jaycap
I keep getting: java.lang.NoClassDefFoundError: javax/management/remote/JMXServiceURL When I try to run my app on JBoss 4.0.2. I see the javax/management/remote/JMXServiceURL in my included JSDK 1.5.03 library, and if I copy my JBoss directory to another pc and start Jboss, it works. I don't

[JBoss-user] [Installation & Configuration] - Re: JBossDukesBank

2005-06-22 Thread PapaBaugh
Thank you, tmurray, it did help somebody else: me. If anyone else is having this problem - on 2005-06-20, Sun released update 5 to the j2ee-1_4-doc-tutorial. So use the file j2ee-1_4-doc-tutorial_5.zip. j2ee-1_4-doc-tutorial_4.zip, mentioned above doesn't appear to be available any longer.

[JBoss-user] [EJB/JBoss] - FYI: Declared-sql using SQL UNION

2005-06-22 Thread sbudewig
Howdy all, Wanted to share my experience with the JBoss community just in case it might be helpful to someone else. The client had a functional SQL statement that contained JOINs and a UNION. The solution I used was to use an ejbSelect statement in the jbosscmp-jdbc.xml which looks like bel

[JBoss-user] [JBoss Portal] - Re: Are portlets remotable?

2005-06-22 Thread mackenna
Julien Where on the roadmap will JBoss Portal provide WSRP support. Any visibility there. Mackenna View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882406#3882406 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3882406

[JBoss-user] [JBoss Portal] - Re: Are portlets remotable?

2005-06-22 Thread mackenna
Julien Where on the roadmap will JBoss Portal provide WSRP support. Any visibility there. Mackenna View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882405#3882405 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3882405

[JBoss-user] [JBoss Portal] - Re: Are portlets remotable?

2005-06-22 Thread mackenna
Julien Where on the roadmap will JBoss Portal provide WSRP support. Any visibility there. Mackenna View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882404#3882404 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3882404

[JBoss-user] [Management, JMX/JBoss] - Re: NotSerializableException lunched in the twiddle

2005-06-22 Thread fabcipriano
Thank very much for the answer. I´m implementing a Interceptor class to org.jboss.jmx.connector.invoker.InvokerAdaptorService so that I can apply your considerations about Non-serializable fields. This interceptor will replace Non-serializable object for a serializable version, return a null

[JBoss-user] [JBoss Portal] - Re: Are portlets remotable?

2005-06-22 Thread [EMAIL PROTECTED]
wsrp is a technology that enables what you describe. we are in the process of implementing it. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882402#3882402 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3882402 -

[JBoss-user] [JBoss Portal] - Are portlets remotable?

2005-06-22 Thread rhodepc
I am trying to see if I can invoke portlets that are running in a different application server than the portal. Is this possible? It does not appear so. It appears that all portlets must be running in the same app server. Please let me know if I am mistaken or not. Thanks! View the original

[JBoss-user] [JBossCache] - Re: TreeCacheListener question.

2005-06-22 Thread [EMAIL PROTECTED]
after the lock has been acquired View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882398#3882398 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3882398 --- SF.Net email

[JBoss-user] [The Lizzard's corner] - Your website redesign and nutch

2005-06-22 Thread JanPrill
Hello, JBoss, after your website redesign you are obviously using nutch (http://lucene.apache.org/nutch/) as the underlying search engine. Great! I just wonder why you don't give credit where credit is due. Why for example don't you state "powered by nutch" on your result lists and enlist yours

[JBoss-user] [JBossWS] - Re: Complex Types > Changes between 4.0.2RC1 and 4.0.2 ?

2005-06-22 Thread [EMAIL PROTECTED]
I've tested a bit back and forth with JBoss 4.0.2: The problem seems to be between 4.0.2 and 4.0.2RC1 that Arrays of Complex types are handled different. With 4.0.2RC1 I had the workaround to incapsulate the array in a wrapper complex type just holding the array. This worked out fine. In 4.0.2

[JBoss-user] [JBossWS] - Re: Server responds, but client does not receive?

2005-06-22 Thread darranl
This is a known issue with Java 5 clients: - http://jira.jboss.com/jira/browse/JBWS-187 I am not aware of any workarounds at the moment other that reverting to a Java 1.4 client. The next version of JBoss to be released will contain the fix. View the original post : http://www.jboss.org/index

[JBoss-user] [JBossCache] - Re: Help: I need code examples for TreeCache

2005-06-22 Thread dbufarini
Ok, I've missed some jar inside the Eclipse ide. Thanks for all! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882394#3882394 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3882394 --

[JBoss-user] [JBossWS] - Server responds, but client does not receive?

2005-06-22 Thread clairecostello
Hi All, JBoss 4.0.2 JRE/JDK 5 Web Service deploys successfully. DII client (see Wiki) has problems on call.invoke(). Strange thing is that the server.log reports a response message sent to call invocation and includes a correct SOAP envelope. It appears that the client has not received the res

[JBoss-user] [Installation & Configuration] - hibernate using JTA with jboss 4

2005-06-22 Thread rjkimme
Hibernate version: 3.0 Jboss 4.0 Mapping documents: FIne Code between sessionFactory.openSession() and session.close(): Tried several ways but at last trying. factory = (configuration calls)buildSessionFactory(); session = factory.getCurrentSession(). I used a threadLocal variable and just a

[JBoss-user] [JBossCache] - Re: Help: I need code examples for TreeCache

2005-06-22 Thread dbufarini
Hi again, I've tried with the following code: final Context ctx = new InitialContext(); final Object ref = ctx.lookup( "MyCache" ); ctx.close(); cache_ = (TreeCache) javax.rmi.PortableRemoteObject.narrow( ref, TreeCache.class ); Is that code correct? I've then tried to call a get(

[JBoss-user] [JBossCache] - Re: Help: I need code examples for TreeCache

2005-06-22 Thread [EMAIL PROTECTED]
You cast it to TreeCacheMBean View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882390#3882390 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3882390 --- SF.Net email is

[JBoss-user] [JBossCache] - Re: Help: I need code examples for TreeCache

2005-06-22 Thread [EMAIL PROTECTED]
It is there: | http://docs.jboss.com/jbcache/current/TreeCache/html/ | Go to chapter 11, here is the code: | | jboss:service=invoker,type=jrmp | jboss.cache:service=TreeCache | MyCache true org.jboss.cache.TreeCacheMBean | | org.jboss.proxy.Cli

[JBoss-user] [JBossCache] - Re: Help: I need code examples for TreeCache

2005-06-22 Thread dbufarini
I read all the chapter 11, but there is only an example of an xml configuration file and NO code example. I still don't know how to look for the mbean (even if I can resonably suppose that I can through JNDI) and, more important, I don't know which interface I have to use to cast the reference r

[JBoss-user] [Installation & Configuration] - Re: Windows 2003 - Ports In Use

2005-06-22 Thread PeterJ
Sounds like you and Marcos need to talk: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=65377 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882382#3882382 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=388238

[JBoss-user] [Management, JMX/JBoss] - Re: NotSerializableException lunched in the twiddle

2005-06-22 Thread [EMAIL PROTECTED]
Its an undefined issue due to the fact that jmx is fundamentally a local only api. There are ZERO restrictions or requirements on any type showing up in the management interface. The jmx remoting spec says nothing about how objects that cannot be marshalled over a given transport should be dealt

[JBoss-user] [JBossCache] - Re: Help: I need code examples for TreeCache

2005-06-22 Thread [EMAIL PROTECTED]
It works inside the same VM. If you want remote access, read on (ch 11) for how to do this. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882380#3882380 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3882380

[JBoss-user] [JBoss Portal] - Re: How can I customise UserPortlet Profile / Registration ?

2005-06-22 Thread [EMAIL PROTECTED]
This is easily doable, look at how ICQ number and such are implemented, it leaves room for such customization. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882379#3882379 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p

[JBoss-user] [Installation & Configuration] - Minimum Server Requirements?

2005-06-22 Thread nappinc
Hi, Can anyone please provide "official" details of the hardware requirements (RAM and disk footprint) for JBoss 4.0.2 (in "default" mode), on Windows, Linux (x86) and Solaris? Thanks, Chris. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882378#388237

[JBoss-user] [Performance Tuning] - Minimum Server Requirements

2005-06-22 Thread nappinc
Hi, Can anyone please provide "official" details of the hardware requirements (RAM and disk footprint) for JBoss 4.0.2 (in "default" mode), on Windows, Linux (x86) and Solaris? Thanks, Chris. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882377#388237

[JBoss-user] [JBoss Portal] - How can I customise UserPortlet Profile / Registration ?

2005-06-22 Thread studie
Hi, I wish to use JBoss portal as the basis for a new project I am working and have a "default" copy up and running and have create a few demo portlets. However as part of the design I will need to significantly modify the registration screen within the UserPortlet to remove items such as "MSN

[JBoss-user] [JBossCache] - Re: Locking contention hotspot on root Node

2005-06-22 Thread bdueck
I've been working on just such a test case now that simulates how our app is using/stressing JBossCache. I agree that concrete numbers based on a clear test case would be needed to justify any changes to Node and quantify the benefits. The test case I have now shows it pretty clearly within a si

[JBoss-user] [Security & JAAS/JBoss] - Re: Client Certificate Authentication

2005-06-22 Thread nothingman
"rpa_rio" wrote : "nothingman" wrote : "[EMAIL PROTECTED]" wrote : See the verifier attribute of BaseCertLoginModule: | | | | | | http://wiki.jboss.org/wiki/Wiki.jsp?page=BaseCertLoginModule | | | | | Thanx I'll try today. | | | | -- | | Nothingman | | Th

[JBoss-user] [Management, JMX/JBoss] - NotSerializableException lunched in the twiddle

2005-06-22 Thread fabcipriano
Twiddle launch a NotSerializableException when it try to get some attribute but this attribute is not serializable. To reproduce in JBoss 4.0.2 Final this just type : D:\jboss-4.0.2\bin>twiddle.bat get "jboss.web:J2EEApplication=none,J2EEServer=none,j2eeType=WebModule,name=//localhost/" logger

[JBoss-user] [JBossCache] - Re: Locking contention hotspot on root Node

2005-06-22 Thread [EMAIL PROTECTED]
It would be nice if you could add that stress test into the JBoss CVS, under CVS module "JBossCache": org.jboss.cache.tests, under the "perf" or "stress" package. I would like to see some numbers first, before I start changing the critical class Node. View the original post : http://www.jboss.

[JBoss-user] [JBossCache] - Re: Help: I need code examples for TreeCache

2005-06-22 Thread dbufarini
Thanks, but... I've already read that chapter and the code shown can be used only inside a servlet. Does that work even inside a session ejb? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882370#3882370 Reply to the post : http://www.jboss.org/index.html?m

[JBoss-user] [Security & JAAS/JBoss] - Re: Client Certificate Authentication

2005-06-22 Thread rpa_rio
"nothingman" wrote : "[EMAIL PROTECTED]" wrote : See the verifier attribute of BaseCertLoginModule: | | | | http://wiki.jboss.org/wiki/Wiki.jsp?page=BaseCertLoginModule | | | Thanx I'll try today. | | -- | Nothingman This works for you? View the original post : http://ww

[JBoss-user] [JBossCache] - Re: Locking contention hotspot on root Node

2005-06-22 Thread [EMAIL PROTECTED]
I have created a JIRA issue where I'll look at whether we can replace HashMap with ConcurrentHashMap for Node.data and Node.children. I recall there is a reason why I haven't done it yet, so this needs some thought View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&

[JBoss-user] [JNDI/Naming/Network] - Re: exception during remote call lookup to ejb

2005-06-22 Thread innerspace
I got it working by picking the class files for the client jar one by another by hand. I guess there was some conflict with different versions of classes in different libraries. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882366#3882366 Reply to the post

[JBoss-user] [JBossCache] - Re: Help: I need code examples for TreeCache

2005-06-22 Thread [EMAIL PROTECTED]
http://docs.jboss.com/jbcache/current/TreeCache/html/ chapter 11 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882365#3882365 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3882365 ---

[JBoss-user] [JBoss Portal] - Unable to delete or edit forum posts

2005-06-22 Thread jmyx
I have installed jboss 4.0.2 with portal/forum 2.0 running on jdk 1.5 and I am unable to either delete or edit forum topics/posts under the admin login. I have tried using both a postresql db and the default hsqldb. I post to a forum and the forum index has "Second forum - 1 - 1 - Edit - Delete

[JBoss-user] [Installation & Configuration] - HTTPS with Jdk1.5

2005-06-22 Thread nafsheen
Currently I am facing a problem while using JBoss application server. I am using JBoss3.2.5 configured for SSL at port 8443. When I compiled the source code j2sdk1.4.2_04 and deploy it on server using jre1.4.2_04 I can successfully access the application. But when the code is compiled using jdk1.

[JBoss-user] [JBossCache] - Help: I need code examples for TreeCache

2005-06-22 Thread dbufarini
Hi, I'm new to TreeCache and I'm trying to use it inside a session bean running in JBoss. I'm searching for code examples of how to locate the TreeCache mbean (I suppose through jndi...) and how to cast the result. Does someone can help me? Thanks! Daniele View the original post : http://www.j

[JBoss-user] [Beginners Corner] - Re: setting the default Timezone

2005-06-22 Thread nxs
I had given up hope!! the software may be installed on customer machines, running other applications, so it's no good relying on the OS. I repeat - the TimeZone MUST always be the same (GMT) I have created a ServletContextListener and set the timezone in there. TimeZone.setDefault( TimeZone.get

[JBoss-user] [Beginners Corner] - Jboss 4.0.2 Eclipse EJB3 import javax.ejb.EJBException; prob

2005-06-22 Thread alex_knight
Hi all, I have been attempting to get a jboss ejb3 statful session bean example to work. However eclipse seems unable to find the package javax.ejb.* in the classpath. Error message: The import javax.ejb cannot be resolved. I am using j2se 5. Is this package still used with ejb 3? Am I totally

[JBoss-user] [Persistence & CMP/JBoss] - Re: How store a big file in postgresql without breaking the

2005-06-22 Thread tbech
SQL in SessionBean is spagethi code (or at least anti-pattern). Use Entity Bean for it. Mapping for PostgreSQL is: java.lang.Object VARBINARY BYTEA Did you try such field in entity? (I use String and TEXT for very long texts and works perfec

[JBoss-user] [Beginners Corner] - Security

2005-06-22 Thread jhutsche
Hi, as a JBoss beginner I downloaded and installed JBoss 4.0.2, fixed some problems in startup scripts, started JBoss successfully. After this I deployed a servlet which was running under Tomcat until now making a ear file from my war file, deployed it using the JBoss plugin of Eclipse (no passw

[JBoss-user] [JBossWS] - Re: Namespace problems invoking document/literal web service

2005-06-22 Thread moebus
In the meantime I have looked further into this. When my hello world web service is hosted in .NET (version 1.1), the xml tags of the answer are assigned to the target namespace. When the same service is run from JBoss, the answer tags are not part of the namespace. This latter version is parse

[JBoss-user] [Security & JAAS/JBoss] - 403 Error with socket exception

2005-06-22 Thread eftun
We are working on a project based on ssl and jaas. The problem is; depending on the capabilities of the test environment we get HTTP 403 error. We have the jboss-service.xml as below: | | | org.jboss.security.plugins.JaasSecurityManager | | | 1800 |

[JBoss-user] [Security & JAAS/JBoss] - 403 Error with socket exception

2005-06-22 Thread eftun
We are working on a project based on ssl and jaas. The problem is; depending on the capabilities of the test environment we get HTTP 403 error. We have the jboss-service.xml as below: org.jboss.security.plugins.JaasSecurityManager 1800 When first time we ge

[JBoss-user] [Installation & Configuration] - Re: Error....Please Help

2005-06-22 Thread darranl
Have you made sure that the JAVA_HOME environment variable is set correctly? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882336#3882336 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3882336

[JBoss-user] [Security & JAAS/JBoss] - 403 Error with socket exception

2005-06-22 Thread eftun
We are working on a project based on ssl and jaas. The problem is; depending on the capabilities of the test environment we get HTTP 403 error. We have the jboss-service.xml as below: org.jboss.security.plugins.JaasSecurityManager 1800 When first time we ge

[JBoss-user] jndi.properties ignored with EJB3

2005-06-22 Thread Nils Benninghoven
Hi, I've got a problem with using the jndi.properties file. It seems that its entries are ignored by my java client. The client looks like: this.ctx = new InitialContext(); pw = (Patient) ctx.lookup(Patient.class.getName()); pers = (Person) ctx.lookup(Person.class.getName()); Everything works fi

[JBoss-user] [JBossCache] - Re: jgroups-ERROR-UDP after upgrading to 1.2.3

2005-06-22 Thread [EMAIL PROTECTED]
Now you should be fine. If you see the problem again, post the stack trace and I can look into it View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882334#3882334 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3882334 --

[JBoss-user] [Installation & Configuration] - Re: JSTL Exception runnint Tomcat 5.5 with Jboss 4.0.2

2005-06-22 Thread fbenvegna
My problem was class loaders and MyFaces. I run JBoss in compliant J2EE 1.4 mode for many project and read MyFaces FAQ about Tomcat 5.5. It's OK. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882333#3882333 Reply to the post : http://www.jboss.org/index.ht

[JBoss-user] [EJB/JBoss] - JBoss 3.2.5 and package NOT FOUND.

2005-06-22 Thread BRGII_Benna
Hi all, i'm currently using JBoss 3.2.5 (i know it's not an up to date version but unfortunally i MUST use this one). I've to set up a scheduler that starts up when jboss does and i found some material on the net. The problem is the code i've found refers to a library i have not inside my jboss

[JBoss-user] [Beginners Corner] - Re: Fibo Tutorial on JBoss 4.0.2

2005-06-22 Thread chamaras
guys, This doesn't seem to be a bug. This is apparently related to the change in the classloader for the jboss-4.0.2, which is using servelet spec classloading (as opposed to jboss-4.0.1sp1 which uses a flat class loader) according to Adrian. refer to: http://jira.jboss.com/jira/browse/JBAS-177

[JBoss-user] [Installation & Configuration] - Windows 2003 - Ports In Use

2005-06-22 Thread GTScoobyDoo
Hello, I am attempting to run JBOSS 3.2.4 on Windows 2003 and am having some "weird" issues. I have setup the exact same JBOSS setup on other Windows 2003 servers without any issues. When I start JBOSS, I get errors relating to ports being in use. This occurs "most" of the time. Sometimes it

[JBoss-user] [JBossCache] - Re: jgroups-ERROR-UDP after upgrading to 1.2.3

2005-06-22 Thread Motormind
Just to make sure: I have checked that everyone is now using the same version of JGroups (2.2.8). What could cause this problem then? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882325#3882325 Reply to the post : http://www.jboss.org/index.html?module=bb

[JBoss-user] [JBossCache] - Re: jgroups-ERROR-UDP after upgrading to 1.2.3

2005-06-22 Thread Motormind
"[EMAIL PROTECTED]" wrote : You have to use the same version of JGroups *and* JBossCache. Anything else is untested and (as of now), unrecommended. | Are you saying we can't use JBoss Cache and JGroups at the same time? View the original post : http://www.jboss.org/index.html?module=bb&op=v

[JBoss-user] [Management, JMX/JBoss] - Re: MBean with plugins

2005-06-22 Thread opiegai
The plugins could be MBeans as well and register with the Mbean using the plugins. You would need a register/deregister fuction like this: register( IPlugin p ); deregister( IPlugin p ); The plugin MBean would call these functions and pass itself. View the original post : http://www.jboss.org

[JBoss-user] [JBoss.NET] - Re: What is the URL to call

2005-06-22 Thread gmorette
If someone don't understand how to use JBOSS SOA with HeliaTime, i advise you to on http://www.heliasystem.com or http://www.heliatime.com. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882322#3882322 Reply to the post : http://www.jboss.org/index.html?modu

[JBoss-user] [Management, JMX/JBoss] - Re: Scheduler MBean on the last day of each month

2005-06-22 Thread opiegai
http://www.opensymphony.com/quartz/ View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882321#3882321 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3882321 --- SF.Net em

[JBoss-user] [Security & JAAS/JBoss] - Servlet creates LoginContext, should be used by Web-Containe

2005-06-22 Thread Dumbledore
Hi, | javas.security.auth.login.LoginContext lc; | AppCallbackHandler ach; // just like in Scott's Jaas-Tutorial... | | ach = new AppCallbackHandler(composedUserName, password.toCharArray()); | | lc = new LoginContext("plebs", ach); | | lc.login(); | This code works well in