[jboss-user] [JBoss Seam] - Re: HTTPS redirection

2007-11-02 Thread matt.drees
I suppose that makes some sense. But for us, it's probably more trouble than it's worth. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101507#4101507 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101507

[jboss-user] [JNDI/Naming/Network] - Re: jndi jboss service problem connecting

2007-11-02 Thread jaikiran
anonymous wrote : persistence.units:unitName=cartstore (class: org.hibernate.impl.SessionFactoryImpl) And going by the object that is bound to this name, this is the EntityManagerFactory object. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101506#4101506

[jboss-user] [JNDI/Naming/Network] - Re: jndi jboss service problem connecting

2007-11-02 Thread jaikiran
"ByDcc" wrote : | Global JNDI Namespace | .. | +- persistence.units:unitName=cartstore (class: org.hibernate.impl.SessionFactoryImpl) | . | | I personally, haven't tried binding the entitymanager to the JNDI. Going by the JNDI tree contents that you posted, it looks l

[jboss-user] [JBoss Seam] - Re: HTTPS redirection

2007-11-02 Thread modoc
Why not use SSL between the BigIPs and Jboss? The overhead is pretty small on modern hardware, plus it's generally good form to encrypt the user traffic the whole way through your first layer at least. We used BigIPs in this very way. they provided the SSL endpoints, inspected the incoming re

[jboss-user] [JBoss Seam] - Re: Quartz configuration in Seam 2.0B

2007-11-02 Thread modoc
I am also having trouble with this error: java.lang.ClassNotFoundException: No ClassLoaders found for: org.jboss.seam.async.AsynchronousInvoca tion On a pretty basic Quartz usage. I'm not clear from the rest of the thread: is there a fix for this? Or is persisting quartz jobs not supported

[jboss-user] [JBoss Seam] - Re: Configuring MultipartFilter

2007-11-02 Thread [EMAIL PROTECTED]
"skanky78" wrote : | does this work without defining the seamfilter? | No, SeamFilter is required to be configured for the built-in filters to work. If there are filters you don't wish to use, simply disable them (disabled="true") in components.xml. View the original post : http://www.j

[jboss-user] [Security & JAAS/JBoss] - Client-cert authentication: how to prevent the client copy t

2007-11-02 Thread mengyi
Hi, I intend to distribute my rich client application with a client cert so that they can subsequently connect to the server using client-cert authentication and then authorization... The app is supposed/licensed to run from only one computer, but i also don't want to have an installation key

[jboss-user] [JBoss Seam] - Re: Configuring MultipartFilter

2007-11-02 Thread zaya
Component attribute settings don't need any filter enabled. It's injected from component load time. If it doesn't work, it might be a bug. You can always override mulitpart filter(just by specify @Install(precedence = Install.APPLICATION) and set that attribute manually. View the original post

[jboss-user] [JBoss Seam] - Re: HTTPS redirection

2007-11-02 Thread matt.drees
anonymous wrote : I'm now looking at trying to do a filter upstream of the Seam filter (sadly not an area I'm very familiar with) to change the HttpServletRequest URL (conditionally). | This is what we're planning to do. I haven't tested it yet (don't have an ssl cert set up yet), but I thi

[jboss-user] [JBoss Seam] - Re: AbstractResource subclass gets ClientAbortException writ

2007-11-02 Thread JakeC
I think you're on to something. I got a bit farther. 16:45:52,234 INFO [Util] 0: Writing 16,384 bytes of 57,567 to buffer | 16:45:52,250 INFO [Util] 0: Writing 16,384 bytes of 57,567 to buffer | 16:45:52,250 INFO [Util] 0: Writing 16,384 bytes of 57,567 to buffer | 16:45:52,265 INFO [Util

[jboss-user] [JBoss jBPM] - Re: Passing ContextInstance as parameter to session bean ?

2007-11-02 Thread preitsma
Started to explore JBoss Seam and it looks like this provides the integration between Jbpm and EJB I am looking for. It allows to call any EJB using and inject process variables through the BUSINESS_PROCESS scope. Let me know if I am wrong. It only seems that async and scheduled processing i

[jboss-user] [JBoss Portal] - Re: I'm not able to access CMS content

2007-11-02 Thread dashaun
Shouldn't there be a parameter that I can pass to the cmsportlet so that it doesn't wrap the entire content? I want to show content from the CMS (localized) inside of another JSP page. This would allow me to have my instructions and descriptions editable via the CMS and displayed along with my

[jboss-user] [JBoss Seam] - problem with @Redirect

2007-11-02 Thread X490812
here is my custom exception | @ApplicationException | @Redirect(viewId="genericErrorPage.xhtml") | public class FraudException extends Exception { | public FraudException(){} | } | here is my genericErrorPage.xhtml | . | . | . | | | | | | here is where I

[jboss-user] [JBossCache] - Re: JDBCCacheLoader problem in java application

2007-11-02 Thread gmeroz
Since we both agree that there shouldn't be a difference between pojo & core cache related to this issue, i decided to run more tests & managed to reproduce the problem. i just changed the loop in your test to run up to 1000 & got the following error (only when using Oracle): | java.lang.Il

[jboss-user] [JBossCache] - Re: JDBCCacheLoader problem in java application

2007-11-02 Thread gmeroz
The test runs successfully for both Derby & Oracle. i change my code to use core cache instead of pojo cache & it solves the problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101475#4101475 Reply to the post : http://www.jboss.com/index.html?module=b

[jboss-user] [JBoss jBPM] - Repeating Timer job doesn't run again if first JobExecutorTh

2007-11-02 Thread jeffj55374
Hi, I have encountered one undesirable behavior and one bug related to repeating Timers. I'd like to hear what th experts think of my analysis. Assuming I haven't missed anything or have an incorrect understanding of the system, I'll submit an issue. Note that I'm running JBPM as a standalone

[jboss-user] [JBoss Seam] - actionListener vs action and redirect

2007-11-02 Thread dkane
Dear colleagues, I always used actionListener parameter when bind component method to a:commandLink. It was ok until I needed the event that not only trigger action but also redirect to another page. I added redirect rule to pages.xml and specified action in it. But a:commandLink with actionL

[jboss-user] [JBoss Seam] - Login Restriction servlets?

2007-11-02 Thread lmehret
Is there any way to configure a login restriction for a servlet? What I would like to do keep users from going directly to a servlet without logging in. I tried configuring the servlet as a view in the pages.xml like this That did not work. Any Ideas. Thanks! View the original post : h

[jboss-user] [JBoss Seam] - TestNG/SeamTest NPE in xml parsing

2007-11-02 Thread vijayamaladoss
I am trying to Unit test entities using SeamTest and TestNG. I have a strange problem in running TestNG(SeamTest). When I am connected to internet running a ant test throws a exception shown below. test: |[testng] Exception in thread "main" java.lang.NullPointerException |[testng]

[jboss-user] [JBoss Tools (users)] - Re: GDI leak in FreeMarker IDE

2007-11-02 Thread [EMAIL PROTECTED]
No I haven't seen that. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101456#4101456 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101456 ___ jboss-user mailing list jboss-u

[jboss-user] [JNDI/Naming/Network] - Re: jndi jboss service problem connecting

2007-11-02 Thread ByDcc
Thanks for your help. I think I needed to read a lot about this issue. Now, I've got to lookup a datasource and got a connection. It was only a test. But, I really want to lookup an entity manager for my persistence unit. My code is: Properties ht = new Properties(); |ht.

[jboss-user] [Clustering/JBoss] - Re: Nodes not join Cluster - UDP discarded Message

2007-11-02 Thread jboss_cody
Hello again Bela, Thank you for the replies. Instead of "send_on_all_interfaces", I can use "bind_addr", right? (and that is the address of the current node...?) I have found out that some of my network configurations were wrong... I still do not understand why nodes on the 2nd machine are u

[jboss-user] [JBoss Messaging] - Re: Problem starting Messaging in ESB 4.2.1.GA

2007-11-02 Thread earniedyke
I will put upgrading from 1.4.0.GA to 1.4.0.SP1 first on my list of things to do Monday. Thanks for the advice. Earnie! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101451#4101451 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

[jboss-user] [JBoss Tools (users)] - GDI leak in FreeMarker IDE

2007-11-02 Thread kyle30312
I'm seeing Eclipse crashes that I think are caused by a GDI handle leak in the FreeMarker IDE plugin for Eclipse. Using FreeMarker IDE 1.0.0.beta3 with Eclipse 3.3.1.1 on Windows XP SP2, as I type inside a directive tag (like <@abc name="def" />), the Outline view updates. As it updates, the G

[jboss-user] [JBoss Messaging] - Re: Problem starting Messaging in ESB 4.2.1.GA

2007-11-02 Thread earniedyke
Tim, I found 1.4.0.GA and downloaded it, copied over mysql-persistence-service.xml and it is working now. Must be very particular about things. Thanks for the help Earnie! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101446#4101446 Reply to the post

[jboss-user] [JBoss Messaging] - Re: Problem starting Messaging in ESB 4.2.1.GA

2007-11-02 Thread beve
anonymous wrote : 1.4.0.SP1 config won't work with 1.4.0.GA and vice versa. | Ah, ok! Good to know. Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101449#4101449 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply

[jboss-user] [JBoss Messaging] - Re: Problem starting Messaging in ESB 4.2.1.GA

2007-11-02 Thread timfox
"earniedyke" wrote : Tim, | | I found 1.4.0.GA and downloaded it, copied over mysql-persistence-service.xml and it is working now. Must be very particular about things. Thanks for the help | That's great. :) However I wouldn't recommend using 1.4.0.GA since it's been superceded by

[jboss-user] [JBoss Messaging] - Re: Problem starting Messaging in ESB 4.2.1.GA

2007-11-02 Thread timfox
1.4.0.SP1 config won't work with 1.4.0.GA and vice versa. You need to make sure you're using the correct version. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101445#4101445 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=repl

[jboss-user] [JBoss Messaging] - Re: Problem starting Messaging in ESB 4.2.1.GA

2007-11-02 Thread timfox
I don't know what version of JBM ESB is using. You better ask the ESB guys that. :) But the correct config to use is the one from the examples/config directory of whatever version it is using. I would certainly recommend using 1.4.0.SP1 over 1.4.0.GA though. Upgrading is very simple and explai

[jboss-user] [JBoss Messaging] - Re: Problem starting Messaging in ESB 4.2.1.GA

2007-11-02 Thread beve
Hi Tim, the file contents pasted in this post is from 1.4.0.SP1 and from the examples/config directory. JBossESB is using 1.4.0.GA. I just thought that as the error message was the same as in the other thread you were having the same issue. /Daniel View the original post : http://www.jbo

[jboss-user] [JBoss Messaging] - Re: Problem starting Messaging in ESB 4.2.1.GA

2007-11-02 Thread earniedyke
OK, but according to the ESB 4.2.1.GA release notes, the version of Messaging is 1.4.0.GA. Is that perhaps the problem? I can't find 1.4.0.GA to download though. Earnie! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101440#4101440 Reply to the post : htt

[jboss-user] [Clustering/JBoss] - Re: Nodes not join Cluster - UDP discarded Message

2007-11-02 Thread [EMAIL PROTECTED]
You could try using those settings for cluster-service.xml too. Although send_on_all_interfaces is not a good option, as it increases traffic dramatically View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101441#4101441 Reply to the post : http://www.jboss.com/

[jboss-user] [JBoss Messaging] - Re: Problem starting Messaging in ESB 4.2.1.GA

2007-11-02 Thread timfox
"beve" wrote : Yeah, the problem was that we had the wrong version of mysql-persistence-service.xml but when using this version of it things worked: | The correct version to use for 1.4.0.SP1 is the version in the examples/config directory of the 1.4.0.SP1 distribution. View the original pos

[jboss-user] [JBoss Seam] - Re: value for '#{org.jboss.seam.security.identity}' sometime

2007-11-02 Thread james_hays
Any solutions to this issue? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101437#4101437 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101437 ___ jboss-user mailing list jb

[jboss-user] [JBoss Seam] - Re: Problem synchronizing managed-persistence-context

2007-11-02 Thread cpopetz
"cpopetz" wrote : Doh, I see. I have to make the stateless, which the example in the docs did (though it didn't describe why it did so.) | :) My "make the stateless" should have been "make the factory stateless" but because I wrapped "factory" in brackets it disappeared. View the original

[jboss-user] [JBossCache] - Re: Initial State Transfer Failure

2007-11-02 Thread alauro
Brian and Manik, The bind_addr was the thing - and we did find the other problem. The ejbs were loading after the cache service was loading and so there were failures. We have the cache start up after the ejbs have loaded and all is good! Thank you very much! Tony View the original post : ht

[jboss-user] [JBoss Seam] - Re: Problem synchronizing managed-persistence-context

2007-11-02 Thread cpopetz
Doh, I see. I have to make the stateless, which the example in the docs did (though it didn't describe why it did so.) I still think it's a little strange to have the @Unwrap annotation being used in that way. It would be better to have an @UponInjection annotation, which is called regardles

[jboss-user] [JBoss Messaging] - Re: Problem starting Messaging in ESB 4.2.1.GA

2007-11-02 Thread timfox
"earniedyke" wrote : I downloaded jboss-messaging-1.4-0.SP1.zip an hour ago and extracted it. I moved the DELETE_MESSAGE line up one 1 in the file to see if the error changed. That's the only thing I have done to it. | | You must be using an older version of the config. Try copying over t

[jboss-user] [JBoss Messaging] - Re: Problem starting Messaging in ESB 4.2.1.GA

2007-11-02 Thread timfox
Hi- Where did you get your mysql-persistence-service.xml from? Looks like you're using an old version. Also what version of JBM are you using? Thx View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101428#4101428 Reply to the post : http://www.jboss.com/inde

[jboss-user] [JBoss Messaging] - Re: Problem starting Messaging in ESB 4.2.1.GA

2007-11-02 Thread beve
Yeah, the problem was that we had the wrong version of mysql-persistence-service.xml but when using this version of it things worked: | | | | | | | | | | | jboss.jca:service=DataSourceBinding,name=DefaultDS | | jboss:service=Tr

[jboss-user] [JBoss Messaging] - Re: Problem starting Messaging in ESB 4.2.1.GA

2007-11-02 Thread earniedyke
I downloaded jboss-messaging-1.4-0.SP1.zip an hour ago and extracted it. I moved the DELETE_MESSAGE line up one 1 in the file to see if the error changed. That's the only thing I have done to it. Earnie! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101430

[jboss-user] [JBoss Messaging] - Re: Problem starting Messaging in ESB 4.2.1.GA

2007-11-02 Thread earniedyke
Thanks Daniel for the quick response. I read the posts and it seems to me the problem was resolved by installing mysql 5.0. I am already running 5.0 :-( Any other suggestions? Earnie! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101427#4101427 Reply to th

[jboss-user] [JBoss Messaging] - Problem starting Messaging in ESB 4.2.1.GA

2007-11-02 Thread earniedyke
Greetings all, I have ESB 4.2.1.GA installed and I am trying to configure it to use MySQL 5.0.41 on windows. I downloaded and copied mysql-persistence-service.xml to server\default\deploy\jboss-messaging.sar. I am getting an error in Messaging startup however that I have been unable to resolve

[jboss-user] [JBoss Messaging] - Re: Problem starting Messaging in ESB 4.2.1.GA

2007-11-02 Thread beve
Hi, I think we have had this issue on the ESB User forum today: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=122818&postdays=0&postorder=asc&start=10 Can you take a look and see if this applies to your case aswell? Regards, Daniel View the original post : http://www.jboss.com/ind

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Hot deploy causes OutOfMemoryError: PermGen space

2007-11-02 Thread genman
Usually there is a class loader leakage happening somewhere. For example, if you use Apache commons-logging this can happen. The easiest way to diagnose is to use a product such as JProbe (get an eval license) and see what's leaking. View the original post : http://www.jboss.com/index.html?mod

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: How to Deploy JBoss Scheduler Service with Web App

2007-11-02 Thread genman
I would suggest restructuring your .war into a .ear, and deploy a .sar with the scheduled service deployed via the .sar. You don't need EJBs to create a .ear, but packaging code in a .ear makes it easier to share class loaders. View the original post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [JBossWS] - WebService in a war

2007-11-02 Thread ulath
Hi, I added a WebService to my JSF application like the one in seambay sample. I added an interface with @Remote annotation, and marked implementation as @Stateles, and @WebService. Only one echo method exists in the web service. I use JBossAS 4.2.2.GA. If I deploy this as a war file, WebServic

[jboss-user] [JBossCache] - Re: Initial State Transfer Failure

2007-11-02 Thread [EMAIL PROTECTED]
OK, let us know. If you didn't have initial_hosts in there before and it still failed you may have some other issue. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101411#4101411 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=r

[jboss-user] [JBoss jBPM] - Actor is group or user

2007-11-02 Thread armita
Hi, I could not figure out how jbpm differentiate between the concept of User and group? Could somebody please provide me a sketch of how these two concepts work in jbpm? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101408#4101408 Reply to the post : ht

[jboss-user] [JBoss Seam] - Problem synchronizing managed-persistence-context

2007-11-02 Thread cpopetz
I'm experiencing the following problem with seam 2.0.0CR3, hibernate 3.2.5ga, hibernate EM 3.3.1 GA. I'm running with the embedded jboss EJB3 container that's packaged with seam, so I'm not sure of its version number, but I don't think this behavior is specific to the embedded container. I hav

[jboss-user] [JBoss Seam] - Re: HTTPS redirection

2007-11-02 Thread rjstanford
Yes, if we didn't mind running on a custom version of Seam. The ideal solution here would be for Seam to allow us to override their functionality, just as we do for user authentication... that way there wouldn't be any problem, most people could continue to use the "look-for-https-string" metho

[jboss-user] [JBossCache] - Re: Initial State Transfer Failure

2007-11-02 Thread alauro
we put initial_hosts to try and fix the problem - when we didn't specify initial_hosts we still had the same problem. so if i understand what you are saying i need to: 1. remove the initial_hosts from PING 2. specify bind_addr in UDP and that should solve the problem, yes? OK - i will try it an

[jboss-user] [JBoss Seam] - Re: I need help with scope type

2007-11-02 Thread milli
There may be other errors below this one. If you post the entire stack trace, someone would be able to help you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101404#4101404 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply

[jboss-user] [JBoss Seam] - Re: Concurrent requests on SFSB

2007-11-02 Thread wiberto
Does it have to be SFSB? Why not use a plain old Singleton POJO to store the information you need? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101402#4101402 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101402 _

[jboss-user] [JBossCache] - Re: Initial State Transfer Failure

2007-11-02 Thread [EMAIL PROTECTED]
I think your problem is in PING: initial_hosts="192.168.181.191[48866] If you are going to use this, the port associated with the peer is not the UDP.mcast_port (48866), it is the UDP.bind_port, which you would need to specify in UDP. If you specify PING.initial_hosts, PING sends UDP unicast

[jboss-user] [JBoss Seam] - Concurrent requests on SFSB

2007-11-02 Thread xinhua
Hi, all from document i know: anonymous wrote : | Concurrent requests to session-scoped stateful session beans are always serialized by Seam. | How about App. Scope SFSB? I need an APP.Scope SFSB to store informations which is also supposed to be accessed by Session Scope / Conversation

[jboss-user] [JBoss Seam] - Re: Why cannot I run more than one concurrent conversation S

2007-11-02 Thread gus888
Hi Pete, How about, as long as system get @Begin, system will start a new front conversation, and set other conversation back to time-off. If @Begin with a Id, system will check existing conversatin list, if found, system retrieve it, otherwise system create a new conversation. Can you think ab

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging and MySQL

2007-11-02 Thread timfox
"haagenhasle" wrote : | I don't really understand why you give me an attitude and tell me to RTFM, would it hurt to help a newbie out and actually take a look at the problem I had? | No one has given you "attitude" or told you to RTFM. Although that might have been an appropriate response

[jboss-user] [Remoting] - Re: Sockets left in CLOSE_WAIT on server

2007-11-02 Thread nkhadakk
Just upgrading to JBoss Remoting 2.2.2.SP1 and keeping to older JBoss AS(4.2.1) and JBM(1.3) did not fix this issue. We had to upgrade across the board to JBM 1.4SP1 + JBoss AS 4.2.2 GA + JBoss Remoting 2.2.2.SP1 and this issue seems to be alleviated significantly. In some fringe cases w

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging and MySQL

2007-11-02 Thread haagenhasle
I was merely trying to be polite by asking if someone had got this working with MySQL, I wasn't trying to be rude. I was using MySQL 4.1.22, which is the version that is specified in the "mysql-persistence-service.xml", as well as the version specified on the wiki. (By the way, it seems the

[jboss-user] [JBoss Seam] - Re: seam-gen with hxtt

2007-11-02 Thread sa_shadow
I have to rise the topic. Now the problem is: while deploying an application i'm having an exception: 2007-11-02 14:40:54,142 DEBUG [org.jboss.ejb3.ServiceDelegateWrapper] Starting failed persistence.units:ear=nica2.ear,unitName=nica2 javax.persistence.PersistenceException: org.hibernate.Hibern

[jboss-user] [JBoss Seam] - Re: Conversation Propogation on Redirect

2007-11-02 Thread harpritt
Hi Pete I fluffed my description... again. My navigation rules specify that Redirect() be used. The main reason for this is so that the client browser can maintain an accurate page history allowing my app users to use the browser forward and back buttons without running into any page has expir

[jboss-user] [JBoss Seam] - Another conversation question ...

2007-11-02 Thread greko
Hi all ! I have a screen displaying a list of devices. A device can be edited (from a button in the datatable) When a submit a find on my deviceList screen, I start a new conversation. When I edit a device, a create a nested conversation : once on my edit screen, I want to be able to go back to

[jboss-user] [JBossCache] - Re: Initial State Transfer Failure

2007-11-02 Thread alauro
Manik, I think I understand more what you are asking - it's EJB session replication View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101382#4101382 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101382 __

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging and MySQL

2007-11-02 Thread timfox
"haagenhasle" wrote : I | Has anyone got this working with MySQL? | Of course. MySQL is the database most users use and we test heavily against it. If you following the installation instructions from the JBM user guide, and make sure you're using a supported DB. (see the wiki for list of s

RE: [jboss-user] [JBoss Messaging] - Re: JBoss Messaging and MySQL

2007-11-02 Thread Carl Trusiak
What version of MYSQL are you using? I was able to create this in mine. My version is 5.045. Perhaps you need yo update your MYSQL version -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of haagenhasle Sent: Friday, November 02, 2007 11:54 AM To: jboss-use

[jboss-user] [JBoss Seam] - Re: Seam, Cache and EJB

2007-11-02 Thread tim_ph
Hibernate does that for you automatically. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101378#4101378 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101378 ___ jboss-user m

[jboss-user] [JBoss Seam] - Re: Seam blog example

2007-11-02 Thread hiasi29
Hi Joshua, Thanks a lot, this did indeed solve the Classnotfound exception! I finally managed to deploy the whole example in eclipse without any exceptions, but it didn't quite look the same as deployed via the build.xml that comes with it. It seems that there would be quite some configuration wo

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging and MySQL

2007-11-02 Thread haagenhasle
I see from my logs that the reason the "Table 'juddidb.jbm_postoffice' doesn't exist" message appears, is initially because JBoss is not able to create the table. The first errormessage in my log is the following: 2007-11-02 16:45:35,335 DEBUG [org.jboss.messaging.core.jmx.MessagingPostOfficeS

[jboss-user] [JBossCache] - Re: Strange ClassCastException in OptimisticCreateIfNotExist

2007-11-02 Thread spennec
Hi Manik, I've sent a bunch of logging statements to a file, using log4j and a TRACE level appender. This situation is a real problem for my project, thanks a lot for your help! :) Here they are: | | | 2007-11-02 16:02:43,986 413229 TRACE [org.jboss.cache.ReplicationQueue] (Timer-7:)

[jboss-user] [JBoss Messaging] - Re: can not catch excption when jboss as is down

2007-11-02 Thread nkhadakk
update for anybody with similar issues : Updating to Messaging 1.4SP1 + remoting 2.2.2SP1 + JBoss AS 4.2.2GA has helped iron out a couple of nagging issues related to JMS provider boucing with Listeners attached. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p

[jboss-user] [JBoss Portal] - Re: order of portlets in page layout not maintained once the

2007-11-02 Thread relatedtowork
Hi THanks for the reply. does it mean i need to change default.default overwrite to default.default keep i have read in the tutorial Instructs the portal to overwrite or keep this object if it already exists. Possible values a

[jboss-user] [JBoss Portal] - Re: order of portlets in page layout not maintained once the

2007-11-02 Thread [EMAIL PROTECTED]
Don;t use "overwrite" in -objects.xml View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101370#4101370 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101370 ___ jboss-user maili

[jboss-user] [JBoss Seam] - Re: Serious Classloader Problems

2007-11-02 Thread rkapil
"thejavafreak" wrote : What JBoss version are you using? Try using JBoss 4.0.5 and don't add myfaces library in WEB-INF/lib. I'm using 4.0.5GA. Like I said, we had to remove the myfaces libraries from jbossweb-tomcat55.sar\jsf-libs because they conflicted with the JSF libraries used by other we

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging and MySQL

2007-11-02 Thread haagenhasle
I have followed the instructions from the installation guide as far as I can see. I'm using the mysql-persistence-service.xml. I've replaced the DefaultDS. And now I'm stuck with the warning I described in my previous post. I would be very helpful if someone could tell me what I'm doing wrong

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Can not deploy simple WAR in JBoss 5.0.0Beta2

2007-11-02 Thread klagace
An additional note, when I cut and paste the web.xml content for some reason the open and closing "filter" tag that go around "filter-name" and "filter-class" didn't come across in the message (but it's there, trust me) View the original post : http://www.jboss.com/index.html?module=bb&op=viewt

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Can not deploy simple WAR in JBoss 5.0.0Beta2

2007-11-02 Thread klagace
Hi all, I'm cutting my teeth with JBoss5.0.0Beta2, Struts2 and Google Guice and have come across what appears to be a classloading issue. The WAR I created deploys successfully in JBoss4.0.3 and fails with 5.0.0Beta2. The exception I receive is: 10:58:48,796 ERROR [[/templateWAR]] Exception sta

[jboss-user] [JBoss Seam] - Re: s:fileUpload not actually sending output?

2007-11-02 Thread wiberto
So what's the next step here? Entering a JIRA issue? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101362#4101362 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101362 ___ jb

[jboss-user] [JBoss Seam] - Re: MyFaces, Seam and JBoss 4.2.1 GA problem

2007-11-02 Thread maykellff
ok, thank you very much, i'm much more clear now. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101361#4101361 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101361 ___ jboss

[jboss-user] [JBoss Tools (users)] - Re: file permision prob

2007-11-02 Thread [EMAIL PROTECTED]
sounds like you got jboss and eclipse on two different filesystems and that triggers a bug in beta2. Use nightly builds to get a fix for it or put eclipse and jboss on the same filesystem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101358#4101358 Reply

[jboss-user] [JBoss Portal] - order of portlets in page layout not maintained once the ser

2007-11-02 Thread relatedtowork
hi, i use jboss portal 2.6.1 i am facing a problem. i login as admin. i try to cahnge the page layout of a page. Say i add 3 portlets to a page in the centre region. i change the order of the portlets. i then restart the server. the ordering of the portlets change. I have to again go to admin an

[jboss-user] [JBoss Seam] - Re: I need help with scope type

2007-11-02 Thread rcherchi
Here is what happens when I change scope from SESSION to PAGE and try to redeploy my application: 2007-11-02 15:57:05,989 INFO [org.jboss.seam.Component] Component: localSearchManager, scope: PAGE, type: JAVA_BEAN, class: com.easycity.ejb.search.LocalSearchManagerBean | 2007-11-02 15:57:05,

[jboss-user] [JBoss Portal] - Re: how to order pages in jboss portal

2007-11-02 Thread relatedtowork
Can the above mentioned thing be achieved through Jboss portal UI or does it need some modification in some config file? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101352#4101352 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

[jboss-user] [JBoss Portal] - Re: Hiding a page in jbossportal 2.6.1

2007-11-02 Thread relatedtowork
i got the solution. Changed the default portal level from view-recursive to view (only) for users of the unchecked role. Change the default page of the default portal to view (only) for users of the unchecked role. anyone facing the same problem can refer the follwing URL http://jira.jboss.co

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging and MySQL

2007-11-02 Thread timfox
The installation instructions in the JBM user guide should tell you what you need to know. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101348#4101348 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101348 ___

[jboss-user] [Clustering/JBoss] - Re: Forwarding from Jboss over Apache using mod_proxy withou

2007-11-02 Thread [EMAIL PROTECTED]
OK, unless your image or css file is the welcome page in the root webapp, you haven't directly requested the image or css; you've requested an html document, and the browser then requests the image or css when it parses the html of your welcome page. So, let's pretend the name of the image embe

[jboss-user] [JBoss Messaging] - JBoss Messaging and MySQL

2007-11-02 Thread haagenhasle
Hi! I'm using JBoss Messaging as a part of JBossESB 4.2.1GA, and I'm trying to switch from hsqldb to MySQL. I've followed instructions I've gotten in the JBossESB forum, but I have one final (?) problem, and was told to go ask you guys here.. I get this WARN statement when I start the server

[jboss-user] [JBossCache] - Re: Initial State Transfer Failure

2007-11-02 Thread alauro
I'm sorry I'm a bit new to this stuff so I don't know if I understand what you are asking. We create a web app with EJBs etc and deploy it into a JBoss container. The cache service is configured via an xml file that deploys as a service in the container. We have created an abstract cache class t

[jboss-user] [JBoss Seam] - exception handling in pages.xml: message params possible?

2007-11-02 Thread skanky78
hi, i tried the following way but without success: pages.xml | | #{messages['error.fileUpload']} | #{org.jboss.seam.web.multipartFilter.maxRequestSize/1000} | | message.properties anonymous wrote : error.fileUpload = maximum allowed size {0} kB. please select another file. i

[jboss-user] [JBoss jBPM] - Re: pooled actors

2007-11-02 Thread armita
I also find out that you can set somethng like actor-id="actorId" in the assignment when defining it as a pooled actor. But Jbpm gives an error informing that it could not find the pooled actor. My question is how can I set up the pooled actors so that Jbpm could find them. View the original p

[jboss-user] [JBoss Seam] - Re: identity authenticator method runs twice

2007-11-02 Thread jgreene
Pete - My login method was executing more than once because I put the following line in my components.xml file: Of course, at the time, I wasn't aware that the authenticate method executed more than once. I certainly trust you jboss guys, but I was just wondering if and where it was docume

[jboss-user] [JBoss Portal] - Re: Problems with SynchronizingLoginModule

2007-11-02 Thread gspillman
Have created the following JIRA bug reports: SynchronizingLoginModule synchronizeRoles still syncs existing roles when set to false http://jira.jboss.com/jira/browse/JBPORTAL-1778 SynchronizingLoginModule prevents access to Dashboard http://jira.jboss.com/jira/browse/JBPORTAL-1779 I was unable

[jboss-user] [JBoss Portal] - Jboss Portal installation errors

2007-11-02 Thread sbarreros
Hello everyone, I am running JBoss [Zion] 4.0.5.GA on Suse Linux 10.0 and I am trying to install JBoss portal 2.6.2 I have setup the datasource and tables have been created in my database when I stated the server the first time. However I get the error messages when starting the server and whe

[jboss-user] [JBoss Tools (users)] - Re: file permision prob

2007-11-02 Thread dayanand_ag
Could u please post how this probllem was overcome. I am seeing same error. - 23:38:31,654 INFO [Server] Starting JBoss (MX MicroKernel)... 23:38:31,655 INFO [Server] Release ID: JBoss [Zion] 4.

[jboss-user] [JBoss Seam] - Re: HTTPS redirection

2007-11-02 Thread kukeltje
"[EMAIL PROTECTED]" wrote : To answer the other question, there is no way that Seam can know that a request coming from the web server through a connector was originally SSL-encoded. Can't you just set a http header in apache with the correct module that can be parsed by seam? View the origina

[jboss-user] [JBoss Portal] - Re: Hiding a page in jbossportal 2.6.1

2007-11-02 Thread [EMAIL PROTECTED]
You should read the reference guide for your 2 questions, it's all explained there. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101327#4101327 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101327 __

[jboss-user] [JBoss Seam] - Re: MyFaces, Seam and JBoss 4.2.1 GA problem

2007-11-02 Thread maykellff
ok, i change and begin to use JSF RI, but then emerge 2 questions: 1:- An old application that uses myfaces can't be deployed in JBoss 4.2.x? 2:- How can i use Tomakwou, Sambox, Trinidad and other component libraries, i have to include them in my WEB-INF/lib, those component libraries are inclu

[jboss-user] [JBoss Seam] - Re: MyFaces, Seam and JBoss 4.2.1 GA problem

2007-11-02 Thread [EMAIL PROTECTED]
1) Yes, but thats not a question for the Seam forum - try the AS forum 2) There is no change as to using Tomahawk, Sandbox and Trinidad View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101321#4101321 Reply to the post : http://www.jboss.com/index.html?module=bb

[jboss-user] [JBoss Portal] - Re: Unable to Consume Remote Portlet

2007-11-02 Thread [EMAIL PROTECTED]
The error could indeed be useful but this is not what I am asking for. getServiceDescription is one of the first messages that a consumer would send to a producer to learn about its capabilities. I would need to see the response to that request to see what Websphere sends... I would suggest that

[jboss-user] [JBoss Seam] - Re: Why cannot I run more than one concurrent conversation S

2007-11-02 Thread [EMAIL PROTECTED]
The propagation="none" is done on the view *before* the @Begin is encountered so we don't know whether it is coming up ... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101319#4101319 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&

  1   2   >