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

2006-06-02 Thread Juergen.Zimmermann
I can't find the 3 client libs | jboss-ejb3-client.jar | jboss-annotations-ejb3.jar | hibernate-client.jar Are they missing? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948854#3948854 Reply to the post : http://www.jboss.com/index.html?module=bb&op=

[JBoss-user] [EJB 3.0] - Re: Newbie needs advice on Lazy collections

2006-06-02 Thread tsar_bomba
"echon" wrote : if you know your use-cases lazy-loading is not a big problem. | | If you know exactly what to load use a facade with where the business methods load what you want. Inside the BM use the EJB QueryLanguage like | from User u left join fetch u.companys as c left join fetch c.co

[JBoss-user] [Installation, Configuration & Deployment] - Re: Configuration files outside of war file

2006-06-02 Thread visolvejboss
Hello, Create a directory named libinside the war (WEB-INF/lib) and copy the configuration (.properties) files into lib directory. At runtime JBoss will automatically load these files. Regards, ViSolve JBoss Team. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopi

[JBoss-user] [Advanced Documentation] - Re: Trouble invoking a web Service from JBoss with JBoss-IDE

2006-06-02 Thread visolvejboss
Hello, >From JBoss-4.0.2 release the jboss server comes with their own implementation >of axis server (JBossWS). Their package specification is "org.jboss.axis" >instead of apache's "org.apache.axis". Regards, Visolve JBoss Team View the original post : http://www.jboss.com/index.html?module

[JBoss-user] [EJB/JBoss] - JAR files required

2006-06-02 Thread satheeskumar
I need jboss-boot.jar file and some other files to configure a application server in eclipse IDE. How can I get those jar files View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948850#3948850 Reply to the post : http://www.jboss.com/index.html?module=bb&op=po

[JBoss-user] [EJB 3.0] - Is this a bug?

2006-06-02 Thread DoubleDenim
Or am i doing something wrong? I brought this up in an earlier post to which no-one has responded so i took some time to create a test project. If anyone wants me to zip it up and send, let me know. The problem: lazy initialisation of the many part of a OneToMany always returns an extra recor

[JBoss-user] [JBoss Portal] - how to create portlet URL with /auth

2006-06-02 Thread yxyang
Hello, I want to create a URL string from a portlet. THe URL need to invoke the authentication of the user. like /portal/auth/index?. I am not sure how to command the portal renderrespoonse to create the the correct URL with "auth" portion. I went through the jboss portal source code, i

[JBoss-user] [JBoss jBPM] - Re: JBPM3.11 can not work with hibernate3.05!

2006-06-02 Thread phoenix520
thank you so much,after modified the hibernate.queries.hbm.xml ,it work fine now! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948845#3948845 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948845 __

[JBoss-user] [JCA/JBoss] - Re: Using old JCA adapter

2006-06-02 Thread [EMAIL PROTECTED]
Always a good thing :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948844#3948844 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948844 ___ JBoss-user mailing list JBos

[JBoss-user] [JBoss and NetBeans] - Re: portlet development

2006-06-02 Thread dbotterill
Are you talking about the helloworld example at http://labs.jboss.com/file-access/default/members/portletswap/downloads/portlets/samples/HelloWorldPortlet.zip? If so, the build.xml mentions a .ear file but it really doesn't build it. If you look at the directions in README.txt with this example

[JBoss-user] [JCA/JBoss] - Re: Using old JCA adapter

2006-06-02 Thread ofrijole
Cool, I finally got everything right and things are running! Thanks for your help. This means I get to go home tonight. ;-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948841#3948841 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posti

[JBoss-user] [JCA/JBoss] - Re: Please help me on JTA's problem with oracle

2006-06-02 Thread [EMAIL PROTECTED]
Please take a look at the READ-ME-FIRST post at the top of this forum. Specifically look here: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossHelp and http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossJCA At the very least tell me what version of Oracle, JBoss, OS etc, ec. Also, please post your

[JBoss-user] [JCA/JBoss] - Re: Using old JCA adapter

2006-06-02 Thread [EMAIL PROTECTED]
Sorry, I mispoke. You will have to convert your ra.xml file over to the 1.5 format. If you look at any of the ra.xml files in the JBoss source tree: connector -->src -->resources -->local-* -->xa-* -->META-INF -->ra.xml You will see an example o

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

2006-06-02 Thread unibrew
"rutfield" wrote : Instead, per your suggestion, I took the latest from head. | The portal builds and deploys fine; however, building the forums gives | the errors below. I can take care of the test ones, but am not sure where the MyFaces issues are from. Now it should build without any erro

[JBoss-user] [JCA/JBoss] - Re: Using old JCA adapter

2006-06-02 Thread [EMAIL PROTECTED]
Sorry, I should have been more clear. You can do one of the following: In the http://java.sun.com/xml/ns/j2ee"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/connector_1_5.xsd"; version="1.5">

[JBoss-user] [JCA/JBoss] - Re: Using old JCA adapter

2006-06-02 Thread ofrijole
Well, now things are happening when I copy the .rar into the deploy directory. Not sure why they weren't before. In any case, I need to clarify which version of the dtd/xsd I should be using. My existing ra.xml has the following header: http://java.sun.com/dtd/connector_1_0.dtd'> Should I b

[JBoss-user] [JBossWS] - EJB3 + WebServices + Type Schema Generation

2006-06-02 Thread pablojavierpy
Hi all. I am having a little problem with EJB3 + WebServices exposed as SEI JSR-181. I am using the JSR-181 annotations, JBoss 4.0.4 GA with JBossWS 1.0. I have no problems when using simple types. But when it comes to complex types with arrays, I think I am getting wrong WSDL generated. Thi

[JBoss-user] [JCA/JBoss] - Re: Using old JCA adapter

2006-06-02 Thread ofrijole
Actually, when I copy the .rar into the deploy directory ... nothing happened at all. It's almost like JBoss looks at the ra.xml and says ... I don't know what this is. But, there's no error ... I've not turned done anything to try to run in more verbose mode, though. View the original post :

[JBoss-user] [JBoss Seam] - Component Message Problem

2006-06-02 Thread brianleonard
I've taken your sample registration application and added HtmlMessages for each of the 3 input fields: | | | Username | | | | Real Name | | | | Password | |

[JBoss-user] [JCA/JBoss] - Re: Using old JCA adapter

2006-06-02 Thread [EMAIL PROTECTED]
Note, the other thing you could do is leave out the version in your ra.xml file. We default this to 1.0 which forces the deployer to use the DummyClass. This would be in the case that you don't want to use the class directly. I would venture a guess that the adapter might not be deploying for d

[JBoss-user] [JCA/JBoss] - Re: Using old JCA adapter

2006-06-02 Thread [EMAIL PROTECTED]
There is a trick actually...not well documented for good reasons :-) In your ra.xml you can put the following: org.jboss.resource.deployment.DummyResourceAdapter This will actually allow you to deploy the file. As a point of interest, this is actually how we deploy all of ou

[JBoss-user] [JCA/JBoss] - Using old JCA adapter

2006-06-02 Thread ofrijole
I have an old JCA 1.0 adapter ... I'm wondering if there's any way to get it to work with the JBoss AS 4.0.4 without re-writing it. I've not been able to deploy it successfully and I'm wondering if it simply won't work. View the original post : http://www.jboss.com/index.html?module=bb&op=view

[JBoss-user] [JBoss Getting Started Documentation] - listener does not currently know of SID given in connect des

2006-06-02 Thread rvan1
In the startguide, I got through Chap 8's MySQL part, and moved on to setting up Oracle. The connection doesn't work. The example is like "jdbc:oracle:thin:@monkeymachine:1521:jboss". I assume its OK to use 'localhost', and the Oracle interface shows the dbase name to be 'XA', so for my setup

[JBoss-user] [Messaging, JMS & JBossMQ] - createQueueConnection(

2006-06-02 Thread joejack
I am trying to call connectionFactory.createQueueConnection("queueUser", "queueUserPassword") but I am getting a security exception. - the user is not authenticated. What are ALL the DD pieces I need in order to create a valid user and password such that this call will authenticate my username

[JBoss-user] [JBoss Messaging] - Re: Security Exception

2006-06-02 Thread [EMAIL PROTECTED]
I have added a testcase on jms, go to jboss-head/jms/test and call ant memory-leak-tests (On windows only for now, using a JDK 5). At the end of the test, I have these following unexpected objects. It doesn't seem a memory leak, just something that I didn't expect at this point. | [junit]

[JBoss-user] [Installation, Configuration & Deployment] - JBoss 4.03 ClassLoader problem!!

2006-06-02 Thread java123
I am using TransformerFactory.class . This class is included in JBOSS_HOME\lib\endorsed\xalan.jar. I also include xalan.jar in my war file. Everything works fine until I hot deploy my war file. After the hot deploy I get ClassCastException. I read the classloading diagram and this is what I und

[JBoss-user] [JCA/JBoss] - Re: How do I add Posgres 8 to JBoss 4.x

2006-06-02 Thread [EMAIL PROTECTED]
Nope, don't shut up! Any question, comments etc, etc are always welcome. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948819#3948819 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948819 ___

[JBoss-user] [JCA/JBoss] - Re: How do I add Posgres 8 to JBoss 4.x

2006-06-02 Thread c_eric_ray
You are the man. Thanks so much. I'll shut up now. :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948818#3948818 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948818 ___

[JBoss-user] [JCA/JBoss] - Re: How do I add Posgres 8 to JBoss 4.x

2006-06-02 Thread [EMAIL PROTECTED]
Yep, that's pretty much it. If you read the Wiki pages, you will find varying ways to fine tune the pools as you see fit (transactions, min/max size, etc, etc) Regards, Weston View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948817#3948817 Reply to the post

[JBoss-user] [JCA/JBoss] - Re: How do I add Posgres 8 to JBoss 4.x

2006-06-02 Thread c_eric_ray
>From what I read this is what I do... place this (postgres-ds.xml) file in deploy-hasingleton | - | - | - | - | - | - | - | - | - | - | - | PostgresDS | jdbc:postgresql://localhost:5432/test | org.postgresql.Driver | dev | dev

[JBoss-user] [JBossWS] - Re: change in run-time the soap:address location of wsdl.

2006-06-02 Thread cliffb53
You can change the file <_server_>/deploy/jbossws14.sar/META-INF/jboss-service.xml from this: | ${jboss.bind.address} | to this: | www.example.com | And then use http://www.example.com:8080/jbossws/services to get a WSDL file for each of the published services. Hope this helps. Vi

[JBoss-user] [JBossWS] - Re: WS-Security Signing for EJB

2006-06-02 Thread cliffb53
You're absolutely right, I went to check the userguide and the only mention to a client setup is when an EJB consumes a webservice (I think). My next suggestion then is to check Axis (http://ws.apache.org/axis/java/user-guide.html#ConsumingWebServicesWithAxis) or the Java Web Services Developer

[JBoss-user] [EJB 3.0] - Re: JSR-220 Final Release Support

2006-06-02 Thread [EMAIL PROTECTED]
crazy amounts of money. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948813#3948813 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948813 ___ JBoss-user mailing list JBoss

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

2006-06-02 Thread [EMAIL PROTECTED]
See release notes here. http://jira.jboss.com/jira/secure/ReleaseNote.jspa?version=12310827&styleName=Text&projectId=10021&Create=Create @EJB has been moved from javax.annotation to javax.ejb, InvocationCOntext.getBean() renamed to getTarget(). View the original post : http://www.jboss.co

[JBoss-user] [JBoss Seam] - Re: Please help - TestNG Failed

2006-06-02 Thread nugyentv
I have this issue resolved. Thank you View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948811#3948811 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948811 ___ JBoss-user mail

[JBoss-user] [JBossWS] - Re: MTOM -- Get samples...??? Where are they?

2006-06-02 Thread kevinwit
Okay, I updated the WSDL as per, and now I can generate a .NET client getting closer. However, when I make the call, I get an error that the server can't find the attachment part (but it's there). I have a trace below (with most of the binary goo cut out for brevity)... but you can see the

[JBoss-user] [JCA/JBoss] - Re: How do I add Posgres 8 to JBoss 4.x

2006-06-02 Thread [EMAIL PROTECTED]
Ok, lets take one thing at a time: I am assuing that you don't want to replace the default datasource, but rather, use one of your own. This is a good place to start for DataSources and JCA in general in JBoss http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossJCA DataSources and specficially ment

[JBoss-user] [JCA/JBoss] - How do I add Posgres 8 to JBoss 4.x

2006-06-02 Thread c_eric_ray
There is literally no information describing the procedure for using another datasource other the Hypersonic. I'm new to JBoss and J2EE programing so details are good. All I've found so far is to create a postgres-ds.xml file and put it in the /deploy directory. I've seen references to postgres

[JBoss-user] [Management, JMX/JBoss] - Re: JMX RMI Connector from JDK1.5

2006-06-02 Thread PeterJ
Will this approach work with other app servers? Probably. I am in the middle of preparing a presentation for a conference in December (paper deadline is June 16th!) and I cover JMX (which is why I had a small example app already prepared). I was going to try it with other app servers so I cou

[JBoss-user] [JBossWS] - Re: change in run-time the soap:address location of wsdl.

2006-06-02 Thread [EMAIL PROTECTED]
Yes jboss-client.xml works but I have potentially up to a 1000 of endpoints for the same service. And they come and go. And the approach of Stub stub = (Stub)port; stub._setProperty(Stub.ENDPOINT_ADDRESS_PROPERTY, this.TARGET_ENDPOINT_ADDRESS); doesn't seem to work. Any other suggestions for the

[JBoss-user] [Management, JMX/JBoss] - Re: JMX RMI Connector from JDK1.5

2006-06-02 Thread wengong
Hi Peter, Thanks for the suggestion. Do you by any chance know if this approach is applicable across different JMX containers, for example, WebLogic Server? Anther issue might be the registration of notifications remotely -- can I register for notifications remotely with the MBeanServerConnec

[JBoss-user] [JBoss Portal] - Re: total noob question re: LDAP

2006-06-02 Thread raghuram11
Hi, Even, I am having the same error while running the JBoss server. So, now I am trying to make the changes as per the version 14. In this , the document doesnt says anything the changes to be done for the jboss-service.xml??? should we make the changes or not?? View the original post : ht

[JBoss-user] [JBoss Seam] - multiple datasources

2006-06-02 Thread jack70_chen
I am using SEAM, up to now, I think it's a great product comparing with anything i used before. the question i'm asking is not directly related with SEAM, but I believe some of you must know the answer. How can i make the EJB 3.0 entity beans access different datasources based on the user who

[JBoss-user] [Installation, Configuration & Deployment] - Re: Can I add another lib directory to the server for static

2006-06-02 Thread kurt_olsen
I found a solution I think. I'm runing the jboss/server/all profile. In this case, if you examine the server/all/conf/jboss-service.xml file you would see this at the top (in 4.0.4GA): | I added this just below it. Then, before starting JBoss I created the jboss/server/all/lib2 fold

[JBoss-user] [News & Announcements] - JBoss Portal 2.4.0 BETA2 released

2006-06-02 Thread rrajesh
JBossCache 1.4.0.Beta2 has been released and is available on sourceforge at http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=102339&release_id=421930 Release 1.4.0.BETA2 A new feature release containing very significant performance enhancements in replication, pojo opera

[JBoss-user] [JBossWS] - Re: jbossws 1.0.1

2006-06-02 Thread acxjbertr
The roadmap also shows that only 39 of 60 issues have been resolved. I imagine that all 60 will need to be resolved before they release 1.0.1. Thomas, can you shed any light on this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948796#3948796 Reply to the

[JBoss-user] [JBossWS] - Re: WS-Security Signing for EJB

2006-06-02 Thread acxjbertr
I haven't been able to find anything in the User Guide about writing client code to consume Web Services protected by WS-Security. The documentation didn't even have the jboss.xml information you provided. In fact, the documentation is pretty sparse overall. I understand this is just 1.0, but

[JBoss-user] [Management, JMX/JBoss] - Re: JMX RMI Connector from JDK1.5

2006-06-02 Thread PeterJ
Yes, you can easily write a Java app to access MBeans within JBoss, and you don't need JDK 5 to do it. Here is some simple code that prints out the attribute value of a particular mbean: package foo.bar; | import java.util.Hashtable; | import javax.management.MBeanServerConnection; | impo

[JBoss-user] [Installation, Configuration & Deployment] - Configuration files outside of war file

2006-06-02 Thread rknechtel
I have a configuration directory in $JBOSS_HOME/configs I want to get at them from my application which resides inside a war file which is in an ear file. I am going nuts trying to figure out how to load the configuration (.properties files) fron my application. Anyone have any ideas/tips? T

[JBoss-user] [JBossWS] - Re: Web Services EJB3

2006-06-02 Thread RamcisJBOSS
I tried to store data into database through web service call to EntityManager but it doesn't store data in Mysql. here is my source code. Source code of web service : | /** | * | */ | package webServices.utilisateur.service; | | import global.SOAP.StringSOAP; | import global.SOA

[JBoss-user] [JBoss Portal] - Re: Portal in Cluster HOW-TO

2006-06-02 Thread [EMAIL PROTECTED]
What version of portal are you using and how did you configure your clusters? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948789#3948789 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948789 ___

[JBoss-user] [Installation, Configuration & Deployment] - Re: Suse 10 : bad argument for IP_MULTICAST_IF

2006-06-02 Thread rknechtel
I'm running JBoss on SuSe 10 as well. I didn't change the run.sh but I just added "--host=127.0.0.1" paramter to the run.sh command. (change 127.0.0.1 to the IP address of your machine) this is how I run it and it works great! I'm going to try the run.sh change to see how well that works. Basi

[JBoss-user] [Management, JMX/JBoss] - JMX RMI Connector from JDK1.5

2006-06-02 Thread wengong
Hi, I'm interested in using JMX RMI connector from JDK1.5 to make remote connections and invocations from JBOSS MBeans. Does JBOSS4.0.2 support JDK1.5 for this purpose? There is also a download for JavaTM Management Extensions (JMXTM) Remote API reference implementation, can I use this to cr

[JBoss-user] [JBoss Portal] - Portal in Cluster HOW-TO

2006-06-02 Thread patrickdalla
JBoss Portal in a cluster environment with FARM. I am finding some bugs in deployment of Portlets in the FARM directory of a cluster. the log is: | 16:35:37,608 ERROR [AbstractFlushingEventListener] Could not synchronize database state with session | org.hibernate.StaleObjectStateException

[JBoss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Single UPDATE instead of SELECT, then UPDATE

2006-06-02 Thread Lauri
The problem has been solved. I'd like to share the story. The question was going from obivious lack of J2EE and JBoss experience and understanding. I was absolutely sure that dataSource.getConnection() returns free connection and this free connection means new transaction. I've had tried to use

[JBoss-user] [Beginners Corner] - Re: Want to change listening interface (eth0, eth1, etc)

2006-06-02 Thread PeterJ
Try this: run -b 10.1.1.10 See http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossRunParameters View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948784#3948784 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948784

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Jasper compiler does not recognize variables declared by tag

2006-06-02 Thread pbotla
We are using Jboss 4.0.2 and defined a taglib which declares a variable validationDisplayStyle with AT_END scope as shown below - validationDisplayStyle java.lang.String true AT_END This tag is referenced in JSP Pag

[JBoss-user] [JBoss Seam] - Re: SEAM configuration problem

2006-06-02 Thread organic
I found the examples on-line and deployed to JBOSS with ejb3 profile successfully. It seems that the Hibernate Tools has problem on generating reliable seam framework. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948782#3948782 Reply to the post : http://

[JBoss-user] [JBoss Seam] - Re: SEAM configuration problem

2006-06-02 Thread organic
I found the examples on-line and deployed to JBOSS with ejb3 profile successfully. It seems that the seam ear file from Hibernate Tools has some problems. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948781#3948781 Reply to the post : http://www.jboss.com

[JBoss-user] [JBoss jBPM] - Re: Blocking tasks

2006-06-02 Thread jliptak
I don't think you want to signal the node the process is in. I think you want to complete the task. That way, you will either loop back around and create a new task or you will finish the process. If you single a node, it will do what you ask it to and move on. It assumes you know what your

[JBoss-user] [Beginners Corner] - Want to change listening interface (eth0, eth1, etc)

2006-06-02 Thread aastaneh
Hello- On my server there are two interfaces- eth0 and eth0:1 with IPs 10.1.1.10 and 10.1.1.11. 10.1.1.11 has a httpd daemon that MUST bind to port 8080 on this interface. Currently the JBoss service binds to 10.1.11.10:8080 and 10.1.11.11:8080 when it starts.. making it impossible for jboss and

[JBoss-user] [JBoss jBPM] - Re: problem with timer

2006-06-02 Thread ashiiid
hello exception : 17:46:49,974 [main] ERROR GraphElement : action threw exception: service 'scheduler' unavailable org.jbpm.svc.JbpmServiceException: service 'scheduler' unavailable any help plz?? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948776#39487

[JBoss-user] [JBoss Seam] - Re: @DataModel with Tomahawk with JBoss AS 4.0.4 and Seam 1.

2006-06-02 Thread [EMAIL PROTECTED]
OK, I am not able to figure out how to reproduce this. Please attach a runnable test case to reproduce this here: http://jira.jboss.com/jira/browse/JBSEAM-248 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948775#3948775 Reply to the post : http://www.jboss

[JBoss-user] [JBoss Portal] - Re: Files Uploaded in CMS

2006-06-02 Thread Silicio
This is the log when I simply click on the eye after I've created prova.txt file: 2006-06-02 19:05:57,421 ERROR [org.jboss.portal.cms.impl.jcr.ContentGetCommand] Cannot get content | javax.jcr.PathNotFoundException: /prova.txt/en | at org.apache.jackrabbit.core.HierarchyManagerImpl.resol

[JBoss-user] [JBoss jBPM] - Re: BPEL Descriptor Question

2006-06-02 Thread ncapito
I thank you for your help... i updated it with a local wsdl and it worked fine View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948771#3948771 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948771 _

[JBoss-user] [JBoss Portal] - Deploy portlet

2006-06-02 Thread asanchez_webnet
Hi guys! I have to migration my portlet application from jetspeed portal to jboss portal. I'm have a many problem when i try to start de the jboss portal : 1. How can i to set up the properties for no recreate db when starting ? 2. Can I set up the properties of deployment from source files ? I

[JBoss-user] [Installation, Configuration & Deployment] - Re: JBoss 4.0.4.GA Hibernate Exception

2006-06-02 Thread sramakrishnaiah
Actually the problem still exists, In Jboss 4.0.4 GA jboss-hibernate.deployer folder has been removed and there is no indication of this in the release notes, any reason why? what is the alternate way to deploy hibernate in jboss? View the original post : http://www.jboss.com/index.html?module

[JBoss-user] [Beginners Corner] - cannot run JBOSS on 8080

2006-06-02 Thread divsen
Hi, I am new to JBoss.I was using Tomcat for some time.It was working properly.when i opened localhost:8080 the tmcat page came and when i opened my files put in webapp it was working correctly.tehn i started using netbeans.i did something on server admin i don't remember what.after that when i

[JBoss-user] [Installation, Configuration & Deployment] - Re: ExecuteQueue logs?

2006-06-02 Thread arlo
Thank you! I succeed to create a script that write exactly the same informations as Weblogic. BR, Arlo. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948768#3948768 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948

[JBoss-user] [JBoss Portal] - possible bug

2006-06-02 Thread shagy69
I receive an http error 401 from apache tomcat when trying to logout and relogon with a different user in a page different from the default page!! Anybody knows something about this behaviour? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948767#3948767 Repl

[JBoss-user] [EJB 3.0] - Re: Howto Do

2006-06-02 Thread mwoelke
See EJB 3.0 Spec FR chapter 4.6.9. Regards, Milan Wölke View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948766#3948766 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948766

[JBoss-user] [EJB 3.0] - Re: 4.0.4.CR2 => 4.0.4.GA @SequenceGenerator now ignored...

2006-06-02 Thread supernovasoftware.com
Actually some other strategy is used if this is left out. For example one my sequence was at 18, but without the allocation size specified is was getting numbers close to 3000 and not incrementing my sequence at all. View the original post : http://www.jboss.com/index.html?module=bb&op=viewto

[JBoss-user] [EJB 3.0] - Re: @EJB

2006-06-02 Thread epbernard
Yes JBoss probably should lazy initialize the session beans. Open a JIRA request View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948764#3948764 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948764

[JBoss-user] [EJB 3.0] - Re: 4.0.4.CR2 => 4.0.4.GA @SequenceGenerator now ignored...

2006-06-02 Thread epbernard
Hum, I'm actually realizing right now that we made a mistake on the default allocationSize. It is 50 right now ; while more efficient, this is not the "default" people expect View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948762#3948762 Reply to the post :

[JBoss-user] [Installation, Configuration & Deployment] - Re: my-service.xml having access to local ejbs

2006-06-02 Thread fkhan
The above does not actually solve the problem of addressing local ejbs from an Schedulable MBean. Any advice would be apprieciated. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948761#3948761 Reply to the post : http://www.jboss.com/index.html?module=bb

[JBoss-user] [JBoss Portal] - JBoss Portal Load Performance Test

2006-06-02 Thread patrickdalla
I simulated 50 requests to JBoss Portal 2.2 initial page. Each request was started 200 ms after the start of the previous request. The average response time was 305 ms. In the second test, all the requests were started the same time. The average time increased to 18 seconds. It looks like some

[JBoss-user] [EJB 3.0] - Re: Memory leak in PermGen space in 4.0.4

2006-06-02 Thread [EMAIL PROTECTED]
"[EMAIL PROTECTED]" wrote : I guess we could use the same idea with this testcase. I mean... create a similar testcase withing EJB3 project. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948759#3948759 Reply to the post : http://www.jboss.com/index.html?mo

[JBoss-user] [EJB 3.0] - Re: Unable to get @Id @GeneratedValue to even appear to work

2006-06-02 Thread echon
the id generation annotations changed in some ejb rc. Try to test with JBoss 4.0.4 or the current EJB RC7. Regards Peter View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948758#3948758 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&

[JBoss-user] [EJB 3.0] - Re: Memory leak in PermGen space in 4.0.4

2006-06-02 Thread [EMAIL PROTECTED]
That issue if for redeployment leakages. But if we add some comment it could become general memory leaks IMO. Anyway, at this point I'm creating a testcase for JMS, using JVMTIInterface from JBossProfiler. Basically I'm doing: // I have to pre-create every service. | | // Execute the te

[JBoss-user] [JBossWS] - How to programmatically sign messages for WS-Security compli

2006-06-02 Thread acxjbertr
I have successfully deployed an EJB (JSR-109) based Web Service using WSTools and JBoss 4.0.4 GA that requires WS-Security signatures (see http://www.jboss.com/index.html?module=bb&op=viewtopic&t=84221 for more info). I wrote a DII client that can invoke this web service (as well as a SoapUI pr

[JBoss-user] [JBoss Seam] - Re: Some thoughts about the conversations

2006-06-02 Thread jajansen
"lcoetzee" wrote : The idea of starting with a new conversation every time the user selects a new sidebar menu item (e.g. User Management, Add new Issue ...) is very important to me. Same here! I am very interested to hear thought on how to solve this scenario. Do we have a workaround or do I

[JBoss-user] [Installation, Configuration & Deployment] - Re: Why are these files still in use?

2006-06-02 Thread PeterJ
Based on the file names, I am guessing that you are running on Windows. If so, get FileMon from SysInternals (http://www.sysinternals.org/) and run it, that should tell you what is using those files. >From personal experience, I ran into this situation in two ways: 1) my >anti-virus software w

[JBoss-user] [Installation, Configuration & Deployment] - Re: JBoss 4.0.4GA and JAXB

2006-06-02 Thread tdevos
Thank you for solving this in the next release. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948753#3948753 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948753 ___ JBoss

[JBoss-user] [EJB 3.0] - Re: Can you change the context root of a deployed ear?

2006-06-02 Thread [EMAIL PROTECTED]
EJB3 is fine I guess. I'm not sure when we could get to this as another JBoss 4.0.x release isn't scheduled for awhile and I think this requires changes to the EAR deployer. Log in in the EJBThree module View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948752

[JBoss-user] [JBossCache] - Re: Query cache lock contention

2006-06-02 Thread [EMAIL PROTECTED]
Sorry about not getting back on this thread. Pls see the last few comments on: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=82714&postdays=0&postorder=asc&start=10 Basically this is a bug with the providers in Hibernate 3.2.0.CR2, and will be fixed when 3.2.0 releases. It may even

[JBoss-user] [EJB 3.0] - Re: Memory leak in PermGen space in 4.0.4

2006-06-02 Thread pmpm
Thanks for reply, Bill Is this EJBTHREE-551 issue on JIRA? If so, my case is not connected with redeployment, it also leaks on fresh deploy. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948750#3948750 Reply to the post : http://www.jboss.com/index.html?mod

[JBoss-user] [JBoss jBPM] - Error while finding latest Process Defination.

2006-06-02 Thread sameer_ja1
Hi, I am using jbpm-starters-kit-3.1.1 to run the jboss server and Eclipse is 3.1.2. Database is defualt database. I created a new jbpm procss project in eclipse and deployed it as per instructions in JbpmGettingStarted guide. Now I an trying to start the process as follows:.. JbpmContext jbp

[JBoss-user] [JBossCache] - Re: TreeCacheListener doesn't receive all cache events

2006-06-02 Thread [EMAIL PROTECTED]
anonymous wrote : | In 2.0 we are going to change the JBossCache API won't even expose the Node object so people won't be tempted to bypass the cache. | This is not actually true at all. We're changing it so that the Node becomes a top level construct, and the Cache is just a wrapper arou

[JBoss-user] [Beginners Corner] - 404GA: ALL installation : Where are EJB3.0 package ??

2006-06-02 Thread Yannick Biet
I'm trying to set up a new JBoss server on my personnal Dev machine @ work. I've downloaded jboss-4.0.4.GA-Patch1-installer.jar (previous file I used was RC1) I noticed first that installation file decreased (RC1-All : about 100MB / GA-All : 75 MB). But I ran into this problem when selecting t

[JBoss-user] [Messaging, JMS & JBossMQ] - @Predestroy in MDBs

2006-06-02 Thread georgesberscheid
Hi, I deployed an EJB3 message driven bean on JBoss4.0.4GA which allocated a bunch of resources in the @PostConstruct method. I'm wondering how to free those resources again when the MDB is undeployed. I thought @Predestroy would do the job, but that method is never called by the container. The

[JBoss-user] [EJB 3.0] - Unable to get @Id @GeneratedValue to even appear to work.

2006-06-02 Thread oman
I have an abstract 'folder' class with the following annotations @Entity | @Table(name="folder") | @Inheritance(strategy=InheritanceType.SINGLE_TABLE) | @DiscriminatorColumn( | name="foldertype", | length=50, | discriminatorType=DiscriminatorType.STRING | ) | @Discrimin

[JBoss-user] [JBossWS] - Re: WS-Security Signing for EJB

2006-06-02 Thread cliffb53
I think that the User Manual has an example of that. If you're using some other framework you should consult their documentation as well. I was only testing how to do that and I was using SOAPui which doesn't seem to support WS-Security so I haven't done a complete test (actually, I stopped as

[JBoss-user] [Installation, Configuration & Deployment] - Why are these files still in use?

2006-06-02 Thread mboswort
Everything inside these four directories, ..\jboss-4.0.4.GA\server\default\work\, ..\jboss-4.0.4.GA\server\default\data\, ..\jboss-4.0.4.GA\server\default\log\, and ..\jboss-4.0.4.GA\server\default\tmp\, is somehow in use, despite the fact that jboss is not running. I can't update my jboss server

[JBoss-user] [Security & JAAS/JBoss] - Re: ExtendedFormAuthenticator touch-up

2006-06-02 Thread [EMAIL PROTECTED]
Chris, you are right - that we need to override "authenticate" method to populate the session. I mentioned "invoke" without looking at the codebase. http://jira.jboss.com/jira/browse/JBAS-3286 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948741#3948741 Re

[JBoss-user] [JBoss Seam] - bijection problem

2006-06-02 Thread JXerXes
hello everybody! i have a problem with a session bean instance that disappears somehow... i just migrated from jboss 4.0.3SP1 and seam beta1 to jboss 4.0.4.GA and seam cr3. my app was working on the old config. i have two/three seam action session beans. in the first one i use a session bean wi

[JBoss-user] [JCA/JBoss] - Please help me on JTA's problem with oracle

2006-06-02 Thread yuanwh
I deploy oracle-xa-ds.xml and use JTA to commit a distributed transaction. It does not report error, but if I use sqlplus to select the data, I can not find the data is changed, unless I close JBoss server. Who can tell me why? View the original post : http://www.jboss.com/index.html?module=bb&

[JBoss-user] [Security & JAAS/JBoss] - Re: Negotiate Authentication SPNEGO Runtime Settings

2006-06-02 Thread senthilid14
Thanks a lot to Jochen, I am slowly understanding Negotiate Authentication. I am able to run Negotiate Authentication, I have Win XP workstation which is in Win 2000 Domain. My workstation is in India, our Win 2000 Domain Controller is in Toronto. So I could not see what are groupnames given

[JBoss-user] [JBoss Eclipse IDE (users)] - Is local debugging possible?

2006-06-02 Thread weazelb0y
When I develop applications using something like Jetty + Hibernate + Spring + Wicket, I'm able to debug everything locally inside Eclipse. This is nice because I can hotswap classes while debugging and its quite easy to debug problems. But with JBoss you always have to package and deploy a new

[JBoss-user] [JBoss jBPM] - Re: why is there a actorId and pooledActorIds?

2006-06-02 Thread kukeltje
Partly correct, since it is indeed possible to also add an individual (human) actor to the pooledActors. If the actorid is e.g. group, and you at a certain moment want a specific individual actor to act on it, you leave the pooledActors intact, but set the actorID. It only shows up in the indiv

[JBoss-user] [Installation, Configuration & Deployment] - Re: ExecuteQueue logs?

2006-06-02 Thread PeterJ
I think the data you are looking for is in the mbean named jboss.system:type=ServerInfo, attribute named ActiveThreadCount. You can view this data online via the jmx-console. Or you can use twiddle (http://docs.jboss.org/jbossas/jboss4guide/r5/html/ch2.chapter.html#d0e3901) to access the data

  1   2   3   >