[jboss-user] [JCA/JBoss] - Deployment exception for message listeners-can not locate re

2006-08-31 Thread sivakavi
hi, i have deployed an ear file which has rar files also. when i goto the jmx console i'm seeing the rar files got registered and started but the message listners are not able to find the rar deployment and giving rar is not registered but actually in the console i'm seeing everything started

[jboss-user] [Installation, Configuration Deployment] - Re: Jboss mail-service.xml localhost, port 25

2006-08-31 Thread koriel
well the problem seems to be in bounding the mbean. Here is the code for my RegisterMessage | @Resource(mappedName=java:/Mail) | Session mailSession; | | | | public Message UAIMessage(User user) { | | try {

[jboss-user] [EJB 3.0] - Re: @GeneratedValue: Unknown Id.generator

2006-08-31 Thread ALRubinger
Try something like: @Id() | @GeneratedValue(generator = autoincrement) | @GenericGenerator(name = autoincrement, strategy = identity) | public Long getId() { | return id; | } ...where @GeneratedValue.generator is equal to @GenericGenerator.name.

[jboss-user] [JBoss Seam] - Re: Partial page rendering

2006-08-31 Thread mrohad
try to use ajax4jsf , you can rerender regions in your page. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3968533#3968533 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3968533

[jboss-user] [EJB 3.0] - Re: @GeneratedValue: Unknown Id.generator

2006-08-31 Thread ALRubinger
Sorry; didn't see you were using @TableGenerator. I've never used this approach; will let someone else respond. S, ALR View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3968534#3968534 Reply to the post :

[jboss-user] [JBossWS] - Re: SwA and

2006-08-31 Thread [EMAIL PROTECTED]
The | @WebService(wsdlLocation=META-INF/wsdl/SwaTestWsdl.wsdl) | attribute is actually not used to generate the internal meta data. (i.e. your endpoint has no idea that SwA is comming down the wire) Please monitor http://jira.jboss.org/jira/browse/JBWS-1155 View the original post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Error in reloading jsp with taglib directive

2006-08-31 Thread qiqbal
Hi, Can anyone help me with a strange issue. I have a simple jsp with a taglib directive. %@ taglib uri = WEB-INF/myTaglib.tld prefix = output % | html | body | Hello | /body | /html I saved the taglib at: \jboss-4.0.3\server\default\deploy\myApp.war\WEB-INF I saved the jsp at the

[jboss-user] [JNDI/Naming/Network] - context.list() shows Object, but context.lookup() fails with

2006-08-31 Thread johannes.martin
The following problem occurs while looking up an EJB within an EAR in JBoss 4.0.4SP1. When I try to lookup an EJB like ... = new InitialContext().lookup(local/SomeService); a javax.naming.NameNotFoundException: SomeService not bound is thrown. Obvious reason would be that something is wrong

[jboss-user] [JBoss Seam] - Re: Partial page rendering

2006-08-31 Thread shasho
I really don?t have a specific technical question but rather looking for the ?right? approach. My requirement is to build a screen composed of several different parts and be able to update each screen part separately ..For example, a screen composed of an upper banner and a login box. When the

[jboss-user] [Beginners Corner] - How to make two web modules to share one log file?Help me!!!

2006-08-31 Thread wxjpxp
It is too complex a problem for me!I have two web apps,oned named web1,another named web2. 1: I want them to share a log file web1.log. 2: I do not want those output message from them to appear in server.log. how can make it ? I add these code below to log4j.xml,but it won't work !

[jboss-user] [Installation, Configuration Deployment] - Re: Custom java.util.logging Handlers Appenders

2006-08-31 Thread richard.barnett
We stopped using JUL went back to log4j which is IMO significantly better. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3968541#3968541 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3968541

[jboss-user] [JBossWS] - Re: @WebMethod @WebParam: no effect on generated wsdl.

2006-08-31 Thread [EMAIL PROTECTED]
http://jira.jboss.org/jira/browse/JBWS-1157 Note, @RequestWrapper is not yet supported in jbossws-1.0.3 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3968543#3968543 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3968543

[jboss-user] [Beginners Corner] - Re: How to make two web modules to share one log file?Help m

2006-08-31 Thread wxjpxp
I add these code below to log4j.xml,but it won't work ! appender name=web1 class=org.jboss.logging.appender.DailyRollingFileAppender .. param name=File value=${jboss.server.log.dir}/web1.log

[jboss-user] [Beginners Corner] - Re: How to make two web modules to share one log file?Help m

2006-08-31 Thread wxjpxp
on the upper post,i remove all and ,because the page can not display them. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3968545#3968545 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3968545

[jboss-user] [JBossWS] - Re: MTOM JBossWS1.0.2 and JAX-WS2.0

2006-08-31 Thread [EMAIL PROTECTED]
Please monitor http://jira.jboss.org/jira/browse/JBWS-1155 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3968546#3968546 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3968546 ___

[jboss-user] [JBossWS] - Re: Upgrading from JBoss 4.0.0 to 4.0.4, jax-rpc problems

2006-08-31 Thread [EMAIL PROTECTED]
http://jboss.com/services/index View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3968547#3968547 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3968547 ___ jboss-user mailing list

[jboss-user] [JBossWS] - Re: passing arrays to ejb3 WS

2006-08-31 Thread [EMAIL PROTECTED]
If you search JIRA with jsr181 array you find http://jira.jboss.org/jira/browse/JBWS-871 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3968548#3968548 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3968548

[jboss-user] [Beginners Corner] - JBoss throws UnknownHostException on startup

2006-08-31 Thread matwe
Hi, I am really new to JBoss but I need it for an application at work. What I've done is downloaded and installed JBoss 4.0.1.sp1 and deployed an EAR-file in the server\default\deploy directory. When I launch JBoss I get the following error: java.net.UnknownHostException: java.sun.com

[jboss-user] [Installation, Configuration Deployment] - How to specify alias for local filesystem in JBOSS

2006-08-31 Thread apm
hi everyone, I want to specify alias for localfilesystem in JBOSS. I know how to do it in Apache_2.0.52-Openssl_0.9.7e-Win32. In this we can specify alias as, Alias /icons/ C:/Program Files/Apache_2.0.52-Openssl_0.9.7e-Win32/icons/ in httpd.conf and futher we can specify the directory access

[jboss-user] [EJB 3.0] - Stateful Session Beans Interaction

2006-08-31 Thread grdzeli_kaci
hi all . here is my small example : 1.Fierst Remote Interface | import javax.ejb.Remote; | | @Remote | public interface Person { | public void addPersonName(String a); | public void printNames(); | } | 2. And It's Implementation : | import

[jboss-user] [JBossWS] - Re: JSR 181 JBoss 4.0.4

2006-08-31 Thread [EMAIL PROTECTED]
http://jira.jboss.org/jira/browse/JBWS-1158 Note, @WebFault is not yet supported in jbossws-1.0.3 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3968556#3968556 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3968556

[jboss-user] [JBossWS] - Re: Pass datat from handler to SEI

2006-08-31 Thread [EMAIL PROTECTED]
This can be done as a property of the MessageContext View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3968557#3968557 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3968557 ___

[jboss-user] [JBossWS] - Re: Error getting WebServiceContext/MessageContext informati

2006-08-31 Thread [EMAIL PROTECTED]
http://jira.jboss.org/jira/browse/JBWS-1022 Note, that this is done for jbossws-2.0Beta View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3968559#3968559 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3968559

[jboss-user] [Security JAAS/JBoss] - Re: Help with kerberos, Active Directory LoginModules

2006-08-31 Thread bofriis
Hi, We have a SPNEGO SSO solution for JBoss that uses Kerberos (GSSAPI) and Active Directory that does silent authentication which might work for you. Bo Friis http://appliedcrypto.com View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3968560#3968560 Reply to

[jboss-user] [EJB 3.0] - Re: Stateful Session Beans Interaction

2006-08-31 Thread grdzeli_kaci
sorry it was mistake ;) : | bean.callPrint(); | must be : | useperson.callPrint(); | Idea is that i want Session Scope sample in EJB3 ... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3968558#3968558 Reply to the post :

[jboss-user] [JBossWS] - Re: How to pull cookie information from within a webservice?

2006-08-31 Thread [EMAIL PROTECTED]
The HTTPSerletRequest is a standard property of the MessageContext View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3968561#3968561 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3968561

[jboss-user] [JBossWS] - Re: How to get URL of a client?

2006-08-31 Thread [EMAIL PROTECTED]
http://www.jboss.com/index.html?module=bbop=viewtopicp=3968561#3968561 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3968562#3968562 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3968562

[jboss-user] [JBoss Seam] - Re: Partial page rendering

2006-08-31 Thread shasho
I am using Facelete thus the template with frames need to look something like that (file name templateTest.xhtml) | !DOCTYPE html PUBLIC | -//W3C//DTD XHTML 1.0 Frameset//EN | http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd; | html | head | link rel=stylesheet

[jboss-user] [JBossWS] - Re: How get MessageContex in WebService implemented as EJB

2006-08-31 Thread [EMAIL PROTECTED]
http://www.jboss.com/index.html?module=bbop=viewtopict=88419 You could contribute. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3968564#3968564 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3968564

[jboss-user] [JBossWS] - Re: @Resource WebServiceContext injection not works

2006-08-31 Thread [EMAIL PROTECTED]
http://www.jboss.com/index.html?module=bbop=viewtopicp=3968564#3968564 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3968565#3968565 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3968565

[jboss-user] [JBossWS] - Re: Web service response encoding

2006-08-31 Thread alanjonesbath
Anyone? I'm still stuck with this, and right now any pointers or clues would be a big help. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3968566#3968566 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3968566

[jboss-user] [JBoss Seam] - Calling a @CreateProcess method

2006-08-31 Thread dgallego
Hi, I'm trying to build a website with pageflows and process definitions (together). I have a method called withing a transition in the pageflow (like in the numberguess example app...). Inside this method, I want to create a new process instance (invoking the method with the @CreateProcess

[jboss-user] [JBossWS] - gSoap client with JBoss Ws. swa problem

2006-08-31 Thread ningwli
Hi, I am working on a project to allow c++ client to communicate with JBoss WS server. Messages without multipart attachment works perfect. We are using JBoss-4.0.4 with JDK1.5.07. However, we got a problem with the attachment posting. The function is just sending a string message and an

[jboss-user] [JBoss Seam] - Re: Calling a @CreateProcess method

2006-08-31 Thread petemuir
Can you post the relevant section of the session bean code? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3968569#3968569 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3968569 ___

[jboss-user] [JBoss Seam] - Re: when and how does the seam create tables in the databas

2006-08-31 Thread bfo81
In a Seam project (or maybe for kinds of EJB projects using Hibernate?) the database is created during server start (plus import.sql gets imported). This is an important difference to e.g. AppFuse (Spring + Hibernate), where the database gets created by an ant task which you have to call

[jboss-user] [JBoss Seam] - Re: Calling a @CreateProcess method

2006-08-31 Thread dgallego
This is the bean invoked within the transition in the pageflow. The method isMessageSent is used to redirect (evaluate decision in pageflow) to different webpages if the message has been successfully sent. | import org.jboss.seam.ScopeType; | import org.jboss.seam.annotations.*; | import

[jboss-user] [JBoss Seam] - Re: Any experiences with the Tomahawk components?

2006-08-31 Thread bfo81
I don't think it's necessary to alter jars. Have a look at the way I made it work ;). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3968572#3968572 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3968572

[jboss-user] [JBoss Seam] - 2 DataModel questions

2006-08-31 Thread mrohad
1) I would like to click on a button on a spesific row in my table and to show another table regarding this row , is it possible to use more then one DataModel in the same SB , otherwise can I send my DataModelSelection to another SB?or do I have to use the id as requestParam here? 2)I would

[jboss-user] [JBoss Seam] - Re: Calling a @CreateProcess method

2006-08-31 Thread petemuir
Calls to this.methodName() aren't intercepted so the @CreateProcess annotation isn't used. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3968573#3968573 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3968573

[jboss-user] [JBoss Seam] - Re: Calling a @CreateProcess method

2006-08-31 Thread dgallego
And how could I create a process instance manually from sendMessage()? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3968576#3968576 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3968576

[jboss-user] [JBoss Seam] - Re: Any experiences with the Tomahawk components?

2006-08-31 Thread SmokingAPipe
Ok, I looked back in the jar again, and in fact the necessary filter is in the tomahawk jar. But it's important to get exactly the right version of that jar and put just the right thing in web.xml. I'll get all the jars and web.xml put into a simple zip file so you can try it. View the

[jboss-user] [JBoss jBPM] - JOIN - strange behaviour?

2006-08-31 Thread smecherutza
In the following schema if transition A1:j1 entered in j1 and B1:j1 entered in j1, normally the C state should be reached automatically, but join state saying that is waitting for concurent transition from the B2 branch.Is this a normal behaviour? If i send signal for B2 branch before A1 and B1

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Two persistence units in one EJB3 App

2006-08-31 Thread konstantin.ermakov
Hi! I have two persistence units in my application - one is Oracle and one in HSQL. For the Oracle datasource all the tables are already created, so I use the mapping in my Entity beans. In Hypersonic DB I want to store some additional information, But as it is In-Memory I am using the

[jboss-user] [Messaging, JMS JBossMQ] - jms implementation

2006-08-31 Thread soussou97
Hi; I search : 1- a jms implementation (source code or a example) for realizing the following fonction : When a message is posted by a client to the queue, my component extracts the trade details and sends them inside of a mail (via javamail). - Which are the errors not to make whan one uses

[jboss-user] [Beginners Corner] - Re: Duke's Bank example Incomplete

2006-08-31 Thread visolvejboss
Hello, Its look like you have missed the tutorial zip file. You can download it from http://java.sun.com/j2ee/1.4/download.html For executing the Duke's application, you need two important files. 1. j2ee-1_4-doc-tutorial_*.zip 2.jbossj2ee-src.zip When u unzip the

[jboss-user] [JBoss Portal] - portlet.tld on portal server

2006-08-31 Thread kevnlin
I use portlet.tld in jsp on portal 2.2 , the portlet is ok but use portlet.tld on portal 2.4 in not work in portal 2.4( portal-portlet.jar ) is not include taglib pls, tell me , the tag jar name View the original post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Hibernate Annotations or xml SQL-Mapping?

2006-08-31 Thread commy
Hi there! I have a Problem with a project. We use Hibernate to store and manage persistent objects. At the moment, we use xml mapping files. But I'm not sure if it satisfies our needs. The problem is: we use JSF. Saving new data is no problem, but edit allready stored data? I can't get it to

[jboss-user] [JBoss jBPM] - cache strategy with jbpm process specialization ?

2006-08-31 Thread icube
In our project we specialized jbpm graph.exe (OrderProcessInstance, sub object instance ) taskmgmt.exe (OrderProcessTaskInstance ) packages for complex order process purpose, we add hbm for all specialized object and modify the jbpm web app monitor and add search capabilities (modify hbm

[jboss-user] [JBoss jBPM] - Re: cache strategy with jbpm process specialization ?

2006-08-31 Thread icube
there is no cache usage=nonstrict-read-write View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3968585#3968585 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3968585 ___ jboss-user

[jboss-user] [JBoss Seam] - Problem: Custom validate methods in EJBs crash

2006-08-31 Thread bfo81
Well, custom validators belong to a real-life JSF web apllication like coffee to a good start into the day ;). Let's take an example (there are many occurences of such a situation in my current app, but I love easy examples *g*): - Entity Person - has a n:m relation to multiple other persons

[jboss-user] [JBoss Portal] - Re: portlet.tld on portal server

2006-08-31 Thread kevnlin
can I tell me , where can download portal2.4 portlet.tld thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3968587#3968587 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3968587

[jboss-user] [EJB 3.0] - Re: Timer event is always handled by a new instance?

2006-08-31 Thread konstantin.ermakov
Hi! in the $JBOSS_HOME/server/default/data/hypersonic/localdb.script after the server crash you will be able to find the following code: INSERT INTO TIMERS just delete this line and the code works fine then. View the original post :

[jboss-user] [JBossWS] - jbossws-1.0.3.GA released

2006-08-31 Thread [EMAIL PROTECTED]
As of this post I am happy to anounce that jbossws-1.0.3.GA is released. It is a drop in replacement for jbossws-1.0.x.GA in JBossAS-4.0.4.GA and also works in standalone Tomcat. This allows you to develop standard portable J2EE-1.4 web service endpoints in Tomcat that can be deployed to JBoss

[jboss-user] [JBoss jBPM] - Accessing the underlaying hibernate session / transaction

2006-08-31 Thread harrylette
Hi all! I am evaluating JBPM for as the workflow engine for my company. I am quite enthusiastic about this nice piece of software. Since a week I surfed this forum and it helped me a lot. Know I am at a point to begin coding my enine, but there is one crucial question: Am I allowed to use

[jboss-user] [JBoss Seam] - Re: 2 DataModel questions

2006-08-31 Thread mrohad
thanks , another question is how to nested table , on row click I would like to open a table in the row beloe the clicked row , is it possible? thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3968596#3968596 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: JOIN - strange behaviour?

2006-08-31 Thread kukeltje
Nope, correct behaviour, wrong assumption. You have a wrong construction. join-fork should be fully nested, not partially. Fork2 starts after fork1, so join2 should occur first. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3968597#3968597 Reply to the post

[jboss-user] [JBoss Seam] - Re: 2 DataModel questions

2006-08-31 Thread bfo81
1) You can access the DataModelSelection from another bean or you can pass the id via request parameter. There are 2 examples in Seam showing both possibilities: The booking example and the blog example. 2) sry, don't know ;) View the original post :

[jboss-user] [JBoss jBPM] - Re: JOIN - strange behaviour?

2006-08-31 Thread kukeltje
Although maybe throwing an exception would be better. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3968598#3968598 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3968598 ___

[jboss-user] [JBoss Seam] - Re: Problem: Custom validate methods in EJBs crash

2006-08-31 Thread bfo81
Well, forget it. There's another problem. That complex validation would work well on an existing person that you edit. But when you create a new person all its properties are null. And when you fill in the fields in a form and click save, then the persons properties are still null during

[jboss-user] [JBoss Seam] - Re: 2 DataModel questions

2006-08-31 Thread bfo81
I've already seen an example with a nested table. But the problem is that you cannot put that nested table in a new ROW, since rows are connected only to the entities you iterate. But you can put a sub-table in a COLUMN. 2) I had an idea about your second question. You might add a property

[jboss-user] [JBoss Seam] - Re: 2 DataModel questions

2006-08-31 Thread bfo81
better idea for deleteSelected, with a real delete query (that's faster): Vector idsToDelete = new Vector(); | | for (Item item: listOfItems) | if(item.isDelete()) | idsToDelete.add(item.getId()); | | if (idsToDelete.size() == 0) | return null; | | String ids

[jboss-user] [JBoss Seam] - Re: 2 DataModel questions

2006-08-31 Thread mrohad
Thanks - that's a great solution for my second problem , regarding nested tables , is it working with dataModel? did you see any Seam example for that? can I use some how panelGrid in order to make it fill the all row? View the original post :

[jboss-user] [JBoss Seam] - Seam throws exception after timer has finished execution

2006-08-31 Thread asachde
I get the following exception once a timer has finished execution. It's not hindering what I do but wanted to know is this something due to my timer. Thanks. JPDL Excerpt: System.out.println(In state wait!!!);

[jboss-user] [JBoss Seam] - Re: Seam throws exception after timer has finished execution

2006-08-31 Thread asachde
asachde wrote : I get the following exception once a timer has finished execution. It's not hindering what I do but wanted to know is this something due to my timer. | | Thanks. | JPDL Excerpt: | | | | System.out.println(In state

[jboss-user] [Security JAAS/JBoss] - add/remove from SecurityConfig

2006-08-31 Thread natolka
I would like to add configuration to SecurityConfig. I want to place a loginconfig file i.e. login-config.xml to deploy directory, or somewhere above. File consists of authentication policy, which I want to be added to security configuration. Is that possible? Please for help Natalia View

[jboss-user] [JBoss Eclipse IDE (users)] - Re: changing host parameter in launch configuration

2006-08-31 Thread Yilativs
Hello Rob, [EMAIL PROTECTED] wrote : Originally I decided that there would simply be no changing of host or configuration, and that to change either of them you'd simply have to create a new server for that combination. | Where can I setup host parameter during new server creation process?

[jboss-user] [JBoss jBPM] - Fedora Directory Server and jBPM identity integration

2006-08-31 Thread jbpmndc
A lot of people have told me Fedora Directory Server is one of the best on the markets. You would think with JBoss/Redhat now one company, they would put together a little tutorial on integrating jBPM and Fedora DS. Any plans on doing this? View the original post :

[jboss-user] [JBoss Seam] - The microcontainer is not scanning the correct location on t

2006-08-31 Thread sidragon
I have a brief section on this in a wiki I am putting together to document these issues. See the section linked here: http://sidragon.net/wiki/JBoss_Seam_test_environment#Component_and_deployment_descriptor_locations This gist is that it appears that you must have your EJB3 and Seam deployment

[jboss-user] [JBoss Seam] - Re: How to use graphicImageDynamic with Seam?

2006-08-31 Thread mrohad
can you show your sandbox.taglib.xml View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3968613#3968613 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3968613 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: Integrating Seam and Icefaces

2006-08-31 Thread jerome_082006
Hello, Thank you very much. I tried to add this: application | variable-resolver | org.jboss.seam.jsf.SeamVariableResolver | /variable-resolver | locale-config / | /application to my faces-config.xml and this is what I get: 14:38:21,015 ERROR [D2DFaceletViewHandler] Error

[jboss-user] [JBoss Seam] - Re: 2 DataModel questions

2006-08-31 Thread bfo81
I haven't seen a Seam example for that. It's been something else but that's a long time ago. Well, I just tried something out. I have a list of persons (my favorite example here in the seam forum *g*), and the person has friends (that are persons, too). In that list of persons each person has

[jboss-user] [JBoss jBPM] - Re: JOIN - strange behaviour?

2006-08-31 Thread smecherutza
Dank u wel! I adapted my schema! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3968616#3968616 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3968616 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: swimlane expression for group(groupname) does not seem t

2006-08-31 Thread kukeltje
known issue, is in the Jira, forum etc... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3968618#3968618 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3968618 ___ jboss-user

[jboss-user] [JBoss jBPM] - Re: JOIN - strange behaviour?

2006-08-31 Thread kukeltje
graag gedaan View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3968619#3968619 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3968619 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Integrating Seam and Icefaces

2006-08-31 Thread bfo81
Look at the bottom lines. A simple Java Exception is the root cause for the error. Have a look at your eu.mpulse.contactes.user.User class and check if there's something wrong with the public non-argument constructor. View the original post :

[jboss-user] [JBoss Seam] - Re: Seam Remoting in 1.0.1

2006-08-31 Thread mjrpain
You can test it using examples.remoting.helloworld bundled within the seam distribution. Simply use jboss-seam.jar from 1.0.1.GA. I'd post my project here but there's no file upload capability. The error occurs as soon as I access the page. View the original post :

[jboss-user] [JBoss jBPM] - Re: swimlane expression for group(groupname) does not seem t

2006-08-31 Thread anilkumarknr
Known issue means, jbpm do not have any support for assigning a task to a group itself? Is it possible to extend it by any chance? Any pointers? Thanks, -Anil View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3968623#3968623 Reply to the post :

[jboss-user] [Security JAAS/JBoss] - Re: add/remove from SecurityConfig

2006-08-31 Thread [EMAIL PROTECTED]
Good Day, This is possible usin the DynamicLoginConfig which adds authentication entries to the policy configuration at runtime / deploy time when a login-config.xml is encountered in the sar / ear / ejb bean. http://wiki.jboss.org/wiki/Wiki.jsp?page=DynamicLoginConfig Regards View the

[jboss-user] [JBoss Portal] - Install JBoss Portal on other vendor App server

2006-08-31 Thread dnati
Hi, I was wondering if JBoss Portal supports installation on other AS except JBoss. If it does not support out of box, is it technically possible to this, or does the portal couple strongly to the JBoss AS services? I believe I saw IPC use JMX mbeans, hope this doesn't answer my question...

[jboss-user] [JBoss Portal] - Re: Install JBoss Portal on other vendor App server

2006-08-31 Thread [EMAIL PROTECTED]
It is planned for 3.x releases View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3968626#3968626 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3968626 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Task is assigned , but is it accepted ?

2006-08-31 Thread JeanGuyer
Hi , I am new to Jbpm , and i want to make something like this : -assign a task to an actor (CreatedDate), and knew when he accepted it (startedDate), and if he don't accepted it before a deadline , reassign it to another guy. I want to know also if i can get the time between CreatedDate ,

[jboss-user] [JNDI/Naming/Network] - Re: Lookup Failure with HA-JNDI

2006-08-31 Thread bernd.koecke
Hi, for all who may be interested, we found the reason for the described behaviour: The problem was, that there were two clusters with different multicast addresse etc., but the same partition name. And both cluster were accessed from the same client for different services. When we installed

[jboss-user] [JBoss Portal] - Re: How to do virutal hosts with JBoss Portal

2006-08-31 Thread dhartford
If you have multiple virtual hosts pointing to different jboss portals sharing the same db/content, I could see where you want to push support for virtual hosting on the App server side. However, I don't understand that if the portals have different db/content, why a front-facing Apache is not

[jboss-user] [JBoss Seam] - ActiveX with JSF and Seam

2006-08-31 Thread c_eric_ray
Does anyone know if ActiveX controls will work normally within a JSF/Seam environment. I mainly ask because I've had problems with javascript not getting through the Facelets compiler. The Facelets compiler doesn't like things like or || or =. I have to remove the !-- -- comment tags from

[jboss-user] [JBoss Seam] - Re: Integrating Seam and Icefaces

2006-08-31 Thread jerome_082006
Thank you bfo81, that was indeed part of the problem. My apologies. Now this exception is gone but I am facing another error (javascript error): Error: Wp8Z.BRMU is not a function | Source File: http://127.0.0.1:8080/contacts/xmlhttp/icefaces-d2d.js | Line: 1 I think this one is related to

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBossIDE causing Eclipse to pause and do alot of disk IO

2006-08-31 Thread [EMAIL PROTECTED]
I saw a commit message that hinted it should be fixed. You are more than welcome to try and update and reenable jbosside to see if the problem has been removed. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3968642#3968642 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: In-process HSQLDB

2006-08-31 Thread ayang
The hsqldb-ds.xml file included in the starter kit includes a commented-out line to set up the in-memory database: connection-urljdbc:hsqldb:./connection-url But I also did try replacing it with: connection-urljdbc:hsqldb:mem:./connection-url Both seem to work in terms of creating an HSQL

[jboss-user] [JBoss Seam] - Re: ActiveX with JSF and Seam

2006-08-31 Thread bfo81
Are ActiveX controls written into HTML code? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3968643#3968643 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3968643 ___ jboss-user

[jboss-user] [Security JAAS/JBoss] - Re: add/remove from SecurityConfig

2006-08-31 Thread natolka
Hi! Thank you very much!!! It works :) Natalia View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3968645#3968645 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3968645 ___ jboss-user

[jboss-user] [Beginners Corner] - Need instructions about the decision node

2006-08-31 Thread coffemeeg2005
i design a lot of workflows with oracle workflow . i was using the decision element with no problems i am now learning the jboss workflow graphical editor on eclipse but i still dont know how to use the decision element plaaasse any body helps me thanks a lot View the original post :

[jboss-user] [JBossWS] - JBossWS and xdoclet with ejb

2006-08-31 Thread MmarcoM
hi all, i am trying to expose an EJB via webserviecs using XDoclet i have checked plenty of docs on the wbe on how to do that... and basically i end up with 2 different way of doing that: - one where , using xdoclet, we generate proper ejb-jar.xml,then wsdl file, mapping.xml and

[jboss-user] [JBoss.NET] - exposing EJB as webservices endpoint using XDoclet

2006-08-31 Thread MmarcoM
hi all, i am trying to expose an EJB via webserviecs using XDoclet i have checked plenty of docs on the wbe on how to do that... and basically i end up with 2 different way of doing that: - one where , using xdoclet, we generate proper ejb-jar.xml,then wsdl file, mapping.xml and

[jboss-user] [JBoss Seam] - Re: ActiveX with JSF and Seam

2006-08-31 Thread c_eric_ray
Here's an example of an ActiveX control in a web page. I'm sure there are other ways to do it, but this is what I've seen | OBJECT ID=SomeId WIDTH=73 HEIGHT=33 | CLASSID=CLSID:11D03A61-3A78-11D1-8C8E-00A024D25EF6 | CODEBASE=SomeFile.CAB#version=3,0,0,1 | /OBJECT | You'll see this

[jboss-user] [EJB/JBoss] - Re: Calling EJB session bean from Web tier problem

2006-08-31 Thread fla83tn
Thanks for the reply! Fortunately I solved the problem myself but the solution wasn't so easy to find...You must set the attibute use UseJBossWebLoader to true in file deploy/jbossweb-tomcat55.sar/META-INF/jboss-service.xml! I didn't get deeper and investigate why this make the things

[jboss-user] [Installation, Configuration Deployment] - Web-console missing or not available in JBoss AS 4.0.4-GA?

2006-08-31 Thread dbs
'Lo folks. My client has asked for detailed information on deployed EJBs within JBoss such as memory footprint, access time, status, etc etc. I had hoped the web-console would have that information, but it appears not to have been included in JBoss AS 4.0.4-GA? Trying to hit it after jboss

[jboss-user] [JBoss jBPM] - Re: Task is assigned , but is it accepted ?

2006-08-31 Thread kukeltje
jbpm currently has no differentiation between created and started . A reassign can take place when the duedate ends or manually. The differences between the times can be calculated for create- and enddate with a hibernate query or whatever, not for the startdate (since it is not there) View

[jboss-user] [JBoss Seam] - Re: Seam Bean not instantiated

2006-08-31 Thread camunda
Has nobody a idea to this? I investigated anothe few hours but don't get any hint. I have no real idea how this is not working... Thanks a lot for any hint! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3968664#3968664 Reply to the post :

[jboss-user] [Clustering/JBoss] - Network Loss in a 1 to n Node Cluster

2006-08-31 Thread jbirkenmaier
Hi, I am testing my application using 1 and 2 nodes in a cluster. I am using a shared TreeCache to share data which has a listener attached to it. I use this listener to tell me when a node disappears from the cluster. There are a couple of problems with this that I hope someone can help me

[jboss-user] [EJB 3.0] - How To change default type mapping

2006-08-31 Thread Huber
How can I change the default datatype mapping for entity beans for a particular DB. In earlier days (EJB2.x) this was possible by changing the type-mapping in standardjbosscmp-jdbc.xml, but so far I have tried out and found in another posting, this does'nt work anymore for EJB 3.0. Any help

[jboss-user] [Security JAAS/JBoss] - Re: how to security jndi look up

2006-08-31 Thread [EMAIL PROTECTED]
Good Day, Try the following reference: http://wiki.jboss.org/wiki/Wiki.jsp?page=XMBeansforSecurity Regards View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3968668#3968668 Reply to the post :

  1   2   >