[JBoss-user] [JBoss Seam] - IFrame and Seam Conversation

2006-02-24 Thread amin59
Hi, I've addressed a Seam page which shows some conversational data from an IFrame, but I fails to work. It seems that this page should be called via JSF style POST, not directly and via GET. I've also tried to do some hacks and copy/pasted java-script code into a new page which redirect to t

[JBoss-user] [Messaging, JMS & JBossMQ] - Rolebacking push the message to back of the queue

2006-02-24 Thread unnis
I am processing a message in the onMessage() method of the MDB. While processing this message, I find that the destination where I am sending the message to is unavailable. So, I would rollback this transaction, so that the message is put back into the queue. But This is going To back of the que

[JBoss-user] [JBoss Seam] - Re: Cannot Instantiate seam component O_o !!

2006-02-24 Thread Shinerella
That's true ido, I can bet that is the problem of davidgeary, anyway... For me it was very simple... I read what the guys told here about the jndiPattern and then I took a look on that example you r talking about and just change the "jboss-seam-registration" to the name of my ear as: MY-EAR-

[JBoss-user] [Messaging, JMS & JBossMQ] - JMS + other JDBC operations in a single transaction

2006-02-24 Thread jsalvo
Hi, I am a bit confused with the statement here: http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigJBossMQDB To quote: "An XA datasource is not required for JBossMQ persistence. All work is done is separate transactions that only includes work on the JBossMQ tables. i.e. there is a single branch

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

2006-02-24 Thread maheshkudva
Hi I have been running web apps with client certificate authentication. My requirement is that i want to exempt one .jsp file from this authentication purpose. My webapps web.xml is as follows: | | | Volga | /* | GET |

[JBoss-user] [Clustering/JBoss] - Re: Sessions are failing in production server

2006-02-24 Thread snedapunk
I found a user logged into node3 and then in the next request he was logged out at node 1(within the same minute) Then he relogged in at node1 and stayed there no problems. He complains he got logged out. I also verified other cases where users log into one machine, load balancer switches maci

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Jboss CMP creating tables with mysql datasource and create-t

2006-02-24 Thread bdlink
I have a simple example I am trying to get working using myeclipse with XDoclet. I am using a mysql datasource that I have set up under java:/InfosysDS (it is there in JNDI). I have all of the CMP beans set up to use the mysql tables which are in the database. In all the beans, I have create

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS + other JDBC operations in a single transaction

2006-02-24 Thread jsalvo
Okay ... found this post: http://wiki.jboss.org/wiki/Wiki.jsp?page=HowDoIMakeJMSWorkInJTATransaction ... but still sort of contradicts this info: http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigJBossMQDB View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Jboss CMP creating tables with mysql datasource and crea

2006-02-24 Thread bdlink
I am using jboss 4.0.3SP1 and mysql 5.0.16 on windows XP. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926235#3926235 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3926235 ---

[JBoss-user] [Messaging, JMS & JBossMQ] - configuring more than 3 MDB in Jboss 3.2.7 is giving proble

2006-02-24 Thread satya888
Hi, i am using jboss 3.2.7, when i am configuring MDB in jboss-service.xml in the following way wsmq/ResultQueue1 Queue system1.queue.manager OutputQueue1 jboss:service=Naming wsmq/ResultQueue2 Queue system1.queue.manager OutputQueue2 jboss:servic

[JBoss-user] [Clustering/JBoss] - Re: 'Invalid transaction state' in HttpSessionListener with

2006-02-24 Thread [EMAIL PROTECTED]
The session expiration process is running inside a JTA transaction (beginning and ending in the org.jboss.web.tomcat.tc5.session.JBossCacheManager.processExpires() method in your stack trace). When the call hits your listener the transaction should be STATUS_ACTIVE. View the original post : h

[JBoss-user] [JBossCache] - Re: random removing from Map (AOP-Cache)

2006-02-24 Thread ScottMarlowNovell
Can you also let me know which version of JBoss Cache you are using? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926230#3926230 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3926230 --

[JBoss-user] [EJB/JBoss] - TransactionManager not bound

2006-02-24 Thread bulloncito
Fresh jBoss 4.0.4RC1 installation, on early bootup log I found the following: | === | . JBoss Bootstrap Environment | . JBOSS_HOME: D:\Java\jBoss-4.0.4RC1\bin\\.. | . JAVA: D:\Java\JDK1.5.0_06\bin\java | . JAV

[JBoss-user] [EJB 3.0] - Re: Hibernate not copying primary key into associated object

2006-02-24 Thread tpedone
Here's the id of the CoreMessagePayload: @Id(generate=GeneratorType.SEQUENCE, generator="SEQ_STORE") @Column(name="MESSAGEID", nullable=false) public Long getId() { return mId; } Notice that it is using the MessageID sequence we had originally defined for the Message.

[JBoss-user] [Management, JMX/JBoss] - Re: Monitor Web as well as J2ee Application

2006-02-24 Thread genman
Take a look at the JMX console for some of this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926224#3926224 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3926224 ---

[JBoss-user] [EJB 3.0] - Re: Hibernate not copying primary key into associated object

2006-02-24 Thread dbudworth
tpedone, could you possibly post the relevant tags you put on your classes to get this to work? Spent the last 5 hours spinning my wheels on getting true OneToOnes working (where child pk = fk to parent pk). After trying combinations of @GenericGenerator(foreign) placed all around ( I can't f

[JBoss-user] [EJB/JBoss] - Re: Client blocks while accessing EJB on JBOSS ver4.0.3

2006-02-24 Thread persabi
You might like to have a look at asynchronous proxy. http://docs.jboss.org/ejb3/app-server/tutorial/asynch/asynch.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926222#3926222 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

[JBoss-user] [EJB 3.0] - Re: Extensions to EJB3: Message Driven POJOs

2006-02-24 Thread redijedi
I would think that the publisher would publish to a topic (define the topic location) and the consumers would subscribe to this topic. I would think that the location of the topic would be defined by the producer of the messages and the consumers would have to listen there. If the consumers defi

[JBoss-user] [JBoss Portal] - JBoss Portal Build failed

2006-02-24 Thread ilangocal
Hi I followed Patrick Tournet's instructions and was able to check out the Portal source. I tried to build it by running build.bat. ( i am running Windows XP) This is the output I get: Executing C:\navnorth\jboss-portal-2.2\build\..\tools\bin\ant.bat -logger org.a pache.tools.ant.NoBannerLogger

[JBoss-user] [Microcontainer] - Re: Porting application from SpringFramework to JBoss

2006-02-24 Thread bkeh12
Hi, Thank you for telling me. :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926219#3926219 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3926219 --- This SF.Ne

[JBoss-user] [JBoss Portal] - Re: Portlet example released

2006-02-24 Thread sitongia
What's a rar file? Why not package it as a zip or something more common? ==Leonard View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926217#3926217 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3926217

[JBoss-user] [Installation, Configuration & Deployment] - Re: jboss/lib

2006-02-24 Thread hoguester
Thanks - that is a great resource. Brian View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926215#3926215 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3926215 --- Th

[JBoss-user] [Installation, Configuration & Deployment] - Re: jboss/lib

2006-02-24 Thread [EMAIL PROTECTED]
NoAnnotationClassLoader here http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossClassLoadingUseCases View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926214#3926214 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3926214 -

[JBoss-user] [JBoss jBPM] - Re: CMT and jBpm

2006-02-24 Thread RAlfoeldi
Hi Elvio, this isn't a jBPM question, is it? Short answers: - yes (REQUIRED => same tx) - no (Hibernate tx = the general tx) If you read your question you will notice that you are asking for conflicting behaviour. All in one tx but persistence in another tx. It just doesn't work that way. A

[JBoss-user] [Installation, Configuration & Deployment] - jboss/lib

2006-02-24 Thread hoguester
I was recently very surprised to find that jars in the JBOSS_DIST/lib are available on the classloader to WARS (jboss version 4.0.2). Specifically, dom4j.jar was the culprit in the issue we were tracking down. I have always worked under the assumption that only jars in jboss/server/default/lib

[JBoss-user] [EJB 3.0] - Re: hibernate3 jars don't match

2006-02-24 Thread [EMAIL PROTECTED]
Only the jars in lib should exist and these are correct. The ejb3.deployer should not have these duplicated. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926208#3926208 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3

[JBoss-user] [Installation, Configuration & Deployment] - Re: classpath trouble: codebase urls

2006-02-24 Thread [EMAIL PROTECTED]
Not without a usecase. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926207#3926207 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3926207 --- This SF.Net email is s

[JBoss-user] [Security & JAAS/JBoss] - Re: DatabaseServerLoginModule cache causes problem big time

2006-02-24 Thread [EMAIL PROTECTED]
FAQ http://wiki.jboss.org/wiki/Wiki.jsp?page=SecurityFAQ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926206#3926206 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3926206 ---

[JBoss-user] [JBossCache] - Re: random removing from Map (AOP-Cache)

2006-02-24 Thread shadowdz
I'm sorry but the problem occure again. This time I'm able to give you a testcase. The exception has something to do witch the transactions inside the Cachloader's. So here's the testcase. First the Pojo: public class TestObject { | private Collection list; | | public TestObje

[JBoss-user] [Installation, Configuration & Deployment] - running jstack on Jboss process?

2006-02-24 Thread mgarber
Is there Jboss-specific reason I can't run jstack against Jboss process? OS is RedHat, JDK 1.5, jstack works fine against Tomcat on the same machine Error: Attaching to process ID 29417, please wait... Debugger attached successfully. Server compiler detected. JVM version is 1.5.0_05-b05 Thread 3

[JBoss-user] [Security & JAAS/JBoss] - DatabaseServerLoginModule cache causes problem big time

2006-02-24 Thread michael.wang
Using DatabaseServerLoginModule, user logs in, everything seems to be fine. If something is changed in the database, say, role and password, and the user immidiately logs off and logins, he logs in to get previous role with old password, and new role with new password! View the original post :

[JBoss-user] [Installation, Configuration & Deployment] - Re: Running JBoss as a windows service

2006-02-24 Thread mscongdon
Did you ever get a resolution to this? I'm seeing the same thing (used JavaService 2.0.9 for our install). The out.log has shows FileNotFoundExceptions for all files our application tries to load...for example... java.io.FileNotFoundException: C:\dev\jboss\JBoss-4.0.3SP1_Tomcat-5.5_SSL\serve

[JBoss-user] [EJB/JBoss] - Re: Client blocks while accessing EJB on JBOSS ver4.0.3

2006-02-24 Thread anshah1
Hi, I believe I've found the problem, however not the solution yet. The problem has to do with a transaction that is initiated by a stateless SB. So here's the scenario. The client initiates a request for data retrieval from a remote web service API. This request is handled on the server side

[JBoss-user] [JBoss Seam] - Re: ArrayStoreException on EJB3 deployment

2006-02-24 Thread destefano
I got this error when jboss-seam.jar was not in the class path in the manifests for the EJB jar and the war (a typo in my ant script was the culprit). It could not find the SeamInterceptor class. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926197#3926197

[JBoss-user] [Installation, Configuration & Deployment] - Re: classpath trouble: codebase urls

2006-02-24 Thread wzzzrd
"[EMAIL PROTECTED]" wrote : The java ee component jars in the ear can use a manifest Class-Path to pickup thirdparty jars. Thanks for your reply, that will solve our current problem. Just out of curiosity, are there plans to expand the list of registered listers? Regards, Martin View the origi

[JBoss-user] [JBoss jBPM] - Re: foreach ActionHandler

2006-02-24 Thread jhliptak
"jim.mcmaster" wrote : I wrote a custom fork handler that does this. Instead of forking off a single child token for each outgoing transition, it forks off a child token for each element in the list for each transition. I use it with a single outgoing transition, so the effect should be what y

[JBoss-user] [EJB/JBoss] - Re: JBoss 3.2.8 gives EJB Method Permissions exceptions

2006-02-24 Thread [EMAIL PROTECTED]
This looks like a regression bug. We'll fix it in 3.2.8.SP1, thanks. http://jira.jboss.com/jira/browse/JBAS-2857 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926195#3926195 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply

[JBoss-user] [JBoss Portal] - Re: Change navigation image?

2006-02-24 Thread sitongia
Okay, thanks noicangi. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926194#3926194 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3926194 --- This SF.Net email is s

[JBoss-user] [EJB 3.0] - hibernate3 jars don't match

2006-02-24 Thread nholbrook
I just downloaded jboss 4.0.4RC1 to see how its going. I did a search for hibernate3.jar because I load them into my local maven repository. Anyway, I found hibernate3.jar files and they aren't the same. Here are the md5 hashes. 42e4664e91c4ce0dbfe8a59fe64d200c server/default/lib/hibernate3.

[JBoss-user] [JBoss Portal] - Re: Change navigation image?

2006-02-24 Thread noicangi
welcome to the club ;) hahahahahaha the 2.4 version is at cvs, its not ready but read the topic about cvs there's all the information ;) and some links View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926191#3926191 Reply to the post : http://www.jboss.com/in

[JBoss-user] [JBoss jBPM] - 3 ways to transition: processInstance.signal, token.signal,

2006-02-24 Thread jbpmndc
There are 3 ways to transition to another node: * processInstance.signal("somewhere") * token.signal("somewhere") * taskInstance.end("somewhere") Why so many ways? I like taskInstance.end("somewhere"), because it ends the task. The signal just moves from one to another. I don't believe it

[JBoss-user] [Security & JAAS/JBoss] - Re: classic

2006-02-24 Thread [EMAIL PROTECTED]
No, you just use it if there is no existing security context. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926189#3926189 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3926189 ---

[JBoss-user] [Security & JAAS/JBoss] - Re: web-tier to intialcontext remote ejb3 call

2006-02-24 Thread [EMAIL PROTECTED]
There is no principal in the InitialContextFactory environment properties under the Context.SECURITY_PRINCIPAL for this NPE to occur. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926188#3926188 Reply to the post : http://www.jboss.com/index.html?module=bb&

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Problem after upgrading JBoss 4.0.3-sp1 to Hibernate 3.1

2006-02-24 Thread belasco99
I would love to see the non-jboss-deployed hibernate config as well thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926187#3926187 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3926187

[JBoss-user] [JBoss Portal] - Re: Change navigation image?

2006-02-24 Thread noicangi
sorry, i thought it was that imagetake a look at: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=77854 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926183#3926183 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=r

[JBoss-user] [JBoss Portal] - Re: Change navigation image?

2006-02-24 Thread sitongia
Ouch! :-) I've been reading, and will read more, but I was hoping there is a way through the UI to do stuff like this, rather than touching XML and other files. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926186#3926186 Reply to the post : http://www.jbo

[JBoss-user] [Installation, Configuration & Deployment] - Re: classpath trouble: codebase urls

2006-02-24 Thread [EMAIL PROTECTED]
The java ee component jars in the ear can use a manifest Class-Path to pickup thirdparty jars. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926185#3926185 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3926185 -

[JBoss-user] [JBoss Portal] - Re: instances of cms portlet

2006-02-24 Thread sitongia
Thanks, noicangi. I think I'll try 2.4 rather than getting into the XML files! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926184#3926184 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3926184 -

[JBoss-user] [JBossCache] - Re: ReplicationException when starting a new replicated cach

2006-02-24 Thread sreepraveen_2000
I am using jboss cache release 1.2.4_SP1_FINAL and jgroups 2.2.9 (beta). I faced the same problem many times, here are couple of scenarios 1) When ever I start all the containers at the same time I get this ReplicationException. I could stop this exception by changing the way the container

[JBoss-user] [JBoss Portal] - Re: instances of cms portlet

2006-02-24 Thread noicangi
sitongia, some weeks ago i was stuck in this topicsome guys also have the same questionyou can resolve cms content portlet reading this topic: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=76195&postdays=0&postorder=asc&start=0 thentriyng to make clustering i tried the por

[JBoss-user] [EJB 3.0] - JMX->Session Bean->Entity Bean in one Jar file... dependency

2006-02-24 Thread mnewcomb
MyService.java: @Service(...) | class MyService | { | @EJB | MySession ms; | } MyStateless.java: @Stateless | class MyStateless | { | @PersistenceUnit(...) | EntityManager em; | } MyEntity.java: @Entity | class MyEntity | { | } | Now, it starts to deploy the Se

[JBoss-user] [JBoss Portal] - CMSAdmin: edit of HTML file invokes file upload dialog

2006-02-24 Thread sitongia
2.2.1RC2 Mac OS X server / Firefox on Windows XP Port 8080 I used CMSAdmin to create an html file called index.html. I added some text to it. I saved it. It was created. When I navigate in CMSAdmin to the file, it is shown with the edit icon. When I click on the icon, I'm given a file uploa

[JBoss-user] [JBoss jBPM] - Re: Need help with action config-type field and List propert

2006-02-24 Thread michaelholtzman
Got it!! The field xml to populate a List must be specified as | | | | TranNum|Int| | InExcession|Boolean|False | Approved|Boolean|False | | | | | The inner element name ("el" in this example) is arbitrary. View the or

[JBoss-user] [Installation, Configuration & Deployment] - Re: How to make deploy faster.

2006-02-24 Thread wzzzrd
"joey.watson" wrote : Hi | | Just Want to know do there have some ways can save my time when I develop Java project. Because if I did any modify to Java file or JSP file. I have to compile and deploy my project again. I know for Tomcat , Just set the class path to compile, and just compi

[JBoss-user] [JBoss Portal] - Re: Directory created in CMSAdmin not visible

2006-02-24 Thread sitongia
Strange as it seems, this may be caused by using JK. When I connect directly to my server on port 8080, the create operations work! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926176#3926176 Reply to the post : http://www.jboss.com/index.html?module=bb&o

[JBoss-user] [JBoss Portal] - Re: 4newbies: cms admin for a portlet

2006-02-24 Thread sitongia
me2 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926175#3926175 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3926175 --- This SF.Net email is sponsored by xPML, a

[JBoss-user] [JBoss Portal] - Re: instances of cms portlet

2006-02-24 Thread sitongia
Me2 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926174#3926174 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3926174 --- This SF.Net email is sponsored by xPML, a

[JBoss-user] [JBoss Portal] - Directory created in CMSAdmin not visible

2006-02-24 Thread sitongia
2.2.1RC2 Mac OS X port 8080 with Apache using JK to proxy When I use CMSAdmin to create a folder, when I click on the Create button, the CMSAdmin portlet disappears. I have to use the Back button to get back to it. The folder is not created. I see that Destination is filled in from the naviga

[JBoss-user] [Messaging, JMS & JBossMQ] - Scan for Jboss MBean Server local network

2006-02-24 Thread sgastonc
Hi, anyone can tell me how can i scan my local network to find all the Jboss MBean servers running? is it possible? Thank you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926172#3926172 Reply to the post : http://www.jboss.com/index.html?module=bb&op=post

[JBoss-user] [JBoss jBPM] - Re: Need help with action config-type field and List propert

2006-02-24 Thread michaelholtzman
Nope, String[] did NOT work: | 14:39:14,851 ERROR FieldInstantiator : couldn't parse the bean property value 'Approved|Boolean|False | ' to a '[Ljava.lang.String;' | 14:39:14,851 ERROR FieldInstantiator : couldn't parse set field 'VarList' to value 'Approved|Boolean|False' | org.jbpm.Jb

[JBoss-user] [JBossCache] - Re: refresh cache data

2006-02-24 Thread sreepraveen_2000
can u give more information, what are you trying to do exactly and are you using hibernate... or you running ur cache in replicated mode or isolated mode. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926170#3926170 Reply to the post : http://www.jboss.com/

[JBoss-user] [JBoss Portal] - New portlet instances don't show in instance list

2006-02-24 Thread sitongia
2.2.1RC2 Mac OS X I've added a page, and added portlet instances to the page. When I use Management to list the porlet instances, I don't see the ones I added. Thanks for your help. ==Leonard View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926169#3926169 Re

[JBoss-user] [JBoss Portal] - Re: NavigationPortlet enhancements

2006-02-24 Thread sitongia
I was about to report that when there are many tabs, they wrap onto a new line, which messes up the header graphic, but then I saw this thread. When will a new tabbed nav portlet be available? Thanks, ==Leonard View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3

[JBoss-user] [Installation, Configuration & Deployment] - classpath trouble: codebase urls

2006-02-24 Thread wzzzrd
Hi there, Background: We want to deploy all (non third party) libs in the ear file. Some MBeans (also deployed in the ear file) need jars from the ear on their classpaths. For MBeans the classpath can be defined via the classpath xml tag in the *-service.xml file. It's attribute codebase takes

[JBoss-user] [JBoss Portal] - Re: Change navigation image?

2006-02-24 Thread sitongia
No, I mean the main JBoss portal graphic image that is above the navigation tabs. With the Nphalanx theme, for example, the top of the portal page has navigation tabs labeled Test, default, etc. Above the tabs is a graphic, call it the top-nav logo image or whatever your terminology is. It sh

[JBoss-user] [JBoss Portal] - Re: Single Sign On Using JBoss User Portlet

2006-02-24 Thread the-gtm
anonymous wrote : If a user signs onto one machine then to another, I want to invalidate the first session What do you mean by "machine" ? Are you running a cluster ? Single Sign On is about sharing authentification accross multiple web apps. View the original post : http://www.jboss.com/index

[JBoss-user] [JBoss jBPM] - Deploy jBPM to different server

2006-02-24 Thread raybar
We have a development server running on a box other than where I am running the IDE. It has JBoss AS and jBPM 3.0.2. I have created a simple project to deploy to that server. I have read every post and web page I can find on deploying and cannot find one that says how to do this. What is th

[JBoss-user] [Installation, Configuration & Deployment] - How to make deploy faster.

2006-02-24 Thread joey.watson
Hi Just Want to know do there have some ways can save my time when I develop Java project. Because if I did any modify to Java file or JSP file. I have to compile and deploy my project again. I know for Tomcat , Just set the class path to compile, and just compile Java file, don't need to co

[JBoss-user] [Advanced Documentation] - Re: JBOSS and Hibernate

2006-02-24 Thread belasco99
I am having the same issue. anybody got a solution View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926160#3926160 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3926160 --

[JBoss-user] [Management, JMX/JBoss] - Re: Model MBean Issue

2006-02-24 Thread [EMAIL PROTECTED]
see javax.management.modelmbean.RequiredModelMBean View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926159#3926159 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3926159 --

[JBoss-user] [Installation, Configuration & Deployment] - Re: OutOfMemoryError: unable to create new native thread

2006-02-24 Thread [EMAIL PROTECTED]
meant 4.0.4RC1 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926158#3926158 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3926158 --- This SF.Net email is sponsored

[JBoss-user] [Installation, Configuration & Deployment] - Re: OutOfMemoryError: unable to create new native thread

2006-02-24 Thread [EMAIL PROTECTED]
Yes, it probably is JBAS-1690. You can try the 4.0.0RC1 release and see if that fixes that. This release has more than 10 fixes related to EJB Timers. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926157#3926157 Reply to the post : http://www.jboss.com/ind

[JBoss-user] [JBoss Seam] - Re: Fileupload

2006-02-24 Thread deniss.parhomenko
Yes, tomohawk file upload work with seam, you need define extension filter in web.xml and you can you se file upload View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926156#3926156 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=r

[JBoss-user] [JBoss Portal] - Single Sign On Using JBoss User Portlet

2006-02-24 Thread jaredmladner
Hi, I'm using Jboss Portal 2.2. I am also using JBoss's built in User Portlet to handle my login. If a user signs onto one machine then to another, I want to invalidate the first session. Reason being, I'm using a Singleton to pass information between multiple portlets. Does anyone know how

[JBoss-user] [EJB 3.0] - Local and remote resources in XAtransaction

2006-02-24 Thread bdaniliuc
I'm trying to use two resources in the same XA transaction: a local resource and a remote resource. For example: public class FileProcessor implements MessageListener { | . | protected QueueConnectionFactory factory; | protected QueueConnection cnn; | protected Queue myQueue; | |

[JBoss-user] [JBoss Portal] - Re: define DEFAULT portal ??

2006-02-24 Thread IvanLatysh
Check this out: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=77314 I think we should submit an issue so people can vote for it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926153#3926153 Reply to the post : http://www.jboss.com/index.html?modul

[JBoss-user] [JBoss Portal] - Re: defining own portal with own portlets

2006-02-24 Thread IvanLatysh
Let me try to help you with it. Since you are using "jboss-portal-2.2.0-bundled" it won't be so complicated. An advice, make a copy of jboss-portal-2.2.1RC2-bundled/server/default directory amd make jboss-portal-2.2.1RC2-bundled/server/myportal. now when yourun JBoss run it run.bat -c myportal.

[JBoss-user] [JNDI/Naming/Network] - Re: Co-located HA JNDI and EJB Clients

2006-02-24 Thread metelka
Have you considered using ExternalContext mbean to map queue from ha-jndi into local jndi? In this way you'll have jndi configuration externalized into xml file and you can even inject the queue into ejb3 beans. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=

[JBoss-user] [JBossCache] - Re: random removing from Map (AOP-Cache)

2006-02-24 Thread shadowdz
But thank you for your quick response. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926147#3926147 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3926147 --- This S

[JBoss-user] [JBossCache] - Re: random removing from Map (AOP-Cache)

2006-02-24 Thread shadowdz
In a simple example no exception is been thrown. But I've noticed that I've user an ENUM in my Class! I have changed to String and it seams to work. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926146#3926146 Reply to the post : http://www.jboss.com/index.

[JBoss-user] [Clustering/JBoss] - Re: EJB and Http load balancing

2006-02-24 Thread [EMAIL PROTECTED]
This log snippet answers my point #2 above; your two cluster nodes are seeing each other and forming a cluster. How about points #1 and #3? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926145#3926145 Reply to the post : http://www.jboss.com/index.html?mod

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Can't debug JBoss on Eclipse

2006-02-24 Thread lona
if you give more information we may be able to help you?? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926144#3926144 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3926144 --

[JBoss-user] [JBoss jBPM] - Re: PropertyAccessException Setting Node.isAsync

2006-02-24 Thread jesse_sweetland
Turns out it isn't a Hibernate problem at all. We had old data in the tables and there was no default value for the isasync_ column when it was added during migration, so the value was null. "update jbpm_node set isasync_=false" and PostgreSQL or "update jbpm_node set isasync_=0" on Oracle sol

[JBoss-user] [Clustering/JBoss] - Re: stateless session bean fail over and HA-RMI fail over no

2006-02-24 Thread [EMAIL PROTECTED]
I notice above that you have your cluster-config stuff in ejb-jar.xml, not in jboss.xml. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926142#3926142 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3926142 ---

[JBoss-user] [JBoss Portal] - Re: portal-forums view topic

2006-02-24 Thread [EMAIL PROTECTED]
Jboss-portal release 2.2.1-RC2 same as forum Database oracle 10g No exceptions: incredible? No clues... All the rest (if there is something more important than viewing topics) works as expected... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926141#3926141

[JBoss-user] [Beginners Corner] - Deployment of Portlets(made in SunStudioCreator2) on JBOSS P

2006-02-24 Thread JBsaurabh
Hello people, I want to know these things, please acknowledge: 1. I want to deploy the portlets (created in SunStudioCreator2) on JBOSSPORTAL2.2. Information: The portlets in SSC2 have a sun-webapp.xml file in WEB-INF folder of the war directory along with other XMLs like faces-config.xml.

[JBoss-user] [Remoting] - Re: Receiving Stream

2006-02-24 Thread ron_sigal
Hi ppc, You can find JBoss Remoting documentation at http://labs.jboss.com/portal/jbossremoting/docs/index.html Look, in particular, at the JBossRemoting User Guide, http://labs.jboss.com/portal/jbossremoting/docs/guide/index.html for discussion and http://labs.jboss.com/portal/jbossrem

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: JBoss hangs using staeful session bean to read data

2006-02-24 Thread Annegret
Hello, I've updated to JBoss 4.0.4RC1 with EJB3 RC5. Now the problem is different: when I return the data (and on bean passivation) I get a SerializationException | 2006-02-24 14:43:45,325 ERROR [com.tenovis.oam.i33.as.sb.SubscriberSBBean] Error: | java.lang.reflect.InvocationTargetExcepti

[JBoss-user] [JBoss jBPM] - PropertyAccessException Setting Node.isAsync

2006-02-24 Thread jesse_sweetland
jBPM Version: 3.1 Application Server: JBoss 4.0.3SP1 Java Version: 1.5.0_05 Database: PostgreSQL 8.0.7 I've finally stabilized our application with jBPM but I'm encountering an error when I try to start a new process instance. Here is the stack trace: | org.hibernate.PropertyAccessException:

[JBoss-user] [Security & JAAS/JBoss] - Re: web-tier to intialcontext remote ejb3 call

2006-02-24 Thread dhartford
I found references to using the clientLoginModule in 'multi-threaded' mode, so added those configurations to the webapp jboss server: | | true | useFirstPass | | I also enabled security debugging, and here is the error: | 11:26:00,012 ERROR [STDERR] java.lang.NullPoint

[JBoss-user] [JBoss Seam] - Alternative solution. f:selectItems that use values backed b

2006-02-24 Thread liudan2005
When your jsf page needs to use values backed by an entity, here is how I do it in a simple way by writting a custom tag. All I need to do in jsf is declare it like this: or like this if your list is a type of string: you then write a UI component which extends UISelectItems and it has a meth

[JBoss-user] [Management, JMX/JBoss] - Model MBean Issue

2006-02-24 Thread malmit
In sticking with the standards, I am trying to build a Model MBean which is not based off of the proprietary JBoss XMBean implementation. Is this possible? From what I read in the Wiki it states that in 3.2.6 only the XMBean implementation was available "Although JBoss does not use any Model M

[JBoss-user] [Microcontainer] - Re: Porting application from SpringFramework to JBoss

2006-02-24 Thread [EMAIL PROTECTED]
What is the difference between this and using xml includes? e.g. http://anoncvs.forge.jboss.com/viewrep/JBoss/microkernel/docs/gettingstarted/en/master.xml?r=1.3 Why reinvent what already exists? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926132#3926132 R

[JBoss-user] [JBossCache] - Re: random removing from Map (AOP-Cache)

2006-02-24 Thread ScottMarlowNovell
Can you also let me know which version of JBoss Cache you are using? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926131#3926131 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3926131

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: How to send a message to the JMS with a delay - like set

2006-02-24 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossHelp FAQ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926130#3926130 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3926130 --

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS Resource Adapter

2006-02-24 Thread [EMAIL PROTECTED]
The JMS Resource Adapter already handles the exception listener for you. Since there is an exception listener, it will not log the ping timeout message. Hence you are not using jms resource adapter for some connections and not installing an exception listener on those connections. Re: The other p

[JBoss-user] [EJB 3.0] - Re: Persistence Manager Strange Behaviour

2006-02-24 Thread aidan_b5
Found what the problem was; for the record: An exception was being thrown because I wasn't cascading Entity.Persist in my ManyToOne relationships. Now because the entity manager persists objects are the end of its life (i.e when the method returns from SRSFacadeBean), the transaction was being

[JBoss-user] [JBossCache] - Re: random removing from Map (AOP-Cache)

2006-02-24 Thread shadowdz
Ok, you're right . It's a Collection, my mistake. I'll try to find a simple testcase View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926127#3926127 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3926127 ---

[JBoss-user] [JBoss jBPM] - jbpm database name

2006-02-24 Thread infmas
hi, I have an othre database name and i would like to connect to it, i have changed hibernate.properties : hibernate.connection.url=jdbc:oracle:thin:@localhost:1521:es41 but it seam not sufficient i need help, thinks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopi

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Default values of JMS destination parameters.

2006-02-24 Thread [EMAIL PROTECTED]
No -1 means "infinite". View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926125#3926125 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3926125 --- This SF.Net email is

  1   2   >