[JBoss-user] [JBoss Seam] - Re: pageflow problems

2006-06-09 Thread dwayneb
About your problem : My brain was off-line yesterday when I replied. The error in your jsp page is that : your h:commandButton tag in page two,... aren't inside a h:form. I'm suprised you didn't have exception. I use facalets, when when it found a commandButton or commandLink outside form, it

[JBoss-user] [Clustering/JBoss] - Re: Loadbalancing issue

2006-06-09 Thread [EMAIL PROTECTED]
For mod_jk docs, start at http://wiki.jboss.org/wiki/Wiki.jsp?page=UsingMod_jk1.2WithJBoss[/url] and [url]http://tomcat.apache.org/connectors-doc/ . Your 3rd option is to use a hardware load balancer. View the original post :

[JBoss-user] [Clustering/JBoss] - Re: replication problem with cross-context session updates

2006-06-09 Thread emreed
also worth mentioning -- a HttpSessionAttributeListener on webapp2 shows that the attribute setter is causing the attributeReplaced() method to be called, so these events are firing. However, the VERSION of webapp2's session shown in the JMX console under TomcatClusteringCache printDetails()

[JBoss-user] [EJB 3.0] - Re: JNDI Problem in EAR Deployment

2006-06-09 Thread mtuckah
bump View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3950152#3950152 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3950152 ___ JBoss-user mailing list

[JBoss-user] [JBoss jBPM] - using mySQL database

2006-06-09 Thread natacam
Hi I need to know which are the files I need to change to use mySQL database with JBPM. The thing is, I have read the user guide and all the messages in this forum, but i´m still getting errors and i´m really confused about those files. Please help! View the original post :

[JBoss-user] [JBoss Portal] - Configuring JBoss Portal Bundled with PostgreSQL database pr

2006-06-09 Thread Silicio
I'm trying to setup postreSQL db for JBoss Portal 2.2.1 SP1 with AS. I've created database portal and user portaluser with portalpassword as written in the User Guide. I've downloaded JDBC connector and put in lib directory. Then I copied portal-postgresql-ds.xml from /setup folder to /deploy

[JBoss-user] [JBoss jBPM] - Re: Can't load Eclipse plugin

2006-06-09 Thread mr.mofo
I had the same problem, its because you are using an older version of eclipse /or you have conflicting add-ons. Just download the full eclipse IDE under the download section of jbpm View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3950156#3950156 Reply to the

[JBoss-user] [JBossCache] - Cache cluster, Windows, and INVALIDATION_SYNC CacheMode

2006-06-09 Thread Teague
I'm experimenting with TreeCache and Hibernate. I have things running (it took me a few days to work up a fairly simple example), but I think I've encountered a stumbling block: I'm running on Windows XP. If I configure TreeCache with CacheMode set to INVALIDATION_SYNC, and the loopback

[JBoss-user] [JBossCache] - Re: Cache cluster, Windows, and INVALIDATION_SYNC CacheMode

2006-06-09 Thread Teague
Oh, and I'm using Wasabi. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3950158#3950158 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3950158 ___ JBoss-user mailing list

[JBoss-user] [JBoss Messaging] - JBoss Messaging Cluster

2006-06-09 Thread jaink
Hi, We are using JBoss with messaging configuration. We are trying to investigate ways to implement a messaging cluster. I am not sure if I understand how clustering is configured in JBoss messaging. From reading through the documentation and forums it looks like clustering is more of JBoss AS

[JBoss-user] [JBoss Messaging] - Re: JBoss Messaging Cluster

2006-06-09 Thread timfox
Hi- The current release of JBoss Messaging is a non clustered, single server setup. We are currently developing clustering which will include fully distributed destinations, transparent failover etc., which should be available in version 1.2.

[JBoss-user] [JBoss Messaging] - Re: WAN

2006-06-09 Thread timfox
If you are referring to running a cluster of jboss messaging servers across LAN, WAN or internet, then the answer is that 1.0 doesn't support clustering, it is a single server release. Clustering across a LAN is due in 1.2, across WAN / internet in 1.4. View the original post :

[JBoss-user] [Microcontainer] - Property not found error when injecting beans into List

2006-06-09 Thread msell
I've tried various formats for this exercise, based on examples given in the forum, Jira, and the MC getting started guide. My latest attempt is the following: ?xml version=1.0 encoding=UTF-8? | | !-- Deployment holds beans -- | deployment

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: do i have to publish for every change?

2006-06-09 Thread jack70_chen
but even modifying a JSP or html file requires manul republish?? that is just too much. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3950163#3950163 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3950163

[JBoss-user] [JBoss Messaging] - Re: JBoss Messaging Cluster

2006-06-09 Thread jaink
Thanks for the reply. I am little confused now. I thought JBoss AS is clusterable and messaging can be deployed in singleton service mode since it is embedded in AS and not standalone. Is that correct? Should we be using JBoss MQ instead? Thanks. View the original post :

[JBoss-user] [JBoss Messaging] - Re: WAN

2006-06-09 Thread jaink
I was refering to server to server communication without clustering them. Apologize for not being detailed. Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3950165#3950165 Reply to the post :

[JBoss-user] [Clustering/JBoss] - clustering multicast problem

2006-06-09 Thread dr3342
We have an environment where the routers only have version 2 of IGMP. Therefore they do not support the Source-Specific Multicasting (SSM) found in version 3 of IGMP. Does multicast version of JBoss clustering that uses JGroups only work via version 3? We can only get 1 host to source any

[JBoss-user] [JBoss Seam] - Re: Good combination - Reverse Engineering

2006-06-09 Thread Michelazzo
I'm not fan of I'm having that problem too, but yeah, I'm having that problem too. Is there any JBoss IDE build that acctually goes through the entire Seam build and deploy succesfully? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3950168#3950168 Reply to

[JBoss-user] [JBoss Messaging] - Re: JBoss Messaging Cluster

2006-06-09 Thread timfox
If you want clustered JMS right now, then you should use JBossMQ since we currently don't support clustering. You should bear in mind though that when JBoss Messaging clustering comes out in 1.2, it will be much more advanced then JBoss MQ clustering, since we will support fully distributed

[JBoss-user] [JBoss Messaging] - Re: WAN

2006-06-09 Thread timfox
I'm not sure what you mean by server to server communication without clustering, can you explain? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3950171#3950171 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3950171

[JBoss-user] [JBoss Portal] - Re: Moving portlets in a portal

2006-06-09 Thread vaswamy
Hi Chris, Do we have a demo of this feature? I would like to see it. I've just looked at user manual and couldn't find much info about this can you give some pointers? Thanks, Swamy View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3950175#3950175 Reply to the

[JBoss-user] [JBoss Seam] - Re: Good combination - Reverse Engineering

2006-06-09 Thread [EMAIL PROTECTED]
yes the last nightly build works fine with latest Seam from svn View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3950176#3950176 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3950176

[JBoss-user] [JBoss Portal] - Re: Moving portlets in a portal

2006-06-09 Thread [EMAIL PROTECTED]
you can assign each portlet to a certain region on a page through the Management Portlet, see this image: http://docs.jboss.com/jbportal/v2.2/user-guide/en/html/images/management/manage_page.gif View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3950177#3950177

[JBoss-user] [JBoss Getting Started Documentation] - Dukes Bank application deployment in jboss using MySql

2006-06-09 Thread vikramb
HI i deployed Dukes Bankapplication(j2ee1.4 tutorial) using HsqlDB succesfully , but i tried to deploy the same thing using mysql iam getting problems. can anybody have the documentation reg this.Please do the needful Regards Vikram View the original post :

[JBoss-user] [JBoss Seam] - Re: pageflow problems

2006-06-09 Thread dwayneb
I forgot to add the view-id of start-page (need to allow back from ShipTo: | ?xml version=1.0 encoding=UTF-8? | | pageflow-definition | name=purchaseOrder1 |start-page name=PurchaseStartPage view-id=/purchase.jsp | redirect/ | transition name=toship

[JBoss-user] [JCA/JBoss] - Informix error -710 / invalid entries in prepared statement

2006-06-09 Thread lafr
We are using Informix 9.4 and 10.0 as database server. To get the index statistics up to date you'll have to execute an update statistics regulary. Most often this is done on the weekend when there is low traffic on the system. If we use the prepared statement cache, the next time a prepared

[JBoss-user] [JBoss jBPM] - exception

2006-06-09 Thread natacam
This is the exception that i get when I try to deploy a process, using JBPM with mysql | java.io.IOException: Server returned HTTP response code: 500 for URL: http://localhost:8080/jbpm/upload | at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1149)

[JBoss-user] [Installation, Configuration Deployment] - Re: JBoss MailService

2006-06-09 Thread lafr
http://wiki.jboss.org/wiki/Wiki.jsp?page=JavaMail View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3950182#3950182 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3950182 ___

[JBoss-user] [JBoss jBPM] - Question regarding JbpmContext

2006-06-09 Thread Nomad
Hi, I'm a newbe with this jbpm. I really hope I can get some help from the experts here. I'm confused about the usage of JbpmContext. 1. When exactly do we need to call JbpmConfiguration.createJbpmContext() vs JbpmContext.getCurrentJbpmContext() ? 2. when do we need to close this JbpmContext

[JBoss-user] [JBossWS] - Hour added to time between client and server

2006-06-09 Thread CBax007
I have a webservice that returns an object that contains a java.util.Date property. That property is represented as a dateTime type in my WSDL. It seems that whenever I transfer an instance of that object between my client and server that an hour is added to the time component of the Date for

[JBoss-user] [Javassist user questions] - runtime image generation and display on web page

2006-06-09 Thread muhammadshahid
I have an ear file that contains the war and a common jar file. The ear would be deployed in JBoss. One of the page of the application displays the image/photo. The photos should reside in the local drive... they should not be part of the ear/application. How can I display the photo thru the

[JBoss-user] [Installation, Configuration Deployment] - temp data dir...

2006-06-09 Thread muhammadshahid
The application/EAR needs to generate the files/images at runtime on a local drive... and keep them there for later use. For example, generate the photos/images at runtime and put them on the local drive... and later use these photos/images to display on the page. What directory of

[JBoss-user] [Security JAAS/JBoss] - Re: Help needed in getting support for https in JBOSS

2006-06-09 Thread msatyaprasanth
I have a similar problem. I have set up all the certification stores properly. Because when i hit run.bat, my application runs fine. After setting up Jboss Eclipse IDE, i started using the shortcut button with the same Jboss instance as target and somehow it is unable to find the certificate

[JBoss-user] [JBoss jBPM] - Re: Question regarding JbpmContext

2006-06-09 Thread hosierdm
I have code running inside an app server, and what I do is create a context in every method and close at the end. For example, I might have something like this: | public void deleteUser(String user) { | JbpmContext jbpmContext = _jbpmConfig.createJbpmContext(); | try { | // do

[JBoss-user] [Clustering/JBoss] - Re: replication problem with cross-context session updates

2006-06-09 Thread [EMAIL PROTECTED]
Yes, sessions other than the initial on a cross-context request aren't getting replicated. This is a bug; I'll open a JIRA for it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3950192#3950192 Reply to the post :

[JBoss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Accessing the dicriminator column

2006-06-09 Thread rbenko
I'm also looking for this functionality - anyone??? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3950194#3950194 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3950194 ___

[JBoss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Accessing the dicriminator column

2006-06-09 Thread tefron
assuming that you mean with hibernate... You can add a read-only property to your hbm mapping file with the column attribute set to the same name as the discriminator column. e.g. good luck. View the original post :

[JBoss-user] [Security JAAS/JBoss] - Re: Help needed in getting support for https in JBOSS

2006-06-09 Thread msatyaprasanth
Ok ... i got it ! The JBoss plugin is not pointing to the JDK directly. It is using JRE. So, when i placed my certificate store inside Jdk1.5/Jre1.5/lib/security folder, the plugin was unable to find it in the Jre1.5/lib/security folder ! When i placed it in the second place tooo , it worked

[JBoss-user] [JBoss Seam] - jasper report in Seam: losing conversation

2006-06-09 Thread jw_ht
I am not able to keep the old conversation once a jasper report PDF file is displayed. I have a download page that shows some information and a download button. The first download works fine. The page blows up the second time I click on the download button because the In variables are not

[JBoss-user] [Installation, Configuration Deployment] - Re: temp data dir...

2006-06-09 Thread PeterJ
How will the images be accessed by the user? Will the web page contain links directly to the images, or will the web page contain a link to a servlet that will then access and return the image? If the former, then you should deploy an expanded ear file (as a directory) with an expanded war

[JBoss-user] [Beginners Corner] - How do I disable twiddle.log when using twiddle.sh?

2006-06-09 Thread bandrewsen
Does anyone know how to turn off twiddle.log when using twiddle.sh? Thanks, Brent View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3950200#3950200 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3950200

[JBoss-user] [JBoss Messaging] - Socket error on start-up with 1.0.1.CR2 !

2006-06-09 Thread heat23
I have JBoss 4.0.4 GA and I installed Messsaging 1.0.1.CR2, but when I start up the JBoss AS I get this error: 17:10:30,884 ERROR [SocketServerInvoker] Failed to accept socket connection java.lang.reflect.InvocationTargetException at

[JBoss-user] [JBoss Messaging] - Occasional 'Queue Full' errors even though queue is empty

2006-06-09 Thread heat23
I have JBoss AS 4.0.4 GA and Messaging 1.0.0. Sometimes when I attempt to put a message on queue A or queue B, I get a 'Queue Full' error even though the message count is 0. I am using an out of the box configuration. Any ideas? View the original post :

[JBoss-user] [Beginners Corner] - Re: How do I disable twiddle.log when using twiddle.sh?

2006-06-09 Thread PeterJ
You are not, by any chance, attempting to run the jboss-nagios plugin? And getting a security error in creating the log file? I wish that the error message would tell me where it was attempting to create the file! Anyway, what I did was changed log4j.properties within twiddle.jar to put the

[JBoss-user] [Security JAAS/JBoss] - Re: Form authentication not re-directing to form

2006-06-09 Thread awclemen
Hey kids I found the reason why my web application kept coming upwith BASIC authentication when I had told it to use FORM authentication. The JBoss server I was using has mutiple applications on it. One of the applications needed the context.xml to have the following values: Context |

[JBoss-user] [JBoss Portal] - Re: Moving portlets in a portal

2006-06-09 Thread vaswamy
I saw it and it looks good. But the problem is each user can not move his/her portlets and personalize their portal. It looks like only admin user can configure the portal layout for all the users. Thanks, Swamy View the original post :

[JBoss-user] [EJB 3.0] - Re: JNDI Problem in EAR Deployment

2006-06-09 Thread bdecoste
If you deploy in an EAR, the name of the EAR file is the root of the jndi binding. If you would like to override, you can use the @RemoteBinding/@LocalBinding annotations or the corresponding jboss.xml deployment descriptor elements. View the original post :

[JBoss-user] [EJB 3.0] - Re: putting classes in bean requests not Consistent !!!

2006-06-09 Thread bdecoste
Can you post the bean implemention and interfaces along with the client code? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3950212#3950212 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3950212

[JBoss-user] [Beginners Corner] - Re: How do I disable twiddle.log when using twiddle.sh?

2006-06-09 Thread bandrewsen
Thank you for the response, changing the log4j.properties in twiddle.jar did the trick! To follow up on your question: I'm not using the jboss-nagios plugin (at least not on purpose!). I'm just using the twiddle utility in a startup script to verify that JBoss is up and running.

[JBoss-user] [JBoss Seam] - Pojo or stateful EJB destroyed immediatly if using conversat

2006-06-09 Thread ktof0001
I can travel sucessfully through a tree, by using a stateless EJB(BrowseAction) action that updates a named Pojo(State). keeping the state. Everything session scope (!). In order to allow multiple windows browsing at the same time, I am trying to use conversations(!). A quick solution

[JBoss-user] [EJB 3.0] - Re: Casting arguments in an EJB Urgent !!!

2006-06-09 Thread bdecoste
Looks like you are calling the bean from a Servlet - is Tomcat configured to use the same classloader as the EJB3 deployment? I suspect it is not. So, the passed classes are incompatible since they are not in the same classloader. To enable Tomcat to use the JBoss classloader, set the

[JBoss-user] [EJB 3.0] - Re: Class cast LOST IN using LOCAL BEANS

2006-06-09 Thread bdecoste
Again, please post your code and the exception you are seeing. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3950219#3950219 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3950219

[JBoss-user] [JBoss Portal] - where is the dtd/schema for portal *-object.xml files

2006-06-09 Thread ainfo
where is the dtd/schema for portal *-object.xml files? All I could find was a partial description in chapter 6 of the JBossPortalReferenceGuide. It does not seem to be in the product source dtd directory. Any pointers would be much appreciated. View the original post :

[JBoss-user] [Microcontainer] - Re: Property not found error when injecting beans into List

2006-06-09 Thread msell
It never fails - I post a question, and a few hours later figure out that it really was something dumb that I was doing wrong. The getters and setters in DefaultUsers are static. My bad. Eventually, I will have written a book titled How not to use JBoss on the forums... View the original post

[JBoss-user] [Clustering/JBoss] - Re: Basic TCP Cluster of two nodes fails to recover from a n

2006-06-09 Thread kpandey
Yes, here's my JGroup TCP settings TCP bind_addr=10.0.1.62 start_port=7800 loopback=true/ TCPPING initial_hosts=10.0.1.62[7800],10.0.1.61[7800] port_range=3 timeout=3500 num_initial_members=2 up_thread=true down_thread=true/ MERGE2 min_interval=5000

[JBoss-user] [JBoss Portal] - Re: JBoss Forums JBoss Portal 2.4 Beta 1

2006-06-09 Thread unibrew
Permament links to post messages are added. Update your sources from cvs. Ryszard Kozmik JBoss Forums Lead View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3950223#3950223 Reply to the post :

[JBoss-user] [EJB 3.0] - Re: Jboss taking long time to deploy Session EJB

2006-06-09 Thread bdecoste
Holy smokes ... 20+ minutes to deploy. Any chance you can send me the .ear file at [EMAIL PROTECTED] so I can track down the problem? Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3950224#3950224 Reply to the post :

[JBoss-user] [Installation, Configuration Deployment] - Installing IDE (Rule Workbench) questions.

2006-06-09 Thread wenching.lin
Hi all, I tried to install the rule editor. Then I read the documentation, in 2.1.3: it says: --- The rule workbench (for Eclipse) requires that you have eclipse 3.2 or greater. -- However, I think the latest Eclipse is 3.1.2 ... I added the

[JBoss-user] [JBoss Seam] - Re: Seam reverse engineering

2006-06-09 Thread jagoh
ok, let me try on Monday and let you know. Thank you. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3950226#3950226 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3950226 ___

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Configuring UI2Service

2006-06-09 Thread josey
Thanks, that did the trick. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3950227#3950227 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3950227 ___ JBoss-user mailing list

[JBoss-user] [Messaging, JMS JBossMQ] - Re: JMS user authentication error (remote) when requesting a

2006-06-09 Thread josey
${jboss.bind.address} can be set using the -b param with run.sh E.g., ./run.sh -c all -b 192.111.78.256 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3950228#3950228 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3950228

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Simple Entity Bean - Help to complete

2006-06-09 Thread notarysojac
Hi! The SAME problem has defied solution in my project, as well. So... what is the root cause for this complaint, pray tell? Really, what I'd like to know is What are the requirements in the jboss XML files that would allow for a successful connection and access to a MySQL database? I've

[JBoss-user] [JBoss Seam] - SEAM CR3 example 'issues' doesn't work

2006-06-09 Thread jack70_chen
I ues JBoss AS 4.0.4 GA. Running example issues gets the following exception: 'The absolute uri: http://java.sun.com/jsf/html cannot be resolved in either web.xml or the jar files deployed with this application'. If i copy all of the myfaces 1.1.3 jar files and tomahawk 1.1.2 jar file into

[JBoss-user] [Security JAAS/JBoss] - Re: Dynamic Roles with Declarative Security

2006-06-09 Thread j2ee_junkie
Sounds like a perfect use case of JBoss' security proxy interface. cgriffith View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3950233#3950233 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3950233

[JBoss-user] [Security JAAS/JBoss] - Re: A few questions regarding JBoss 4.0.4_GA and LDAP setup

2006-06-09 Thread j2ee_junkie
c_eric_ray, In order to help get LDAP login working, I suggest looking at your LdapLoginModule configuration. This error seems to suggest that either you do not the login module configured properly to talk to your LDAP server, or maybe LDAP server has an encrypted form of password, different

[JBoss-user] [JBoss jBPM] - Re: Question regarding JbpmContext

2006-06-09 Thread Nomad
Yeah, actually I write my code the same way as you do hosierdm. I haven't tested the code inside appserver, only tested it using a swing base client. What I notice is after I close the jbpmcontext object I can no longer use my hibernate session because it already closed inside

<    1   2