[JBoss-user] [Beginners Corner] - Re: Help please

2005-10-26 Thread anders.hedstrom
use wscompile from JWSDP you can start with having a look at: http://wiki.jboss.org/wiki/Wiki.jsp?page=WSServerJSE View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903741#3903741 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=

[JBoss-user] [JBossCache] - Re: Problems with Optimistic Locking in 1.2.4 FINAL

2005-10-26 Thread [EMAIL PROTECTED]
"[EMAIL PROTECTED]" wrote : | wHAT DO OTHER PEOPLE THINK ? Well, Bela, now there's no reason to shout! :) DashV, makes sense. With optimistic locking, we first check for an existing transaction, and if there isn't one, we implicitly start one. Before the method returns, if we started the

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS Client with Java 1.3

2005-10-26 Thread genman
JBoss 3.2 runs on JDK1.3 okay. You should be able to get JBoss 3.2 to talk to a 4.0 instance okay, although I'm not 100% sure it will work. It may take the latest 3.2 release. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903732#3903732 Reply to the post

[JBoss-user] [Beginners Corner] - dynamic axis serializer generation fails on 4.0.2+EJB3RC2

2005-10-26 Thread sventura
I am experimenting a very peculiar issue with axis webservices on jboss 4.0.2. This is my interface package test; | | import java.rmi.Remote; | import java.rmi.RemoteException; | | import java.util.*; | | public interface Test | extends Remote | { | TestPojo[] t

[JBoss-user] [Installation, Configuration & Deployment] - Does jboss support multi Application Server as websphere?

2005-10-26 Thread kelvinlaw
Does jboss support multi VM as websphere? I can create many Application Server in one WAS, define different VM runtime args and deploy difffent applications in different application server. stopping one application server do not affect others. Can jboss do the same thing? thanks in advance. Vi

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Trying to get started

2005-10-26 Thread kazan77777
Can anyone please reply, (anyone from JBoss???) I need to get this running. Is this a bug in JBoss, or am I not seeing something? One thing I have discovered...the sequence is getting generated. Hibernate is getting stuck when it tries to call the setId method in my .java file. I have tried

[JBoss-user] [Beginners Corner] - Re: EJB3Trail.ear fails on 4.0.3RC1

2005-10-26 Thread sventura
>From my short experience, I recomend 4.0.2+EJB-3.0_RC2 over 4.0.3RC1 even if >manual install is required. This combination incorporates a stricter check on >entity contraints as @NotNull and @Length. Be caution if dowgrading (not a downgrade really) since lazy code (as mine) may suddenly fail

[JBoss-user] [EJB/JBoss] - setRollbackOnly problem

2005-10-26 Thread eldavio
I have a SLSB running within a container managed transaction. When I call the sessioncontext setRollbackOnly() I can no longer access any CMP entity beans within my method. Now am I correct in assuming setRollbackOnly() should indicate to the container to perform a rollback at the end of the metho

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - JBoss 5.0.0alpha and Tapestry Webapp

2005-10-26 Thread bsbodden
I have an application that is currently working on JBoss 4.0.3RC1 using EJB3+Tapestry 4. Since I want to expose some of my SSB methods as Web Services I decided to build JBoss 5.0.0alpha (today) to use annotation based webservices as explained here: http://www.jboss.org/index.html?module=bb&op=

[JBoss-user] [JCA/JBoss] - mysql-ds.xml in my EJB-JAR

2005-10-26 Thread op
Hi! I've got EAR with EJB-JAR inside and few Web applications. In EJB-JAR's META-INF/ I have mysql-ds.xml When I am deploying my EAR on JBoss 3.2.7 - MySQL's datasource successfully created. But when I am deploying on JBoss 4.0.3 SP1 - nothing happens. It just does nothing about it. Do I need to

[JBoss-user] [JBossWS] - Re: JBossWS-1.0EA released

2005-10-26 Thread phicorp
Hello Thomas, Do you have a current target release date for jbossws1.0 and the backport? Many thanks, Bruce. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903708#3903708 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p

[JBoss-user] [JBoss Portal] - Re: Per-page layout strategy

2005-10-26 Thread bkrueger
I realize this is in response to an older posting. I'm using the packaged portal 2.0/as 4.0.2. I have looked all over, and I can not find a portal-pages.dtd. This is actually the only place on the net that I have found a reference to it (via google search). Where is this file in the source

[JBoss-user] [JBossCache] - Re: Using cache as multi-server locking mechanism

2005-10-26 Thread allen.wyatt
Here are some more details of what's happening. I'm running JBoss 4.0.3 with JBossCache 1.2.4. I have four servers configured named node0, node1, node2, and node3. They all run the following code: | TreeCacheMBean cacheMBean = findCache(); | | TransactionManager txn =

[JBoss-user] [JBoss Portal] - JBP 2.2 on 4.0.3 SP1

2005-10-26 Thread dunks
I'm writing this post with the full realization that JBP 2.2 is still in alpha. I've been checking the code out of cvs evey couple nights to see if I can get it to run on JBoss 4.0.3. I did get it going a couple weeks ago but then it's been broken because of the UserTransaction issues etc. I tho

[JBoss-user] [JBossCache] - Re: Problems with Optimistic Locking in 1.2.4 FINAL

2005-10-26 Thread [EMAIL PROTECTED]
I get your point, if we don't use TXs, then it may be worthwile to do some retries. This leads to different semantics for TXs/no-TXs though. wHAT DO OTHER PEOPLE THINK ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903697#3903697 Reply to the post : http:/

[JBoss-user] [JBossCache] - Re: [1.2.4] JDBCCacheLoader errors when using ManagedConnect

2005-10-26 Thread [EMAIL PROTECTED]
Thanks ! We will apply the patch in 1.3 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903694#3903694 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3903694 --- This

[JBoss-user] [Security & JAAS/JBoss] - Re: quick question on module-options

2005-10-26 Thread wiley173
could someone please help me out here on what class in the source is taking in a "?" so maybe I can figure this dumb question out ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903693#3903693 Reply to the post : http://www.jboss.com/index.html?module=b

[JBoss-user] [Messaging, JMS & JBossMQ] - Odd DLQHandler behavior

2005-10-26 Thread duslow
I have an MDB attached to a JBoss JMS queue. The MDB uses a custom invoker-proxy-binding as well as a custom container-configuration. The invoker-proxy-binding has the following settings: | | 1 | 1 The container-configuration has the following settings: | | | 100 | 1

[JBoss-user] [Beginners Corner] - RMIAdaptorService replacement

2005-10-26 Thread mirceat
Hi: I'm new to JBoss and I have to port an application from JBoss 3.2.7 to 4.0.2. I noticed that the application name space is different in the two versions. In 3.2.7 there are two extra nodes bound to RMIAdaptorImpl and the deployment descriptor for 3.2.7 includes RMIAdaptorService: | |

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: JBoss try to save an very old entity bean

2005-10-26 Thread ftftft
I forget to mention I use JBoss 4.0.3. It is just a normal entity bean. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903686#3903686 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3903686 -

[JBoss-user] [JBossCache] - Re: Problems with Optimistic Locking in 1.2.4 FINAL

2005-10-26 Thread DashV
But this is only the case if I am also writing the transactions myself right? Meaning if I as the developer open a new transaction do a bunch of puts then commit. If I am just calling put over and over with no transaction code of my own in the middle then each interaction (each put) is an indiv

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - JBoss try to save an very old entity bean

2005-10-26 Thread ftftft
Recently, I find an error in my application log. It seems that JBoss try to save a very old bean. 19:30:42,273 INFO [AccountManagerSession] Saved TEST ACCOUNT 1 (15014) account. 19:30:42,280 INFO [AccountDAO] Failed to update TEST ACCOUNT 1 (15014) account: account was retrieved from the datab

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - a silly question

2005-10-26 Thread gduan2000
I am a newbie on ejb. The question I have is: If my application structure is EJB3 SLSB/SFSB/MDB + hibernate managed domain objects, are those domain objects considered entity beans, or equvalent to the entity beans? Do they have the same life cycle (managed by container?), and what is the bet

[JBoss-user] [Beginners Corner] - Re: Help please

2005-10-26 Thread utjazz
I think i know what's wrong, but do not know how to correct it. I think i am missing the java-xml-type-mapping stuff from the jaxrpc-mapping file. Does anyone know of a utility that can automatically create the jaxrpc-mapping file based on a wsdl? OR Can anyone please help me create the ja

[JBoss-user] [Beginners Corner] - Re: JTATransaction question

2005-10-26 Thread gduan2000
Hello please help. Have I posted in a wrong place? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903671#3903671 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3903671 --

[JBoss-user] [Installation, Configuration & Deployment] - JSSE Debug Output Missing In 4.0.1 Log

2005-10-26 Thread OliverHrdz
We are upgrading from 3.2.2 to 4.0.1. In 3.2.2, we saw in the server.log file the following debug output: | 2005-10-05 14:42:31,203 DEBUG [org.apache.tomcat.util.net.jsse.JSSE14Support] Cert #0 = [ | [ | Version: V1 | Subject: CN= | 0010: 32 C5 D3 12 80 93 17 7C EF 92 5A CD

[JBoss-user] [Beginners Corner] - Re: Log SQL statement

2005-10-26 Thread ohadraz
OK, I've found the answer: First of all, since my question was not clear enough, let me explain: JBoss logs SQL statements in the server.log (which is located in the \log directory of the server's directory (e.g., %JBOSS_HOME%\server\default\log); what I wanted was to make a separate log file fo

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: The absolute uri: http://java.sun.com/jstl/fmt cannot be

2005-10-26 Thread Kintar
I'm having this same error when trying to use the jstl. Has anyone else run into this? Any suggestions? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903654#3903654 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39036

[JBoss-user] [JBossCache] - Re: [1.2.4] JDBCCacheLoader errors when using ManagedConnect

2005-10-26 Thread neotyk
Patch is attached to JIRA: http://jira.jboss.com/jira/browse/JBCACHE-346 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903651#3903651 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3903651

[JBoss-user] [JBossCache] - Re: [1.2.4] JDBCCacheLoader errors when using ManagedConnect

2005-10-26 Thread neotyk
Bug hunted down. I have tested this patch, and as for now code as described in first post is running for about 2h, executed once every 10 seconds. Please verify the patch, and apply to source tree. :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903650#39036

[JBoss-user] [Security & JAAS/JBoss] - Re: BaseCertLoginModule working, but browser has a 403 in To

2005-10-26 Thread rollin368
I issued my own certificate as a certificate authority and things work. It looks like the DN from the trial Verisign certificate might have been causing some odd behavior. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903647#3903647 Reply to the post : htt

[JBoss-user] [Security & JAAS/JBoss] - Automatic Login to web app

2005-10-26 Thread cmiles123
Hello, I've searched everywhere and cannot find a definitive answer to this. What I want to be able to do is given a user/pwd combo log in to a web app that is using FORM security via j_security_check. Passing the j_username and j_password parameters directly to j_security_check works for othe

[JBoss-user] [JBossCache] - Re: pin object in cache?

2005-10-26 Thread [EMAIL PROTECTED]
Use eviction policy. Put your pinned data under one region, say, "/never_expires", and configure this region to never expire. -Ben View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903635#3903635 Reply to the post : http://www.jboss.com/index.html?module=bb&op

[JBoss-user] [JBoss Portal] - JBoss Portal 2.0.1RC3 released

2005-10-26 Thread [EMAIL PROTECTED]
The portal team is proud to release JBoss Portal 2.0.1RC2, the files are available for download on sourceforge : http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=84509&release_id=353715 the changelog since 2.0 final : | Release Notes - JBoss Portal - Version 2.0.1 Final

[JBoss-user] [JBossCache] - Re: pin object in cache?

2005-10-26 Thread [EMAIL PROTECTED]
You can get version info by running: $ java -cp jboss-cache.jar org.jboss.cache.Version Are you trying to pin down specific data nodes to specific caches in a cluster so they do not replicate across to other caches in the cluster? View the original post : http://www.jboss.com/index.html?modul

[JBoss-user] [JNDI/Naming/Network] - Re: What are all the Jars required for JBoss JNDI?

2005-10-26 Thread JCScoobyRS
I'm not 100% sure. I just know that maven only has 3.2.3 in it's ibiblio repo. ;) Good luck, Jeremy View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903631#3903631 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39

[JBoss-user] [Installation, Configuration & Deployment] - Re: problems under JSF

2005-10-26 Thread jj_andrade
Thanks people. I solved the trouble looking at jbosswiki. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903629#3903629 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3903629 ---

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: problems under JSF

2005-10-26 Thread jj_andrade
Thanks people. I solved the trouble looking at jbosswiki. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903628#3903628 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3903628 ---

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: problems under JSF

2005-10-26 Thread jj_andrade
Thanks people. I solved the trouble looking at jbosswiki. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903627#3903627 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3903627 ---

[JBoss-user] [JNDI/Naming/Network] - Re: What are all the Jars required for JBoss JNDI?

2005-10-26 Thread mail2kondeti
Thanks a lot Jeremy. Hope these two Jars, jnpserver.jar jboss-common.jar works for JBoss 4.x If there is any difference between Jboss 3.x and 4.x let me know. Well appreciated for your post. ... Srikanth Kondeti View the original post : http://www.jboss.com/index.html?module=bb&op=viewtop

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: JBoss 4.0.3 + mySQL and TIMERS and HILOSEQUENCES

2005-10-26 Thread bl4ck3lk
hello, i have the same error also with the version JBoss 4.0.3SP1. Is this just a Warning and works well or is this an Error ? (sry for this stupid Question, but i evaluate JBoss in the moment and dont want to spend time in things that can not work) stefan h. View the original post : htt

[JBoss-user] [Beginners Corner] - Help please

2005-10-26 Thread utjazz
Hi all, I'm trying to figure out how to finish a project for a class and cannot seem to get a web service deployed on jboss-4.0.3. During the deployment process, Jboss server returns a ton of errors regarding type mapping. My guess is that my jaxrpc-mapping file is incorrect. I have attac

[JBoss-user] [JCA/JBoss] - Re: Accessing ResourceAdapter implementation instance from w

2005-10-26 Thread galderz
i'm not saying because of the jmx support, but because i don't know whether all the app servers have a RAR deployment JMX bean with a ResourceAdapter attribute: Domain=jboss.jca name='anything.ear#myRA.rar',service=RARDeployment MBean attribute: ResourceAdapter View the original post : http:/

[JBoss-user] [JNDI/Naming/Network] - Re: What are all the Jars required for JBoss JNDI?

2005-10-26 Thread JCScoobyRS
Just found out you need jboss-common.jar as well. Take care, Jeremy View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903612#3903612 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3903612 ---

[JBoss-user] [Advanced Documentation] - Re: I have this problem -- am new to JBoss --- plz help

2005-10-26 Thread lcarder
I am having the same problem. Did you ever get a resolution to it? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903608#3903608 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3903608 -

[JBoss-user] [JNDI/Naming/Network] - Re: What are all the Jars required for JBoss JNDI?

2005-10-26 Thread JCScoobyRS
You need jnpserver.jar for the server and jnpclient.jar for the client. That should be it. Take care, Jeremy View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903607#3903607 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=re

[JBoss-user] [JNDI/Naming/Network] - What are all the Jars required for JBoss JNDI?

2005-10-26 Thread mail2kondeti
Hi All, We are looking particulars to for Remoting purpose. So pls. let me know what are all the JARs required for JNDI in JBoss. .. Srikanth Kondeti View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903604#3903604 Reply to the post : http://www.jboss.com/ind

[JBoss-user] [JCA/JBoss] - Hypersonic - localDB.properties ?

2005-10-26 Thread dirk diggler
Can someone tell me how the localDB.properties is generated? Specifically, I want to change the hsqldb.log_size from the default of 200 to a default 50. Any help is appreciated. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903602#3903602 Reply to t

[JBoss-user] [JNDI/Naming/Network] - Embedding JBossNS

2005-10-26 Thread JCScoobyRS
Is there a way to embed JBossNS? I basically wanted an in-memory JNDI backend that was networkable and JBossNS is the only one I can find that meets my needs. The problem is that I can't find any good information on how to embed it or manage it programmatically. Any help would be appreciated.

[JBoss-user] [JBoss Portal] - Re: How do I write Portlets for my Own Portal..

2005-10-26 Thread bsmithjj
Thanks for the clarification - that's not really a portal, portlet, or even a JSP question at this point then, right? It's more a question of 'how do use javascript to dynamically change a form action based on which link a user clicks?' Cheers! View the original post : http://www.jboss.com/in

[JBoss-user] [Messaging, JMS & JBossMQ] - JMS Client with Java 1.3

2005-10-26 Thread uncas
Hi, I'm using Jboss 4 for a JMS message queue. But my client needs to work with JRE 1.3 or even JRE 1.2. The reason is that they are running inside an Oracle stored procedure. Is it possible to create a package whihc will work with earlier Java version and can connect to the JBoss 4 message que

[JBoss-user] [JBossCache] - pin object in cache?

2005-10-26 Thread saylor09
I'm running with jboss-cache 1.2 (no minor number spcified in manifest so I'm guessing it might be 1.2.0). I'd like to be able to pin specific nodes in the cache. From what I can tell, there is no built-in (i.e. simply configurable at run time) way of doing this. I'm guessing that I would hav

[JBoss-user] [Beginners Corner] - Re: Need some start help. Im N00b

2005-10-26 Thread darranl
Find the file {jboss.home}/server/default/conf/jboss-service.xml and find the URLDeploymentScanner MBean at the bottom of the file - You can specify additional directories to be scanned. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903594#3903594 Reply to

[JBoss-user] [Installation, Configuration & Deployment] - Re: Error on Startup

2005-10-26 Thread bmillett
That was it! Thanks! My coworker had a jar file in his java Extensions directory that contained the sun mbean server. We removed it and he was able to boot correctly. That explains why it worked on my computer and not his. View the original post : http://www.jboss.com/index.html?module=bb&op

[JBoss-user] [News & Announcements] - 4.0.3SP1 Release Available

2005-10-26 Thread [EMAIL PROTECTED]
The 4.0.3SP1 release is available from sourceforge here: JBoss-4.0.3 Full release notes with compatibility notes an highlights are included in the release readme. The summary for JBossAS-4.0.3SP1 is: Release Notes - JBoss Application Server - Version JBossAS-4.0.3 SP1 Bug [JBAS-2314]

[JBoss-user] [Installation, Configuration & Deployment] - Re: XPath creation failed in JBoss 4.0.3

2005-10-26 Thread thenry71
I concur with tsangcn. I am having the same problem porting my EJB3 SLSB from 4.0.1sp1 and JDK 1.5.0_03 to 4.0.3sp1 and 1.5.0_05. Running on Windows XP Professional. I have not yet determined if the problem is with a missing support jar file? Or some other initialization step. Or a conflict

[JBoss-user] [Installation, Configuration & Deployment] - Re: deployment question about shared libraries (several jar

2005-10-26 Thread LordVader
Yes Scott, I did. But it isn't a simple issue on Jboss (just check out the forum). Maybe more sample configuration are necessary. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903585#3903585 Reply to the post : http://www.jboss.com/index.html?modul

[JBoss-user] [Installation, Configuration & Deployment] - Sar deployement on 4.0.3

2005-10-26 Thread nperidont
Hello, I get a pb on a .sar archive when migrate from jboss 4.0.1SP1 to 4.0.3 this sar deploy fine in 4.0.1SP1 but i get an java.lang.NoClassDefFoundError on 4.0.3 It looks like my dependent library is no more find in the sar class-path My sar looks like this : META-INF - jboss-service.xml -

[JBoss-user] [JCA/JBoss] - Re: Accessing ResourceAdapter implementation instance from w

2005-10-26 Thread [EMAIL PROTECTED]
All servers that support jca also support jmx so I don't see why there is a coupling to jboss. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903576#3903576 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3903576 -

[JBoss-user] [JBossWS] - Re: Securing ServiceEndPoint for Servlet type WS

2005-10-26 Thread JulianHtun
Thomas, Different? There is a way? If you don't have time to give me detail leads, can you give me some highlevel leads to investigate? Thanks, -Julian View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903574#3903574 Reply to the post : http://www.jboss.co

[JBoss-user] [Installation, Configuration & Deployment] - Re: Error on Startup

2005-10-26 Thread [EMAIL PROTECTED]
You have to be picking up a java5 vm as there is no other way you are creating the bundled sun mbean server. The only other way this can happen is if the jdk has the jmx libraries added as an endorsed extension. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3

[JBoss-user] [JBoss Portal] - Re: How do I write Portlets for my Own Portal..

2005-10-26 Thread ikazarno
The problem is that I have several links on the page which point to the different actions but should submit the same form... Therefore I'm setting the form action with javascript and then submitting the form. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=390

[JBoss-user] [Beginners Corner] - Re: Error building jboss-head.

2005-10-26 Thread [EMAIL PROTECTED]
It will depend on how rmic is being executed by ant. You will have to run ant in verbose mode to get a better description of what the problem is. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903570#3903570 Reply to the post : http://www.jboss.com/index.htm

[JBoss-user] [Messaging, JMS & JBossMQ] - org.jboss.mq.SpyJMSException: Cannot process a transaction;

2005-10-26 Thread stiofan.debru
Hi All, Have been using JBoss 3.2.3 and the following exception has been occuring sporadically. Has anyone encountered this exception before? Any ideas? 2005-10-26 12:41:28,724 ERROR [TP-Processor4] - com.datalex.xsf.messaging.convbase.ejbimpl.EJBAsyncReceiver: Error closing the receiver o

[JBoss-user] [JBossWS] - Re: security bug in ws4ee

2005-10-26 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassLoadingConfiguration http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossClassLoadingUseCases View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903568#3903568 Reply to the post : http://www.jboss.com/index.html?module=bb&

[JBoss-user] [Installation, Configuration & Deployment] - Re: Deploy the same webapp twice on different paths.

2005-10-26 Thread sbyrne
Fixed in jboss 4.0.2. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903567#3903567 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3903567 --- This SF.Net email is sp

[JBoss-user] [JBossCache] - Using cache as multi-server locking mechanism

2005-10-26 Thread allen.wyatt
I want to use a cache as a multi-server locking mechanism. I have several servers (for redundancy in case one dies) that will receive the same message on a pub/sub JMS topic. When each server receives the message it wants to do some processing on it, but only if some other server has not alrea

[JBoss-user] [Installation, Configuration & Deployment] - Re: JBoss 4.0.3sp1 Released?

2005-10-26 Thread [EMAIL PROTECTED]
The 4.0.3SP1 release is on the jbossas download page. The only likely incremental service pack source I can see at this point will be available is from the jboss subscription channel, unless the diff can be trivally integrated into the norm build. View the original post : http://www.jboss.com/

[JBoss-user] [JBoss Getting Started Documentation] - Re: Problem compiling Hello example in Chapter 12 of the

2005-10-26 Thread jedburghs
Go to your /output/classes directory. Create a jar file with your .class files : jar cf yourfile.jar org Then you should be able to compile : wscompile.sh -classpath "yourfile.jar" ... I hope this will solve your problem. View the original post : http://www.jboss.com/index.html?module=bb&op=v

[JBoss-user] [JBossCache] - Re: aop-enabled objects not Serializable anymore?

2005-10-26 Thread [EMAIL PROTECTED]
It should. Let's say a Person object has reference to List. Then when you store the Person object in the CacheAop, we will swap out the List reference with a proxy dynamically. -Ben View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903555#3903555 Reply to the

[JBoss-user] [JBossCache] - Re: InstantiationException during TreeCacheAop.findObjects()

2005-10-26 Thread [EMAIL PROTECTED]
Hmmn! I don't see anything obvious come to mind. Can you send me a JUnit test case if you can? [EMAIL PROTECTED] -Ben View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903554#3903554 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

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

2005-10-26 Thread fpitschi
I just finished testing my WS with jboss Version jboss-4.0.3SP. With that, the Serialization is now correct!!! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903552#3903552 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

[JBoss-user] [Installation, Configuration & Deployment] - Re: deployment question about shared libraries (several jar

2005-10-26 Thread [EMAIL PROTECTED]
And you have read about the class loading architecture/configuration? http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossClassLoadingUseCases http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassLoadingConfiguration View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903548#39

[JBoss-user] [Security & JAAS/JBoss] - Security error after migrating to 4.0.3

2005-10-26 Thread ghan
Hi, I'm migrating our application from 4.0.1 SP1 to 4.0.3. I've applied our application specific changes to the 4.0.3 configuration files: server.xml, jboss-web.xml, and login-config.xml. The app can start but when I attempt a login, I get ERROR [JaasSecurityManagerService] Failed to create s

[JBoss-user] [Installation, Configuration & Deployment] - Re: java.lang.LinkageError: loader constraints violated when

2005-10-26 Thread [EMAIL PROTECTED]
Go through the class loading configuration and understand how it works: http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassLoadingConfiguration http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossClassLoadingUseCases View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903545#3

[JBoss-user] [EJB/JBoss] - org.jboss.deployment.DeploymentException:

2005-10-26 Thread gopalsaha
Hi, Any help on this will be highly appreciated.I have a ear file which gets deployed properly on one m/c but gives the following error on the other m/c with the same configuration and same version of JBOSS 3.2.7. [org.jboss.deployment.MainDeployer] could not create deployment: file:/C:/jboss-3

[JBoss-user] [JBossWS] - Re: JNDI Lookup returns Reference - causes ClassCastExceptio

2005-10-26 Thread [EMAIL PROTECTED]
This dicussion of needing a local jboss instance is completely false. You need the jboss jars only. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903543#3903543 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3903543

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: get IP address of client from JMS message

2005-10-26 Thread [EMAIL PROTECTED]
No, he means there is nothing you can configure out of the box. You need to write it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903542#3903542 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3903542 --

[JBoss-user] [Security & JAAS/JBoss] - ERROR

2005-10-26 Thread ghan
Hi, I'm migrating our application from 4.0.1 SP1 to 4.0.3. I've applied our application specific changes to the 4.0.3 configuration files: server.xml, jboss-web.xml, and login-config.xml. The app can start but when I attempt a login, I get ERROR [JaasSecurityManagerService] Failed to create s

[JBoss-user] [JBoss Portal] - Re: How do I write Portlets for my Own Portal..

2005-10-26 Thread bsmithjj
Here is an approach I use for dynamically creating form-submit URL's in portlet-JSP pages (Using JSP 2.0 - EL support and JSTL): | <%-- create a page-scoped var containing the submit URL --%> | | | Customize (EDIT) This Portlet | | | . | | | | The above cod

[JBoss-user] [Installation, Configuration & Deployment] - Re: Deploy the same webapp twice on different paths.

2005-10-26 Thread sbyrne
What I watn to do is have WEB-INF/jboss-web.xml with: | | | | dot.com:loader=njportal | | | | This causes problems with common-logging libraries, resulting in the infamous cannot find setter method setdocbase null. I need the commons-logging.jar in

[JBoss-user] [JBoss Portal] - Re: how communicate between portlets?

2005-10-26 Thread bsmithjj
Hello, I would use the PortletSession approach - it will result in portlets that are more portable (and probably, simpler, easier to maintain, less prone to changes in the underlying inter-portlet-communication API's - which are going to be brand new, etc.). Another design aspect for you to co

[JBoss-user] [Messaging, JMS & JBossMQ] - Remote queues

2005-10-26 Thread joshua_hj
Hello, I have a distributed system where my JMS provider is implemmented by an AS JBoss and I have several MDB on another AS JBoss listen to those remote queues. Everything works fine except that when my JMS provider fails, if my other AS is running in "all" configuration it creates thoses queu

[JBoss-user] [Beginners Corner] - How to disable session persistance

2005-10-26 Thread kausikg
We have a script which stops Jboss, sleeps for 15 sec and then starts JBoss. It sometimes fail becuase the stop takes longer than 15 sec because (I guess) it tries to persist the sessions. Is there anyway to disable the persistance of sessions in JBoss ? Thanks, Kausik. View the original post

[JBoss-user] [EJB/JBoss] - Re: Timeout for RMI Communication??

2005-10-26 Thread [EMAIL PROTECTED]
I thought this would be easy, but was disappointed when I searched the forum. Is there no solution for this? What do other people do? Use a different invoker? Write their own invokers? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903534#3903534 Reply to t

[JBoss-user] [JBoss Portal] - managed beans config n myfaces

2005-10-26 Thread jason.bradfield
I am trying to get the blank war from the myfaces examples to run as a portlet... I have created the additional jboss xml configs and deployed to JBoss 4.0.3 (with ejb3) with Portal 2.0. I can access the first page fine through the servlet context, place "Jason" in the text box and submit, the

[JBoss-user] [Messaging, JMS & JBossMQ] - RAR deployment issue

2005-10-26 Thread clairecostello
Hi All, System dets: JBoss 4.0.2 Java 5.0 Win Server 2003 I have followed the ActiveMQ and JBoss Integration WIKI in order to set up a Queue. The JMX Console for our JBoss AS displays the queue name I've created. What is the following deployment exception all about? Why is it reportomg that RA

[JBoss-user] [Installation, Configuration & Deployment] - Re: Deploy the same webapp twice on different paths.

2005-10-26 Thread sbyrne
The second option is going to cause problems using jboss's managed connection pool for the database. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903529#3903529 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3903529

[JBoss-user] [Installation, Configuration & Deployment] - Re: Deploy the same webapp twice on different paths.

2005-10-26 Thread sbyrne
I see two things that might do this to put in jboss-web.xml: | | | dot.com:loader=unique-archive-name | | | and UseJBossWebLoader=false which should I use? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903527#3903

[JBoss-user] [Beginners Corner] - SLSB SFSL question

2005-10-26 Thread jnjintc
Hi, I have a SFSB that maitains state for our SLSB. An application can have many SLSB and I want to maintain stateful information for all the SLSB that an application uses. Is it a legitamate usage of SFSB to have the SLSB call the SFSB to keep the stateful information. I am keeping the proxy t

[JBoss-user] [Installation, Configuration & Deployment] - Deploy the same webapp twice on different paths.

2005-10-26 Thread sbyrne
I want to deploy the same webapp twice (in my case, two .wars, the only difference is a properties file) on two different paths. It seems that it uses one classloader for both and static variables are not seperated for the two wars. Can I force jboss to use seperate classloaders? Or is the probl

[JBoss-user] [JBoss Portal] - hot deploy portlet in an existing page of the portal

2005-10-26 Thread cpage
hi, I try to deploy the helloworld portlet in the default page of the default portal. if i take the basic helloworld portlet, it deploys, but not the way I want. Just an item in the menu portlet => I click and it opens a new page (helloworld) with the portlet and its content. I've modified the

[JBoss-user] [JBoss Portal] - Re: How do I write my Own Portal..

2005-10-26 Thread giordano
Hi, thank you for these explanations. It works fine. I propose another question: I created my own portal. How can I install a new theme for only my portal? Thanks and bye, Giordano View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903522#3903522 Reply to the

[JBoss-user] [Beginners Corner] - How to use JBoss-AOP 1.3.4 with Eclipse 3.1.1?

2005-10-26 Thread ngvdoan
I have JBoss-AOP 1.3.4, JBoss Application Server 4.0.3 and Eclipse 3.1.1. But don't know how to configure them to write AOP application in Eclipse. I've tryed to update Eclipse but when run the AOP example in the reference guide, I got following error: Plug-in org.jboss.ide.eclipse.jdt

[JBoss-user] [Beginners Corner] - Re: log4j.properties in jboss4.0.3

2005-10-26 Thread chaituu
meaning of below exception 2005-10-26 17:42:16,578 WARN [org.jboss.deployment.DeploymentInfo] Only the root deployment can set the loader repository, ignoring config=LoaderRepositoryConfig(repositoryName: test:loader=test.war, repositoryClassName: org.jboss.mx.loading.HeirarchicalLoaderReposit

[JBoss-user] [JBoss Getting Started Documentation] - Re: log4j.properties in jboss4.0.3

2005-10-26 Thread chaituu
meaning of below exception 2005-10-26 17:42:16,578 WARN [org.jboss.deployment.DeploymentInfo] Only the root deployment can set the loader repository, ignoring config=LoaderRepositoryConfig(repositoryName: test:loader=test.war, repositoryClassName: org.jboss.mx.loading.HeirarchicalLoaderReposit

[JBoss-user] [Beginners Corner] - log4j.properties in jboss4.0.3

2005-10-26 Thread chaituu
http://www.jboss.org/wiki/Wiki.jsp?page=Logging Using your own log4j.properties file - class loader scoping i followed above URL. in default/conf directory i renamed log4j.xml to jboss-log4j.xml;and in jboss-service.xml i changed log4j.xml to jboss-log4j.xml; i want to use my own log4j.pr

[JBoss-user] [JBoss Getting Started Documentation] - log4j.properties in jboss4.0.3

2005-10-26 Thread chaituu
http://www.jboss.org/wiki/Wiki.jsp?page=Logging Using your own log4j.properties file - class loader scoping i followed above URL. in default/conf directory i renamed log4j.xml to jboss-log4j.xml;and in jboss-service.xml i changed log4j.xml to jboss-log4j.xml; i want to use my own log4j.pr

[JBoss-user] [Installation, Configuration & Deployment] - Re: log4j problem

2005-10-26 Thread chaituu
i have one doubt should i write any java file to read log4j.properties that i placed in WEB-INF directory or else jboss will automatically read log4j.properties file View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903516#3903516 Reply to the post : http://ww

[JBoss-user] [JBoss Portal] - Re: How do I write Portlets for my Own Portal..

2005-10-26 Thread ikazarno
After further research I found out that JBoss does handle correctly following link: '> my action However, I need to submit the form data while executing the action. I'm trying to achieve this in the following way, but JBoss fails to process the action and displays a default portal page. ';do

  1   2   >