[jboss-user] [JBoss Eclipse IDE (users)] - Re: does this thing work with Mac OS X?

2006-11-17 Thread [EMAIL PROTECTED]
that page will only show projects that are EJB, WAR, etc. projects. Plain java projects is something our adapter/container support but unfortunately WTP doesn't. But that doesn't mean you can't debug your apps. what you need to run/debug should just be your resulting .ear/.war etc. and it

[jboss-user] [EJB 3.0] - Re: Mixed EJB2.1 / EJB3 SessionBeans in same ear fail deploy

2006-11-17 Thread hakand
Anyone that succeded in deploying EJB2.1 beans together with EJB3 beans (in the same ear) ? /hakan View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3986757#3986757 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3986757

[jboss-user] [JBoss Seam] - Re: What do you guys think of this idea?

2006-11-17 Thread rlhr
In my opinion, I usually like to keep different things in different files. In a large application, it is nice to be able to split a page.xml file so that each file groups related definitions. It can be also nice to have the flexibility to have these differents page.xml in various location as

[jboss-user] [JBoss Seam] - Re: Road Map

2006-11-17 Thread rlhr
I went through the road map and I must say I'm really excited to what's coming up :) Thanks a lot for the hard and good work. Richard View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3986759#3986759 Reply to the post :

[jboss-user] [EJB 3.0] - Re: UserTransactions and merge

2006-11-17 Thread klaus_erber
ok, thank you. The transaction boundry was ok in my original code, but the first tip was the right one. But there is another question. What about relationships like this: | UserTransaction ut = sessionContext.getUserTransaction(); | ut.begin(); | MyEntity a = em.find(MyEntity.class,

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Does Hibernate 3.2 support generating Database schema fr

2006-11-17 Thread andydale
Yes Hibernate can create the DB schema from annotated classes, consider the following class @Entity | @Table(name = Student) | @SequenceGenerator(name = Student_Sequence, initialValue = 1, allocationSize = 1, sequenceName = student_seq) | | public final class Student { |

[jboss-user] [JBoss Eclipse IDE (users)] - Problem while create project from CVS in Eclipse 3.2.1 + JBo

2006-11-17 Thread fishsoft
When i trying to create a project from cvs server,i got an exception when the wizard just finished?I don't know how to fix it,please help.Thank you very much.m(_._)m Detail at the following: !ENTRY org.eclipse.core.jobs 4 2 2006-11-17 15:38:28.598 !MESSAGE An internal error occurred during:

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Problem while create project from CVS in Eclipse 3.2.1 +

2006-11-17 Thread fishsoft
Problem while create project from CVS in Eclipse 3.2.1 + JBossIDE 2.0 Beta2 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3986763#3986763 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3986763

[jboss-user] [JBoss Portal] - Re: Helloworld IPC Problem

2006-11-17 Thread vpnuser
I am facing the same problem in HelloworldIPC portlet. Was trying to test how inter portlet communication works. I have made a war file using build.xml with ant tool. Initially it contained only the xml files. The classe files are added to this war file with the package structure. Then deployed

[jboss-user] [JNDI/Naming/Network] - ExternalContext Classload error

2006-11-17 Thread muralidhar.ch
I am trying to configure JBoss to set up a file system as an external context. The following is the error message: 00:34:15,932 INFO [ServiceConfigurator] Problem configuring service jboss.jndi:service=ExternalContext,jndiName=external/fs/hifire org.jboss.deployment.DeploymentException:

[jboss-user] [JBoss Seam] - session timeout always throw exception

2006-11-17 Thread jyc5131
i am using the Jboss 4.0.4.GA SEAM 1.0.1.GA when the session time out, i will get below trace, i cannot find out something that cannot be serialized. any helps is welcome | 2006-11-17 16:29:28,047 WARN [org.jboss.seam.contexts.Contexts] Could not destroy component: myService |

[jboss-user] [JNDI/Naming/Network] - Re: Dynamic Proxy not found with JBoss 4.0.5 on Power5 / IBM

2006-11-17 Thread ldevallonne
Hello, This issue is known but not fixed. See http://jira.jboss.com/jira/browse/JBAS-3691 for more details. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3986767#3986767 Reply to the post :

[jboss-user] [Beginners Corner] - Re: JBoss Ceritification

2006-11-17 Thread rameshkumar132
Hello All, Please help me regarding this. Regards, Rameshkumar View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3986769#3986769 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3986769

[jboss-user] [JBossWS] - Re: Interfaces and Webservice

2006-11-17 Thread [EMAIL PROTECTED]
As long as the interfaces contain the complete signature and are not extended by the concrete implementation that should be no problem. Otherwise, this is a tools issue. When you go java-wsdl you must find a way to produce the correct abstract contract. i.e. the wsdl contained schema must

[jboss-user] [JBossWS] - Re: JSR-181 Endpoint ClassCastException

2006-11-17 Thread [EMAIL PROTECTED]
Your installation seem completly broken, jbossws cannot even find the microkernel http://fisheye.jboss.com/browse/JBossWS/branches/dboeren/jbossws-1.0/jbossws-1.0/src/main/java/org/jboss/ws/server/ServiceEndpointManagerFactory.java?r=409 View the original post :

[jboss-user] [JBossWS] - Re: JSR-181 Endpoint ClassCastException

2006-11-17 Thread [EMAIL PROTECTED]
Why are you using JBoss [Zion] 4.0.4.CR2 Try 4.0.4.GA or 4.0.5.GA View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3986772#3986772 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3986772

[jboss-user] [JBossWS] - Re: JBossWS installation problem

2006-11-17 Thread [EMAIL PROTECTED]
On any particular version of jboss? From the installer? From a binary/source download? What version of jbossws? i.e. this post is post is pretty useless View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3986773#3986773 Reply to the post :

[jboss-user] [JBossWS] - Re: WS does not understand my Client

2006-11-17 Thread micho
Thank you. I think OpenLaszol doesn´t support RPC-Literal, but I will try. I now tried to change the WS to Document-Literal. Deploying I get the Error ERROR [MainDeployer] Could not create deployment: file:/C:/bin/jboss-4.0.4.GA_1/server/default/tmp/deploy/tmp51974ws1.ear-contents/beans. | jar

[jboss-user] [JBoss jBPM] - Re: Customizing the Interface

2006-11-17 Thread kukeltje
salma_06 wrote : | Does this means that starter kit is not possibe to customize interface. Can anyone please help. | Correct in 3.1.x this is not possible View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3986775#3986775 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: deploy on an Sun-Application-Server + MSSql 2000

2006-11-17 Thread JimKnopf
Thanks for your help and answer. I allready tryed it like it was doing in http://www.jboss.com/index.html?module=bbop=viewtopict=89744postdays=0postorder=ascstart=0 But when i start the Sun-App-Server(Glassfish) i got an error: anonymous wrote : | ... | WEB0100: Loading web module [jbpm]

[jboss-user] [Security JAAS/JBoss] - Re: JBossPortal_2_2_CustomJACCExample

2006-11-17 Thread surendrakumar
Hi all, Please give me sample or instructins to write custom authorization for JBOSS portal server2.6.0.how can i do custom authrization for all portals,pages,portlets in portal container. Here is my requirment. i want to inject my sample code into jboss portal which provides decision for

[jboss-user] [JBoss Seam] - Re: What do you guys think of this idea?

2006-11-17 Thread denis-karpov
I think it is good idea to hold the meta information in the file with view. Because there is no need in a separation. All information in page.xml now concerns a particular views. It is matter of grouping by type or by subject. In this case I should prefer grouping by subject. Yes, I usually

[jboss-user] [JBossWS] - Re: tool support for Stub based client programming model

2006-11-17 Thread muted
I'm also looking for information on how to create the client-side stubs. Looking at the (poor) documentation for wstools, it looks like it can only create the server-side stubs. That was my experience, I have a valid wsdl file created with the tools used on the endpoint server, which is running

[jboss-user] [Installation, Configuration Deployment] - Problem in Reading Application Resources properties file on

2006-11-17 Thread bbnarasimhulu
I am facing some problem with my current application while reading ApplicationResources.properties file.Application is working fine on Windows environment and it is not able to read the ApplicationResources.properties properties file on Linux Environment.I think it is problem with the class

[jboss-user] [JBoss jBPM] - Re: deploy on an Sun-Application-Server + MSSql 2000

2006-11-17 Thread kukeltje
what do you think about a commons-el.jar? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3986784#3986784 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3986784 ___ jboss-user

[jboss-user] [EJB 3.0] - Re: Can't get a stateless session bean to work - JNDI can't

2006-11-17 Thread sbucknor
Hi all, I have a similar issue too. I am experimenting with EJB3 deployed on JBoss 4.0.5 (the jar installer version). The deployed jar file (called SimpleSession.ejb3) has 2 classes:- SimpleSession.class (remote interface) and SimpleSessionBean.class (the bean). This deploys with no issues but

[jboss-user] [Remoting] - always using the same target class on server side (POJO)

2006-11-17 Thread mkulawin
Hello All, I use jboss POJO's. If I run the client to the same server twice, the server use always the same instance of target pojo object (targetPOJO). Is there a solution, if I run the client to the same server may times, that every request create a new instance of the target pojo? regards

[jboss-user] [JBoss jBPM] - possible nonthreadsafe access to session

2006-11-17 Thread TheEJBPope
Hi, When trying to delete a process instance from the web application, I'm getting the exception underneath. It seems to be related to subprocesses. When the super-process includes a call to a sub-process, it runs and ends normally but can't be deleted via the jbpm web application any more.

[jboss-user] [EJB 3.0] - Re: Can't get a stateless session bean to work - JNDI can't

2006-11-17 Thread itty06
Is it Math.ear or math.ear Try deleting the ear and create again. I once had similar problem and when I rebuilt everything was fine. Also you could do this @Stateless(name=com.azavia.Math) in your bean access using math/com.azavia.Math/remote This is what happened to my ejb. First I could

[jboss-user] [JBoss jBPM] - Re: deploy on an Sun-Application-Server + MSSql 2000

2006-11-17 Thread JimKnopf
Wow, you are the one. I am realy missing this one, don't know why i am had overlooking it. Now it's fine. Now I am only need to install the correct Database on the Sun-App-Server und configure the hibernate.cfg.xml. Thank you verry much for your help. View the original post :

[jboss-user] [EJB 3.0] - @EJB Supported???

2006-11-17 Thread itty06
http://docs.jboss.org/ejb3/app-server/tutorial/ear/ear.html @EJB annotations are usable in servlets and JSPs, but unfortunately, we have not yet updated tomcat to support it. Also, Tomcat works with the old XML format so you cannot use XML either. So for now, you must lookup the EJB via its

[jboss-user] [Installation, Configuration Deployment] - Installing Axis1.4 over Jboss 4.0.4

2006-11-17 Thread Sanver
Hi. I'm trying to install Axis over my jboss server, by deploying in the server/default directory. Here comes the problem, because once i start my jboss server, it launches an error wich says: anonymous wrote : A org.jboss.logging.util.OnlyOnceErrorHandler object is not assignable to a

[jboss-user] [JBoss and NetBeans] - Re: can I just download plugin of jboss

2006-11-17 Thread pjiricka
Hi, I can not comment on the plugin for Eclipse, this forum is about JBoss with NetBeans. NetBeans has out of the box support for JBoss: no need to download additional plugins, everything just works. View the original post :

[jboss-user] [Installation, Configuration Deployment] - Re: Installing Axis1.4 over Jboss 4.0.4

2006-11-17 Thread bbnarasimhulu
Remove the unnecessary configurations in log4j.xml under \jboss-4.0.4.GA\server\default\conf I think it will solves your problem. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3986797#3986797 Reply to the post :

[jboss-user] [EJB 3.0] - Re: UserTransactions and merge

2006-11-17 Thread hoeft
I haven't tried it yet but here's my suggestion. This code should work: | UserTransaction ut = sessionContext.getUserTransaction(); | ut.begin(); | MyEntity a = em.find(MyEntity.class, Long.valueOf(1)); // -- a is bound. Not initialized lazy fields can be accessed | a.setName(FOO2); |

[jboss-user] [JBoss Portal] - Re: Single Signon - Where do I start

2006-11-17 Thread thanvi
Hi bmcgovern Did u use JBOSS SSO for the SSO to work. I tried to follow the things you have mentioned, but ended up that none of the URL's were working and neither could see the logs. Please help me how did u achieve and is there anything that i have to download. I want to have an SSO to an

[jboss-user] [JBossWS] - Re: tool support for Stub based client programming model

2006-11-17 Thread muted
Well, the wstools config file shown in that particular page that should create the client-side stub doesn't seem to work, as I'm only getting the server-side stubs. That's not a problem anymore though, since I've moved on into using DII configured through the wsdl-file and it seems to be

[jboss-user] [EJB 3.0] - OneToOne Bidirectional

2006-11-17 Thread toni
Hi, I have a short question about establishing a relationship between, for example, a Person and an Address Object, in which the Person Object references the Address Object exactly TWICE. The Person Object contains two field properties each referencing an Address Object. The first one is the

[jboss-user] [Installation, Configuration Deployment] - Re: Installing Axis1.4 over Jboss 4.0.4

2006-11-17 Thread Sanver
could you be a little more specific? I've been looking log4j.xml and it only contains one log4j:configuration tag. Inside it two appenders (one for FILE and other for CONSOLE) wich are the default ones. If I delete one of this appenders, it throws an error telling that they're necessary...

[jboss-user] [Clustering/JBoss] - Strange cluster error message resulting in an OutOfMemoryErr

2006-11-17 Thread braunsdorf
Hi @all, we have experienced a strange problem with our JBoss cluster this morning. 2006-11-17 08:02:59,281 WARN [org.jgroups.protocols.FD] I was suspected, but will not remove myself from membership (waiting for EXIT message) | | 2006-11-17 08:02:59,738 WARN [org.jgroups.protocols.FD] I

[jboss-user] [JBoss Portal] - Portlet Deployments

2006-11-17 Thread yogeshjadhav
After going through the examples I found that each of the portlet is deployed as separate war file. Now my query is that cant we have the entire application under one war file or is it manadatory that each portlet should lie in different war. If its possible to club the entire appilcation under

[jboss-user] [Installation, Configuration Deployment] - Re: Installing Axis1.4 over Jboss 4.0.4

2006-11-17 Thread jaikiran
Similar issue was discussed yesterday at: http://www.jboss.com/index.html?module=bbop=viewtopict=94959 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3986805#3986805 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3986805

[jboss-user] [JBoss Seam] - Re: Road Map

2006-11-17 Thread cavani
Amazing... My only concern is that the Security Feature Request is not separated in minor features for individual voting... I'm interested in Seam's JAAS support over JSF on Facelets (no j_security_check form action) through Login action bean... any ways... that's a good plan... congrats!!

[jboss-user] [JBoss jBPM] - How to select a transition of a process state

2006-11-17 Thread TheEJBPope
Hello, Is there is scenario to select from within a subprocess a transition of the process state that called it ? For example, a subprocess getting a yes or no from a user, is called from a process state with a yes and no transition. How can I match the answer of the user with one of the

[jboss-user] [Installation, Configuration Deployment] - Re: Installing Axis1.4 over Jboss 4.0.4

2006-11-17 Thread Sanver
thank you jaikiran, i've read the link you've posted and it runs smoothly View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3986808#3986808 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3986808

[jboss-user] [JBoss jBPM] - JBPM Timer Action

2006-11-17 Thread itsmeprash
Hi, I have written a JBPM Timer Action Handler. STEPS: 1) Enable the JBPM Scheduler Servlet in web.xml 2) In the process definition define the timer tag. | task-node name=First Task Task Task[9-1.1] | task name=First Task Task Task[9-1.1] duedate=1 business days | assignment

[jboss-user] [JBoss Eclipse IDE (users)] - Re: does this thing work with Mac OS X?

2006-11-17 Thread sonoerin
Thank you for the response. I should have clarified by standard Eclipse poject I mean it does have EJB, and two WAR's. It has a directory structure: - src -all java code - config - test - webapps --webapp1 --webapp2 In other IDE (such as myEclipse) they want this broken out into many

[jboss-user] [Installation, Configuration Deployment] - Oracle MapViewer in JBOSS

2006-11-17 Thread jshome
Can I install and integrate Oracle MapViewer in JBOSS. Regards, JS View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3986812#3986812 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3986812

[jboss-user] [JBoss jBPM] - Re: How to select a transition of a process state

2006-11-17 Thread [EMAIL PROTECTED]
add a decision node after the process-state and use a process variable to transfer the result View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3986813#3986813 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3986813

[jboss-user] [EJB 3.0] - security-domain problem

2006-11-17 Thread kingkong1976
hi i have configured a security domain successfully. in some session beans i have declared: @RolesAllowed({Operator, ServiceAdministrator}) in another session bean i don't have declared any Roles. but still if i'm tryin to access them (using the local home interface in a web application) with

[jboss-user] [JBoss Seam] - Problem with nested dataTables

2006-11-17 Thread m.schuetz
Hi, I have a problem using nested dataTables. Following code does not work correctly: | | h:dataTable value=#{companies} var=aCompany | rendered=#{companies.rowCount 0 } binding=#{contracts} | h:column |

[jboss-user] [JBoss jBPM] - Re: How to select a transition of a process state

2006-11-17 Thread TheEJBPope
Hello Tom, As this answer is coming from you, I guess there really is no other solution for this. Is this something we can expect to find in jbpm's roadmap ? I've used a number of commercial products before and they allow it; in order to have a clean fit of a sub process into a super process.

[jboss-user] [EJB 3.0] - Re: EntityListener, EntityManager, and Threading

2006-11-17 Thread mfishman
To try and further explain what we are attempting to do, we basically have the following case: 1. An EntityListener is listening for when an entity is persisted, updated, or deleted 2. When that happens, the EntityListener wants to evaluate some other DB state to make a decision. To make

[jboss-user] [Beginners Corner] - Re: my installed jboos up with error

2006-11-17 Thread g.simiao
Hi, I have the same problem on a Linux machine (Red Hat). How did you solved this problem? Thanks for you help. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3986818#3986818 Reply to the post :

[jboss-user] [JBoss Eclipse IDE (users)] - Re: does this thing work with Mac OS X?

2006-11-17 Thread [EMAIL PROTECTED]
Yes, this will work by the fact that our JBossAS integration accepts plain old ear's, war's etc. What will not work is the deeper integration with WTP etc., thus some things will work less than if you had real projects for these things. Our goal is to be flexible in this respect, but some

[jboss-user] [JBoss jBPM] - Re: going from jbpm-starters-kit-3.1.3 to jboss-4.0.5.GA

2006-11-17 Thread Digeratus
So I stumbled into the point I had missed yesterday (being new to all four components I'm trying to make work: jboss, hypersonic, hibernate jbpm). The thing I had missed was the .../jboss-4.0.5.GA/server/default/data/hypersonic/localDB.script I've begun merging the contents that come with

[jboss-user] [Nukes User] - Re: New releases

2006-11-17 Thread visa666
Great! In the mean time can you get rid of the SPAM! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3986819#3986819 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3986819 ___

[jboss-user] [JBoss jBPM] - Re: going from jbpm-starters-kit-3.1.3 to jboss-4.0.5.GA

2006-11-17 Thread Digeratus
cocampo wrote : ...you could start by reading chapter 8, and Searching TFF for RDBMS related topics... | | Regards. Thanks for reminding me that I should go back through that. I had glanced but not seen my problem (probably just reading too fast). Also, I'm looking into converting the

[jboss-user] [JBoss Portal] - Where are industrial and nphalanx layout

2006-11-17 Thread Peter.Coppens
Hello, I am starting with jboss( portal) and downloaded the 2.6 bunddle. All works just fine. Now I am trying some initial things to change the layout and while reading through the doc I came across http://docs.jboss.com/jbportal/v2.6/reference-guide/en/html/themeandlayouts.html#d0e4351

[jboss-user] [EJB 3.0] - Re: Can't get a stateless session bean to work - JNDI can't

2006-11-17 Thread Azavia
Thanks for the replies. The remote interrface is com.azavia.math.Math In the JNDI view, I see the top level Math, and then under that, MathBean, but no remote. When I don't use remote and just lookup Math/MathBean, it is able to look it up, but I can't cast it to Math. I did see something at

[jboss-user] [JBoss jBPM] - Re: How to select a transition of a process state

2006-11-17 Thread [EMAIL PROTECTED]
i didn't mean to say that your request doesn't make sense. we are thinking of enabling conditions on all transitions (not only the ones of a decision). then, you could combine the decision behaviour in each node implementation, also in the process-state but i want to group the jpdl xml

[jboss-user] [JBoss Messaging] - Re: _JMS Mesage delivery not working

2006-11-17 Thread oleznew
Yes I can confirm that this is not a threading issue. I'll prepare a test case. Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3986828#3986828 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3986828

[jboss-user] [JBoss Portal] - Re: Single Signon - Where do I start

2006-11-17 Thread bmcgovern
Thanvi -- Im happy to help. Everythign I used came with the portal and is part of the jaas spec so you dont need to download anything Im using jboss bundled portal and app server. App server v 4.0.4GA and portal 2.4. Before you start you need to figure out how you are going to authenticate.

[jboss-user] [JBoss Seam] - Re: ICEfaces

2006-11-17 Thread jdestef
Hi, I see there is a JBoss-Seam/Icefaces integration guide on the Iceface website. Unfortunately the site seems to be none functional at the moment. If the Icefaces guys are listening, any chance of posting this guide to the wiki here? Tx View the original post :

[jboss-user] [EJB/JBoss] - How to connect to remote server correctly

2006-11-17 Thread colin74
My code is: try { Hashtable env = new Hashtable(); env.put(Context.INITIAL_CONTEXT_FACTORY, CONTEXT_FACTORY); env.put(Context.PROVIDER_URL, this._url); InitialContext ctx = new InitialContext(env); // get MBeanServer

[jboss-user] [EJB 3.0] - Re: mappedBy reference an unknown target entity property

2006-11-17 Thread svanbegin01
This problem was solved by replacing @Id annotations in Entity B with @EmbeddedId and @Embeddable constructs View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3986841#3986841 Reply to the post :

[jboss-user] [JBoss Seam] - Component not found in War

2006-11-17 Thread gquintana
Hello, My application is structured as usual: MyApp.ear +- MyEjb.jar +- MyWeb.war When I place a component in the EJB Jar, Seam finds it perfectly. On the contrary, when I place it in the War, it doesn't see it (I looked for it in Seam traces when I deployed my app). My component is a

[jboss-user] [EJB/JBoss] - Create instance of session EJB on startup

2006-11-17 Thread coderman
Is it possible to create a session EJB instance without creating that instance by servlet? I saw BEA has a special tab for it but I did not found it in JBOSS !?! initial-beans-in-free-pool1initial-beans-in-free-pool This tag provokes the server to create one instance on startup. View the

[jboss-user] [EJB 3.0] - 2 FETCH Joins in 1 query

2006-11-17 Thread Juergen.Zimmermann
I'm using JBoss 4.0.5GA with EJB3 annotations. I want to read objects of class Customer and also fetch their orders plus the shipments of these orders. I tried this named query: SELECT DISTINCT c | FROM Customer c |LEFT JOIN FETCH c.orders o |LEFT JOIN FETCH o.shipments | WHERE

[jboss-user] [EJB 3.0] - Re: 2 FETCH Joins in 1 query

2006-11-17 Thread [EMAIL PROTECTED]
the stack trace says it all there is no way for hibernate to figure out the unique rows from a joined resultset with multiple bags. Thus instead of creating duplicate entries in your llist we fail with the stacktrace. In the future we plan to provide a fallback for this scenario where a

[jboss-user] [JBoss Portal] - Re: Where are industrial and nphalanx layout

2006-11-17 Thread [EMAIL PROTECTED]
I believe we only package the generic layout, and that may be a misprint. NPhalanx and industrial are actually Themes, not layouts. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3986848#3986848 Reply to the post :

[jboss-user] [JBossCache] - Re: ClassCastException during cache replication

2006-11-17 Thread mraccola
I see the item is marked fixed. Can you send a path for this? I am using the cache in production and the logs are filling with stack traces at ERROR level. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3986850#3986850 Reply to the post :

[jboss-user] [Management, JMX/JBoss] - J2ee Domains not Showing Depoyed EJBs in EAR

2006-11-17 Thread ahachmann
Hello, I am currently trying to view my EJBs states. I read in A Developers Notebook on JBoss, that in the Tree of the WebConsole, there should be every EJB deplayed under a EAR visable. This is not not the fact with my EAR. What do I have to do for getting this work properly. I am running

[jboss-user] [JBoss Portal] - Re: Where are industrial and nphalanx layout

2006-11-17 Thread Peter.Coppens
I am not sure I understood the meaning of the referred part of the doc, but what I am actually looking for is a layout that uses the advised approach, as in anonymous wrote : * a taglib that uses a pluggable API to delegate the markup generation to a set of classes | I found three layouts

[jboss-user] [JBossCache] - Re: ClassCastException during cache replication

2006-11-17 Thread mraccola
Sorry, path = patch View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3986851#3986851 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3986851 ___ jboss-user mailing list

[jboss-user] [Beginners Corner] - Using JSF for JBoss 4.0.5

2006-11-17 Thread SamwiseatCGI
Hi, I'm very new to JBoss, Eclipse, and JSF. I have done some programming in Java, however. It is my understanding that the jsf-api.jar and jsf-impl.jar files are required to run JSF. Can someone confirm this? Also, does anyone have a web.xml file that is configured to run JSF? I can't seem to

[jboss-user] [EJB 3.0] - Re: 2 FETCH Joins in 1 query

2006-11-17 Thread [EMAIL PROTECTED]
but your Orders is a List, right ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3986855#3986855 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3986855 ___ jboss-user mailing list

[jboss-user] [JBoss Portal] - running helloportal failed.

2006-11-17 Thread smithlearner
I tried to example helloportal, but got exception: 10:19:43,796 WARN [JDBCExceptionReporter] SQL Error: 0, SQLState: null 10:19:43,796 ERROR [JDBCExceptionReporter] Transaction is not active: tx=Transac tionImpl:XidImpl[FormatId=257, GlobalId=home/38, BranchQual=, localId=38]; - nes ted

[jboss-user] [Installation, Configuration Deployment] - JBoss Startup issue

2006-11-17 Thread bnraju1
Hi, I installed JBoss-4.0.4.GA and Messaging 1.0.1.CR4 on AIX environment. When I try to start JBoss for the first time, I get the below error message. Can someone please help me with this? -- 14:11:08,730 INFO [Server] Starting

[jboss-user] [JBoss Seam] - Spring-injected ManagedHibernateSession

2006-11-17 Thread berserksangr
Hi, I have a Spring-wired multilayer application. Is there any way to inject Seam ManagedHibernateSession to my DAO's that are in a separate view-technology-blind layer using a Spring context? Seam+Hibernate+Microcontainer example looks like nothing that Spring can't do, but I'm not sure about

[jboss-user] [Beginners Corner] - Re: Using JSF for JBoss 4.0.5

2006-11-17 Thread SamwiseatCGI
Sorry, I should add that I've attempted to run MyFaces on my JBoss AS, so I have a ton of .jar files in C:\jboss-4.0.5\server\default\deploy\jbossweb-tomcat55.sar\jsf-libs, but I'm just wondering if the jsf-api.jar and jsf-impl.jar files need to be there too, or just in the WEB-INF file, or in

[jboss-user] [JBoss Portal] - Re: Portlet Deployments

2006-11-17 Thread PeterJ
Yes, you can place multiple portlets into a single war file. For an example, see the jboss-portal.sar/portal-samples.war directory, which contains the news and weather portlets. Notice that the jar file is located at jboss-portal.sar/lib/portal-samples-lib.jar but could just as easily have

[jboss-user] [JBoss Seam] - Re: Spring-injected ManagedHibernateSession

2006-11-17 Thread berserksangr
Can this be achieved by the following? 1. Configure DataSource and Hibernate session factory using Spring 2. Bind this session factory to JNDI under java:/sessionFactory 3. Spawn HibernateManagedSession in components.xml and set sessionFactoryJndiName to java:/bookingSessionFactory 4. When DAO

[jboss-user] [Installation, Configuration Deployment] - Re: java.lang.IncompatibleClassChangeError in 4.0.5

2006-11-17 Thread infinity2heaven
I got this solved by deleting one of the hibernate.jars that comes along with Jboss 4.0.5 distribution. My application's WEB-INF/lib had an older version of hibernate.jar and that created the incompatibilities at runtime ... View the original post :

[jboss-user] validationQuery and jboss

2006-11-17 Thread [EMAIL PROTECTED]
Hi, Does 'validationQuery' work w/ jboss? One of our customers has an intermittent 'connection reset by peer' error when connecting from the app server to the database. I search a bit and found some posts/articles suggesting using a 'validationQuery' property on the data source to force the

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Does Hibernate 3.2 support generating Database schema fr

2006-11-17 Thread [EMAIL PROTECTED]
Hi Thank you for your reply. I have already a book named Pro hibernate 3.0, In that book author said that hibernate 3.0 does not support generating schema from annotated class. and it just generate database from mapping files. Now i learned that a ANT task helps to generate schema from mapping

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Does Hibernate 3.2 support generating Database schema fr

2006-11-17 Thread andydale
Hi, I do not know if there is an Ant task for this, i just let JBoss do it for me on deployment of my .ear file. Andy View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3986873#3986873 Reply to the post :

[jboss-user] [JBossWS] - Re: JSR-181 Endpoint ClassCastException

2006-11-17 Thread jhudson
Thanks again Thomas for your help. I have finally got it working but I am wondering about the generated parameter names. A snipped from the generated WSDL is: Notice the int_1 and int_2 parameter names. The Java parameter names weren't used. Is there any way I tell the service to use

[jboss-user] [JBoss jBPM] - Re: CVS?

2006-11-17 Thread cocampo
Can you show us some code? Maybe we can see if there is a problem with it... Regards. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3986875#3986875 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3986875

[jboss-user] [JBossWS] - Re: JSR-181 Endpoint ClassCastException

2006-11-17 Thread jhudson
ok, thank you very much Thomas. I appreciate your help. Joe View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3986879#3986879 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3986879

[jboss-user] [JBossWS] - Re: JSR-181 Endpoint ClassCastException

2006-11-17 Thread [EMAIL PROTECTED]
Before @WebParam in JAXWS there is not, because you cannot get at this information through the java reflection API View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3986877#3986877 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Road Map

2006-11-17 Thread [EMAIL PROTECTED]
Note that the security stuff is in heavy flux. Shane and I and the Drools guys have been having some discussions about what will be the final form of this stuff and its turning out pretty interesting (a LOT different to the standard Java EE security). So anyway, thats why it isn't broken down

[jboss-user] [JBoss Seam] - Re: session timeout always throw exception

2006-11-17 Thread [EMAIL PROTECTED]
Looks like a classloading problem to me. Do you have you jboss-app.xml files? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3986882#3986882 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3986882

[jboss-user] [JBoss Seam] - Re: Component not found in War

2006-11-17 Thread petemuir
Yu can't put seam components in the war. If you don't want them in the EJB jar you could always put them in another jar. Just don't forget seam.properties for them to loaded automatically. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3986883#3986883 Reply

[jboss-user] [JBoss Seam] - Re: Component not found in War

2006-11-17 Thread [EMAIL PROTECTED]
So you package your component class directly in WEB-INF/classes? OK, well, you would need to add a WEB-INF/classes/META-INF/seam.properties file so that Seam's scanner will scan that directory for components. View the original post :

[jboss-user] [JBossWS] - Re: JSR-181 Endpoint ClassCastException

2006-11-17 Thread jhudson
Ok, I promise this is my last question :) I saw a reference somewhere that jbossws rewrites the web.xml (which I see happening) if you are using an exploded structure but, if I restart the app server and keep the rewritten web.xml file, the endpoint can not be located. So, every time I start

[jboss-user] [JBoss jBPM] - jbpm and LDAP!

2006-11-17 Thread T3reini
Hi, I have spent so much time to go through all the documentation and forum topics on the identity component but I have no idea how to link jbpm to a LDAP Database. I hope someone is willing to give me some hints because I need a prototype for my thesis. UseCase: I have Users in an

[jboss-user] [EJB 3.0] - JBoss 4.0.3 SP1, MS SQL Server 2000, Persistence issue: java

2006-11-17 Thread r.simoni
Hi at all. I have an issue with JBoss 4.0.3 SP1 and MS SQL Server 2000 with SP3. Accessing from a client a remote session bean (stateless), I'm able to lookup and call a test method that make persist an Entity Bean on a table. But when the method finish execution, I receive an exception on

[jboss-user] [EJB/JBoss] - Re: WebLogic to JBoss conversion - EJB Client jar file?

2006-11-17 Thread nsv
Hi Need help urgently below is the piece of code from config.xml from weblogic declaring jmsqueues ,topics and connectionfactories Can you please tell me how can i declare the same in JBOSS | JMSConnectionFactory JNDIName=AlarmMgrConnectionFactory | |

[jboss-user] [EJB 3.0] - security-domain problem...

2006-11-17 Thread kingkong1976
hi by the way, i have forgot to mention, that the bean i would like to access anonymously is declared with @PermitAll. in the mean time i have found out, that not the bean itself is the problem. the jndi lookup already try's to authenticate. i have tried with this two initial context

  1   2   >