[jboss-user] [JBoss Tools (users)] - Re: Failed to Start JBoss 4.2.0 Application Platform with JB

2007-07-11 Thread flindet
Max, Thanks for creating the JIRA entry. I'm adding the VM argument to the JBoss AS launcher. I've opened a JBoss Server View provided by JBoss Tools. I right-click on my server, edit launch configuration, then add the option to the VM arguments tab. This got me past the IPv6 issue, but the

[jboss-user] [JBoss Seam] - Re: selectOneMenu and selectItems problem

2007-07-11 Thread mttu
OK, it started to worked after i had changed: | @Out | private Company selectedCompany; | and implemented equals in Company. It's still not clear to me why selectedCompany should be outjected in this case. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&

[jboss-user] [Beginners Corner] - Re: A simple question about JBoss Portal

2007-07-11 Thread PeterJ
I sort of wondered about that post because you already started the conversation here. Besides, that is a general forum so you might not get an answer to a portal-specific question. Finally, it is preferred that you don't ask the same (or a similar) question in multiple forums. And actually, I t

[jboss-user] [JBoss Tools (users)] - Re: Failed to Start JBoss 4.2.0 Application Platform with JB

2007-07-11 Thread [EMAIL PROTECTED]
weell securing the web console etc. would probably also prevent jboss as adapter to interact with it. does it make any difference if you use the wtp provided jboss as provider or the red hat provided jboss as provider ? It sounds like we need to raise this against JBoss EAP... View the origina

[jboss-user] [Clustering/JBoss] - Re: JBossAS 4.2.0, TCP Stack, Segmenting Partitions

2007-07-11 Thread [EMAIL PROTECTED]
"nhelder" wrote : | 1) I assume that the tc5-cluster.sar has been replaced with jboss-web-cluster.sar in AS 4.2.0? Yes, that's correct. We decided to give it a name that isn't tied to whatever Tomcat version we integrate. "nhelder" wrote : 2) The ejb3-clustered-sfsbcache-service.xml and ej

[jboss-user] [JBoss jBPM] - building jbpm-jpdl.jar from jbpm source

2007-07-11 Thread meet_nagi
Hi, I want to build the jbpm-jpdl.jar file from the source provided in jbpm-jpdl-3.2.1 suit instead of taking the available jar file. I am anot able to find the build.xml that is having targets to build this jar file. Any suggesstions will be helpful. Thanks Nagesh View the original post : h

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: jboss installation with easyEclipse JbossIDE

2007-07-11 Thread PeterJ
No need to apologize for your English, I found your post much easier to read than the posts from people who think that this is an IM forum. But on to your problem. This is my personal opinion, you should try running JBoss AS from the command line first and get comfortable using it that way bef

[jboss-user] [JCA/JBoss] - Re: Apparently wrong driver class specified for URL

2007-07-11 Thread wfay
It didn't work because you had a bad connection url. You had: jdbc:thin:... And it should have been: jdbc:oracle:thin:... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063128#4063128 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&m

[jboss-user] [Microcontainer] - Re: Injecting a beans name into the bean

2007-07-11 Thread alesj
Currently there is no 'easy' way. I'll have a look. Here is JIRA task for you to watch: - http://jira.jboss.com/jira/browse/JBMICROCONT-192 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063130#4063130 Reply to the post : http://www.jboss.com/index.html?modu

[jboss-user] [JBoss Portal] - Re: correct use of processAction and doView

2007-07-11 Thread sudarshanacharya
setRenderParameter(name, value) takes only string parameters.Is there any method for objects in processAction to be rendered tio doView without putting in session?? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063126#4063126 Reply to the post : http://www

[jboss-user] [JBossWS] - setting up an ssl web service & client

2007-07-11 Thread gryffin
I am running JBoss 4.0.5 w/ JbossWS 1.2.1. I have enabled the SSL connector and am able to access the WSDL for my web service using a browser on port 8443 with a certificate I created using keytool. The client works if I provide it the old http/port 80 URL in it's local WSDL. If I try to ai

[jboss-user] [JBoss Seam] - Re: selectOneMenu and selectItems problem

2007-07-11 Thread trickyvail
If your Company object is an entity you need to be aware of: http://hibernate.org/109.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063133#4063133 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063133 ___

[jboss-user] [JBoss Seam] - s:selectItems question

2007-07-11 Thread sunil.su
Hi, I'm using seam 1.2.1 and JBoss AS 4.0.5, Here is the selectOneMenu in my page | | Org Level: | | | | | | | | | | | When the page is rendered, the value selected is not the "noSelection

[jboss-user] [JBoss jBPM] - FileUploadException

2007-07-11 Thread Heiner Niehues
Hi I am new with jBPM and my first successful try was with jbpm-starters-kit-3.1.4. I could also upload a new process with Eclipse. To be up-to-date I download the packet: jbpm-jpdl-suite-3.2.1.zip The Jboss runs and i can create new users and start processes. But i can't deploy a new process, w

[jboss-user] [JBossWS] - Re: JBossWS supports pluggable Web Service stacks

2007-07-11 Thread jbride
Hi Thomas, Could you please elaborate (or direct us to some discussions that elaborate on) the following comment from your earlier post : "There will be a common deployment model and management interface to all deployable stacks. " Thank you! jeff View the original post : http://www.jboss.

[jboss-user] [EJB 3.0] - Returning @generatedvalue primary key on creation?

2007-07-11 Thread KevinNCSU
Is it possible to retrieve and return the auto-generated primary key that was created for an entity when you persisted it in the database? I'd like to have the entities primary key be the returned from the method which creates it. View the original post : http://www.jboss.com/index.html?module

[jboss-user] [JBoss Seam] - Re: Error in international-2.0.xsd

2007-07-11 Thread [EMAIL PROTECTED]
I went ahead and fixed the version online. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063140#4063140 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063140 ___ jboss-user m

[jboss-user] [JBoss jBPM] - Selecting non-string valued variable instances

2007-07-11 Thread pbrewer_uk
I'm using Hibernate 3.2.2 and jBPM 3.1.4 in a Seam 1.2.1GA environment. I have a problem with a query that should return VariableInstance entities based on a particular name and value. The variable instance is actually an instance of org.jbpm.context.exe.variableinstance.LongInstance. The follo

[jboss-user] [JBoss Seam] - Re: How do i check which conversation ids are in the stack?

2007-07-11 Thread [EMAIL PROTECTED]
#{org.jboss.seam.core.manager.currentConversationIdStack} View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063143#4063143 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063143

[jboss-user] [Clustering/JBoss] - Re: topic not bound in HAJMS

2007-07-11 Thread bdecoste
I've just checked in a fix for EJBTHREE-975 into Branch_4_2. The changes are being reviewed. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063144#4063144 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063144 _

[jboss-user] [JBoss Seam] - Abandon a taskInstance

2007-07-11 Thread szaccaria
Hello again, Suppose I want to exit from a bussines process for after re-enter in a second moment, how can reach this? I'll try to explain it in best way: I've a simple process definition like this: | | | | | | | | |

[jboss-user] [JBoss Seam] - EntityHome and optimistic transaction

2007-07-11 Thread azalea
Hi, Now I struggle with EntityHome :) my environments: JBoss AS 4.2.0.GA Seam 2.0.0.BETA1(CVS) Seam gen-generated project(ear) I have a simple CRUD app using EntityHome. The app needs the optimistic transaction. Scenario: 1. In browser tab#1, display the person list. 2. In tab#1, select a

[jboss-user] [JBoss jBPM] - Re: Problems with deploying process with mail nodes or eleme

2007-07-11 Thread rossputin
excellent, just tried 3.2.1, deploys fine, thanks for that View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063147#4063147 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063147

[jboss-user] [JBoss Seam] - Re: EntityHome and optimistic transaction

2007-07-11 Thread hstang
What does "edit" button do? does it call entityHome.update ? Maybe somewhere the dirty flag is not being set and you may to forcefully set that dirty flag to force update. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063148#4063148 Reply to the post : h

[jboss-user] [JBossWS] - JBoss 2.0: Specifying SOAP 1.2 for WSProvideTask ?

2007-07-11 Thread Juergen.Zimmermann
How do I specify that a SOAP 1.2 binding should be generated by the ANT task WSProvideTask? IMHO in the wsdl file's section there should be:http://www.w3.org/2003/05/soap/bindings/HTTP/"/> instead of:http://schemas.xmlsoap.org/soap/http"/> Any hint is appreciated! View the original post : ht

[jboss-user] [JBossCache] - Re: Could this be deadlock when modifying TreeCache

2007-07-11 Thread ramdas
Manik, Thanks for the response. The TreeCache is set up for "REPL_ASYNC". I am not very familiar with the JBoss cache tuning params. Was wondering if u had any comments on the configuration shown below. Since this happens on our production system and is hard to reproduce, do you have any recomm

[jboss-user] [JBoss Seam] - Re: two basic questions for EntityHome

2007-07-11 Thread hstang
Hi azalea, Do you have the Seam source code with you? The answer is probably in front of you in Home.java, which is what EntityHome extends. It's a pretty simple class to understand, and it'll also answer your question 2. For your question2, you can override the *Messages() methods. View

[jboss-user] [JBoss Seam] - Re: Abandon a taskInstance

2007-07-11 Thread Jump
Use @End annotation View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063160#4063160 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063160 ___ jboss-user mailing list jboss-user@

[jboss-user] [JBoss Seam] - Re: Abandon a taskInstance

2007-07-11 Thread [EMAIL PROTECTED]
Just @End the conversation. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063162#4063162 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063162 ___ jboss-user mailing list jbo

[jboss-user] [Clustering/JBoss] - Re: JBossAS 4.2.0, TCP Stack, Segmenting Partitions

2007-07-11 Thread nhelder
Great, that worked. Thanks again for all the help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063165#4063165 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063165 ___ jbos

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: JSF at jboss-4.0.5.GA

2007-07-11 Thread idefix-free
Thanx for the help: But one more question: jsp org.apache.jasper.servlet.JspServlet compilerTargetVM 1.5 compilerSourceVM 1.5 Where can I put this. To my projectsettings? Whats the global web.xml? please h

[jboss-user] [JBoss Seam] - @Transactional + Transaction.setRollbackOnly error

2007-07-11 Thread przemjaskier
Env: Tomcat 6.0.13, Hibernate local transactions, Seam CVS 11/07. As @Rollback(ifOutcome) had been removed ,usage of Trancation.instance(),setRollbackOnly() was introduced instead. Before (1.3 + Rollback) such pseudocode was working (long-running conversation with manual flush mode). Am I doing

[jboss-user] [JBoss Seam] - Re: Abandon a taskInstance

2007-07-11 Thread szaccaria
Sure?, it is sufficiente @End instead @EndTask ? IAre days that i work with this!!! I hope this function! Thansks!!! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063173#4063173 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=r

[jboss-user] [JBoss Seam] - SMPC Configuration

2007-07-11 Thread monkeyden
I'm running JMeter against a screen in my application and it's failing miserably, so I created a rudimentary test case and it's failing also. I'm guessing that I have something misconfigured. Here is what I have: http://java.sun.com/xml/ns/persistence"; | xmlns:xsi="http://www.

[jboss-user] [EJB/JBoss] - Registering Web Service in JNDI

2007-07-11 Thread jgreiner
In EJB2.0 we have some web services we call from EJB's. We have registered these in JNDI using these tags in the jboss.xml. | | services/myWS | http://localhost:8080/InterFace-ejb/XMLInterface?wsdl | | I am now trying to do this in EJB3, does someone know of an anno

[jboss-user] [JBoss Seam] - Re: SMPC Configuration

2007-07-11 Thread monkeyden
Oh, BTW, here is the business object @Name("employeeBO") | public class EmployeeBO extends AbstractBusinessObject implements Serializable { | | @In | private EntityManager dcdbEM; | | @Logger | private Log log; | | public AbstractBaseEntity findByPrimaryKey

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: JSF at jboss-4.0.5.GA

2007-07-11 Thread [EMAIL PROTECTED]
The global web.xml is in deploy/jbossweb-tomcat55.sar/conf. This file defines things that are automatically added to the web.xml of your WAR. The JSP servlet is already defined in this file so you don't need to declare it in your own WAR. If you need to change the settings for the JSP servle

[jboss-user] [JBoss Seam] - Re: SMPC Configuration

2007-07-11 Thread monkeyden
Incidentally, turning off the page action and just calling loadEmployee() from the @Create method gives me a 100% success rate, while using the page action yields 1-3%. Seems like a simple load test for this feature. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtop

[jboss-user] [JNDI/Naming/Network] - Re: JNDI Connection Problem! jboss.bind.address always 127.0

2007-07-11 Thread vedgunjan
Hi Peter, Thanks for replying and keeping patience :) Im using Windows Server 2003 and the firewall is disabled. But still the am getting the same exception which i wrote earlier. You wrote ~ Regarding the missing registry entry, if you are not using JavaServer, there will not be an entry. Plea

[jboss-user] [JBossCache] - JMX interceptors without CacheJmxWrapper

2007-07-11 Thread k-dub
We want to expose some of the interceptors via JMX, but don't want to expose the functionality of CacheJmxWrapper's setters and methods. I've tried quite a few ways of doing this, but I can't figure it out. Is this not possible? View the original post : http://www.jboss.com/index.html?module=bb

[jboss-user] [JBoss Seam] - How to Clone EntityHome Object

2007-07-11 Thread jonathan.shin
I'm creating a task module and the requirement is as follow: When user completed the task, copy the current task and change the completion date property to null and add to the database. Is there any example that copy the persistent object then add to the database? | @Override | pub

[jboss-user] [JBoss Portal] - IDE Question: Not Saving Server Configs

2007-07-11 Thread gzoller
(Posting in this forum as directed in the IDE Design forum) Hello, I'm using the latest IDE download, 2 beta I think, and am trying to configure my server to launch with something other than its 'default' configuration. I open the server configuration and in the Arguments tab I see "-c default"

[jboss-user] [JBoss Seam] - Re: @Transactional + Transaction.setRollbackOnly error

2007-07-11 Thread przemjaskier
Update: please ignore the note about "cannot render message", there was no indeed (how embarrassed I am). Anyway, the problem with transaction rollback is valid. BTW despite all these exceptions jPDL "GOBACK" navigation DOES take effect and user is redirected correctly. View the original post

[jboss-user] [JBossCache] - Re: JMX interceptors without CacheJmxWrapper

2007-07-11 Thread k-dub
Oops, I forgot: This is 2.0.0 CR3 on Sun JDK 1.6.0_02 in a stand-alone app compiled to 1.5 target VM. We're trying to use Spring for configuration, rather than programmatic configuration. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063198#4063198 Reply to

[jboss-user] [Beginners Corner] - deploy Hellobean to jboss using using xml files

2007-07-11 Thread henry _h
Hi, I created a stateless Hellowrod Session bean according to a standard sample from a book! 1-I do not use any IDE 2- The Project has this structure: a) Projectfolder name: Hellobean z)package name : server b) Java files: server.HelloBean.java server.Hel

[jboss-user] [JNDI/Naming/Network] - Re: JNDI Connection Problem! jboss.bind.address always 127.0

2007-07-11 Thread PeterJ
Sorry, typo, meant to type JavaService. If the OS does not let you open a port, then either something is already using it, or something is preventing it (firewall, AD config, etc.) For the former, what tool(s) did you use to ascertain that the port is not in use? For the later, perhaps there is

[jboss-user] [JBossCache] - Re: JMX interceptors without CacheJmxWrapper

2007-07-11 Thread [EMAIL PROTECTED]
You'd have to write your own class to handle the JMX registration. You can see what CacheJmxWrapper does; you basically need a CacheSPI (to get the interceptors), an MBeanServer, and some algorithm for creating the ObjectNames for the interceptors. Is your concern that the CacheJmxWrapperMBean

[jboss-user] [JBoss Seam] - Subdirectories in the view folder

2007-07-11 Thread jbrosan
I would like to keep my xhtml files organized and so I thought that setting up subdirectories in the /view folder would be a good idea. However, after adding the directory and adding a simple page I get a 404 when attempting to access the page. | HTTP Status 404 - /testapp/admin/userlist.se

[jboss-user] [JBoss Seam] - Re: Seam + Eclipse

2007-07-11 Thread garypinkham
"smithbstl" wrote : I have reverted back to JBoss IDE 2.0B + Exadel because I could not get the server started in RHDS, every time it would attempt to start, an error was thrown about not being able to start the server, weird. I had that same issue but I believe it was fixed. I downloaded the

[jboss-user] [JBoss Seam] - Re: seam v2.0beta takes ages to start on WebSphere v6.1.0.9

2007-07-11 Thread titou09
Thx. I'll test it when the next (beta?) release will be out. Michael, I've sent you a minimal ear file to test seam 2.0beta on was v6.1.0.9 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063205#4063205 Reply to the post : http://www.jboss.com/index.html?modul

[jboss-user] [Beginners Corner] - Re: deploy Hellobean to jboss using using xml files

2007-07-11 Thread PeterJ
Package the files into a JAR file, such as hello.jar. This JAR file should contain: server/HelloBean.class server/HelloBeanRemote.class META-INF/jboss.xml META-INF/ejb-jar.xml View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063215#4063215 Reply to the post

[jboss-user] [JBoss Seam] - Re: Subdirectories in the view folder

2007-07-11 Thread tynor
If you look at your jboss console output, you'll probably see that the page is unable to render since it can't follow one of its template links. Check any template links on the page -- seam-gen generates relative links that look like this: |template="layout/template.xhtml">

[jboss-user] [JBoss Seam] - Re: SMPC Configuration

2007-07-11 Thread monkeyden
I am becoming increasingly convinced that this is an issue with page actions and not an issue with my configuration. I have completely removed all references to any persistence related components and changed loadEmployee() and added accessors like so: public void loadEmployee(){ | this.f

[jboss-user] [JBoss Seam] - drag and drop problems with parameters

2007-07-11 Thread leeovan
hello ive been trying to get the drag and drop working for a while now and have run into a few problems. I have created a bean based on the one i found in the rich faces source | | import java.util.ArrayList; | import java.util.List; | | import org.jboss.seam.annotations.Name; |

[jboss-user] [Security & JAAS/JBoss] - JBoss Login Modules: Password Stacking

2007-07-11 Thread kpalania
Hi, I am trying to stack 2 login modules (LDAP for authentication and Database for authorization). Tried to follow the example given in the JBoss site but I keep getting a NullPointerException as I don't have the role related module-option elements in login-config.xml for the LDAP module, and no

[jboss-user] [JBoss Seam] - Re: EntityHome and optimistic transaction

2007-07-11 Thread azalea
Hi, hstang. Thanks for your reply. anonymous wrote : | What does "edit" button do? does it call entityHome.update ? | Yes, it does. anonymous wrote : | Maybe somewhere the dirty flag is not being set and you may to forcefully set that dirty flag to force update. | I tried setDirty(

[jboss-user] [JBossCache] - Re: JMX interceptors without CacheJmxWrapper

2007-07-11 Thread k-dub
"[EMAIL PROTECTED]" wrote : Is your concern that the CacheJmxWrapperMBean interface has too much? If you post an MBean interface you want, I can look into creating a limited super-interface that you could expose. No promises though. Our concern is that people could change the cache configuratio

[jboss-user] [JBoss Seam] - Re: two basic questions for EntityHome

2007-07-11 Thread azalea
Hi, Seam framework master :) Thanks again. anonymous wrote : | For your question2, you can override the *Messages() methods. | I see! I do not yet understand the answer of the question 1. I will see seam source code now. Thanks. View the original post : http://www.jboss.com/index.html?m

[jboss-user] [Beginners Corner] - Re: deploy Hellobean to jboss using using xml files

2007-07-11 Thread henry _h
"PeterJ" wrote : Package the files into a JAR file, such as hello.jar. | | I created this jar before and i became this error: | --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM --- | ObjectName: jboss.j2ee:service=EJB3,module=Hellobean.jar | State: FAILED | Reason: org.jboss.xb

[jboss-user] [JBossCache] - CacheJmxWrapper.getCache() needs to be generified

2007-07-11 Thread k-dub
I'm experimenting with CacheJmxWrapper and found a difference compared to the CacheFactory. We normally use this code: CacheFactory factory = DefaultCacheFactory.getInstance(); | Cache cache = factory.createCache( configFile, false ); If I try to use the getCache() method of CacheJmxWrapper,

[jboss-user] [JBoss Seam] - Re: selectOneMenu and selectItems problem

2007-07-11 Thread mttu
But why selected company has to be outjected ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063236#4063236 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063236 ___ jboss-u

[jboss-user] [JBoss Seam] - Re: Seam + Eclipse

2007-07-11 Thread [EMAIL PROTECTED]
I use MyEclispe and deploy the software, without ant, directly to the server. I have posted previously how to do this but can put together a small presentation and a download of of a Seam2 , Jboss 4.2 skeleton app that allows for exploded deployment. I do incluse an ant script with it but its ve

[jboss-user] [Beginners Corner] - Re: deploy Hellobean to jboss using using xml files

2007-07-11 Thread PeterJ
What you posted is a report indicating that something has failed, but it does not provide enough information to determine the error. Earlier in the console output there should be a stack trace that identifies the error, please post that. Also, post the contents of your ejb-jar.xml and jboss.xml

[jboss-user] [JBoss Seam] - Re: How to keep information on the tabPanel

2007-07-11 Thread quintenjiang
Tomahawk have function t:saveState to try to enables you to persist beans to keep information on eack pages between tabPanel. May I know if there are any similar functions on seam or ajax4jsf? of couse I can put like on each inputText to persist each field at the beans. but it

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Cookies lost when included JSP file used

2007-07-11 Thread weisinger
The following file creates a cookie when called alone, but when this file is included in another JSP, the cookie doesn't survive. Is this a bug in the JBoss App server, or is there configuration or code that I can use to get it to work? cookietest.jsp <%@ page contentType="text/html" %> | |

[jboss-user] [JBossCache] - Re: CacheJmxWrapper.getCache() needs to be generified

2007-07-11 Thread [EMAIL PROTECTED]
anonymous wrote : If I try to use the getCache() method of CacheJmxWrapper, I can't use generics. :( I'm tempted to say lucky you. ;) But I won't -- http://jira.jboss.com/jira/browse/JBCACHE-1131. Can't promise this will happen though; it's late for an API change. Up to Manik whether he's wi

[jboss-user] [JBossCache] - Re: CacheJmxWrapper.getCache() needs to be generified

2007-07-11 Thread k-dub
Sorry I didn't check JIRA first, I was in a hurry. Thanks for the subclass tip. I'm new to MBeans and didn't quite realize that would be so easy to do, but now that you mention it that would be pretty easy and should work just fine. I'll try that in the morning. Thanks. View the original post

[jboss-user] [JBoss jBPM] - Re: start-state

2007-07-11 Thread syngolis
Wow...I had no idea about this function. Thanks! Updating the documentation would be great. (Having great functionality in the engine doesn't help if nobody knows about...) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063249#4063249 Reply to the post : h

[jboss-user] [JBoss Portal] - Re: Problems with Dashboard on 2.6 GA

2007-07-11 Thread [EMAIL PROTECTED]
I'm looking into it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063252#4063252 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063252 ___ jboss-user mailing list jboss-user

[jboss-user] [JBoss Portal] - Re: drag and drop persistance

2007-07-11 Thread [EMAIL PROTECTED]
Looking into it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063253#4063253 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063253 ___ jboss-user mailing list jboss-user@lis

[jboss-user] [Security & JAAS/JBoss] - Authentication using Connector and AJP

2007-07-11 Thread bkeyser
Hi, We have been having an authentication issue when using the mod_jk connector with IIS and AJP for tomcat within JBoss 4.0.3SP1. Using HTTP Basic Authentication, we can see that it is active by visiting the address http://x.x.x.x:8080/servlet and noticing that the name of the realm is displ

[jboss-user] [JBoss Seam] - Re: @Restrict referencing objects in Seam context

2007-07-11 Thread [EMAIL PROTECTED]
You can assert objects directly into the security context with RuleBasedIdentity.getSecurityContext().assertObject(), without having to place them into a Seam context first. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063258#4063258 Reply to the post : h

[jboss-user] [JBoss Seam] - Question on reading in a simple paramter from a JSF page

2007-07-11 Thread harpritt
Ladies and Gents, dudes dudettes and misc. ive got a bit of a problem with a hashmap in my bean private Map documentMetaData = new HashMap(); i want to be able to populate that from my JSF page, pseudo entry would be key=documentSearchKeywords Value=football, soccer, pitch, players,overpai

[jboss-user] [JBoss Seam] - Re: two basic questions for EntityHome

2007-07-11 Thread hstang
Hello, You asked how to reset the EntityHome so pay close attention to getInstance() in Home.java and see how you can nullify certain logic to get what you want. Beware, however since this is undocumented it can change from release to release and your application might break since you are depe

[jboss-user] [JBoss Seam] - Re: EntityHome and optimistic transaction

2007-07-11 Thread hstang
Hello, I suspect it might not be related to Seam and maybe Hibernate, (if that's what you are using as your JPA provider). This is just my guess though. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063263#4063263 Reply to the post : http://www.jboss.com/

[jboss-user] [JBoss Seam] - Re: Subdirectories in the view folder

2007-07-11 Thread [EMAIL PROTECTED]
There's no technical reason that I know of to prefer one to the other. As a matter of style, I prefer an absolute path for those things. In fact, I my preference is to put the templates off somewhere in /WEB-INF to really make things nice and clean. or Unfortunately, this practice doesn'

[jboss-user] [JBoss Seam] - Configuring POJOs as Seam Components in components.xml

2007-07-11 Thread youngm
I'm using 1.2.0.nightly Is it legal to configure POJOs as Seam components in components.xml? For example: I get: | java.lang.RuntimeException: Could not create Component: expanderState | at org.jboss.seam.init.Initialization.addComponent(Initialization.java:910) | at org.jboss

[jboss-user] [JBoss Seam] - Re: Question on reading in a simple paramter from a JSF page

2007-07-11 Thread monkeyden
Maybe I'm misunderstanding but, FacesContext.getCurrentInstance().getExternalContext().getRequestParameterMap() doesn't work for you? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063267#4063267 Reply to the post : http://www.jboss.com/index.html?module=bb

[jboss-user] [JBoss Seam] - Re: Configuring POJOs as Seam Components in components.xml

2007-07-11 Thread youngm
http://jira.jboss.org/jira/browse/JBSEAM-1650 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063268#4063268 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063268 ___ jboss-use

[jboss-user] [JBoss Seam] - Re: Hibernate validator @CreditCardNumber not working

2007-07-11 Thread milli
I got a response in hibernate forum. Just to help others who may come across this issue - I had to replace all hibernate jars in Jboss lib folder to the latest jars and it worked. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063269#4063269 Reply to the pos

[jboss-user] [JBoss Seam] - Re: two basic questions for EntityHome

2007-07-11 Thread wschwendt
"azalea" wrote : I'm writing a CRUD app using a extended EntityHome class. | | I want to reuse one EntityHome instance for more than one CRUD operations in a long-running conversation. | But EntityHome instance is caching the entity and other states. | I'm confusing... | Does EntityHom

[jboss-user] [Installation, Configuration & DEPLOYMENT] - How to switch from JTA to JTS in JBoss AS 4.2.0.GA?

2007-07-11 Thread kevinpauli
By default JBoss AS 4.2.0.GA comes with JBoss Transactions configured to use JTA. I would like to switch it to JTS in order to get XA support for database activity and JMS message creation in one atomic transaction. But the JBoss Transactions installation guide at http://labs.jboss.com/jbosstm

[jboss-user] [JBoss Seam] - Re: Nested conversations - potential bug in Manager.beginNes

2007-07-11 Thread wschwendt
"[EMAIL PROTECTED]" wrote : You can't end two conversations in a single request. That's not how the model works. @End simply says "at the end of the request, end the current conversation". For error handling a typical idiom in pages.xml is: | | | | Anot

[jboss-user] [JBoss Messaging] - Re: Standalone JBM 1.3GA?

2007-07-11 Thread timfox
Yes, you can disable the services you don't need. For messaging you need a transaction manager, JNDI, JMX, JCA... (maybe a couple more). http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossASTuningSliming View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063275#40632

[jboss-user] [EJB 3.0] - Re: EntityNotFoundException during Entity load

2007-07-11 Thread fhh
If you say nullable = false it means nullable = false. So the Customer can't be set to null. Remove it and alter table accordingly. Regards Felix View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063276#4063276 Reply to the post : http://www.jboss.com/index.h

[jboss-user] [JBoss Seam] - Re: EntityHome and optimistic transaction

2007-07-11 Thread azalea
Hi, I think so, too. maybe Hibernate's automatic dirty checking ... Because I'm newbie in not oly Seam but also Hibernate, I can't still find the solutions :( I will search hibernate forum or/and buy Gavin's book :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewto

[jboss-user] [JBoss Seam] - fileUpload component - Strange behavior

2007-07-11 Thread jtsimikas
I am experiencing some strange behavior with s:fileUpload. The upload itself works fine, however I am noticing some unusual behavior which happens "sporadically." .. The method validateForm() which should always be executed on every button click "sometimes

[jboss-user] [JBoss Seam] - Re: two basic questions for EntityHome

2007-07-11 Thread wschwendt
For testing purposes I've defined an EntityHome component using components.xml | | If a page accesses #{customerHome} via EL, then in the conversation context a context variable named customerHome gets set. Possibly because org.jboss.seam.framework.Home is annotated with @Scope(ScopeTy

[jboss-user] [Remoting] - Bisocket transport sample code?

2007-07-11 Thread [EMAIL PROTECTED]
anonymous wrote : | Hi, | | Is there any example I can run to experience Bisocket in jboss-remoting? | | Regards, | | Erez Harari | | Axcepia Technologies | Hi Erez, That's a good question, and I've created JBREM-773 "Create bisocket sample code" in response. For now,

[jboss-user] [JBoss Seam] - Re: Question on reading in a simple paramter from a JSF page

2007-07-11 Thread [EMAIL PROTECTED]
I dont really understand the problem you are having but when I have a bounded colletion of string I replace these with Enums... JSF is about exposing the model in the view as you know... Just a thought.. So... design out using strings and design in using Enums? View the original post : htt

[jboss-user] [JBoss Seam] - Re: Question on reading in a simple paramter from a JSF page

2007-07-11 Thread [EMAIL PROTECTED]
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=109528 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063290#4063290 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063290 ___

[jboss-user] [JBoss Seam] - Trying to run tests in Embedded.

2007-07-11 Thread neill_robbins
I'm sorry I'm maybe missing something very obvious. I am trying to run a test in Seam2.0BETA using testNG in the embedded EJB3 container and I'm getting the following: |[testng] java.lang.RuntimeException: PROVIDER_URL not provided in jndi.proper | ties. Automatic discovery not implem

[jboss-user] [JBoss Seam] - Re: two basic questions for EntityHome

2007-07-11 Thread matt.drees
I think it happens in ManagedEntityIdentityInterceptor, though I don't really understand why it's done. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063292#4063292 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=40632

[jboss-user] [JBossCache] - Re: CacheJmxWrapper.getCache() needs to be generified

2007-07-11 Thread [EMAIL PROTECTED]
Don't apologize; the JIRA didn't exist. :) Your post made me aware of the issue so I added it. The "lucky you" bit was me being droll (I'm personally not a fan of generics.) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063293#4063293 Reply to the post :

[jboss-user] [JBossCache] - Re: Failed to process async modifications: java.io.EOFExcept

2007-07-11 Thread jsaraiva
This error message does not generate any stack trace. It only repeats itself many times. I have set the debug level for the org.jboss.cache class to TRACE and don't get any stack trace. The file system is not being shared across the cluster, every member has it's own local cache loader directory

[jboss-user] [JBoss Seam] - Re: two basic questions for EntityHome

2007-07-11 Thread wschwendt
"matt.drees" wrote : I think it happens in ManagedEntityIdentityInterceptor, though I don't really understand why it's done. yes, it does, the interceptor writes to Conversation context. Thanks! There could possibly be a bug in ManagedEntityIdentityInterceptor.entityRefsToIds(). I don't real

[jboss-user] [JBoss Seam] - Re: Performance & Scalability

2007-07-11 Thread news918
Thanks Pete !!. I'll do it. Julio View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063298#4063298 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063298 ___ jboss-user mailing l

[jboss-user] [JBoss Seam] - WSRP

2007-07-11 Thread news918
Hi people I'd very new with Seam but I love how many people is testing, trying and working with this fantastic framework. I would like to know if there are posibilities to build portlets using Seam and consume them in SharePoint using WSRP. I don't like Sharepoint at all but many of our develo

[jboss-user] [JBoss Seam] - JBoss 4.2/Seam 1.2.1/Ajax4jsf 1.1.1: Could not destroy compo

2007-07-11 Thread carlsz
Hello all: I'm seeing the following NoClassDefFoundError when shutting down my JBoss instance. The component in question is a stateful session bean used to retrieve updates for Ajax4jsf. Adding the el JARs to my EAR causes the server to hang on startup. Is there something wrong with my confi

[jboss-user] [JBoss Seam] - Re: two basic questions for EntityHome

2007-07-11 Thread azalea
Hi, anonymous wrote : | azalea, does a context variable named "EntityHomeName.instance" gets set in your case, too? | Yes, it does. anonymous wrote : | I think it happens in ManagedEntityIdentityInterceptor, | Thanks. Hmmm... It seems to be very difficult for me to understand that c

<    1   2   3   4   >