[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Jboss/Tomcat and xhtml files

2007-05-25 Thread gommo
Hi, I've just stared developing web apps with jboss4.0.5.GA (Experienced with thick client) and ran into a problem trying to save my pages as xhtml in readiness for playing around with jboss seam. When I try load a simple hello world type page (index.xhtml) my browser initiates a download of t

[jboss-user] [JBoss jBPM] - Re: ADF Faces with Facelets in jBPM 3.2GA

2007-05-25 Thread javalau
http://wiki.java.net/bin/view/Projects/FaceletsTaglibFiles View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048822#4048822 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4048822

[jboss-user] [JBossWS] - Re: JBossWS 1.2.0CR2 with JEMS 1.2 (and JBoss 4.0.5) fails

2007-05-25 Thread Juergen.Zimmermann
Meanwhile I switched to JBoss 4.2 and the problem is gone View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048821#4048821 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4048821 _

[jboss-user] [JBoss Seam] - Re: Simplest usage

2007-05-25 Thread [EMAIL PROTECTED]
"evl123" wrote : | From my code snippets, can you tell what I did wrong that resulted in null injection of org.apache.myfaces.custom.fileupload.UploadedFile component? | Could it be some incompatible issue in the jar files - tomahawk-1.1.5, commons-fileupload-1.1.jar, and commons-io-1.2.jar?

[jboss-user] [JBoss Seam] - Re: Seam and maven2 running tests

2007-05-25 Thread Lightguard
I'm getting closer now :) Here's the error with the booking demo: --- |Test set: org.jboss.seam.example.booking.test.BookingTest | --

[jboss-user] [JBoss Seam] - Re: is xhtml a good choice for Facelets templates?

2007-05-25 Thread dan.j.allen
"[EMAIL PROTECTED]" wrote : .xhtml is just the default: you can use anything you like Well, yes. My point was more "should we" rather than "can we." I'll I am saying is that if we do use xhtml, and we are going to ask all the vendors to help us with tag completion and validation based on this

[jboss-user] [JCA/JBoss] - Re: MySQL Connection Problems under heavy load

2007-05-25 Thread HowardU
I'm getting the exact same error on JBoss 4.0.3SP1 with Oracle. 2007-05-25 23:32:34,604 WARN [org.jboss.tm.TransactionImpl] Transaction TransactionImpl:XidImpl[FormatId=257, GlobalId=manta/567, BranchQual=, localId=567] timed out. status=STATUS_ACTIVE I tried increasing TransactionTimeout in j

[jboss-user] [Security & JAAS/JBoss] - Re: Support for Authorization Modules

2007-05-25 Thread barramundi
Got some reply. 4.0.x does not support Authorization Modules View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048816#4048816 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4048816 __

[jboss-user] [JBoss Seam] - Re: 'sometimes' a nullpointer exception for #{identity.logge

2007-05-25 Thread bulloncito
:( Thanks anyway. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048815#4048815 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4048815 ___ jboss-user mailing list jboss-user@l

[jboss-user] [Javassist user questions] - A javassist is in the problem in the WEB application

2007-05-25 Thread ajjjian
The general java application which does with the javassist is used to test to without problem.But if put while adjusting to use in the Web application and then will go wrong: CtClass cc = ClassPool.getDefault().get("com.web.zx.Tcontent"); javassist.NotFoundException: com.web.zx.Tcontent. But I a

[jboss-user] [JBoss Seam] - unable to deploy jboss-seam-booking.ear

2007-05-25 Thread abee_patil
I have dowloaded jboss-5.0 Bet2 and copied jboss-seam-booking.ear and booking-ds.xml to jboss-5.0.0.Beta2\server\default\deploy folder as specified in the readme. when i try to start the server I get the Error as below Error during deployment: vfsfile:/C:/softwares/jboss-5.0.0.Beta2/server/defa

[jboss-user] [JBoss Seam] - Re: Bind Map to h:inputText value

2007-05-25 Thread umk
Am I asking a dumb question that doesn't warrant a reply :) ? Or is the answer readily available in the docs/samples? I've looked but I haven't come across an answer. Thanks to anyone who can offer some assistance! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic

[jboss-user] [JBoss Seam] - Re: Can not inject Seam components into other components

2007-05-25 Thread hstang
Might want to try to remove @PersistenceContext as it probably wouldn't be recognized since the owning class isn't an EJB. Use a seam managed persistence context instead. "grettke_spdr" wrote : | | @Name("partyService") | | @Scope(ScopeType.STATELESS) | | public class PartyServiceIm

[jboss-user] [JBoss Seam] - Re: lookup of remote EntityQuery (from seam-gen) for Eclipse

2007-05-25 Thread [EMAIL PROTECTED]
Clark, What you are seeing here is really an EJB issue not an Seam issue. Can you try JBoss AS 4.2.0 GA to see if this issue is fixed in EJBTHREE-402? If not, maybe it is time to raise a bug if we can re-produce the issue in plain EJB3 (no Seam) code. Seam is really tested against local EJBs m

[jboss-user] [Installation, Configuration & Deployment] - Re: Separate Logging for application

2007-05-25 Thread jwcone
The Wiki has http://wiki.jboss.org/wiki/Wiki.jsp?page=SeparatingApplicationLogs that describes how to do this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048809#4048809 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&

[jboss-user] [JBoss Seam] - Re: Simplest usage

2007-05-25 Thread evl123
Shane, >From my code snippets, can you tell what I did wrong that resulted in null >injection of org.apache.myfaces.custom.fileupload.UploadedFile component? Could it be some incompatible issue in the jar files - tomahawk-1.1.5, commons-fileupload-1.1.jar, and commons-io-1.2.jar? I tried switch t

[jboss-user] [JBoss Seam] - Testing without EJB

2007-05-25 Thread jcruise
Hi Does anybody know how to bootstrap the microcontainer in a test class or console app? I am using pojo/hibernate/tomcat so I don't want to use the embedded ejb-3. I tried simply extending SeamTest, using code a bit like this: | public class Administration extends SeamTest { | | En

[jboss-user] [JBoss Seam] - Re: Seam authentication module problem

2007-05-25 Thread [EMAIL PROTECTED]
Your authenticate method has the wrong signature. It should accept no parameters, and instead refer to the username and password in Identity. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048803#4048803 Reply to the post : http://www.jboss.com/index.html?m

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: problem connecting mysql

2007-05-25 Thread micho
I found the solution. The database is bound to the servers IP adress, because I have to talk to it from an other server. Therefore in mysql-ds.xml it is wrong to write localhost, though it is the same server. jdbc:mysql://localhost:3306/JbossDB we have to spcecify its IP adress jdbc:mysql://xx.x

[jboss-user] [JBoss Seam] - Re: Seam CVS: should jBPM work? (jbpm.function.mapper not de

2007-05-25 Thread avbentem
"dilator" wrote : I cant find a recent buildable distribution anywhere other than cvs and that doesnt seem to work... Just in case it helps: the distributed 3.1.4 JAR works for me. Of course one needs to ensure that any previous cached version of the JAR with the very same name is deleted, but I

[jboss-user] [JBoss Seam] - Re: Versatile component : component binding, facelets or new

2007-05-25 Thread matt.drees
I'm doing something similar in my project. I use a few Facelets TagHandlers based on Rick Hightower's articles (http://www.ibm.com/developerworks/java/library/j-facelets2.html). My page looks something like this: | | | | | |

[jboss-user] [JBoss Seam] - Re: Seam and maven2 running tests

2007-05-25 Thread Lightguard
The seam jars I'm pulling from the JBoss repo | ... | | | jboss | jboss-seam | 1.2.1.GA | | | | | jboss.com | http://repository.jboss.com/maven2 | | | ... | You can find the debug and ui portions at th

[jboss-user] [JBossCache] - Re: Object is not replicated after field update

2007-05-25 Thread FredrikJ
Did you find out what the problem was? I'm fiddling around with pojocache myself and got the same error when running the examples from the distribution. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048797#4048797 Reply to the post : http://www.jboss.com/in

[jboss-user] [Messaging, JMS & JBossMQ] - Re: JMS error with SQLServer

2007-05-25 Thread balaji_srini
Can someone help with this error? Thanks in advance! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048795#4048795 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4048795 ___ jb

[jboss-user] [JBoss Seam] - Can not inject Seam components into other components

2007-05-25 Thread grettke_spdr
Hi folks, Can't seem to inject Seam components into other Seam components. Here are the details | public interface PartyService { | List queryOnCommonAddress(String name, | String houseNumber, | String s

[jboss-user] [J2EE Design Patterns] - Re: Integrate multiple JVM's with single JBoss instance

2007-05-25 Thread laurarami
Great question! I also would like to know how to integrate multiple JVM's with single JBoss instance. It is my understanding we should not set the heapsize larger than 2 GB. To make the most of this server we would like to utilize as much of our 8 GB of RAM as possible. View the original pos

[jboss-user] [JBoss Seam] - CRUD framework and subclasses

2007-05-25 Thread ector7280
I used seam-gen to generate my entities from my db schema. I have one entity, Foo that has a subclass SubFoo. The problem I'm having is that I never directly use Foo, it's always a subclass so, I'm trying to figure out how to wire the super class Foo to a Collection of data that does not have a d

[jboss-user] [JBoss Seam] - Re: How to handle a non-Seam bean on the UI?

2007-05-25 Thread hstang
put this in your component.xml | | you can then access your model properties like | #{model.property1} | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048783#4048783 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&m

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Automatically re-establishing DB connections in pool?

2007-05-25 Thread Vellmont
Recently the network connection to our database server went down for some reason. This caused our webapps not work properly until jboss was restarted and established its DB connection pool again. We're using DataSource connection pooling via JNDI lookups. My question is: Is this expected beh

[jboss-user] [JBoss Seam] - Re: lookup of remote EntityQuery (from seam-gen) for Eclipse

2007-05-25 Thread cupdike
This may be a bug fixed in AS 4.2.0 CR1: http://jira.jboss.com/jira/browse/EJBTHREE-402 If I'm wrong on this, please let me know. Thanks, Clark View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048781#4048781 Reply to the post : http://www.jboss.com/index.html

[jboss-user] [JBossCache] - 2PC question

2007-05-25 Thread nanreh
Hi there, The JBoss Cache 2.0.0 FAQ says: anonymous wrote : | 2.2.1 Does JBoss Cache support XA (2PC) transactions now? | | No, although it is also on our to do list. Our internal implementation does use a procedure similar to 2PC to coordinate a transaction among different instances, b

[jboss-user] [JBossCache] - Re: Failed to start pojo cache with JDK 1.6

2007-05-25 Thread dsteptoe
I too have run into this problem using JDK 1.6 and it presents a major problem for me. I'm currently evaluating various caching tools for our product, and we require JDK 1.6 and going to back to JDK 1.5 is not an possible for us. It works fine when multiple nodes are brought up before anything

[jboss-user] [Testimonials] - Re: Petstore implemented on JBOSS and MYSQL

2007-05-25 Thread vola
I have the same question as above. Could anyone tell me where to get the instruction and patch? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048778#4048778 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4048778 __

[jboss-user] [Security & JAAS/JBoss] - authenticator action..password hashing

2007-05-25 Thread dheerajsega
I was trying to compare the hashed password stored in my database with the password the end user types by hashing the user entered password. I am posting the code that i used in authenticator action java file. I am able deploy the application but cannot login. // public class AuthenticatorActio

[jboss-user] [JBoss Seam] - How to handle a non-Seam bean on the UI?

2007-05-25 Thread vwu98034
Hi, I have a large model class with a lot of fields which is not in the Seam scope. Since the most of fields are filled by the users, I try to have a corresponded form on the UI layer in the Seam scope. It doesn't seem that I can use the model class in the Seam scope. Otherwise, I get the follo

[jboss-user] [JBoss Seam] - Re: Data separation in multi tenant applications with seam

2007-05-25 Thread javabr
I am using this hibernate filters in my application too.. I can not say how easy it is. I have used this strategy: 1. My users has a Company_id column. 2. When they login on my application I set this Filter parameter (company_id) fro all my relevant entities.. done... from now, each single query

[jboss-user] [JBoss Seam] - Re: Upgrade JBoss 4.2.0, Seam 1.2.1 and JSF 1.2

2007-05-25 Thread javabr
as far as I know you do not need ConfigureListener on your web.xml because Jboss 4.2 uses JBoss Faces... and take a look on this trhead: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=106501 It was very useful for me. View the original post : http://www.jboss.com/index.html?module=bb

[jboss-user] [JBoss Seam] - Re: Seam authentication module problem

2007-05-25 Thread carlos.abreu
Humm... Allright, my configuration files is: login.page.xml | http://jboss.com/products/seam/pages-1.1.dtd";> | | | | | | | | | components.xml | |/security.drl | | | | All the others configurations is us

[jboss-user] [JBoss Seam] - Re: dateformat not working?

2007-05-25 Thread javabr
Hi, I faced this same problem some weeks ago. After 3 or 4 hours trying to solve, I decided replace seam date component by the netbeans calendar component (aka JCreator). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048771#4048771 Reply to the post : ht

[jboss-user] [Security & JAAS/JBoss] - Re: ejbStore Running with Incorrect Security Identity

2007-05-25 Thread bdbogg
I partially worked around this issue by making an arbitrary finder call (within the appropriate run-as context) after updating BeanB, so that BeanB's ejbStore is called with the correct run-as context. The remaining issue is basically a potential security hole. Say you deploy two EAR files in a

[jboss-user] [JBoss Seam] - Re: Seam authentication module problem

2007-05-25 Thread javabr
carlos, list your components.xml, web.xml, login page and other code you think important here, please. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048769#4048769 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=404876

[jboss-user] [JBoss Seam] - Re: How to build Seam from CVS snapshot?

2007-05-25 Thread tonylmai
Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048765#4048765 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4048765 ___ jboss-user mailing list jboss-user@lists.jboss.o

[jboss-user] [JBoss Seam] - Re: EntityHome for nested entity CRUD?

2007-05-25 Thread fernando_jmt
In my last post in point 2) I meant pages.xml not pages.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048761#4048761 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4048761 __

[jboss-user] [JBoss Seam] - Re: EntityHome for nested entity CRUD?

2007-05-25 Thread fernando_jmt
In order to avoid to have basically the same page twice, I think you can improve that in two ways: 1) Use a page composition for Edit form and pass the component instance as ui:param. 2) Declare in your pages.html alias view-id for each case but render only one page. Something like this: |

[jboss-user] [JBoss Seam] - Seam authentication module problem

2007-05-25 Thread carlos.abreu
Hy i´m facing some problems when i try to set my Authentication module. 1) I can´t execute the autentication method without setting the parameters value, like folows: | public boolean authenticate(String username, String password, Set roles) | 2) The Identity Class from the Seam Framewor

[jboss-user] [JBoss jBPM] - Handling security (swimlanes and users ) programmatically in

2007-05-25 Thread vipul.gupta
Hi everyone, Is there a way to check the swimlane of a state programmatically in java. I basically have roles/users as authentication in my application. I want to map roles to swimlane and allow one of the users in that role(swimlane ) to assign the task to himself. I could'nt figure out the AP

[jboss-user] [JBossWS] - Re: Jboss and web service client problems.

2007-05-25 Thread bypaik
for the first question, check your build script. sounds like your building with jdk1.6 versioning for 1.5. i'd double-check to make sure you're building with 1.5. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048757#4048757 Reply to the post : http://www

[jboss-user] [JBoss jBPM] - #{taskInstance} is null on Notify='yes'

2007-05-25 Thread james_hays
I've run into an issue using jBPM 3.2 and above. I was running jBPM with 3.2GA with all the various fixes to getting the new mail component working, but was still running into issues. I'm now running the latest CVS version as of 5/25/2007 which still gives me the issue. When I have notify='y

[jboss-user] [JCA/JBoss] - Re: Problem when using cloudscape on JBoss 3.2.3

2007-05-25 Thread vola
Thank you for your reply. The reason why I using 3.2.3 is the project I am working on need to use TPTP BTM to monitor Petstore. But eclipse seems just support JBoss 3.2.3 and JBoss 4.0. I have the same problem with JBoss 4.0.5 GA. View the original post : http://www.jboss.com/index.html?modu

[jboss-user] [JBoss Portal] - Re: Help customizing CatalogPortlet and Navigation

2007-05-25 Thread tufla
Thanks a lot Thomas, you are right. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048752#4048752 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4048752 ___ jboss-user mailing

[jboss-user] [JCA/JBoss] - Re: Problem when using cloudscape on JBoss 3.2.3

2007-05-25 Thread [EMAIL PROTECTED]
Lots of versions between 3.2.3 and today. At the very least you should consider upgrading to 3.2.8. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048751#4048751 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4048751 _

[jboss-user] [JCA/JBoss] - Problem when using cloudscape on JBoss 3.2.3

2007-05-25 Thread vola
Hi All, I try to run Petstore 1.3.2 on JBoss 3.2.3. I used a patch for Petstore 1.3.2 to run on JBoss 3.0.1 RC1. The patch works on 3.0.1 well. Using database cloudscape, provided by j2eesdk 1.3.1. But doesnt work in 3.2.3. link to the patch and doc: http://docs.huihoo.com/jboss/petstore.html

[jboss-user] [JBoss Seam] - Re: dateformat not working?

2007-05-25 Thread hhf8
ok, I've tried adding the resource servlet to the web.xml to solve this,however I know get this error from the stack trace, Is there something else i need to do to get the resource servlet working? I'm using Seam 1.1.5.GA and jboss As 4.05.GA Any help on this would be greatly appeciated | a

[jboss-user] [Installation, Configuration & Deployment] - 4.2: SpyJMSException

2007-05-25 Thread DGuralnik
Hi All, I've deployed my application on 4.2. Before I used 4.0.5. The worrying thing is an exception I get during shutdown the server. I didn't get it on 4.0.5. The application uses JMS to send messages. 2007-05-25 21:07:35,180 WARN [org.jboss.resource.adapter.jms.JmsManagedConnection] Handlin

[jboss-user] [JBoss Seam] - Re: Seam CVS: should jBPM work? (jbpm.function.mapper not de

2007-05-25 Thread dilator
Are the sources including this patch available for 3.1.4 - I cant find a recent buildable distribution anywhere other than cvs and that doesnt seem to work... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048746#4048746 Reply to the post : http://www.jboss.

[jboss-user] [JBossWS] - Re: JBossWS 1.2.0CR2 with JEMS 1.2 (and JBoss 4.0.5) fails

2007-05-25 Thread akhil.bhaskar
A similar issue I'm having, but this involves an EJB3 SLSB exposed as a webservice. I'm getting an error when deploying my EJB (built using Maven2 as an 'ejb' jar) | JBoss 4.0.5.GA | JBossWS 1.2.1.GA (build=200704161533) | JBoss EJB 3.0 RC9 Patch 1 | | | my EJB: | | | @Sta

[jboss-user] [Beginners Corner] - Resolving the EAR name ...

2007-05-25 Thread Lord_Arkain
Grettings, I'd like to resolve the name of the current EAR to use it within an JNDI-lookup in a servlet. The sevlet is part of an WAR which is part of the EAR. The default naming scheme for beans seem to require me to know it or is there a better way to do this lookup? Thank you, Matthias Bern

[jboss-user] [JBoss jBPM] - Scheduler Question

2007-05-25 Thread chip_schoch
If I have a service that runs org.jbpm.scheduler.impl.Scheduler on multiple machines in a cluster will I experience any possible issues with multiple machines executing the same scheduled task? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048743#4048743 Re

[jboss-user] [Javassist user questions] - Showing correct mnemonics

2007-05-25 Thread ujuarez
Hi, I'm using Javassist 3.4 for building a disassembler java bytecode like javap tool. When the bytecode contains instructions like "iinc_w", it is shown like "wide". My method for disassembling is checking the current pc with next() and looakAhead() methods from CodeIterator class and the dif

[jboss-user] [JBoss Seam] - Re: JBoss AS 4.2.0, seam 1.2.1 and seamgen

2007-05-25 Thread smithbstl
I don't think a SeamGen project from 1.2.1 will deploy correctly to JBoss 4.2. You can try the SeamGen from CVS. It should work against 4.2 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048740#4048740 Reply to the post : http://www.jboss.com/index.html?mod

[jboss-user] [JBoss Seam] - dateformat not working?

2007-05-25 Thread hhf8
Hi all, I seem to have an issue with the selectDate tag,when i specify it with the dateformat as dd/mm/. It works when i submit the entry to my DB, however then it reverts to mm/dd/. Has anyone any idea why this is? | | | |

[jboss-user] [JBoss Portal] - Possible to run JBoss 3.0.1 on Eclipse 3.2.1?

2007-05-25 Thread vola
Hi all, I try to use TPTP to monitor J2EE application Petstore 1.3.2 on JBoss. JBoss 3.0.1RC1 is the only version of JBoss I sucessfully run Petstore 1.3.2 However, Eclipse 3.2.1 seems not support JBoss 3.0.1 (It just can select JBoss 3.2.3 or 4.0) Is there any way I can run JBoss3.0.1 on Eclips

[jboss-user] [JBoss Seam] - JBoss AS 4.2.0, seam 1.2.1 and seamgen

2007-05-25 Thread ge0ffrey
Using JBoss AS 4.2.0 and seam 1.2.1 I did seam setup (made an ear and ask to drop create the db each time) seam new-project seam generate-entities And then when I deployed that in my generated app with ant deploy I got this: java.lang.ClassNotFoundException: org.apache.myfaces.webapp.StartupSer

[jboss-user] [JBoss Portal] - Re: Help customizing CatalogPortlet and Navigation

2007-05-25 Thread [EMAIL PROTECTED]
Look at this portlet: http://anonsvn.jboss.org/repos/portal/tags/JBoss_Portal_2_4_1/core/src/main/org/jboss/portal/core/portlet/catalog/CatalogPortlet.java there is no PortalObjectNode View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048734#4048734 Reply to the

[jboss-user] [JCA/JBoss] - Re: Howto encrypt connection factory passwords

2007-05-25 Thread jitubats
Is there a way I can store passwords not in login-config.xml. I am trying to store all my encrypted passwords in either -ds.xml file or another file outside the conf directory. Thanks, Jitesh View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048732#4048732 Rep

[jboss-user] [JBoss jBPM] - Re: jBPM books

2007-05-25 Thread goku2
look at this for jboss seam in general. And 3 chapters about jBPM integration and usage with seam. http://www.michaelyuan.com/blog/seam-next-gen-web-framework/ Great book! Recommended View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048731#4048731 Reply to th

[jboss-user] [JBoss Seam] - Re: EntityHome for nested entity CRUD?

2007-05-25 Thread kingcu
Thank you both for the help. Now, I got it to work by adding another @Role to the BusinessHome. But, I had to create a second page for creating the child (the page is almost identical to the page creating the parent, except for the different name used for the Home component), which is a little l

[jboss-user] [JBoss Seam] - Re: Upgrade JBoss 4.2.0, Seam 1.2.1 and JSF 1.2

2007-05-25 Thread smithbstl
The post title says that its Seam 1.2.1.GA. I was having the same problem yesterday. I will look into the CVS examples as well. Thanks stu View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048725#4048725 Reply to the post : http://www.jboss.com/index.html?mo

[jboss-user] [Beginners Corner] - Dynamic Data Sources...

2007-05-25 Thread Spievak
Hi, I have a application using spring-framework, this application has a service management/deployment structure, it has its own embedded jetty web-server/servlet-container, customized to launch contexts dynamically. In this way i can serve new clients without having to restarting the entire w

[jboss-user] [Remoting] - turn off options in twiddle

2007-05-25 Thread katsteve
Hi. We're trying to run shell scripts to remotely twiddle our server, and some of our MBeans have attributes with hyphens(-) in them. Twiddle keeps interpreting them as twiddle options, and failing. We tried using -- (stop processing options), but we don't think it works. Can anyone tell us

[jboss-user] [JBoss Seam] - Re: Upgrade JBoss 4.2.0, Seam 1.2.1 and JSF 1.2

2007-05-25 Thread stu2
When i did this, I took one of the converted seam examples, made sure I could get it to run, then carefully made sure my configuration and setup looked like the example. All of the examples in cvs are now like this, so if you can live with it being an unreleased seam version (next version relea

[jboss-user] [JBoss Seam] - Passing parameter to CRUD entity-query

2007-05-25 Thread smithbstl
I am trying to create a set of filtering select boxes using a couple of entity-queries. The first box will filter the second. Here is the jsf page (using trinidad) | | | | | |

[jboss-user] [JBoss Portal] - Re: Help customizing CatalogPortlet and Navigation

2007-05-25 Thread tufla
I'm working with jboss portal 2.4.1 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048719#4048719 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4048719 ___ jboss-user mailing

[jboss-user] [JBoss Portal] - Help customizing CatalogPortlet and Navigation

2007-05-25 Thread tufla
Hello to all, I'm starting with jboss portal and I need customize the navigation methods. I've been looking for any way to do this using the configuration files or something like that but I couldn't find how... So, another possibility is create my own CatalogPortlet, based on the original..in

[jboss-user] [Remoting] - SimpleClientListener

2007-05-25 Thread Trunks7712
Hi all, I think my problem is pretty basic, but for some reason I can not find an answer. I am trying to write a simple client listener program, to get messages off of a message queue. This message queue is set up on a remote machine. I have been trying to set up Hermes, to no avail. I have d

[jboss-user] [JBoss Seam] - Re: Collection Loading

2007-05-25 Thread fredzep
Thank's View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048715#4048715 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4048715 ___ jboss-user mailing list jboss-user@lists.jboss.

[jboss-user] [JBoss Seam] - Re: Collection Loading

2007-05-25 Thread fredzep
Sorry, | | | | | | | | | | | | | | | | | | | | |

[jboss-user] [JBoss Seam] - Re: Collection Loading

2007-05-25 Thread hstang
Have you tried the Hibernate forums? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048713#4048713 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4048713 ___ jboss-user mailing

[jboss-user] [EJB/JBoss] - How to deploy on JBoss a CMP bean that uses a composite PK i

2007-05-25 Thread hjoly
Hi, I'm trying to port a sun tutorial into JBoss 4.0.4. Some of the CMP beans have a PK class whose fields refer to a composite PK in the corresponding table. What I don't know is how to specify this in the jbosscmp-jdbc.xml file. In fact I'm asking if it's even possible to have composite

[jboss-user] [JBoss Seam] - Collection Loading

2007-05-25 Thread fredzep
Hi, I have a collection that it is not loaded, in log it seems to be ok, but when i access the collection there is no element.

[jboss-user] [JBoss Seam] - s:selectDate slowing page rendering

2007-05-25 Thread koatto
I have a page with several date fields and pickers. The pages loads slowly and blocks a little on every picker. Removing all the s:selectDate everything comes out immediately. Looking at the generated html i've noticed that for every picker stuff like this is repeated : // | |

[jboss-user] [JBoss jBPM] - Re: ADF Faces with Facelets in jBPM 3.2GA

2007-05-25 Thread webjavier
For using facelets with ADF Faces in jBPM, the file faces-config must have included the FaceletViewHandler in order to interact with task forms of jBPM. My faces-config.xml: | oracle.adf.core | com.sun.facelets.FaceletViewHandler | org.jbpm.webapp.application.JbpmNavigationHandler | Th

[jboss-user] [JBoss Seam] - Re: Seam and maven2 running tests

2007-05-25 Thread ge0ffrey
>From which repo are you getting those seam jars? It is a public repo? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048707#4048707 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4048707 ___

[jboss-user] [JBoss jBPM] - Re: what is par file? + has anyone used deploy.html in jbpm.

2007-05-25 Thread kdeboer
The error was due to renaming the simple process. If you donto start with a default simple process the par is generated correctly View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048705#4048705 Reply to the post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [JBoss Seam] - Cannot instantiate component

2007-05-25 Thread srpantano
I tried to put Icefaces, Woodstock (my favorite, I would like to use this first) and JBoss RichFaces, but when I run the app the follow errors appear: | WARN [application] JSF1004: Cannot instantiate component of type com.icesoft.faces.OutputChart | ERROR [[/web]] com.icesoft.faces.compo

[jboss-user] [JBoss Seam] - Re: Data separation in multi tenant applications with seam

2007-05-25 Thread DavidInTx
Regarding option #1--you probably don't want to simply include a "where client id = ?" in all your queries--what if you forget in once place, and expose data improperly? Instead, look at the restricted entity manager in the wiki example, which applies a filter to all queries that use it. The c

[jboss-user] [Installation, Configuration & Deployment] - Re: JBoss 4.0.0 is slow on Solaris 8 (64bit SunFire v120) 4

2007-05-25 Thread bbelagodu
I'm revisiting this thread after a few years but this is an issue I'm sure someone must have gotten to and knows the solution, I'm running solaris2.10, JDK 1.5.0_06 or 1.5.0_11 (32 bit or 64 bit), both are really slow. JBoss takes up a long time to come up and I'm running load test using JMete

[jboss-user] [Remoting] - Problem calling EJB3 method via HTTP only

2007-05-25 Thread formica
I have a problem in testing remote method calls via http using JBOSS 4.2.0.GA application server. I want to call EJB3 methods via HTTP ONLY (I have a firewall problem, as usual ;-) ) (REMARK: using simple RMI and adequate JNDI parameter the client code is working correctly...) Following many

[jboss-user] [JNDI/Naming/Network] - Re: [[EJBInvokerServlet]] Servlet.service() for servlet EJB

2007-05-25 Thread formica
I have a problem in testing remote method calls via http using JBOSS 4.2.0.GA application server. I want to call EJB3 methods via HTTP ONLY (I have a firewall problem, as usual ;-) ) (REMARK: using simple RMI and adequate JNDI parameter the client code is working correctly...) Following many

[jboss-user] [EJB 3.0] - Re: Embeddable EJB3 and WebSphere 6.1

2007-05-25 Thread ikuleshov
Please note that usually WebSphere specifies which name can no be found in the error message, like 'Name comp/env/defaultDatasource not found in context "java:"' But now, the name being requested is an empty string, and the message looks as it is. Pretty awkward, indeed. View the original pos

[jboss-user] [JBoss jBPM] - Re: ADF Faces with Facelets in jBPM 3.2GA

2007-05-25 Thread kdeboer
I have not played yet with the JbpmNavigationHandler, but i am familiar with Trinidad = (ADF Faces). You should use the default-render-kit-id tag in faces-config.xml and not the view-handler element. See the trinidad frequently asked questions about use trinidad in cobination with facelets, if i

[jboss-user] [EJB 3.0] - Re: JNDI Entry for EJB3 Session Bean in JBossAS 5.0.0Beta2 n

2007-05-25 Thread wolfc
There are still some issues with EJB 2.1 beans: http://jira.jboss.com/jira/browse/EJBTHREE-959 http://jira.jboss.com/jira/browse/EJBTHREE-966 What does the deployer say during deployment of the UserManagement3Component?[/url] View the original post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [JBoss Seam] - Data separation in multi tenant applications with seam

2007-05-25 Thread christian_zeidler
We are currently designing an application that will be exposed to multiple customers, and are therefore evaluating seam. The question we are currently discussing is how to separate the customers? data. Generally I would consider three alternatives: 1) Sharing the same database and schema. Asso

[jboss-user] [EJB 3.0] - Embeddable EJB3 and WebSphere 6.1

2007-05-25 Thread ikuleshov
Guys, I am trying to run the JBoss Embeddable EJB3 Container version Alpha RC9 on WebSphere 6.1 since WAS support for EJB3 is in early alpha too. I am stuck in the following error that occurs while registering a JBoss TransactionManager in JNDI: anonymous wrote : | [5/25/07 18:20:42:559 YEK

[jboss-user] [Beginners Corner] - JBOSS really slow on Solaris 64 bit system

2007-05-25 Thread bbelagodu
JBoss is running really slow on the 64 bit solaris box that we have. I tried this on two Sun machines (Solaris OS, 8 cpu, 8GB memory) but instead of being blazing fast, it is really really slow. Any clue? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=404869

[jboss-user] [Clustering/JBoss] - Re: JBoss EJB3 SLSB Failover

2007-05-25 Thread [EMAIL PROTECTED]
You've now got two copies of the class in the system, loaded by separate classloaders. This causes type conflicts when the war tries to interact with locally deployed ejb. Simplest solution to this kind of thing is to package the war and the ejb jar in an EAR, with only one copy of the class,

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Transaction timeout not detected ?

2007-05-25 Thread davidbalazic
Hi! We use jboss 4.0.4GA and the included hibernate. We have configured JTA transactions and a XA datasource (oracle). I noticed that it can happen that the transaction times out during a bean business method, but the call end without any error. I discovered this during debugging, when the progr

[jboss-user] [Installation, Configuration & Deployment] - Re: setting context for web application

2007-05-25 Thread NasirMunir
case solved. There is service.xml file in /server/deploy/tomocat/server.xml Context type has to be added there. For more information please refer to this article: http://wiki.jboss.org/wiki/Wiki.jsp?page=ExternalDirectories View the original post : http://www.jboss.com/index.html?module=bb&op=v

[jboss-user] [JBoss Seam] - Re: Should Seam 1.3 (CVS) run on Java 6?

2007-05-25 Thread avbentem
"avbentem" wrote : If so, then I'll report issues I find (such as a "[SOAPFaultHelperJAXWS] SOAP request exception java.lang.UnsupportedOperationException: setProperty must be overridden by all subclasses of SOAPMessage" that I seem to get in the SeamBay example in JDK 1.6, but not in 1.5). |

[jboss-user] [JBoss jBPM] - Re: what is par file? + has anyone used deploy.html in jbpm.

2007-05-25 Thread kdeboer
Ah i have the same issue! In my case the processdefinition files are not stored in the root or the par but in classes/{processname} I am using the latest 3.2 GA JPDL suite Regards Karl de Boer View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048687#4048687

  1   2   >