[JBoss-user] [JBoss Seam] - Re: Does anyone know of an automatic Seam-JSF form generator

2006-07-10 Thread [EMAIL PROTECTED]
jtucker wrote : My understanding of the current hibernate application generation tool (I assume that's the one you are talking about) is that the generation happens at build-time, whereas I am talking about runtime generation. But perhaps in future the Seam application generator could generate

[JBoss-user] [JBoss Seam] - Re: Can Seam be configured to support JSP and Facelets in an

2006-07-10 Thread [EMAIL PROTECTED]
right View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956473#3956473 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3956473 - Using Tomcat but need to

[JBoss-user] [JBoss Seam] - Re: Can't get a conversational stateful bean to work

2006-07-10 Thread andrew.rw.robinson
I got it to work by starting the conversation with a factory method instead of just relying on the page load method. I made the following adjustments: @Out(scope=ScopeType.CONVERSATION, value=adminUserList, required=false) | private ListUser users; | | @Out(required=false,

[JBoss-user] [JBoss Seam] - Re: @PreUpdate not being called on Seam @Entity

2006-07-10 Thread [EMAIL PROTECTED]
Emmanuel doesn't monitor this list. Ask in HEM or EJB3 forums. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956475#3956475 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3956475

[JBoss-user] [JBossWS] - Re: PLEASE HELP: JSR 181 EJB Endpoint (JBoss 4.0.4.GA)

2006-07-10 Thread knifegun
Anybody else? The EJB Web Service appears to be deployed correctly and shows up in the http://:8080/jbossws page. The WSDL listed in the console however still does not work (404). Anything else I need to do? I am using JBoss 4.0.4 GA Patch 1. View the original post :

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Problem with ClassNotFoundException while trying to add

2006-07-10 Thread jaikiran
The LoggingService starts even before your application is deployed. As a result, the classes present in your application are not yet loaded by the classloader and hence the ClassNotFoundException. Place the jar/classes representing your wrapper logger in the %JBOSS_HOME%/server/default/lib

[JBoss-user] [JBoss AOP] - Re: Interceptor ordering relative to EJB3 transaction interc

2006-07-10 Thread jnorris10
So are you suggesting I modify the main ejb3-interceptors-aop.xml or can I include a ejb3-interceptors-aop.xml like file in a deployable unit (ie: ear) that contains information on how to invoke my new aspects relative to the ejb3 standard ones? I have been looking at the aspectdomain test

[JBoss-user] [Clustering/JBoss] - Re: Changing Ports (two nodes, same machine, 4.0.4)

2006-07-10 Thread [EMAIL PROTECTED]
Do you see bindingservice-plugin.jar in your lib directory? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956479#3956479 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3956479

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

2006-07-10 Thread vishnu_vsv
Hello Kurt, Thanks for your reply. I don't want to send each request to the same node every time. My requirement is like this: Suppose first request from UserA is handled by NodeA, i want NodeA to handle all subsequent request from UserA. Similarly if NodeB handles first request from UserB,

[JBoss-user] [JBoss Seam] - Re: entity beans binding to stateless context

2006-07-10 Thread balamg
i have tried to use option (b) above. so in the code, i simply modified the entity bean hoping that the changes would get commited without explicitly invoking the entity manager, but this did not happen. i also annotated the method as @Destroy @Remove -- how can i cause the SFSB to be

[JBoss-user] [JBossWS] - Re: Servlet regarded as ServiceEndPoint

2006-07-10 Thread kdeboer
Thanks for the answer. I can fix this for our own code. But we are also using novell extend portal code and we don not have control over this piece of software. I think it is a good idea to make this more 'elegant' View the original post :

[JBoss-user] [JBoss Portal] - I have problem in starting JBoss portal application

2006-07-10 Thread Leonardpaul
Hi, My Jboss server is starting fine and Jboss portal also get statring , tables are creating fine. Able to login also, but i have the message in console like Incompletely deployed packages --- Packages waiting for a deployer --- [EMAIL PROTECTED] { url=file:/D:/Program

[JBoss-user] [EJB 3.0] - Re: Javassist throws SecurityException on new 4.0.4GA

2006-07-10 Thread phon
i noticed the following in my log : 08:01:35,948 INFO [Environment] Hibernate 3.2 cr2 08:01:35,957 INFO [Environment] hibernate.properties not found 08:01:35,980 INFO [Environment] Bytecode provider name : javassist is there any way to disable javassist or to switch it back to CGLib maybe ?

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

2006-07-10 Thread mnrz
[EMAIL PROTECTED] wrote : Looks OK. How about faces-config.xml? this is my faces-config.xml ?xml version=1.0 encoding=UTF-8? !DOCTYPE faces-config PUBLIC -//Sun Microsystems, Inc.//DTD JavaServer Faces Config 1.0//EN http://java.sun.com/dtd/web-facesconfig_1_0.dtd;

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

2006-07-10 Thread mnrz
[EMAIL PROTECTED] wrote : Looks OK. How about faces-config.xml? this is my faces-config.xml | ?xml version=1.0 encoding=UTF-8? | !DOCTYPE faces-config | PUBLIC -//Sun Microsystems, Inc.//DTD JavaServer Faces Config 1.0//EN |

[JBoss-user] [JBoss jBPM] - Re: Using jBPM with EJB, Could you help me?

2006-07-10 Thread hien_2008
Thanks Ronald, It's very useful to me and fixed my problem. I just replace ehcache-1.1.jar by using ehcache-1.2.jar and it worked BTW: Why the servlet environment (I deployed in TOMCAT without EJB context) works well but EJB? what are differences between these environments? Hien View the

[JBoss-user] [JBossCache] - Re: Eviction not working in JBossCache-1.2.4SP2

2006-07-10 Thread jaikiran
Is this behavior of Fqn correct? If yes, shouldnt this be documented through the javadocs? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956488#3956488 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3956488

[JBoss-user] [Beginners Corner] - some questions about JBoss and Catalina

2006-07-10 Thread mika.fhdw
hello community, i'd like to ask for some questions for getting a deeper clarity of JBoss. the sence of this thread is to make the log4j not to log some loggings. there are two logs (and more, but these two are important) i don't know the meaning of them. these two logs are: 12:41:32,372 INFO

[JBoss-user] [JBossCache] - Re: Eviction not working in JBossCache-1.2.4SP2

2006-07-10 Thread jaikiran
Sorry, posted in the wrong topic View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956490#3956490 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3956490

[JBoss-user] [JBossCache] - Re: Expected behavior of FQN?

2006-07-10 Thread jaikiran
Is this behavior of Fqn correct? If yes, shouldnt this be documented through the javadocs? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956491#3956491 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3956491

[JBoss-user] [EJB 3.0] - Re: Interceptors not fired on methods called from within bea

2006-07-10 Thread abl
this is correct behavior. it IS in the spec - don't ask me exactly where. there have been posts here already related to that. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956493#3956493 Reply to the post :

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

2006-07-10 Thread abl
you cannot have more than one @OneToMany with EAGER fetching in a bean - change to LAZY. in JB4.0.4 GA you will not be able to deploy that anymore (deployment error). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956494#3956494 Reply to the post :

[JBoss-user] [JBoss Seam] - Re: DataModelSelection without Outjection?

2006-07-10 Thread japplicoon
Thank you, petemuir, I'll experiment with that! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956495#3956495 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3956495

[JBoss-user] [JBoss Seam] - How to use JAX-WS with Seam?

2006-07-10 Thread mnrz
Hi I am going to using Seam framework with my JSF project and we have to using web services in our application. Is there any idea or article or something else about using JAX-WS inside the Seam framework. how to configure? how to match them with each other? any guide will be appreciated.

[JBoss-user] [Messaging, JMS JBossMQ] - Re: DEBUG [org.jboss.mq.il.uil2.ServerSocketManagerHandler]

2006-07-10 Thread mswkk
Dear all, We have experience error at our JBoss 4.0.3 version, and I also capture the error from client side below. We suspected that occurred under heavy loading on JMS MQ. | Jul 10, 2006 2:18:23 PM SGT Warning EJB Cmapp2 Server2 ExecuteThread: '39' for queue:

[JBoss-user] [EJB/JBoss] - File Access with ejb's and MBean's

2006-07-10 Thread hoeft
Hi! I must write files in my application. I read that file access in ejb's is forbidden, so i wrote a MBean which writes the files if it's methods are called. This methods are called by my ejb's. Is that allowed? If not, what can I do to write files? Thanks Meinert View the original post :

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

2006-07-10 Thread visolvejboss
Hello, Refer the following link. http://wiki.jboss.org/wiki/Wiki.jsp?page=JDK1.5AnnotationsWithJDK1.4 This might be helpful. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956502#3956502 Reply to the post :

[JBoss-user] [Remoting] - Re: Passing Object in RemoteCall, wich is unknown for AppSer

2006-07-10 Thread schulz
Recently I found out, that the implementation of ObjectInputStream in JBoss (MarshalledValueInputStream) avoids a remote-loading of client classes, because it ignores the information, added by sun.rmi.server.MarshalOutputStream.annotateClass(). I guess, that is not a bug but has been made by

[JBoss-user] [JBoss jBPM] - Re: assigning a task to multiple users

2006-07-10 Thread mohan514
hi samid, Thank u for ur reply. Regards, Mohan ch. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956505#3956505 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3956505

[JBoss-user] [JBoss Seam] - Re: Seam mailer component

2006-07-10 Thread [EMAIL PROTECTED]
Could you add a Wiki page with that ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956508#3956508 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3956508

[JBoss-user] [JBoss jBPM] - vHost based Datasource

2006-07-10 Thread Becka
We are currently developing a jBPM Application and in the future we would like to host it for some customers on multiple Domains. For that we need a selection, that every vHost has it own Datasource. Is such a feature already implemented or how can this be realized? View the original post :

[JBoss-user] [JBoss Seam] - JBoss Seam IDE proposal

2006-07-10 Thread [EMAIL PROTECTED]
We are thinking about how to extend the JBoss Eclipse IDE to support Seam. If you have interest with that and ideas to share, please look at and participate to this other post in the JBoss Eclipse IDE forum: http://jboss.com/index.html?module=bbop=viewtopicp=3956511 View the original post :

[JBoss-user] [JBoss Portal] - portlet caching

2006-07-10 Thread brain101
i have installed jboss portal and included via an extra war a portlet. whenever i change some jsps or classes in my portlet war, portal is still keeping the old content and not refreshing it. is there a possibility to disable the caching of portlet content? View the original post :

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

2006-07-10 Thread MarcReis
Hi Ben, it shows up on both nodes, but I do have RoundRobin in use for the SFSB. It does not show up absoluteley simultaniously, one node starts shortly before the other. I am not sure, but I thought I rather mention it, just in case it is related. (If not just ignore it). I still have a

[JBoss-user] [JBoss Portal] - How the code for event test in Test portal.

2006-07-10 Thread Leonardpaul
Hi Any one knows the jsp file of Test A and Test B portlet of Test Portal. Thanks A.Peter View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956516#3956516 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3956516

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

2006-07-10 Thread grdzeli_kaci
[EMAIL PROTECTED] did u mean JBoss Transactions API named ArjunaTA ? i removed this code from my program | manager.getTransaction().begin(); | manager.getTransaction().commit(); | manager.getTransaction().rollback(); | but i get en error again :( error |

[JBoss-user] [Installation, Configuration Deployment] - No deployment of files in

2006-07-10 Thread BARC
Hi, I was wondering why when deploying in the folder JBOSS_INSTALL/server/barc/deploy/BARC/core the server does not find the files in there. It doesn't matter whether I deploy an ear, par, jar, ... anything in thecore folder is skipped both on start up as on hot deployment. Only when changing

[JBoss-user] [JBoss jBPM] - Re: getting node Class type when getting process definition

2006-07-10 Thread gregoiredx
thank you, this work just fine. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956519#3956519 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3956519 -

[JBoss-user] [JBoss Portal] - Beta 2.4: Login Problem with IExplorer

2006-07-10 Thread yjusot
Hello, I'm currently using Beta 2.4 of JBoss Portal, Login works fine with Firefox, but with Internet Explorer 6, I have the following error at submit time: HTTP Status 408 - The time allowed for the login process has been exceeded. If you wish to continue you must either click back twice and

[JBoss-user] [JBoss Portal] - Re: How to passing session varibles from Portlet to Servlet

2006-07-10 Thread derek_wen
Hi Tyler, many thanks for your help. :) Derek View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956522#3956522 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3956522

[JBoss-user] [JBoss AOP] - Re: dynamic interceptor scope

2006-07-10 Thread [EMAIL PROTECTED]
Hi, With the old API interceptors get appended to everything on the object. In this case you would need to do some filtering in the aspect. e.g. | Object invoke(Invocation inv) throws Throwable | { |if (inv instanceof FieldInvocation){ | //Do work |} |return

[JBoss-user] [JBoss Portal] - Re: JBoss Seam example working in JBoss Portal 2.4 BETA1

2006-07-10 Thread yjusot
Hello Ales, I'm interesting on the deploy of Seam, EJ3 and Portal 2.4 under AS 4.0.4. What is the procedure to deploy all these modules without problems? I tried without success at this moment... Do you have a working project that I can have a look? Thanks for some infos. Have a good day,

[JBoss-user] [Clustering/JBoss] - How to check which node is serving a request?

2006-07-10 Thread vishnu_vsv
Hi, For some debug purpose, i want to monitor which node is serving a particular request. How to do this? Is there any api methods in JBoss Cluster to check this? Thanks Vishnu View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956525#3956525 Reply to the

[JBoss-user] [JBoss Seam] - Re: SEAM Booking demo on Glassfish (Appserver 9.0)

2006-07-10 Thread [EMAIL PROTECTED]
Yep, Roger Kitain from Sun has sent me a bunch of stuff to get Seam examples deploying out of the box on gf, using ant deploy.glassfish. Sorry I did not yet get a chance to integrate this stuff. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956469#3956469

[JBoss-user] [JBoss Seam] - Re: entity beans binding to stateless context

2006-07-10 Thread [EMAIL PROTECTED]
balamg wrote : as per the documentation, entity beans may never be bound to stateless context. | why is this so ? if i want to update an entity bean on a per-request basis then i could create a SLSB and inject the entity bean and update it from the action method of the SLSB. ? You _can_

[JBoss-user] [JBoss Seam] - Re: entity beans binding to stateless context

2006-07-10 Thread [EMAIL PROTECTED]
balamg wrote : thanks. are the cached entity beans (in the session /conversation context) attached to the underlying persistence session between requests. Yes if (a) the entity bean is conversation scoped (b) you use a seam-managed PC or a conversation-scoped SFSB with an extended PC View the

[JBoss-user] [JBoss/Spring Integration] - Re: Creating a JMS Queue using Jboss

2006-07-10 Thread adandrew
Depending on the configuration you have made for your JBoss go to the respective folder. For example JBOSS_HOME/server/default/deploy/jms if you have configured your JBoss for default operation. In the folder open the jbossmq-destinations-service.xml file and put the entry for your JNDI name

[JBoss-user] [EJB 3.0] - Relationships destroyed at ManyToMany merge on owning side

2006-07-10 Thread squishy
Hello, I have two Entities, User Group, in an m:m relationship, User is the owning side, eager loading. Problem: if i update a user entity, its relationships are destroyed. updating a group works. How can i solve this ? View the original post :

[JBoss-user] [JBoss Portal] - Re: JBoss Seam example working in JBoss Portal 2.4 BETA1

2006-07-10 Thread [EMAIL PROTECTED]
You can use the JEMS installer with the portal configuration (instead of ejb3). Then you can try the portal example of Seam. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956528#3956528 Reply to the post :

[JBoss-user] [Security JAAS/JBoss] - Authenticating user in servlet

2006-07-10 Thread jochenb
Hi, I have a proprietary client which sends a hardware ID in the http request for authenticating the device. But we want to use the standard J2EE security mechanisms in our application and use the vendor neutral api request.isUserInRole() and getRemoteUser(). So I deveolped an Authenticator

[JBoss-user] [JBoss Portal] - Re: JBoss Seam example working in JBoss Portal 2.4 BETA1

2006-07-10 Thread alesj
anonymous wrote : | Do you have a working project that I can have a look? | With that configuration - not yet. But we have a working project with http://www.energetika.net - built on ejb3 and jbp2.0. anonymous wrote : | What is the procedure to deploy all these modules without

[JBoss-user] [JBoss AOP] - Re: dynamic interceptor scope

2006-07-10 Thread [EMAIL PROTECTED]
Ok, just to make sure I understand. Are you saying that I can do dynamic interception now without any prepare xml or prepare annotation? For example, in PojoCache, I'd know exactly what is the POJO to attach and I want to intercept all the fields anyway. So in theory, I can construct the

[JBoss-user] [Clustering/JBoss] - Re: Changing Ports (two nodes, same machine, 4.0.4)

2006-07-10 Thread burakbayramli
Just looked, bindingservice-plugin.jar was not in the JBoss 4.0.4 installation. How should I install JBoss in order to get this jar? Or should I deploy this file manually (through Ant) from my project's development lib directory? Either way is fine, I just want to know the right method.

[JBoss-user] [JBoss Seam] - Post Again:File download dialog apprears instead of page red

2006-07-10 Thread smajima
I post it again. This time the deference is I used delivered seam-example folder to build my test program. I copied registration build file,application.xml,ejb-jar.xml,jboss-app.xml,persistence.xml,faces-config.xml and web.xml. I modified application.xml. I used eclipse and did build deploy.

[JBoss-user] [Beginners Corner] - java.util.zip.ZipException: error in opening zip file

2006-07-10 Thread mehboob123
Hi i am using the tomcat that is bundled with JBOSS and for client side I have my folder greeterapp as follows C:\jboss-4.0.3\server\default\deploy\greeterapp which contains the WEB-INF,greetServlet.html and web-app.xml WEB-INF contains the classes(containing greetServlet.class) and

[JBoss-user] [Beginners Corner] - java.util.zip.ZipException: error in opening zip file

2006-07-10 Thread mehboob123
Hi i am using the tomcat that is bundled with JBOSS and for client side I have my folder greeterapp as follows C:\jboss-4.0.3\server\default\deploy\greeterapp which contains the WEB-INF,greetServlet.html and web-app.xml WEB-INF contains the classes(containing greetServlet.class) and

[JBoss-user] [JBoss AOP] - Re: dynamic interceptor scope

2006-07-10 Thread [EMAIL PROTECTED]
You still need to prepare the joinpoints. The reason the introduced methods get intercepted is that when weaving in the introductions we weave in hooks for aop simpilar to AOP. This should have read: anonymous wrote : | BTW I want to make AOP 2 use JDK 5 and use JBoss Retro to be able to

[JBoss-user] [JBoss Seam] - Ajax¤JSF with Seam

2006-07-10 Thread tobad
Hi I've been using Seam for a while now. I'm currently using 1.0.1 GA with the embedded container in Tomcat. Right now I have one page with several datatables on it. When a user clicks on a selection on the first table the other two are updated. This is currently done via a normal HTTP request

[JBoss-user] [JBoss Seam] - Re: Clean Seam installation - but errors, errors, errors...

2006-07-10 Thread bfo81
PS: The Seam Hibernate demo works great. So EJB3 is the scapegoat. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956553#3956553 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3956553

[JBoss-user] [EJB 3.0] - Re: Relationships destroyed at ManyToMany merge on owning si

2006-07-10 Thread squishy
I have a user with id 1 and name A and a group with id 24 and name B. They're in a relationship with an entry in the Join-table. Then i update A by doing | User u = new User(); | u.setId(1); | u.setName(Z); | manager.merge(u); | and after that the entry in the join-table is gone. I

[JBoss-user] [Installation, Configuration Deployment] - Re: How to deploy a connector in an ear file

2006-07-10 Thread SchlauFuchs
Did you edit the application.xml in your ear file? | module | connectorJcaAdapter.rar/connector | /module | View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956555#3956555 Reply to the post :

[JBoss-user] [JBoss jBPM] - Re: vHost based Datasource

2006-07-10 Thread Becka
how can i deploy the instances or what have i to deploy? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956557#3956557 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3956557

[JBoss-user] [Security JAAS/JBoss] - Re: Using JCE crypto in EJBs

2006-07-10 Thread [EMAIL PROTECTED]
wussykye- Try accessing your cert file using a full system path to your cacert file within your EJB to make sure this is not an issue with locating the cacert file. Also, did you try getting an input stream to the cert file in your EJB and make sure the file is actually being located and read.

[JBoss-user] [JBoss jBPM] - Re: vHost based Datasource

2006-07-10 Thread kukeltje
you can find most of the information in the docs, wiki and by looking at the code View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956559#3956559 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3956559

[JBoss-user] [Security JAAS/JBoss] - Re: Authenticating user in servlet

2006-07-10 Thread [EMAIL PROTECTED]
Jochen- With your custom Authenticator approach, did you try doing a browser redirect that sends back the same exact request information back maybe minus the deviceid information, once the authentication is successfull and the user's identity is sucessfully established within the

[JBoss-user] [JBoss jBPM] - Re: vHost based Datasource

2006-07-10 Thread Becka
i found a page in the wiki regarding to vHosts http://wiki.jboss.org/wiki/Wiki.jsp?page=VirtualHosts but this won't tells me how to deploy a DataSource for each vHost View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956566#3956566 Reply to the post :

[JBoss-user] [JBoss Seam] - Clean Seam installation - but errors, errors, errors...

2006-07-10 Thread bfo81
Well, I tried running some Seam examples. I proceeded like suggested in the getting started section (http://labs.jboss.com/portal/jbossseam/gettingstarted/index.html). But it didn't work out that easy, cause I'm running from one error into the other. After installing JBoss 4.0.4 AS via the

[JBoss-user] [EJB 3.0] - Problem in Deployment in JBoss 4.0.4

2006-07-10 Thread kanthkr
Hello, We are using Jboss 4.0.3 with EJB3.0 setup and the system is running fine. But when we migrated to JBoss 4.0.4, there were problems during compiling, it asked for unit name. We added the unit name and created a new persistence.xml with the details as shown.

[JBoss-user] [JBossWS] - jndi lookup of JSR181 web service

2006-07-10 Thread heapifyman
Hello. How do I make a lookup of a JSR 181 web service endpoint deployed on JBoss from a simple Java Client? I followed the instructions of the JbossWS user guide on how to code the endpoint and got it deployed. But since there's no example of a JSR181 client, I'm stuck at how to code the

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

2006-07-10 Thread grdzeli_kaci
ok thanks u're rigth it works but what can i do when i wont work with multiple database ? i think that i need to xml datasourse file (for example : oracle-xa-ds.xml and postgres-ds.xml) both of them configured corectly : oracle ds file : | datasources | xa-datasource |

[JBoss-user] [Security JAAS/JBoss] - wrong principal although authenticated in 4.0.4 GA

2006-07-10 Thread TedCat
Hi, Since we migrated our app from 4..0.3 to 4.0.4 GA, we are facing the following problem: - some ejb2 sb are created with the right JAAS credentials but while getting the principal, the username is not the right one. It's usualy, anonymous (or null if module-option

[JBoss-user] [JBoss Eclipse IDE (users)] - running packaging for multiple projects

2006-07-10 Thread feijtel
Hi, I'm using JBoss IDE 1.5.1 and JBoss AS 3.2. In the JBoss IDE I have several projects which represent components from a software product I'm writing. All projects together make one big EAR file which is deployed on the JBoss AS. Is it possible to run Packaging for several projects at the

[JBoss-user] [JBoss Seam] - Re: Clean Seam installation - but errors, errors, errors...

2006-07-10 Thread petemuir
Perhaps you should try the 1.0.1.GA release of Seam? (http://labs.jboss.com/portal/jbossseam/download/index.html). I think no garuntees are made about CVS head being runnable. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956562#3956562 Reply to the post :

[JBoss-user] [EJB 3.0] - Re: Bug? Transaction timeout....

2006-07-10 Thread modjoe23
Hi Peter, No that hasn't solved it for me. Please let me know if you find a solution to this problem. Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956572#3956572 Reply to the post :

[JBoss-user] [JBoss Eclipse IDE (users)] - JBossAS Adapter without JBoss IDE on plain WTP 1.5

2006-07-10 Thread edwind
Hello, Should it be possible to run application build on plain WTP 1.5, so without the installation of JBoss IDE with the JBossAS Adapter ? It tried downloading the Adapter plugin and installing it on plain WTP 1.5. However all seems wel, but I can not add my Enterprise Project with

[JBoss-user] [JBoss jBPM] - How to use arrays for columns with hibernate

2006-07-10 Thread infovaibhav
Hello, I am using postgresql database. I am using ineger array ( int [] ) as a datatype for one column. Here is the schema for table. CREATE TABLE sal_emp ( name text, pay_by_quarter integer[], ); My problem is how we can make use of arrays in Hibernate? How mapping file will look like ?

[JBoss-user] [JBoss Seam] - Re: Seam mailer component

2006-07-10 Thread petemuir
I added a link on the Wiki to the blog entry under a new heading - Components. Would you prefer a copy of the entry? I've also added a JasperReports component that compiles (at the time Seam starts) reports designs defined in components.xml and makes them available for injection. View the

[JBoss-user] [JBoss jBPM] - Re: New jBPM Getting Started Documentation

2006-07-10 Thread n.belford
I have now also posted the getting started guide as a PDF. It is down at the bottom of the front page to the JBPM wiki. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956578#3956578 Reply to the post :

[JBoss-user] [EJB 3.0] - Re: Javassist throws SecurityException on new 4.0.4GA

2006-07-10 Thread phon
thanks for the reply i found the same solution in the source of the Environment class where it stated that it has this parameter and accept the value javassist and cglib. Couldn't find this in any documentation though.. It solved my problem, so i'm happy :) View the original post :

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: JBoss Eclipse IDE 2.0.0.Alpha released! - NOT WORKING

2006-07-10 Thread kristof_taveirne
Hi, Can somebody explain me how deployment should be done now with this new version? with Eclipse 3.1.2 I used to have a menuitem when i click on the .ear file: Deploy to ... With the jBoss IDE 2.0.0a I can't find a way to deploy to my server. I see the menu-item Add/Remove projects in the

[JBoss-user] [JBoss Seam] - Re: @In vs. @EJB

2006-07-10 Thread sebasfiorent
[EMAIL PROTECTED] wrote : For stateful beans they are very different. Gavin, can you explain more precissely which is the difference with stateful beans between @In and @EJB, because I need to choose the correct annotation if they behave different. Regards Sebastian View the original post :

[JBoss-user] [Installation, Configuration Deployment] - CODE WORKING ON TOMCAT DONT WORK ON JBOSS

2006-07-10 Thread amit.khosla
I am working on a project in which i am using AJAX JSF. I made the application. The application was running smoothly on the TOMCAT. I made some calls using AJAX in some pages. In TOMCAT it was working perfectly. But today i deployed same code to JBOSS. Now I am unable to run it. Whenever I

[JBoss-user] [Beginners Corner] - CODE WORKING ON TOMCAT DONT WORK ON JBOSS

2006-07-10 Thread amit.khosla
I am working on a project in which i am using AJAX JSF. I made the application. The application was running smoothly on the TOMCAT. I made some calls using AJAX in some pages. In TOMCAT it was working perfectly. But today i deployed same code to JBOSS. Now I am unable to run it. Whenever I

[JBoss-user] [JBossWS] - Re: PLEASE HELP: JSR 181 EJB Endpoint (JBoss 4.0.4.GA)

2006-07-10 Thread pablojavierpy
I guess that you are packaging a .war inside your EAR. Right? If it is so, try changing the war's context root to anything but cm. I.E., cmweb. Repackage your EAR. Redeploy your EAR and you should be able to access the WebService. Let me know if it works. View the original post :

[JBoss-user] [JBoss jBPM] - Re: How to use arrays for columns with hibernate

2006-07-10 Thread kukeltje
please ask hibernate specific questions in the hibernate forum/mailinglist View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956588#3956588 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3956588

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - CODE WORKING ON TOMCAT DONT WORK ON JBOSS

2006-07-10 Thread amit.khosla
I am working on a project in which i am using AJAX JSF. I made the application. The application was running smoothly on the TOMCAT. I made some calls using AJAX in some pages. In TOMCAT it was working perfectly. But today i deployed same code to JBOSS. Now I am unable to run it. Whenever I

[JBoss-user] [Installation, Configuration Deployment] - Re: How to deploy a connector in an ear file

2006-07-10 Thread pegasenz
I didt it. In the META-INF directory i have the 2 following descriptors : application.xml : ?xml version=1.0 encoding=UTF-8? | application id=Application_ID version=1.4 xmlns=http://java.sun.com/xml/ns/j2ee; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;

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

2006-07-10 Thread m_ok
Thanks for replying. I'm not good at gymnastics and juggling either (but it's always good for a laugh ; ). Could you elaborate on your view of what JBPM_LOG is for? I don't see a point in reanalyzing every task of a process every time I want to provide a log to my users. I know I could store

[JBoss-user] [EJB 3.0] - Problem with inheritance and aop in MessageDrivenBeans (Bug?

2006-07-10 Thread jnerd
Hi there, I am having a problem with inheritance, aop and message driven beans (using JBoss 4.0.4 GA with the EJB 3 option enabled). I defined a couple of MDBs which listen to some topics and do nothing than log a little hello in the first instance. So my code looks something like: |

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Problem with ClassNotFoundException while trying to add

2006-07-10 Thread blipsman
jaikiran! Thanks a lot for your prompt help and advice. Worked ! best. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956595#3956595 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3956595

[JBoss-user] [JBoss jBPM] - Re: vHost based Datasource

2006-07-10 Thread Becka
I think i have successfully created a vhost, but how can i set a deploy directory with a deployment scanner? vhost1.moleman View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956596#3956596 Reply to the

[JBoss-user] [JBoss jBPM] - Re: New jBPM Getting Started Documentation

2006-07-10 Thread kbarfield
n.belford wrote : I have now also posted the getting started guide as a PDF. It is down at the bottom of the front page to the JBPM wiki. Thanks! I meant to do that after I finished the guide, but just forgot. Kevin View the original post :

[JBoss-user] [JBoss jBPM] - Re: vHost based Datasource

2006-07-10 Thread Becka
| Host name=vhost1 autoDeploy=false | deployOnStartup=false deployXML=false | Aliasvhost1.moleman/Alias | Valve className=org.apache.catalina.valves.AccessLogValve |prefix=vhost1 suffix=.log pattern=common |

[JBoss-user] [EJB 3.0] - TrialBlazer is not working!

2006-07-10 Thread armita
Trying to deploy the trial blazer I am getting this error message ( AS is jboss-4.0.4.GA) | 18:57:14,594 WARN [ServiceController] Problem starting service jboss.j2ee:service=EJB3,module=beans.jar | java.lang.TypeNotPresentException: Type javax.ejb.EJB not present | at

[JBoss-user] [JBoss Seam] - Re: Is Master-Detail possible in Seam

2006-07-10 Thread jcalvert
petemuir, can you elaborate on this? What does that do, TransactionType.NOT_SUPPORTED? Does it actually affect flushing? I'm interested in potentially converting a Struts app backed by Hibernate to Seam. However we've had to set FlushMode.NEVER in many places because of the nature of our

[JBoss-user] [EJB 3.0] - Re: TrialBlazer is not working!

2006-07-10 Thread PeterJ
How did you install JBoss? To use EJB3, you must either use the installer jar file, and select EJB3 from the installation options, or download the source package (tar.gz file) and compile it with a 5.0 JVM (it builds both the standrad distribution and the EJB3 distribution). The EJB3

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

2006-07-10 Thread PeterJ
Please post the contents of your ejb jar file by entering this command: jar tf jar-file-name My guess is that the class file is not in the correct location. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956604#3956604 Reply to the post :

[JBoss-user] [JBoss Portal] - java.lang.ClassNotFoundException: org.jboss.portal.portlet.

2006-07-10 Thread ericmacau
I upgrade the JBoss Portal from 2.2 to 2.4 CR1, but it got the following exception. And my application cannot work any more. It worked fine in 2.2. I tried to search in the jbossportal.sar, no library contains the following missed class. Please help to solve. | 22:38:05,890 ERROR

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

2006-07-10 Thread PeterJ
Did you, by any chance, change the JNDI port? What operating system are you running on? Are you running a firewall and have your configured it properly? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3956606#3956606 Reply to the post :

[JBoss-user] [Installation, Configuration Deployment] - Re: NoClassDefFoundError:org/dom4j/xpath/DefaultXPath in dep

2006-07-10 Thread PeterJ
The dom4j jar file packaged with JBoss do not contain the xpath components (I recall reading the JIRA associated with this change (was it in 4.0.3???) but could not find it again). You will have to package the dom4j jar file with your app (that is what I did). View the original post :

  1   2   3   >