[JBoss-user] [JBossWS] - Re: Problem deploying

2006-07-08 Thread machiavelli
No, it's not included... I was wondering about how and where JBoss could found that class. Nothing is mentioned about that in the Getting Started Guide nor in the JBossWS User Guide (Wiki), so I eventually tought the class would be automatically generated by JBoss at deployment time. However, af

[JBoss-user] [JBoss Eclipse IDE (users)] - Problems with xdoclet in Jboss IDE

2006-07-08 Thread kangaroody
Hi there, i'm very new to j2ee and jboss, so i tried the quick jboss-ide tutorial. i struggled through the first 4 chapters, but then in the beginnig of chapter 5, it says, that i should go to the xdoclet configuration in the project properties. the problem is, that there are no xdoclet configu

[JBoss-user] [JBoss Seam] - Re: the bundled hibernate doesn't work @oneToOne shared prim

2006-07-08 Thread petemuir
I suggest you ask in the EJB3 or hibernate forum. This problem is nothing to do with Seam. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956339#3956339 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956339 Using Tom

[JBoss-user] [JBoss Seam] - Re: the bundled hibernate doesn't work @oneToOne shared prim

2006-07-08 Thread liudan2005
The trouble I've been asking many questions in Ejb3 forum but never got any reply. That's why I am trying my luck here. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956340#3956340 Reply to the post : http://www.jboss.com/index.html?module=bb&op=po

[JBoss-user] [JBoss Seam] - Re: what is the mc-conf.jar?

2006-07-08 Thread petemuir
anonymous wrote : can anyone explain about the mc-conf.jar? I want to know if that file is the same for every application or it will differ? if no, which configuration should be placed on that file. I'm not sure myself, but google tells me http://docs.jboss.com/seam/1.0.1.GA/reference/en/html/

[JBoss-user] [JBoss Seam] - Re: the bundled hibernate doesn't work @oneToOne shared prim

2006-07-08 Thread petemuir
Can you post all your code including the AccountOwner class. It would also be easier to help if you simplyfy your problem to as basic a class as possible BUT include all the code in the class. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956342#3956342 Re

[JBoss-user] [JBoss Seam] - Re: Accessing a protected JSF page causes

2006-07-08 Thread petemuir
It looks to me as though your pages.xml file is not well formed and causing a parsing exception. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956343#3956343 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956343 Usin

[JBoss-user] [JBoss Seam] - Re: the bundled hibernate doesn't work @oneToOne shared prim

2006-07-08 Thread liudan2005
Here is the code I've tried which doesn't work: | @Entity | Owner{ | private Long id; | private Employment employment; | @Id | public Long getId() { | return id; | } | | public Long setId(Long id) { | this.id=id; | } | | @OneToOne(fet

[JBoss-user] [JBoss Seam] - Re: How to tweak output based on HTTP header for wired/mobil

2006-07-08 Thread petemuir
anonymous wrote : 1. How do I read an HTTP header value that was passed by the client? I think FacesContext.getCurrentInstance().getExternalContext().getRequestHeaderMap(); will contain this. anonymous wrote : 2. How do I intercept the (partially?) rendered output, tweak it, and send it on it

[JBoss-user] [JBoss jBPM] - Re: JBPM 3.1.1 & ActiveMQ

2006-07-08 Thread guadilla
Ronald As you said it is a problem related with commons-logging addition. I have tried changing the configuration of jbpm to use log4j_jbpm.xml instead of the default log4j.xml without success. Any clue would be appreciated. Oscar View the original post : http://www.jboss.com/index.html?modu

[JBoss-user] [JBoss Seam] - Re: the bundled hibernate doesn't work @oneToOne shared prim

2006-07-08 Thread petemuir
There is a lot of discussion on the hibernate ejb forum about this. I did try something similar a few months ago and couldn't get it to work. But, looking at the hibernate annotations test suite there are tests which show it working - take a look, copy the example that seems most like what you

[JBoss-user] [JBoss jBPM] - Re: JBPM_LOG: who performed the transition?

2006-07-08 Thread kukeltje
I'm not realy good at juggling and gymnastics, so I keep faar from that . That is why I use tasks if I need to know who did what and when. So the answer is largly already in the initial question. If it is relevant, use a task (you do not need the jBPM ui for this if you do not want to) if you wa

[JBoss-user] [JBoss Eclipse IDE (users)] - unable to create part

2006-07-08 Thread chaman4110
when i open any jsp or html file within eclipse-3.0.2 it gives error mess "unable to create part" & mess attached to log file(i use JBossIDE-1.4.1-jre1.4-e31, os- fc 5) !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.core.runtime". !STACK 0 java.lang.NoClassDefFoundErro

[JBoss-user] [JBoss jBPM] - Re: JBPM 3.1.1 & ActiveMQ

2006-07-08 Thread guadilla
Ronald, I got the solution. It was a problemm related with the Web Container configuration used by JBoss. It uses also commons-logging library and it looks as it has a defined configuration for the version included. The solution is: - do not add any jar in the jbpm-server/lib/endorsed - add th

[JBoss-user] [JBoss jBPM] - Re: JBPM 3.1.1 & ActiveMQ

2006-07-08 Thread kukeltje
as said it is no jBPM error, try using the JBoss AS forum, but I think the answer will be the same. You added a commons-logging jar. Try removing it. Why did you assume changing the log4j config file would some this issue? View the original post : http://www.jboss.com/index.html?module=bb&op=vi

[JBoss-user] [JBoss jBPM] - Re: JBPM 3.1.1 & ActiveMQ

2006-07-08 Thread kukeltje
Oscar Sorry, two posts by you, I missed the second one. Good that you solved it, and thanks for reporting back. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956352#3956352 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=r

[JBoss-user] [JBoss Seam] - Re: Accessing a protected JSF page causes

2006-07-08 Thread Basel
Hey petemuir, The file does not contain a single character and it is size is 0KB. I will try removing it once I go back home. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956353#3956353 Reply to the post : http://www.jboss.com/index.html?module=bb&op=post

[JBoss-user] [JBoss Seam] - Re: problem with running a Seam application

2006-07-08 Thread mnrz
Hi any idea? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956355#3956355 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956355 Using Tomcat but need to do more? Need to support web services, security? Get stuff done

[JBoss-user] [JBoss Seam] - Re: problem with running a Seam application

2006-07-08 Thread mnrz
"[EMAIL PROTECTED]" wrote : Show your web.xml Hi Gavin, Please help me. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956356#3956356 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956356 Using Tomcat but need to do m

[JBoss-user] [JBoss Seam] - selectBooleanCheckbox with a dataTable

2006-07-08 Thread trouby
Hello, I have a datatable with a 'selectBooleanCheckbox' per row: | | | | | | | |

[JBoss-user] [Security & JAAS/JBoss] - Re: TLS encryption TLS_RSA_WITH_3DES_EDE_CBC_SHA support

2006-07-08 Thread elkner
I guess, that depends on your JDK/JSSE ;-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956361#3956361 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956361 Using Tomcat but need to do more? Need to support web servi

[JBoss-user] [JBoss Portal] - How to send the request from jsp to portlet

2006-07-08 Thread anurudh
Please tell how to send a request from jsp to portlet. I want to execute the processAction() method of portlet. I have created a simple login portlet with the help of jsp. Now after submitting the username and password i want to send the request from jsp to portlet. The way i tried is like <%@

[JBoss-user] [JBoss Seam] - Re: conversationId is missed in the URL

2006-07-08 Thread [EMAIL PROTECTED]
JSF actions use a POST, and the conversation is automatically propagated with that data. The only time time you need the conversationId in the URL is when you do a GET. (if you redirect after a POST, then the redirect filter will add the conversationId for the GET that follows, so that might b

[JBoss-user] [JBoss jBPM] - Re: Web Service invocation inside a BPEL-Process failed.

2006-07-08 Thread bertrand.njiipwo
Hi @all, ncapito thanks for your answer. After analyse i think this may be the reason why my application doesn't work. I'm realising that i haven't specify where to access my hello web service. I'll will try this solution, test again the application and give feedback. Thanks again Bertrand

[JBoss-user] [JBoss Seam] - Re: Accessing a protected JSF page causes

2006-07-08 Thread Basel
Replacing the old pages.xml with a new one that has an empty pages tag solved part of the problem. The server still returns a 404 error code but no exceptions are thrown. Instead the following error messages are printed on the console: | 16:45:08,227 ERROR [STDERR] Jul 9, 2006 4:45:08 PM co

[JBoss-user] [JBoss Portal] - Re: Forum portlet error

2006-07-08 Thread rutfield
I have almost completed migrating my portlets from 2.4 Beta1 to 2.4 CR1. The three portlets with issues all originated from the forum source code base. I took the latest forum from the head of jboss-portal-2.4, since the CR1 code does not include the forums. It appears as though this has not bee

[JBoss-user] [JBoss Seam] - Re: the bundled hibernate doesn't work @oneToOne shared prim

2006-07-08 Thread liudan2005
I've looked into them, but non of them actually generates Id automatically. I have to persist one entity first and then retrive the Id from first saved entity and pass it to second entity manually. I guess this is a limitation in Hibernate that you can't use generated Ids when shared primary ke

[JBoss-user] [JBossCache] - Re: Global caching

2006-07-08 Thread jboss2005_01
Anyone? I can't be the onlyone wondering how to set this up... Or am I?? K. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956368#3956368 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956368 Using Tomcat but need to

[JBoss-user] [JNDI/Naming/Network] - Re: JNDI on a central server.

2006-07-08 Thread jboss2005_01
Hmm, my question doesn't seem that easy :-( Can anyone provide me some useful information if possible please? I would be great if someone could assist me on this one :-) K. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956369#3956369 Reply to the post : ht

[JBoss-user] [Installation, Configuration & Deployment] - Re: Adjusting all port numbers

2006-07-08 Thread jboss2005_01
Another option is using the service binding MBean. You can activate this within jboss-service.xml (look for binding) in which you define a server name that must be in correspondence with a service binding declared in a binding XML configuration file (take a look at docs/examples/service-binding

[JBoss-user] [Clustering/JBoss] - Re: Problem with Loadbalancing of Sateless Session Beans acr

2006-07-08 Thread jboss2005_01
Interesting point you mention. I guess this is normal since EJBs rely on the dynamic proxy to decide to which node the request from the client application should be redirected. It actually contains a list of all nodes and this list is being iterated when you use round robin. Activate load-balan

[JBoss-user] [Clustering/JBoss] - Re: Unique for every server instance.

2006-07-08 Thread jboss2005_01
Hi, Perhaps a stupid idea, but why don't you bind a constant value to each JBoss AS's Naming Service with the same name and a different value that you use as a unique ID and include this value in your request to the server. Take a look at the properties service provided with each JBoss AS. Per

[JBoss-user] [Clustering/JBoss] - Re: Where to specify custom LoadBalancePolicy?

2006-07-08 Thread jboss2005_01
So you don't want to actually use clustering at all since you sent eacht request to the same node every time... To achieve a request specific node for subsequent requests within the same application, I think you need to write your own LoadBalance policies Where do you need this behaviour fo

[JBoss-user] [JBoss jBPM] - Re: bpel-174, resume process execution after system restart

2006-07-08 Thread il121
Thank you for your quick reply! I think i would be able to do this, if you gave me some instructions about that. if you don't have time for me, its not problem, just please, let me know if the solution for bpel-174 will be available in cvs. Thank you very much again. L. View the original post

[JBoss-user] [JBoss Seam] - Re: Breaking changes to pageflow

2006-07-08 Thread [EMAIL PROTECTED]
Have your start-node transition directly to a decision node. When the process is signaled, you will go through the decision node and, I assume, to a page node for display. If you are in the situation mentioned where you need use start-page, you I guess you'd need to find a way to inject the ac

[JBoss-user] [JBoss Seam] - Re: the bundled hibernate doesn't work @oneToOne shared prim

2006-07-08 Thread petemuir
Ok, I see what you mean; I agree, I think this is something that should work. Looking at what I wrote I used @PostPersist to set the Id on OneToOne relationships, but then I don't seem to have cascaded the persist so I'm not sure if that will work in this case. View the original post : http://

[JBoss-user] [JBoss Seam] - Re: selectBooleanCheckbox with a dataTable

2006-07-08 Thread petemuir
Often when an action method seems not to be called it is because an error occured in the JSF lifecycle BEFORE the INVOKE_APPLICATION phase (which is when the action method is called). Do you see in any errors (probably related to model update) in ? View the original post : http://www.jboss.com

[JBoss-user] [EJB 3.0] - Entity Bean behaves strangely with @OneToMany

2006-07-08 Thread hti-patmas_team
Hello everybody We've encountered a problem with an Entiy Bean. If we make an instance of the folowing bean persistent while the collection are empty they are added to the database correctly. The retrieval of the data works also. But: As soon as more than one collection contains more than one

[JBoss-user] [JBoss Portal] - Re: Forcing login page

2006-07-08 Thread kraptor
Would the ForceLoginPage in the Jboss Wiki be applicable to Jboss 2.4.0 CR1? If so, has anyone had favorable results? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956379#3956379 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

[JBoss-user] [JBoss Portal] - JBOSS Rules forum?

2006-07-08 Thread pankajboss
Hi, I am not able to locate the forum for JBOSS Rules? Is it available ? -TIA View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956380#3956380 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956380 --

[JBoss-user] [EJB 3.0] - java.lang.ClassNotFoundException: No ClassLoadres found for

2006-07-08 Thread iamar
Hi, I am trying to run simple Session Bean example and I noticed that when JBoss is starting up, the following error displayed: "java.lang.ClassNotFoundException: No ClassLoadres found for: titan.travelagent.TravelAgentBean". I will appreciate any help?? View the original post : http://www

[JBoss-user] [EJB 3.0] - Re: transactions and distributed transactions in ejb3

2006-07-08 Thread grdzeli_kaci
thanks ... i will try it . View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956385#3956385 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956385 -

[JBoss-user] [Installation, Configuration & Deployment] - JBoss 4.0.4 GA - JSDK version

2006-07-08 Thread ehchn3
Hi, I'm planning to use JBoss 4.0.4 GA. I read that the minimum JSDK version is 1.4 and the recommended version is 1.4.2. Is the any good reason to use JDSK 1.5 instead since it's the latest version? Please comment. View the original post : http://www.jboss.com/index.html?module=bb&op=viewto

[JBoss-user] [EJB 3.0] - Remote Client to EJB 3.0 fail .. :( javax.naming.Communicati

2006-07-08 Thread J0Ke
Hello i have want to try EJB 3.0 but i have problems. the problem is this i have EJB 3.0 like this : package beans; import javax.ejb.Stateless; @Stateless(name="SimpleSession") public class SimpleSessionBean implements SimpleSession { public SimpleSessionBean() { } public String sayH

[JBoss-user] [JBoss Portal] - Re: Forum portlet error

2006-07-08 Thread unibrew
Hi Thanks for noticing me about this build problem. I'll work it out. --- Ryszard Kozmik JBoss Forums Lead JBoss Labs Team View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956388#3956388 Reply to the post : http://www.jboss.com/index.h

[JBoss-user] [JNDI/Naming/Network] - Poor design on using jboss-ds.xml in JBoss 4.0.4 GA

2006-07-08 Thread foxviewn2632
The C:\Program Files\jboss-4.0.4.GA\server\default\deploy\jboss-ds.xml file just keeps appending entries. If you make changes it just adds them on. Maybe I am missing something, but won't this get pretty full and unmanagable? Garth View the original post : http://www.jboss.com/index.html?modu

[JBoss-user] [JNDI/Naming/Network] - Re: Poor design on using jboss-ds.xml in JBoss 4.0.4 GA

2006-07-08 Thread foxviewn2632
The C:\Program Files\jboss-4.0.4.GA\server\default\deploy\jboss-ds.xml file just keeps appending entries. If you make changes it just adds them on. Maybe I am missing something, but won't this get pretty full and unmanagable? Also you have password to database in there as well. Garth View

[JBoss-user] [Security & JAAS/JBoss] - Re: Login Configuration Enhancement

2006-07-08 Thread [EMAIL PROTECTED]
http://jira.jboss.com/jira/browse/JBAS-3378 It won't happen soon though. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956391#3956391 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956391 ---

[JBoss-user] [EJB 3.0] - Re: EJB 3.0 RC8 Preview - FD Released

2006-07-08 Thread kamra
Did any one solved the problem of missing all the 3 client side jars jboss-ejb3-client.jar jboss-annotations-ejb3.jar hibernate-client.jar this is the problem of most of the open source projects View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956392#395639

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

2006-07-08 Thread germm
Hi, The problem is that the Timer ID generator may generate dupplicate Timer ID's after a server crash: http://jira.jboss.com/jira/browse/JBAS-3379 Regards, Matthias View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956393#3956393 Reply to the post : http://w

[JBoss-user] [EJB 3.0] - Re: EJB 3.0 RC8 Preview - FD Released

2006-07-08 Thread kamra
Hey guys for the problem of missing 3 client side jars.. follow this link... some one has already fixed this issue http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956392#3956392 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956394#3956394 Reply to

[JBoss-user] [JBoss Portal] - Re: Forum portlet error

2006-07-08 Thread unibrew
Done :-) --- Ryszard Kozmik JBoss Forums Lead JBoss Labs Team View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956395#3956395 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956395 --

[JBoss-user] [Messaging, JMS & JBossMQ] - Using non reference factory for MDB Inflow

2006-07-08 Thread malammik
Is there a way to configure MDB to use a JMS connection factory to pick up the messages from the queue that is OTHER than the reference queue connection factory for that provider? I guess that question could also be represented in the following way. Do I need to define new instance of provider

[JBoss-user] [JBoss Portal] - Re: Changing default pages

2006-07-08 Thread ericmacau
Go to the Theme/Layout that you use, and modified the "index.jsp" and "maxmized.jsp". View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956398#3956398 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956398

[JBoss-user] [JBoss Portal] - Problem: Undeploy problem in JBoss2.4CR1

2006-07-08 Thread ericmacau
Hello, It will not remove the portlet and page after I delete the portlet application from "/deploy". Therefore, it cause error in the page. I have to remove the page or portlet instance from the "Admin". Is there any problem in it ? View the original post : http://www.jboss.com/index.html?mo

[JBoss-user] [JBoss Portal] - Re: Forum portlet error

2006-07-08 Thread rutfield
Thanks again for the quick turnaround! I hope I did not make you work at some late hour on a Saturday. I now see I did not understand what the hibernatedoclet changes in the build file actually accomplished. It seemed to work great. CR View the original post : http://www.jboss.com/index.html?mo

[JBoss-user] [JBoss Seam] - Long running transaction - multiple save points?

2006-07-08 Thread andrew.rw.robinson
I am doing something that doesn't seem to fit too well with the framework. I have a set of user edit pages. I wanted to let the user go to a few popup windows to edit certain areas of the user's data. Then when the user decides the changes are good, commit them all at the same time. That basic

[JBoss-user] [JBossCache] - Re: Hibernate 2nd lvl Cache for EJB3

2006-07-08 Thread [EMAIL PROTECTED]
Now are the errors showed up in both nodes or just the originating node? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956403#3956403 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956403 ---

[JBoss-user] [JBossCache] - Re: PojoCache - collection gets corrupted

2006-07-08 Thread [EMAIL PROTECTED]
I will need additional log to see what's the problem. Pulling the cable should have direct effect on the cluster group membership and the message replication timeout (possibly). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956404#3956404 Reply to the post

[JBoss-user] [JBoss Seam] - Re: Long running transaction - multiple save points?

2006-07-08 Thread andrew.rw.robinson
Just some more information, I tried using merge to re-associate the object with the manager. The problem is that I have no active transaction, because I don't want the data committed yet (I using SeamExtendedManagedPersistencePhaseListener) So when I called my method with NOT_SUPPORTED transact

[JBoss-user] [JBossWS] - IllegalArgumentException: Wrong target

2006-07-08 Thread gduan2000
I have had this Exception after I followed the JBossWS installation instruction: copying the content of ./deploy/naming-service.xml into ./conf/jboss-service.xml, and removing naming-service.xml. This only happen when everytime I re-deploy the ear. Restart the JBoss AS everything seems OK. It

[JBoss-user] [JBoss Getting Started Documentation] - Re: jbossj2ee-src.zip

2006-07-08 Thread GeckoAfrica
hi all for whatever version your get http://docs.jboss.org/jbossas/getting_started/v4/ or http://docs.jboss.org/jbossas/getting_started/v5/ just open the startguide.pdf & read the 4 lines in --About this book & you will know what version of J2EE tutorial Update X with & jbossj2ee-sr