[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBOSS IDE 2.0 beta 2 Eclipse 3.2.1 - Hangs

2006-11-12 Thread merawalaid
i am having sililar problems with this setup. I am using JBoss IDE 2beta and Eclipse 3.2.1 from the bundle from this site. I can't create Debug profile for JBoss servers (JBoss 3.x,4.x etc). As a result i can't start the server to debug my servelets... View the original post :

[jboss-user] [JBoss Seam] - Re: Beta 2: exception resolving EL expression

2006-11-12 Thread rlhr
Done. http://jira.jboss.org/jira/browse/JBSEAM-494 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985189#3985189 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3985189 ___

[jboss-user] [JBoss Seam] - Abstract components, EL and auto-instantiation

2006-11-12 Thread jtucker
I have an abstract User class and subclasses for different types of users in the system. I would like Seam to manage a currentUser component which I put into session context after login. I would ideally annotate the abstract User class with @Name(currentUser) so whatever User subclass was

[jboss-user] [JBoss Seam] - Re: BETA2 Seam-gen explode/undeploy problem

2006-11-12 Thread mygol
i can't use wtp project from seam-gen.who can show me.thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985191#3985191 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3985191

[jboss-user] [JBoss Seam] - Re: Abstract components, EL and auto-instantiation

2006-11-12 Thread petemuir
I would suggest using a manager component: @Name(currentUser) | @Scope(SESSION) | @Stateful | public class CurrentUserManagerBean implements CurrentUserManager { | |private User currentUser; | |@Create |public void create() { | // Initialise the user e.g. get

[jboss-user] [JBoss Portal] - Re: How to access the Portlet Properties?

2006-11-12 Thread bdaw
I think you talk about preferences and you use them in the same way that portlet specification desrcibes in PLT.14 chapter. You set preferences on portlet (portlet.xml), portlet instance (portlet-instances.xml) or user (API) level but it's still the same set of preferences. PortletPreferences

[jboss-user] [JBossWS] - Re: How do I disable HTTP chunking?

2006-11-12 Thread maeste
You have to disable it client side setting Connection=close in http header. | HttpURLConnection conn = (HttpURLConnection)endpoint.openConnection(); | [...] | conn.setRequestProperty(Connection,close); | [...] | View the original post :

[jboss-user] [Messaging, JMS JBossMQ] - Re: Implementing our own Client side interceptors

2006-11-12 Thread Anvar
Following is my understading. They need to be AOP interceptors (implement org.jboss.aop.advice.Interceptor). Also, an AOP configuration file that specifies the AOP bindings must be available in the client classpath. Please correct me if my undersanding is wrong. Thanks. View the original

[jboss-user] [EJB/JBoss] - Re:

2006-11-12 Thread m-krausse
Maybe it has something to do which an issue described here: http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassLoadingConfiguration http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossClassLoadingUseCases During installation process you can Enable Deployment isolation/ call by value. What does this mean?

[jboss-user] [JBoss Portal] - Integrating existing Struts based application within the Por

2006-11-12 Thread girishramagiri
Hi, The need is to integrate the existing Struts based application within the portlets. However I have observed couple of things: 1. From the jsps within the portlet, I cannot redirect using a relative URL (ex: //MainMenuLogonAction.do). The server throws invalid path requested error.

[jboss-user] [JBoss Portal] - Re: Integrating existing Struts based application within the

2006-11-12 Thread girishramagiri
Please note that the URLs mentioned got misinterpreted, they should have been: /applicationname/MainMenuLogonAction.do http://localhost:8080/applicationname/MainMenuLogonAction.do http://localhost:8080/applicationname/MainMenuLogonAction.do?param1=Aparam2=B.. Thanks Regards, Girish View

[jboss-user] [Messaging, JMS JBossMQ] - Re: Implementing our own Client side interceptors

2006-11-12 Thread azhurakousky
You can use any AOP framework (i.e., AspectJ etc). What I was trying to say, there is no JBoss provided Client Container(Proxy) with a configurable interceptor stack, something you see in JBoss EJB implementation where you have concepts like Client Side and Server Side with coresponding

[jboss-user] [JBoss Seam] - Re: Abstract components, EL and auto-instantiation

2006-11-12 Thread jtucker
Nice suggestion Pete. Looks like it'll work great. Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985207#3985207 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3985207 ___

[jboss-user] [Clustering/JBoss] - Other than HA-RMI proxies

2006-11-12 Thread Anvar
In JBoss clustering, if I want to use other than HA-RMI proxies with EJBs, is there any feasability. Does jboss provide only HA-RMI proxies to be used with EJBs. Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985222#3985222 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Invalid invocation of local interface - seam registratio

2006-11-12 Thread maek1975
I have now re-installed JBoss using the installer and selected ejb3-profile. But the error still appears. [2006-11-12 15:46:45,828 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/].[jsp]] Servlet.service() for servlet jsp threw exception

[jboss-user] [Management, JMX/JBoss] - JBOSS XMBean

2006-11-12 Thread Anvar
Does JBOSS XMBean seperates management implementation from service POJO implementation. If so, can you please throw some light on this. Thanks Javeed View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985225#3985225 Reply to the post :

[jboss-user] [Management, JMX/JBoss] - Re: JBOSS XMBean

2006-11-12 Thread Anvar
Anvar wrote : Does JBOSS XMBean seperates management implementation from service POJO implementation. | If so, can you please throw some light on this. | | Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985228#3985228 Reply to the post :

[jboss-user] [JBoss Eclipse IDE (users)] - Re: No JSP Page and HTML Page under JBossIDE-Web Components

2006-11-12 Thread aditya2507
This issue is still existing... :( I just installed Jboss-IDE 1.6 and I am facing the same problem. Any pointers on how to go about it? -- AK View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985230#3985230 Reply to the post :

[jboss-user] [JBoss Eclipse IDE (users)] - Re: What is to be downloaded?

2006-11-12 Thread DickP
JBossIDE-Core. I noticed that this includes large sets of standard eclipse plugins (emf, wst, xsd). I already have all these dependancies as part of my custom Callisto download. Is it possible to provide a core download excluding any dependancies? View the original post :

[jboss-user] [EJB/JBoss] - Creating client EJB proxies

2006-11-12 Thread Anvar
Does JBOSS uses a proxy compiler to create client EJB proxies. If so, explanation will be more useful. Thanks in advance. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985242#3985242 Reply to the post :

[jboss-user] [Advanced Documentation] - Re: Cannot find jaxrpc-mapping for type: {http:

2006-11-12 Thread mnsharif
Hi! I am also facing the same error message but with string as follows: WARN [JavaWsdlMapping] Cannot find jaxrpc-mapping for type: {http://www.w3.org/2001/XMLSchema}string ... and this warning becomes fatal as it gives the following deployment time exception: org.jboss.ws.WSException:

[jboss-user] [JBoss Seam] - Re: Abstract components, EL and auto-instantiation

2006-11-12 Thread jtucker
For anyone else reading this - use the @Factory method. @Unwrap has problems with ClassCastException's since the unwrapped object is a different class to the component. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985243#3985243 Reply to the post :

[jboss-user] [JBossWS] - Re: wscompile - Restricted base='xsd:string' mapping issue

2006-11-12 Thread mnsharif
The bug id pointed by thomas (JBWS-810) refrences JBWS-710 which is listed as to be fixed in jboss4.0.4GA. But, i am still getting this error. Has anyone got a clue whats the status of this? Has it been fixed or not? mnsharif View the original post :

[jboss-user] [Management, JMX/JBoss] - JMX notification

2006-11-12 Thread Anvar
Under what circumstances will a JMX notification always be emitted. Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985246#3985246 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3985246

[jboss-user] [JBoss Eclipse IDE (users)] - Re: What is to be downloaded?

2006-11-12 Thread [EMAIL PROTECTED]
jboss ide 2.x builds/downloads provides this seperation. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985252#3985252 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3985252 ___

[jboss-user] [JBossWS] - Re: Possible JBoss SwA Bug

2006-11-12 Thread mnsharif
Hi all! In document/literal web services, wscompile (from JWSDP1.6) generally gives error when WSDL has something like part name = attachmentContents type = xsd:string/ ... but wstools stays silent and generates SEI/mappingFile successfully when using a similar construct (shown

[jboss-user] [JBossWS] - Re: Possible JBoss SwA Bug

2006-11-12 Thread mnsharif
Hi Tim! I am also facing a similar problem when deploying a document/literal webservice with attachment (starting from WSDL). In my case the attachment happens to be text/plain, so my message declaration is as follows: message name = attachRequest | part name = parametersAttach element =

[jboss-user] [Management, JMX/JBoss] - Re: JBOSS XMBean

2006-11-12 Thread genman
Try to use one and you'll understand. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985254#3985254 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3985254 ___ jboss-user mailing

[jboss-user] [JCA/JBoss] - Re: DataSource and connection pool

2006-11-12 Thread genman
Check the JMX console. There's an MBean created with this information. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985256#3985256 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3985256

[jboss-user] [Beginners Corner] - Re: Getting Started Tutorial Needs Updating

2006-11-12 Thread genman
If you could take a moment to explain what needs changing in the example and possibly submit a documentation bug, that would be more helpful than stating it doesn't work. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985257#3985257 Reply to the post :

[jboss-user] [JBoss Seam] - How to handle database exceptions

2006-11-12 Thread forumer
Seam 1.0.1.GA with JBoss-4.0.4.CR2 I am getting JDBC exceptions, probably, because of legitimate reason like violating a constraint by attempting to delete an entity that belongs to another. Ideally, I'd like to show the user an appropriate message to this effect. I'd appreciate any advice on

[jboss-user] [Beginners Corner] - Re: problem with classloader repository

2006-11-12 Thread genman
You can use the same name for both your .war and another .war loader repository and they will share classes. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985258#3985258 Reply to the post :

[jboss-user] [Management, JMX/JBoss] - Re: JMX notification

2006-11-12 Thread genman
A JMX notification will always be emitted; the interesting question is when will it be heard? The JMX spec should explain all this. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985255#3985255 Reply to the post :

[jboss-user] [JBoss Seam] - Is there an RSS/Atom Feed for this forum?

2006-11-12 Thread mraible
Is there an RSS/Atom Feed for this forum? Thanks, Matt View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985261#3985261 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3985261 ___

[jboss-user] [Beginners Corner] - Re: SOA Architectures

2006-11-12 Thread genman
SOA doesn't require things like ESB or BPM. It's a more simple idea than that. A plug-in to Sendmail might be one way to implement a SOA. This Wiki artical defines SOA pretty well: http://en.wikipedia.org/wiki/Service-oriented_architecture I don't believe physical versus logical layers are how

[jboss-user] [Beginners Corner] - Re: Using JBoss as application server getting time outs

2006-11-12 Thread genman
I'm guessing this is not an issue with JBoss but perhaps your network, i.e. if you ran Jeti outside of JBoss you'd have the same issues. As to what JBoss can provide: It does have a way to get a stack tracee, so you should be able to monitor this thread. View the original post :

[jboss-user] [Management, JMX/JBoss] - More thatn one MBeanServer

2006-11-12 Thread Anvar
Is there any possibility of existence of more than one MBeanServer in a JVM process. Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985265#3985265 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3985265

[jboss-user] [JCA/JBoss] - Re: DataSource and connection pool

2006-11-12 Thread vitor_b
Hello Thank you for your reply. I've found an MBean registered with: jboss.jca:name=XAOracleDS,service=ManagedConnectionPool where XAOracleDS is a jndi name of my DataSource. There are information I was looking for. Thanks again. vitor_b View the original post :

[jboss-user] [Clustering/JBoss] - Re: Load balancing for stateless session bean?

2006-11-12 Thread [EMAIL PROTECTED]
Yes, if you are running the all config. Just add clusteredtrue/clustered to the bean's descriptor in jboss.xml. The client proxy you download from JNDI will transparently support load balancing and failover. See the clustering chapter in the Application Server Guide. View the original post :

[jboss-user] [JBoss Seam] - Re: Trinidad example uploaded to wiki

2006-11-12 Thread [EMAIL PROTECTED]
This is because validation is failing in the Hibernate layer, instead of the Seam layer. You need the constraints to be enforced by s:validate/. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985272#3985272 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Abstract components, EL and auto-instantiation

2006-11-12 Thread [EMAIL PROTECTED]
anonymous wrote : @Unwrap has problems with ClassCastException's since the unwrapped object is a different class to the component. What do you mean? Pete's code was perfectly correct. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985273#3985273 Reply to the

[jboss-user] [JBoss Seam] - Re: How to handle database exceptions

2006-11-12 Thread [EMAIL PROTECTED]
If you are using Seam 1.1, I advise using exceptions.xml. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985274#3985274 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3985274 ___

[jboss-user] [JBoss jBPM] - creating n tasks in a workflow

2006-11-12 Thread il121
Hello, I would like to know if there is a chance to create n tasks dynamically in jbpm. I mean I need a mechanism that is capable of running n parallel threads (of the same task) where n is not a constant and can only be determined at run-time. Is JPDL is strong enough to express such a

[jboss-user] [JBoss Seam] - Re: Trinidad example uploaded to wiki

2006-11-12 Thread alpheratz-jb
Thanks, Gavin. I modified the inputText tags in 'register.xhtml' as follows. From: | table border=0 | s:validateAll | ... | tr |tdPassword/td |tdtr:inputText value=#{user.password} secret=true |

[jboss-user] [JBossWS] - Re: wscompile - Restricted base='xsd:string' mapping issue

2006-11-12 Thread zarzar
I'm also having the same simple type restriction problem on jboss-4.0.5.GA with code generated by wstools on a doc/literal wsdl. I found an article on the wiki on annotations. http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossXB_JBXBAnnotations The jbxb:value section shows how to specify you own

[jboss-user] [JBoss jBPM] - hooking JBPM to know when processes and tasks are created/st

2006-11-12 Thread il121
Hello Everyone, I should log the lifecycle of jpbm processes and tasks (when they are created, started and finised). I know that jbpm is able to log these events into its own log, but I have also my own log:) Is there a general way to do this? Thank you! Laszlo Illes View the original post

[jboss-user] [Clustering/JBoss] - Re: jgroups tcp_nio configuration

2006-11-12 Thread [EMAIL PROTECTED]
Can you create a JIRA issue and attach your config and exact description how to reproduce this to it ? The JIRA for JGroups is at http://jira.jboss.com/jira/browse/JGRP View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985279#3985279 Reply to the post :

[jboss-user] [EJB 3.0] - Mapping Exception for subclass with inherited composite key

2006-11-12 Thread JLuv
I'm getting the error below for what I believe to be a valid mapping. Am I doing something wrong? Any ideas? org.hibernate.MappingException: Foreign key (FKFA49A91FAB488FB6:billing_document_lines [line_number])) must have same number of columns as the referenced primary key (document_lines

[jboss-user] [JBoss Seam] - Logger in page-scoped component, NPE in post-back.

2006-11-12 Thread tazo
I have page-scoped seam-component with @Logger field and i'm getting NPE then i use logger during jsf post-backs. After debugging i found what log field of LogImpl which is transient does not restored after object deserialization, readObject method of this class is not called. View the

[jboss-user] [Performance Tuning] - Slow remote database connection

2006-11-12 Thread doktora
I have always used postgresql on the localhost, which was also running JBoss. I have moved the DB to a separate computer on the LAN (gigabit), so now JBoss connects via port 5432 (default tcp/ip for postgresql). It is performing terribly slow when fetching data from the remote DB. If I connect

[jboss-user] [Beginners Corner] - Re: Getting Started Tutorial Needs Updating

2006-11-12 Thread bobufuller30004
Numerous people have submitted specific problems with the tutorial on this and other forums. I'm not going to waste my time pointing them out yet again. The tutorial is simply out of date. Someone from JBoss needs to update it and the supporting code to work with the latest JBoss AS and Duke's

[jboss-user] [Performance Tuning] - Re: No ManagedConnections available within configured blocki

2006-11-12 Thread bilange
Did you ever find what the issue is/was? I'm seeing the same problem with Postgres... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985292#3985292 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3985292

[jboss-user] [JBoss Portal] - Question abotu struts portlet

2006-11-12 Thread littlefish
i am following struts-demo-for-jboss-portal to build and develop a sample of struts portlet, but there is a warning, and can't render the content of portlet. an anyone tell me how to config and develop a struts portlet? WARN [InstanceMetaData] The instance LoginPortletInstance will not be

[jboss-user] [EJB 3.0] - Re: Problems accessing jndi from war (not embedded in ear)

2006-11-12 Thread [EMAIL PROTECTED]
hi i used the installer as well to take advantage of ejb3 and im having the same ClassCastException when narrowing. Have you been able to solve this? Thanx View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985294#3985294 Reply to the post :

[jboss-user] [EJB 3.0] - Re: Problems accessing jndi from war (not embedded in ear)

2006-11-12 Thread [EMAIL PROTECTED]
i found a way around it, and it was a change to the way I initizlied my jndi context. before i was doing: Properties p = new Properties(); p.put(Context.INITIAL_CONTEXT_FACTORY, org.jnp.interfaces.NamingContextFactory); p.put(Context.URL_PKG_PREFIXES,

[jboss-user] [JBoss Seam] - Gotchas (so far)

2006-11-12 Thread [EMAIL PROTECTED]
Excellent Framework.. got going very fast! Issues with SEAM (Or facelets etc.) 1. Having a commented out section in a .xhtml file still gets processed! That was confusing! 2. Cannot have a javascript nugget to close the window. it just gets ignored. | tr | td class=right |

[jboss-user] [JBoss Portal] - Layout for page NOT OVERWRITE layout for portal

2006-11-12 Thread avd
I use jboss-portal 2.6.0 DR1 and JBOSS 4.0.4.GA. I created my own layout based on generic layout. In admin HTMP page I assigned my layout to page dafault/default however browser still displayed generic layout (assigned to portal level). Only when I assigned my layout to the default portal

[jboss-user] [JBoss Portal] - Re: Calling UserModule service

2006-11-12 Thread rashmi_setty
As i have metioned it is not portal application.It is just simple JSF application.I am not using Portlet. Can anybody tell me how to open JTA transaction before calling UserModule View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985298#3985298 Reply to the post

[jboss-user] [Installation, Configuration Deployment] - Re: IllegalArgumentException

2006-11-12 Thread [EMAIL PROTECTED]
have u guys solved this one? I'm having the same problem with 4.0.5GA Thanx View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985299#3985299 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3985299

[jboss-user] [JBoss Seam] - Re: Trinidad example uploaded to wiki

2006-11-12 Thread [EMAIL PROTECTED]
Actually s:validateAll/ adds an s:validate/ to every instance of UIInput in the tree. If the trinidad inputText is not a UIInput, then it will be missed. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985300#3985300 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Logger in page-scoped component, NPE in post-back.

2006-11-12 Thread [EMAIL PROTECTED]
Right, you should not declare the Log field transient, it is injected at bean instantiation time, logging has nothing to do with Seam bijection! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985302#3985302 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Gotchas (so far)

2006-11-12 Thread [EMAIL PROTECTED]
1. I think this is normal in facelets. 2. Why on earth not? I'm sure you are mistaken. 3. Not correct, just put the button outside the f:form/ element that has the validation. (This is standard JSF, nothing to do with Seam.) 4. Yes, this is normal, and is the default in recent (1.1.0.BETA)

[jboss-user] [JBoss Messaging] - Re: Connecting to two JBoss messaging servers causes interfe

2006-11-12 Thread davidrh
I have made the changes suggested and patched them into my 1.0.1.GA deployment. The classes that I needed to change were: | org.jboss.jms.client.container.ConsumerAspect | org.jboss.jms.client.remoting.CallbackManager | org.jboss.jms.server.endpoint.ClientDelivery |

[jboss-user] [JBoss Portal] - using opensso security product with jboss portal 2.4

2006-11-12 Thread moj_sham
Hi, I am new to JBOSS Portal and need your help to resolve my problem. We are using Jboss Portal 2.4 for portal and using opensso product for the security layer (for user authentication and authorization). portal url with /auth/* is protected by opensso product. Now when ever user clicks on

[jboss-user] [Security JAAS/JBoss] - using opensso security product with jboss portal 2.4

2006-11-12 Thread moj_sham
Hi, I am new to JBOSS Portal and need your help to resolve my problem. We are using Jboss Portal 2.4 for portal and using opensso product for the security layer (for user authentication and authorization). portal url with /auth/* is protected by opensso product. Now when ever user clicks on

[jboss-user] [EJB 3.0] - Re: Persistence Unit NOTYETINSTALLED

2006-11-12 Thread straiver
I have troubles with Persistence unit too: --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM --- | ObjectName: jboss.jca:service=DataSourceBinding,name=DefaultDS | State: NOTYETINSTALLED | Depends On Me: | jboss.ejb:service=EJBTimerService,persistencePolicy=database |

[jboss-user] [JBoss Seam] - Re: Trinidad example uploaded to wiki

2006-11-12 Thread alpheratz-jb
Understood...thanks Gavin. I believe that tr:input* / are UIComponents. The feeling I get here is: only use standard JSF for form components/validation. Maybe something should go in the doco regarding this, especially since Trinidad is now mentioned explicitly (ch 16): anonymous wrote : |

[jboss-user] [JBoss Seam] - Re: @SelectItems / EntityConverter Bug

2006-11-12 Thread sbublava
Thanks for investigating. The new design looks great, btw. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985311#3985311 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3985311 ___

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - virtual-host not mapping to multiple services in server.xml

2006-11-12 Thread jek5522
I have set up a second service in server.xml | Service name=jboss2.web | className=org.jboss.web.tomcat.tc5.StandardService | | !-- A HTTP/1.1 Connector on port 8080 -- | Connector port=8085 address=${jboss.bind.address} | maxThreads=250 strategy=ms

[jboss-user] [JBoss Seam] - Re: Base is null Error.

2006-11-12 Thread xterm
Dear petemuir, Adding seam.properties to the root of the ejb archive has fixed my problem. Thank you. I left this file out of the archive since i saw the content was commented out (When i generated the seam application using Hibernate Tools). I still however, dont understand why seam would

[jboss-user] [JBoss Seam] - Re: Base is null Error.

2006-11-12 Thread [EMAIL PROTECTED]
Because Java provides no way to scan for classes in the classpath (this is a JVM limitation), but *does* provide a way to ask for all resources with a particular name. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985314#3985314 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Building errors with script language

2006-11-12 Thread jzhuqlfeixia
Hello, bodies I'm newly in ANT, as I can't find ANT's offical forums, I put my question here, hoping somebody could help me. I use script language in my compas-ant.xml, below is my codes: | target name=jar_iterator | script language=beanshell | ![CDATA[ | String

[jboss-user] [JBoss Seam] - Re: UPDATED: SelectItems (the one with the EntityConverter)

2006-11-12 Thread sbublava
One minor glitch: SelectItemsComponentHandler imports org.jboss.cache.CacheException, which causes a java.lang.NoClassDefFoundError exception when Facelets loads the tag library unless JBoss Cache is available. Maybe could change the catch clauses to Exception or at least mention this

[jboss-user] [JBoss Seam] - Re: Base is null Error.

2006-11-12 Thread xterm
Thank you sir. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985319#3985319 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3985319 ___ jboss-user mailing list

[jboss-user] [Clustering/JBoss] - Re: Is it possible to execute Petstore demo in cluster mode?

2006-11-12 Thread mp123
Hello, Thanks for your reply. Actually, I have run the two servers named node1 and node2 with Apache modjk load balancer by keeping node1 as the main node and it only bound the queue/order and queue/mail. I have did the below modification in both the server machines node1 as well as

[jboss-user] [Messaging, JMS JBossMQ] - Re: JMS Queue Error on Petstore demo run under Cluster mode

2006-11-12 Thread mp123
Hello, Actually, I have run the two servers named node1 and node2 with Apache modjk load balancer by keeping node1 as the main node and it only bound the queue/order and queue/mail. I have did the below modification in both the server machines node1 as well as node2. I have copied the

[jboss-user] [Security JAAS/JBoss] - JSF Form Authentication using DatabaseServerLoginModule

2006-11-12 Thread yj4jboss
Hi all, I am developing an application using the following Seam 1.0.1.GA, Hibernate, Facelet, Ajax I have managed to get the DatabaseServerLogin Module working with FORM based Authentication. The only problem is that i need a Facelet/JSF compatible form (which is composed of a template)

[jboss-user] [Installation, Configuration Deployment] - Re: Building errors with script language

2006-11-12 Thread jaikiran
Havent done this myself before, but here's what i could find which might be helpful: http://ant.apache.org/manual/OptionalTasks/script.html It does mention that: anonymous wrote : Note: This task depends on external libraries not included in the Ant distribution. See Library Dependencies for

[jboss-user] [Beginners Corner] - Re: Logging question: how to do 'local' and 'global' logging

2006-11-12 Thread marcus.klein
Hi, thank you for the hint, and sorry for the late answer (I was on vacation), but isn't there a way to get a handle to the 'global' logger in the log4j.xml configuration file, so that I am able to specify that some mesages are logged to my 'local' logfile while others are still logged to the

[jboss-user] [EJB 3.0] - Re: JBoss Unified ClassLoader Hell? even with EJB3 ?

2006-11-12 Thread xnuandax
Thanks guys - no luck tho - trying two EAR deployments sounded hopeful (with one EAR just being a skin for the WAR) - surely that would give classloader isolation!?!? However even with settings for Pass-by-Value everywhere, using isolated loader-repositories in the jboss-app.xml's, trying

[jboss-user] [JBoss Eclipse IDE (users)] - Re: problem start/stop remote jboss server inside JBoss IDE

2006-11-12 Thread Legeres
The topic: http://www.jboss.com/index.html?module=bbop=viewtopict=89182 anonymous wrote : There is no implemented way to do any of the following: | - find a remote server | - start a remote server | - stop a remote server | - copy a file to a remote server | - twiddle a remote

[jboss-user] [JBoss Seam] - Re: Base is null Error.

2006-11-12 Thread fady.matar
Gavin, what if you embed the seam.properties file within jboss-seam.jar and leave it blank, then the users would update it in their application (override) if required? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985327#3985327 Reply to the post :