[jboss-user] [JBoss Seam] - Re: Uncomprehended Behavior

2007-07-18 Thread vwu98034
It seems to be the JSF IE single text input field problem. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4065566#4065566 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4065566 ___

[jboss-user] [JBoss Portal] - API to create JBoss Portal user and assign a default role

2007-07-18 Thread kpalania
Is there an API? I want to create a user and assign a default role on the fly if the user doesn't exist in the Portal database? When I get this far, the user would be automatically authenticated, so no worries there, it is just the authorization part. View the original post :

[jboss-user] [JBoss Seam] - compüonents.xml not scanned on Linux...

2007-07-18 Thread fhh
I have a strange problem: On my development machine running windows my application work fine. When I deploy it to the server it fails because the components.xml file is not scanned properly. The odd thing is that components.xml is found: | 2007-07-19 00:09:10,785 DEBUG

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Unable to connect to remote server

2007-07-18 Thread fredash
Hello Chary, Are you sure that the port 8080 is available in your Mac ? Perhaps you will have another apps that is locking it ... Just my 2 cents... Fred. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4065574#4065574 Reply to the post :

[jboss-user] [EJB 3.0] - Re: what happen with my entity bean , need expert help

2007-07-18 Thread ALRubinger
Could you post your code for the Session Bean? S, ALR View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4065575#4065575 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4065575 ___

[jboss-user] [JBoss Seam] - Re: ARGH! Seam 2.0.0 Beta, Ajax4JSF, s:convertEntity/, s:

2007-07-18 Thread dhinojosa
ellenzhao, since yesterday's CVS build View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4065576#4065576 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4065576 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: ARGH! Seam 2.0.0 Beta, Ajax4JSF, s:convertEntity/, s:

2007-07-18 Thread dhinojosa
All my session beans btw have @In private EntityManager entityManager; instead of @PersistenceContext(...) private EntityManager entityManager; View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4065577#4065577 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: how to programatically set jdbc connection string for hs

2007-07-18 Thread tjcroteau
So, I have found that the only jbpm call that disregards the db connection that was set on the context using JbpmContext.setConnection is the call to createSchema. If the connection is set on the context when createSchema is called a UserSuppliedConnectionProvider exception is thrown with

[jboss-user] [JBoss Portal] - Re: Modifying login page

2007-07-18 Thread creative77
Hmm, this is really strange how this is done for the login.jsp images. But, I decided to look in the web.xml for anything different in regard to mapping the login page. Sure enough there are special mappings for each image. I tried the wild card approach to my new image folder and that did not

[jboss-user] [JBoss Seam] - Using a bean as variable in jbpm, using seam

2007-07-18 Thread jim.barrows
I have an object, call it Address. It's been properly defined using JPA, and annotations. The problem is that I can't figure out how to get jBPM to see it so that jBPM can save it. It will save long, shorts and other basic types, but not my address class. I investigated jBPM, and it says

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: How to deploy different web applications on different po

2007-07-18 Thread mocha_java
One more clarification: public.war cannot be accessed through 8081, and private.war not through 8080 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4065581#4065581 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4065581

[jboss-user] [JBoss Portal] - http://www.jboss.org/portal/dtd/portal-object_2_6.dtd Not fo

2007-07-18 Thread rvkishore
I get a 404 for http://www.jboss.org/portal/dtd/portal-object_2_6.dtd. Anyone knows where the new location is? Thanks in advance View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4065582#4065582 Reply to the post :

[jboss-user] [JBoss Getting Started Documentation] - Jboss 4.0, Eclipse 3.1 and axis

2007-07-18 Thread bhu123
Hi I am new to this, but this is environment at by place. I want to use eclipse as the ide , JBOSS as the Server and axis for web services. Is there any step by step tutorial with this apps. if so can you direct me to it. thank you bhu View the original post :

[jboss-user] [JBoss Seam] - FYI - MyFaces Core 1.2.0 Released (July 17, 2007)

2007-07-18 Thread mgrouch
July 17, 2007 - MyFaces Core 1.2.0 Released http://myfaces.apache.org/ I hope Seam 2.0 would be tested against MyFaces 1.2.0 as well Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4065584#4065584 Reply to the post :

[jboss-user] [JBossWS] - Axis vs Jboss compat issue

2007-07-18 Thread gryffin
Hi. I've got a webservice running on JBossAS 4.0.5 w/ JBossWS 1.2.1. I am able to use it fine over HTTP using a JBoss based client. I have a user who has an Axis based client who can't access the service. I get the following error trying to access an attribute of the submitted service

[jboss-user] [JBoss Portal] - Re: http://www.jboss.org/portal/dtd/portal-object_2_6.dtd No

2007-07-18 Thread [EMAIL PROTECTED]
This is actually normal though a little confusing. We used this URL as a System ID though it doesn't actually point to a physical document hosted on jboss.org. Maybe we should use a URN instead of a URL or host them... You can find the DTDs for Portal in core/src/resources/portal-core-sar/dtd

[jboss-user] [Clustering/JBoss] - :: Regarding using Software Load balancer Mod_jk1.2.23 with

2007-07-18 Thread BhaktavatsalamReddy
Hi, I am not sure if I am in the right forum regarding setting up the load balancer with JBoss4.2.0 GA. I have clearly followed the step by step procedure mentioned in the following link: http://www.jboss.org/wiki/Wiki.jsp?page=UsingMod_jk1.2WithJBoss Configuration files and properties

[jboss-user] [Clustering/JBoss] - Re: :: Regarding using Software Load balancer Mod_jk1.2.23 w

2007-07-18 Thread BhaktavatsalamReddy
BTW Cluster is established. For the sake of simplicity, only one server is added in the cluster. Farming deployment is working fine as it is saying that the ear file in the farm directory is pushed on to the cluster successfully. The Treecache is also replicating.i.e., it is trying to push the

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

2007-07-18 Thread ramdas
When it comes to increasing the value of max_credits, how would the memory used by the JVM change. Does the max_credit work at the thread level or the process level within the JVM? Since i have 400 Tomcat threads within my JBoss AS, would increasing the max_credits mean increasing the memory

[jboss-user] [JBoss jBPM] - Re: how to programatically set jdbc connection string for hs

2007-07-18 Thread kukeltje
please file a jira issue for this and better yet, attach a proposed patch. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4065595#4065595 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4065595

[jboss-user] [JBoss Seam] - Re: Using a bean as variable in jbpm, using seam

2007-07-18 Thread kukeltje
currently there is (afaik) no easy way to have jbpm store these kinds of objects without adding a mapping. That said, you could: - store it outside of jbpm in your own domain model and just store a reference to it in jbpm - try making it serializable, that way jbpm uses some kind of default

[jboss-user] [JBoss jBPM] - possible schema changes needed to support deleteProcessInsta

2007-07-18 Thread X490812
Howdy - on my last post, I mentioned that deleteProcessInstance failed on fk constraints. I receved no response. My recourse was to go in and figure out all the entity bean mappings and fix them. I had to get the job done so I approached our dba. He suggested we modify the JBPM constraint tree

[jboss-user] [JBoss Seam] - Re: ARGH! Seam 2.0.0 Beta, Ajax4JSF, s:convertEntity/, s:

2007-07-18 Thread dhinojosa
I took a look at EntityConverter.java and the create method never gets called. | | private ValueExpressionEntityManager entityManager; | private EntityConverterStore entityIdentifierStore; | | @Create | public void create() { | entityIdentifierStore

[jboss-user] [JBoss Seam] - Restrict everything except login page

2007-07-18 Thread nakhnoukh
Hi, this should be straightforward but I can't figure out a simple way to do it. I want to restrict all my xhtml pages to users of a certain role, except the login page (obviously). Is there anyway to override the restrict that I have for view-id=*. If using the pages.xml below trying to

[jboss-user] [JBoss Seam] - Re: Restrict everything except login page

2007-07-18 Thread [EMAIL PROTECTED]
There's an outstanding JIRA issue relating to this: http://jira.jboss.org/jira/browse/JBSEAM-1009 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4065607#4065607 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4065607

[jboss-user] [Beginners Corner] - Re: Classloader issues: Need to share libraries across web a

2007-07-18 Thread kpalania
thanks very much jaikiran! i'll give this a shot and see how it goes. will respond with questions if there are some issues. thanks again! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4065609#4065609 Reply to the post :

[jboss-user] [JBoss Seam] - Can the EJBs be on a remote server ?

2007-07-18 Thread femski1
Hi Folks ! I am reading up on Seam and all the discussion and examples are built around EJB server colocated with the Servlet/JSF container with heavy use of dependency injection to get refernces to local EJB server. It appears there is no standarized way to do dependency injection of remote

[jboss-user] [Management, JMX/JBoss] - Re: Deploy MBean service get No ClassLoaders found exception

2007-07-18 Thread loseyourself
ah..., that's an input error, it is called Docs.sar when I delopyed. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4065615#4065615 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4065615

[jboss-user] [Messaging, JMS JBossMQ] - Deploy Message listener as MBean service get No ClassLoaders

2007-07-18 Thread loseyourself
Greetings all, I am using JBoss 3.2.5 to implement a mail listener and deploy it as an MBean service. I follow the sample of HelloWorld mbean service tutorial on the wiki site, 1. create an interface: public interface TopicMailListenerMBean extends ServiceMBean{ public String getName();

[jboss-user] [Messaging, JMS JBossMQ] - Re: JMS exception: javax.jms.IllegalStateException: Method n

2007-07-18 Thread loseyourself
Thanks for the replay, guys. ok, I am building a new listener and currently it works fine if it is set within the servlet. I try to deploy it as a MBean service, but always get ClassNotFond exception, details at: http://www.jboss.org/index.html?module=bbop=viewtopicp=4065616#4065616 any idea?

[jboss-user] [JBossWS] - Re: Error in JBossWS with large attachment

2007-07-18 Thread cheokfan
I am using Jboss 4.2GA so that the version of JbossWS is 1.2.1GA. I shall download the 2.0 to try. Thanks for your reply. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4065622#4065622 Reply to the post :

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

2007-07-18 Thread ramdas
Was wondering since i am unable to capture the stats using JMX, was there a way to set a particular log level on the jgroups package without hurting the performance of the existing system. Currently the app does not have any logging enabled for the jgroups category. Was hoping to get some

[jboss-user] [Clustering/JBoss] - ServiceLocator and caching home interfaces in a cluster. Ple

2007-07-18 Thread Alenaal
I am relatively new to clustering so please do not send me to read documentation. I have read all I could find. I also read JBoss documentation on clustering but yet I do not entirely understand. At the end of the message there is a quote from JBoss documentation but I still need explanation in

[jboss-user] [Installation, Configuration DEPLOYMENT] - What to do if JBoss keeps going out to lunch?

2007-07-18 Thread jwiegley
Hello, I'm running a webapp on JBoss 4.0.5GA. It runs fine most of the time. However -- and this happens almost every day -- there comes a moment when JBoss seems to go out to lunch. Once this happens, the following is all I ever see when trying to use my webapp:

[jboss-user] [JBoss Portal] - header.jsp - How To?

2007-07-18 Thread explorer
Hi, Environment: Portal2.6 JBoss4.2 I am trying to write a new header.jsp, specific to the project. How to go about this? i am really confused. Documentation says that jboss-portal.sar 's joboss-service.xml needs to updated with the context path pointing to the custom header.jsp., But does

[jboss-user] [EJB 3.0] - Re: what happen with my entity bean , need expert help

2007-07-18 Thread ejbiva
hi ALRubinger,the SessionBean just as follows @Stateful public class ShoppingCartBean implements ShoppingCart { @Inject private EntityManager manager; private Order order; public void buy(String product, int quantity, double price) { if (order == null) order = new Order();

[jboss-user] [EJB 3.0] - Re: Problem in deployment of ejb 3 in JBoss Server using Ora

2007-07-18 Thread ashusri000
HI , I am using Oracle 10g , the same configuration as you are using . Actually I wished if you could give me the configuration details such as -.ds.xml files along with the packaging details of the ear/ jar files. It would be very kind of you if I could get some respite from you in

[jboss-user] [Remoting] - RMI over HTTP performance

2007-07-18 Thread caultonpos
Are there any performance tips you can share? I have RMI running over HTTP following http://wiki.jboss.org/wiki/Wiki.jsp?page=EJBOverHTTP with a clean version of 4.2.0 It is relatively slow, considering my connection and the client and server hardware. As a test case I have a single object

[jboss-user] [JCA/JBoss] - Non Serialized XAResources Warnings with JBoss 4.2, PostgreS

2007-07-18 Thread jantzen
I'm trying to migrate from 4.0.5 to 4.2, and I'm hitting problems with my datasources. I learned in this process that 4.2 does not support multiple local TX datasources (http://www.jboss.com/index.html?module=bbop=viewtopicp=3988662). So, I changed my datasources to be XA's. But, now I get

[jboss-user] [JCA/JBoss] - Re: Non Serialized XAResources Warnings with JBoss 4.2, Post

2007-07-18 Thread jantzen
Yay for title truncation. That's PostgreSQL 8.1.9 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4065635#4065635 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4065635 ___

[jboss-user] [JCA/JBoss] - Performance Vows ?

2007-07-18 Thread jsbhangra
Hi All... I have built a web-application , which connects to the Oracle 10g Express edition at the backend.. I have set the maximum connection pool size to 1500 connections .. But while load testing according to the client requirements ,1200 requests per minute. The connection breaks up ,

[jboss-user] [JNDI/Naming/Network] - java.sql.SQLException: Bigger type length than Maximum

2007-07-18 Thread Rajesh.Gajula
Hi, I have an application deployed in jboss cluster and deployment fine. when i tried to access the fields in the application , i got the below exceptions in the logs .. INFO | jvm 5| 2007/07/19 04:38:25 | 04:38:25,343 ERROR [ManualAdjustmentAction] Error in action classINFO | jvm 5

[jboss-user] How to do the clustering and load-balancing in JBoss server 4.0.1-RC2

2007-07-18 Thread usharani avirneni
Hi all, I am using jboss server(4.0.1-RC2). I started the jboss server with the default cluster on two different machines(say A and B) with the following command: run -c all Then I copied packaged war file in the farm folder in the machine A. It is replicating the war

[jboss-user] [JBoss Seam] - Re: Seam 2.0.0 Beta - Property 'facesContext' not found on t

2007-07-18 Thread FabBoco
Any idea ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4065640#4065640 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4065640 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: this forum / max topics per page

2007-07-18 Thread baz
The possibility to edit my own posts will be helpful. e.g. rrask should mean raise View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4065641#4065641 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4065641

<    1   2   3