[jboss-user] [Beginners Corner] - Re: Unable to deploy webservice in Jboss using netbeans IDE

2006-10-17 Thread scout1lacno
Hi, Hello there... are you trying to deploy an EJB3.0 application? If so then download the Beta release of NetBeans.You can choose NetBeans 5.5 Beta 2 with JBOSS bundle.. I think NetBeans 5.0 is not compatible with JBOSS. I maybe wrong. View the original post :

[jboss-user] [EJB 3.0] - Re: @PreDestroy not working..?

2006-10-17 Thread plexiq
Method annotated with @Remove isnt called either. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3978690#3978690 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3978690 ___

[jboss-user] [Beginners Corner] - Re: Unable to deploy webservice in Jboss using netbeans IDE

2006-10-17 Thread scout1lacno
Im sorry, i tought you were trying to deploy an EJB apps. I havn't tried deploying webservice yet on JBOSS. However you can check on this site http://blogs.sun.com/blog/ Maybe that will help you. :) View the original post :

[jboss-user] [JBoss Seam] - What is SeamExceptionFilter?

2006-10-17 Thread mnrz
Hi I want to know if we have to use this filter or this is optional. Is it right that if we dont use that filter, no Seam exception will be caught. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3978693#3978693 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Regarding the stringtemplate-2.3b6.jar while using drools

2006-10-17 Thread manishm77
Hi, I have deployed a servlet on the sun server 8.1. In the servlet i have put the code of building the package and firing the rules (this code uses drools api). We get the following error while running the servlet: |CharScanner; panic: ClassNotFoundException:

[jboss-user] [Beginners Corner] - Splitting workload between servers

2006-10-17 Thread davidjterry
I need to split a work load between 2 or more JBoss servers. Each task is represented by an entry in a DB table (could be 10-1000 entries). I'm not sure if I should load each into a stateful bean on clusterized servers or take another approach. Any pointers would be greatly appreciated.

[jboss-user] [EJB 3.0] - Re: Problem with starting/stoping an EJB3 module from JMX co

2006-10-17 Thread sebciar
I found the solution. In fact, it is a bug in the EJB3.0 implementation. It has been fixed in the EJB3.0RC9 version. http://jira.jboss.com/jira/browse/EJBTHREE-628 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3978696#3978696 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Re: problem with connecting to jboss through Internet

2006-10-17 Thread martacv
telnet host 1099 do: ¼Ýsr?java.rmi.MarshalledObject|¢?ùÝc³??I?hashlocBytest?[BobjBytesq~?xp÷ ?apur?[B ?°TÓ?xp?¼Ýsr org.jnp.server.NamingServer_Stub??xrjava.rmi.server.RemoteStubÚ???ï e?xr?java.rmi.server.RemoteObjectËa?æ

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Finding

2006-10-17 Thread mrh
jaikiran wrote : anonymous wrote : Finding jboss.home.dir server variable in a jsp file? | | System.getProperty(jboss.home.dir); | | Hi Jaikiran The variable JBOSS_HOME, is not a system variable, it is used only in jbossAS. It is my problem. I can set it as a system variable but

[jboss-user] [JBoss Seam] - Re: Using SEAM with Apache Tree2

2006-10-17 Thread jdijkmeijer
I'm also on the problem now. My SB ClassifierManagement.treeData is populated by an entitybean. However my deployment fails because the tomahawk classes cant be found. The removal of the backingbean the view logic is partly going to the sessionbean, putting the tomahawk jar inside the

[jboss-user] [JBoss Seam] - Javascript + Java

2006-10-17 Thread sherkan777
Hello, I have web page and some tags inside c:if.../ When I go to those page server complies my *.xhtml and gives me components whose inside a c:if... / tag. I have also, javascript Counter who count down from 10,9,8... to 0. My problem is, when counter count down to zero i want to reload page

[jboss-user] [Beginners Corner] - Re: Unable to deploy webservice in Jboss using netbeans IDE

2006-10-17 Thread trivedi
Hi, I went thru the sit http://blogs.sin.com/blog/ but i didnt find any useful information there. However, thanks for your information. Can anyone pls help me in this issue? Thanks in advance. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3978702#3978702

[jboss-user] [JBoss Portal] - A question about IFrame in JBOSS Portal

2006-10-17 Thread [EMAIL PROTECTED]
Hi all, Now I am transfering a struts application to JPortal application. And in the struts application, there are lot of IFrame tags. like : | IFRAME SRC=createDeal.do?name=%=name%region=%=us% /IFRAME | I use the apache portal-struts-bridge to transfe this application. it works.

[jboss-user] [Installation, Configuration Deployment] - Re: Deployment of cfusion.war on gentoo(linux) jboss

2006-10-17 Thread kevin_ingen
I think i might have found the problem. Could it be that 'emerge -jboss' installs a wrong version of jboss? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3978704#3978704 Reply to the post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - How To Configure JBoss3.0.3 for Hibernate3.1

2006-10-17 Thread javadedicated
Hi I am using JBoss3.0.3 and NetBeans5.5 Betaversion as my IDE; I wanna configure JBoss for using Hibernate in NetBeans5.5 can any one help me out to get my problem solved?? :-( I have tried out in every aspects but not getting the proper result from google Thanks in advance. View the

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: How To Configure JBoss3.0.3 for Hibernate3.1

2006-10-17 Thread genman
JBoss 3.0.3 is pretty old. OTOH, it might work. What do you get when you follow this: http://www.hibernate.org/66.html ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3978707#3978707 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Problem execute actions on jboss

2006-10-17 Thread asmo
Thanks for your replies! GrimShieldsson, my problem is a little bit different. everything works fine, as all my actions and jbpm code was in the web-inf/class of my war. But than someone told my, that i shouldn't run jbpm in the frontend. So i put all the code in the backend and created a

[jboss-user] [JBoss Portal] - How to show my JSP page in a portlet.

2006-10-17 Thread sreejipnr
Hi, How to show my JSP page in a portlet. I have used IFrame portlet instance for the same but still I feel it pretty complex. I just want to create few portlets which should show different web sites. I have used plumtree there we can add a portlet by specifying a particular URL. is there any

[jboss-user] [JBoss jBPM] - Re: Jboss jBPM compatible with Apache Tomcat and mySQL?

2006-10-17 Thread kukeltje
Please learn a little first about the frameworks. Hibernate makes you independent of a specific database. And if you look at the available info (= docs, wiki, sourc, and the forum) you will see (surprise, surprise) MySQL and Tomcat are supported. View the original post :

[jboss-user] [JBoss Seam] - Re: java.lang.UnsupportedOperationException

2006-10-17 Thread rlhr
In build jboss-seam-CVS.20061016 I get this: java.util.NoSuchElementException | at org.jboss.seam.util.EnumerationEnumeration.nextElement(EnumerationEnumeration.java:34) | at org.jboss.seam.core.Messages$1.entrySet(Messages.java:87) | at

[jboss-user] [JBoss jBPM] - Re: issue with jbpm.sar (hot deploy)

2006-10-17 Thread kukeltje
the sar is going to be replaced by a jca compliant thing so it is the same on all appservers. So not sure if this will get a lot of attention View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3978714#3978714 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Installation of JBOSS on gentoo

2006-10-17 Thread kevin_ingen
I want to install jboss on gentoo(linux). I'm have a problem in the beginning with the installation. | HPNETSERVER3 jboss2 # java -version | java version 1.4.2-03 | Java(TM) 2 Runtime Environment, Standard Edition (build Blackdown-1.4.2-03) | Java HotSpot(TM) Client VM (build

[jboss-user] [Security JAAS/JBoss] - can't do loging to Authorized pages using JAAS

2006-10-17 Thread haplo_3
hi all i have problem using jaas the login/password popup window apear but when im trying to enter the username and password nothing happen web.xml --- security-constraint web-resource-collection web-resource-nameSecure Content/web-resource-name url-pattern/*/url-pattern

[jboss-user] [JBoss jBPM] - Re: Problem getting out of a join

2006-10-17 Thread kukeltje
this has been discussed before. It is not a bug in the way jBPM is designed it is as jBPM is designed. If you want different behaviour, you can extend the fork/join nodes and get the behaviour you want. View the original post :

[jboss-user] [EJB 3.0] - Re: ejbql - problem with like and named parameter

2006-10-17 Thread r_mun
Hi, Adam I have faced the same problem. You have probably found the sollution youself. Just for the protocol I'll add my sollution to this problem so that others could use it. The query I formed was like SELECT distinct object(o) FROM Rental o WHERE lower (o.description) LIKE

[jboss-user] [Installation, Configuration Deployment] - Find the path to my deployed .ear file

2006-10-17 Thread asdf09
Hello all, I'm a newbie and am trying to programatically find the filesystem path to the its .ear file, without to explicitly specify it. (I deploy myapp.ear in the jboss/server/default/deploy directory, but I don't want to have to configure it) I found a way (a hack) to do it like this:

[jboss-user] [JBoss Portal] - programatically set window state to Maximized

2006-10-17 Thread bhupeshs
I have to set the window state to maximized for a portlet in the doView/doEdit method of the portlet class. How can this be achieved? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3978723#3978723 Reply to the post :

[jboss-user] [EJB 3.0] - Problems with Local SessionBeans

2006-10-17 Thread elster
I'am using Local SessionBeans with Object Arguments. For Example: @Stateless @Local(BiManager.class) @LocalBinding(jndiBinding=BiManager) public class UserManagerBean implements UserManager { public void registerUser(Object newUserData){ ... I get a error message

[jboss-user] [JBoss jBPM] - Re: Best way to structure a business process with a delay.

2006-10-17 Thread gygerl
Thanks for your help. I finally decided to deploy the jbpm webapp instead of trying to start the scheduler separately. everything works fine now. Cheers. Laetitia View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3978726#3978726 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Problems with conditions in transactions

2006-10-17 Thread fjfernandez
Hi again, I've resolved that problem (Thanks again michaelholtzman) but now i've realised that my process variable is allways a String. How can i make it be a long value? An expression like the next one is not very usefull: expression=#{contextInstance.variables.v eq '100'} I need, for

[jboss-user] [JBoss jBPM] - Re: Delay execution (wait 1 business day before execution)

2006-10-17 Thread gygerl
Well well !! I did not start the scheduler before. Deploying jbpm webapp launches it and timer can easily be defined in process-definition xml file. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3978730#3978730 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Help with Timers

2006-10-17 Thread gygerl
Deployed jbpm webapp in order to start the scheduler. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3978732#3978732 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3978732 ___

[jboss-user] [JBoss Portal] - Re: getPreferences with JSF portlet

2006-10-17 Thread franco12
I've 2 portlet instances with 2 different preference parameters I'm just trying to retrieve this portlet preference parameters from my jsf portlet. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3978735#3978735 Reply to the post :

[jboss-user] [EJB 3.0] - Re: How to lazily load collections?

2006-10-17 Thread Wolfgang Knauf
Hi Michael, here is a sample snippet where accessing the relationship fails with your exception: public MyEntity getEntity(object pk) { | MyEntity entity = (MyEntity) entityManager.find(MyEntity.class, pk); | //Will NOT load the data ! | entity.getTdmAlerts(); | return entity; | } I

[jboss-user] [JBossCache] - NPE when using optimistic locking with JbossCache 1.4.0.SP1,

2006-10-17 Thread pkorros
I am trying to setup JbossCache 1.4.0.sp1 to work with hibernate 3.2.GA using optimistic locking. When I use pessimistic locking I don;t have any errors but when I use OPTIMISTIC then I get many NullPointerExceptions when using optimistic locking with JbossCache 1.4.0.SP1, hibernate 3.2.GA.

[jboss-user] [JBossWS] - Problem using .NET Compact Framework Client

2006-10-17 Thread [EMAIL PROTECTED]
I known that it is a Microsoft problem, anyway I post the error to ask for a solution! I develop a Web Service using JBossWS. The WSDL generated define some complex types... with inside some sequences When i use the WS with a Desktop client everything goes fine; instead the compact

[jboss-user] [JBoss jBPM] - JBPM Configuration with Hibernate 3.0 OC4J Appl-Serverver

2006-10-17 Thread sharifzadeh
Dear users, Usually, I use JDedveloper IDE, Oracle Database (9 or higher) and OC4J ApplicationServer for running J2EE Applications, Recently I have downloded JBPM-Workflow (jbpm-3.1.2.zip), and I tried to run a workflow sample, At first I made a simple Table in Oracle DB (TEST) and I created

[jboss-user] [JBoss Portal] - Re: programatically set window state to Maximized

2006-10-17 Thread [EMAIL PROTECTED]
The portlet spec is your friend: anonymous wrote : PLT.7.1.1 Including a Portlet Mode or a Window State | A portlet URL can include a specific portlet mode (see PLT.8 Portlet Modes Chapter) or |window state (see PLT.9 Window States Chapter). The PortletURL interface has the |

[jboss-user] [JBoss Portal] - Re: getPreferences with JSF portlet

2006-10-17 Thread [EMAIL PROTECTED]
PortletRequest request = (PortletRequest)FacesContext.getCurrentInstance().getExternalContext().getRequest(); View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3978743#3978743 Reply to the post :

[jboss-user] [EJB 3.0] - Re: @Local Local cannot be resolved to a type.

2006-10-17 Thread Wolfgang Knauf
Do you use Eclipse with the WebTools plugin ? I modified the existing WTP 1.5 JBoss plugin to support the EJB3 annotations of RC8 and RC9. You can find it here: http://www.informatik.fh-wiesbaden.de/~knauf/public Best regards Wolfgang View the original post :

[jboss-user] [JBoss Portal] - Re: How to show my JSP page in a portlet.

2006-10-17 Thread [EMAIL PROTECTED]
Have a look at http://www.portletbridge.org/ Also note that it is probably illegal to include copyrighted content from rediffmail in your own portal if you plan to share it. I would ask for their consentment first. View the original post :

[jboss-user] [JBoss AOP] - Re: standard library doesn't work

2006-10-17 Thread [EMAIL PROTECTED]
You can use EnableTransformer, but note that that will not give you interception of things deployed using classloader scoping and web apps. To use EnableLoadtimeWeaving you need to do some more setup of the classloaders as outlined in section 10.3 of the JBoss AOP reference manual. The JBoss

[jboss-user] [JBoss Portal] - Re: getPreferences with JSF portlet

2006-10-17 Thread franco12
YES ! thanks a million Thomas :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3978747#3978747 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3978747 ___ jboss-user mailing list

[jboss-user] [JBoss Eclipse IDE (users)] - error executing xdoclet following the tutorial

2006-10-17 Thread trony2006
Hello I'm following the instructions in the Jboss Eclipse IDE tutorial when I run the xdoclet i've got the error: Buildfile: C:\eclipse_jboss\workspace\Tutorial_ok\xdoclet-build.xml N10004: BUILD FAILED java.lang.UnsupportedClassVersionError: xjavadoc/ant/XJavadocTask (Unsupported major.minor

[jboss-user] [EJB/JBoss] - Re: EJB client form validation?

2006-10-17 Thread gcoleman
You could try Hibernate validations: http://www-128.ibm.com/developerworks/java/library/j-hibval.html View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3978751#3978751 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3978751

[jboss-user] [JBoss Messaging] - Re: Equivalent of null persistence in Jboss Messaging

2006-10-17 Thread timfox
There is a task for this for 1.2.1: http://jira.jboss.com/jira/browse/JBMESSAGING-381 If you vote for it, you might be able to bump it's priority. Or perhaps you could implement yourself and contribute - this is an easy task to do. View the original post :

[jboss-user] [JBoss Portal] - Re: programatically set window state to Maximized

2006-10-17 Thread bhupeshs
Assume that whenever the edit button is clicked on the portlet, the portlet has to be displayed in maximized mode. Here the user is not clicking on a portlet url but the standard edit button of the portlet window. since the maximize has to happen everytime, I thought of putting the code in

[jboss-user] [JBoss jBPM] - Re: Problems with conditions in transactions

2006-10-17 Thread fjfernandez
Hi again, now it's all ok. I've found a sintactic mistake in xml code of jpdl. That was the reason because the decision node wasn't work. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3978754#3978754 Reply to the post :

[jboss-user] [JBoss Portal] - Re: programatically set window state to Maximized

2006-10-17 Thread [EMAIL PROTECTED]
Yes, you can only change the state in the action method. In the render method it is already too late so you cannot do what you are looking for. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3978757#3978757 Reply to the post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - How to bind a datasource? It is not easy with Jboss

2006-10-17 Thread tvan
Hi, I have created a datasource in oracle-ds.xml but myDatasource is not bound. I think that it is necessarary to make a dependency in somewhere( in a *-service.xml file) but I really don't know which one and how to do this. The documentation of Jboss just gives examples for *-ds.xml but

[jboss-user] [JBoss Portal] - CMS repository Export folder : little bug

2006-10-17 Thread Antoine_h
when trying to export folder or files, there is sometimes this error : 14:03:38,140 ERROR [STDERR] java.lang.NullPointerException | 14:03:38,140 ERROR [STDERR] at org.jboss.portal.cms.impl.jcr.command.GetArchiveCommand.zipFiles(GetArchiveCommand.java:112) | 14:03:38,140 ERROR [STDERR] at

[jboss-user] [EJB 3.0] - Strange stateful session bean problem (creating new SFSB bet

2006-10-17 Thread lmierzej
Hi, in my JSF backing bean I access SFSB: | userSession = (UserSession) ctx.lookup(bgsw/UserSessionBean/local); | In SFSB constructor give it an test identifier: | id = System.currentTimeMillis(); | From login.jsf I access my SFSB (id 1161084087468), then by hand (writing in

[jboss-user] [JBoss Portal] - layout

2006-10-17 Thread shagy69
I have a portal built in a war file with a theme and a layout. When I redeploy the package from eclipse after a modification, i always get this esception: javax.servlet.ServletException: No dispatcher found for : BVgeneric [/layouts/generic/index.jsp], restarting the JBoss AS 4.0.4 solves the

[jboss-user] [JBoss Portal] - render method called several times for a single submit

2006-10-17 Thread mvera
Hi, I developped a portlet based on GenericPortlet, deployed it in a war and created a portal with a simple page with my portlet as a single portlet. I don't understand why but the render method is called several times for a single submition causing me problems during this debugging period.

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: How To Configure JBoss3.0.3 for Hibernate3.1

2006-10-17 Thread javadedicated
genman wrote : JBoss 3.0.3 is pretty old. OTOH, it might work. What do you get when you follow this: http://www.hibernate.org/66.html ? Thanks alot Mr.Elias You are correct.. as JBoss3.0.3 is pretty old.Later to your suggestion i have tried configuring JBoss4.0.4 for Hibernate even i have

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Finding

2006-10-17 Thread jaikiran
anonymous wrote : The variable JBOSS_HOME, is not a system variable, it is used only in jbossAS. It is my problem. | I can set it as a system variable but this isn't a good solution. JBoss while starting up, sets this variable(or some other variables) using System.setProperty() API. So you

[jboss-user] [JBoss jBPM] - How to expose jBpm library as a stateless session EJB

2006-10-17 Thread ataud
In introduction of documentation, the jBPM library can also be packaged and exposed as a stateless session EJB. I do not find how to do that in documentations, has some one do that ? if yes, a help is wellcome. View the original post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Finding

2006-10-17 Thread jaikiran
jaikiran wrote : | | JBoss while starting up, sets this variable(or some other variables) | | I meant, anonymous wrote : JBoss while starting up, sets this variable(and some other variables) View the original post :

[jboss-user] [JBoss Seam] - Re: java.lang.UnsupportedOperationException

2006-10-17 Thread [EMAIL PROTECTED]
oops, fixed View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3978769#3978769 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3978769 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: REST applications with Seam and the Restlet framework (n

2006-10-17 Thread [EMAIL PROTECTED]
OK, cool, got it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3978770#3978770 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3978770 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: PostConstruct annotation

2006-10-17 Thread [EMAIL PROTECTED]
In Seam 1.1, the @PostConstruct method is called after Seam configures the component, which includes injection of the Log) (In Seam 1.0.1, this is not the case.) But note that the injection talked about in the javadoc for @PostConstruct has *nothing* to do with Seam injection via @In. They are

[jboss-user] [JBoss Seam] - Re: What is SeamExceptionFilter?

2006-10-17 Thread [EMAIL PROTECTED]
It is better to use it. It makes sure all JTA transactions are cleaned up at the end of the request, even when errors occur. In theory, the Java EE container should do this, but not all do. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3978772#3978772 Reply

[jboss-user] [JBoss Seam] - Conversor error in examples/secutiry

2006-10-17 Thread rengar
Jboss-jems-installer-1.2.0-BETA2 - JBoss-EJB3 Jboss-seam-1.0.1GA I install examples-security change datasource to mysql datasource. the deployment is ok. But in login page said : username conversion error I put login name : demo password : demo In log don't show errors. In database mysql

[jboss-user] [JBoss Seam] - Re: java.lang.UnsupportedOperationException

2006-10-17 Thread rlhr
I'll check the next build then :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3978774#3978774 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3978774 ___ jboss-user mailing list

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Cannot start JBoss4 Server from IDE2

2006-10-17 Thread mwr0707
anonymous wrote : The other way to do it is to right-click on the server and select Add/Remove Projects, then add the EJB project. Interesting... I tried that and it showed that the project was already configured. So I removed it from the configured list and clicked finish. Then I tried

[jboss-user] [Installation, Configuration Deployment] - ZipException on a non Zip file?

2006-10-17 Thread AndrewBoyd
Hi All, I'm using Jboss 3.2.6. I'm getting the following error when I start: | 08:39:50,781 WARN [JARDeployer] Failed to add deployable jar: file:/C:/work/Projects/MyProject/jboss-3.2.6/server/mercury-01/tmp/deploy/tmp382293CFF1937AC104A3A00CC518CA6B46FDF.ctl |

[jboss-user] [EJB 3.0] - Where does JBoss store metadata(annotations)?

2006-10-17 Thread kingofhawks
Hi: Could anyone tell me where does JBoss store its metadata(those annotation definitions),such as @NamedQuery annotaion on Entity Bean? Is it stored just in memory or file system?And does any source code will tell about that? Thanks! Kingofhawks View the original post :

[jboss-user] [JBoss Seam] - When does Bijection Occur?

2006-10-17 Thread bsmithjj
Hello, I am developing a view that has two select-many lists. One is initially empty, the other contains data. The user will select items from the data and move them to the empty select list to make choices. This has proved to be a little more challenging than I initially anticipated in

[jboss-user] [JBoss and NetBeans] - JBoss 4.0.4 only recognized as J2EE 1.4 for web projects

2006-10-17 Thread abq
Hi I've installed JBoss 4.0.4 GA and choose EJB3-CLUSTER mode in order to use Java EE 5 stuff. Netbeans version 5.5 RC2 Importing the server is no problem. Creating an Entprise project also works great. Java EE version can be set to 5 och 1.4. The problem is when I want to create a web

[jboss-user] [JBoss Portal] - Re: render method called several times for a single submit

2006-10-17 Thread mvera
I forgot to say that these calls are concurrents in several threads View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3978785#3978785 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3978785

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Coniguring JBoss4.0.4 for Hibernate

2006-10-17 Thread javadedicated
Hi!! I am trying out to configure JBoss4.0.4 for Hibernate but couldn't succeded since last 3 days.I have visited every of the useful URLs and helps obtained while googling ... Pretty things i know is to copy certain required jar file from hibernate-home\lib folder to JBoss4.0.4-home\lib

[jboss-user] [JBoss Portal] - Why the JBoss-portal conflict with EJB3 in all model ?

2006-10-17 Thread huishuai
I install jboss-4.0.4.GA-Patch1-installer.jar into d:\jboss folder, and I put jboss-portal.sar into D:\jboss\server\all\deploy folder, EJB3 can work, but portal can't work, and I got message following, why ? HTTP Status 500 -

[jboss-user] [Installation, Configuration Deployment] - Deployment of ear file and jsr88

2006-10-17 Thread pritesha
Hi friends, As i know that in jboss if i deploy a .ear file then it is deployed in the folder /tmp/jsr88. and application must sussessfully run on server. but if i restart the application server then application is not run. can any one explain me why? View the original post :

[jboss-user] [JBoss jBPM] - Token lifecycle with fork and join

2006-10-17 Thread alf_dave
Jbpm 3.1.2 I have a simple process which includes a fork and join. It functions as one would expect, however, I do have a query regarding the lifetime of tokens during the process execution. Upon reaching the fork, child tokens are created; one for each path. When all child paths reach the

[jboss-user] [JBoss and NetBeans] - Re: JBoss 4.0.4 only recognized as J2EE 1.4 for web projects

2006-10-17 Thread abq
and with JMX I mean JAX. All these abbreviation are making me dizzy :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3978797#3978797 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3978797

[jboss-user] [JBoss Portal] - Problem with admin page

2006-10-17 Thread Motormind
Hi there, I just installed JBoss Portal 2.4.0 on JBoss AS 4.0.4. using a Postgres 8.1 database (Windows XP) ... and immediately I get this error when I want to view the admin page: javax.servlet.ServletException: query did not return a unique result: 2

[jboss-user] [Installation, Configuration Deployment] - mod_jk2 uri's need to be specified deeper than /our-portlets

2006-10-17 Thread justinnev
We are currently using mod_jk2 (yes we know it is deprecated...but need to use it to mirror someone else's config) with jboss 4.0.3SP1 and the packaged jbossweb-tomcat55.sar and liferay. In our workers2.properties file if I specify a uri for /our-portlets/* nothing works. However, if I

[jboss-user] [JBoss Messaging] - Jboss Messaging : Compatible with JBoss3.2.3?

2006-10-17 Thread skeeter333
Apologies if this is a question already answered in the forum or docs ,but i couldnt find the details. In short - is JBossMessaging compatible with prior versions of JBoss? In particular will it operate as a replacement to JBossMQ in Jboss3.2.3 stacks? Are there any known issues with this

[jboss-user] [JBoss Portal] - Re: How to show my JSP page in a portlet.

2006-10-17 Thread mmontoni
Hi, you need a .jsp page that you want to display and whithin your portlet in your .java class you can do the following: | protected void doView(RenderRequest rRequest, RenderResponse rResponse) throws PortletException, IOException, UnavailableException |{ |

[jboss-user] [JBoss Getting Started Documentation] - Re: Does anyone go through the Duke's Bank example in the Ge

2006-10-17 Thread PeterJ
The output such as: 06:16:37,297 ERROR [STDERR] Debug: /accountList If you look at the code, it writes logging text to stderr, which shows up as a error output when it is trapped by log4j. This is pretty lame, if you ask me, but I think the code's authors (Sun Microsystems) did not want to

[jboss-user] [Installation, Configuration Deployment] - Re: Installation of JBOSS on gentoo

2006-10-17 Thread PeterJ
I would guess that you are using the JVM that comes with gentoo. To verify this, enter java -version and post the response. Anyway, you need a JVM from Sun (or JRockit) to run JBoss. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3978810#3978810 Reply to the

[jboss-user] [JBoss Portal] - Re: portlet proxy setting

2006-10-17 Thread mmontoni
Are you using JBoss AS? If so, you need to change in your bin\run.bat the JAVA_OPTS like this: | set JAVA_OPTS=%JAVA_OPTS% -Dhttp.proxyHost=x.xx.xx.xx -Dhttp.proxyPort=80 -DproxySet=true | Also you can try adding in your portlet.xml the following code: | init-param |

[jboss-user] [Installation, Configuration Deployment] - Re: Find the path to my deployed .ear file

2006-10-17 Thread PeterJ
JBoss maintains a large number of system properties, many of which reference key direcotries. The list is here: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossProperties View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3978811#3978811 Reply to the post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - JBoss/Hibernate and Oracle RAC

2006-10-17 Thread jaus
Hi, I have a application writen for single instance for Oracle database. This application connects with Oracle via Hibernate. Connection informations are stored in hibernate.cfg.xml file (properties hibernate.connection.driver_class, hibernate.connection.username,

[jboss-user] [Installation, Configuration Deployment] - Startup Script for JBOSS on Solaris

2006-10-17 Thread hunk
Does anybody have a startup script for running JBOSS on boot-up for Solaris 7/8. Thanks ! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3978819#3978819 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3978819

[jboss-user] [Installation, Configuration Deployment] - Re: ZipException on a non Zip file?

2006-10-17 Thread AndrewBoyd
It looks like its a problem with how I'm using the farm dir: http://www.jboss.com/index.html?module=bbop=viewtopicp=3978817#3978817 Andrew View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3978821#3978821 Reply to the post :

[jboss-user] [JBoss Portal] - Re: How to show my JSP page in a portlet.

2006-10-17 Thread sreejipnr
Hi Mariella, Thanks for your immediate response. Let me try to expose my requirement. I am working for an MNC and they have different web application (j2ee) running in different servers. I just want to show these different applications (probably index.jsp) as different portlet in the Portel.

[jboss-user] [JBossWS] - Security exception for service endpoint

2006-10-17 Thread abozzetto
Hi, I have deployed a web service using service end point. The services were deployed correctly. The services works fine with RMI. But when I try to invoke it from client app by setting Call.USERNAME_PROPERTY and Call.PASSWORD_PROPERTY, it throws up a security exception as below. |

[jboss-user] [JBossCache] - Re: NPE when using optimistic locking with JbossCache 1.4.0.

2006-10-17 Thread pkorros
Manik, I sent the log file as you suggested to your email. Thanks for the quick reply, regards, Panagiotis Korros View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3978824#3978824 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Seam Remoting und JMS Topic subscription questions.

2006-10-17 Thread appendix
Thanks Shane, overriding the subscriptionCallback definitely did the trick. I never wanted to use the setTimeout() version in a production environment. So finally I got the token in an input field and this is passed along the request until the page is rerenderd. I followed your suggestion,

[jboss-user] [Security JAAS/JBoss] - Re: can't do loging to Authorized pages using JAAS

2006-10-17 Thread bjornn
You need a file named jboss-web.xml. Place it in the same dir as web.xml. File content: ?xml version=1.0 encoding=UTF-8? jboss-web security-domainjava:/jaas/YOUR_REALM/security-domain /jboss-web Best regards View the original post :

[jboss-user] [Security JAAS/JBoss] - Null HttpSession using JAAS

2006-10-17 Thread bjornn
Hi all, I'm using JAAS in my web app with the basic authentication. It worked fine, until I write a filter. My filter asks for request.getSession(false) != null and make some session attribute binds if there is a session. I'm having problems when the filter is called at first time, just after

RE: [jboss-user] JSF 1.2 Kickstart app on Jboss Portal / App Server

2006-10-17 Thread Brian McGovern
Title: JSF 1.2 Kickstart app on Jboss Portal / App Server Sorry for bumping this- Im hoping someone will see and be able to help? -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Brian McGovernSent: Monday, October 16, 2006 2:01 PMTo:

[jboss-user] [JBoss Portal] - CMS repository Export/Import : bug ?

2006-10-17 Thread Antoine_h
I export a folder (myFolder) with sub folders and files, for language = en. I try to import the zip file produced, in another instance of jboss portal (on production machine). nothing is imported. if I extract the files from the zip, and rebuild a zip file with them, then the import works.

[jboss-user] [JBoss jBPM] - Re: Problem execute actions on jboss

2006-10-17 Thread asmo
After a little more reading in the forum, i came to the conclusion, that having the jbpm code in the WEB-INF/class dir is the best way. Am i right? Is this just best practise or are there fundamental reasons? Maybee i should make a new thread, that issue has a little realation to this one

[jboss-user] [JBoss Seam] - Re: PostConstruct annotation

2006-10-17 Thread monkeyden
Dare I presume that the relationship is static, and @PostConstruct will always perform injection before any Seam annotations, or is it active and unreliable? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3978830#3978830 Reply to the post :

[jboss-user] [JBoss Seam] - Re: PostConstruct annotation

2006-10-17 Thread [EMAIL PROTECTED]
You should not presume *anything* for now, because the behavior will change utterly in Seam 1.1 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3978831#3978831 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3978831

[jboss-user] [JBoss Seam] - Re: Javascript + Java

2006-10-17 Thread denis-karpov
Try rendered attribute instead of c:if Some explanation: http://wiki.java.net/bin/view/Projects/FaceletsFAQ#Why_doesn_t_my_c_if_ui_repeat_ui View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3978832#3978832 Reply to the post :

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBoss Ide 2.0.0-Beta2 problem

2006-10-17 Thread guurk
What is the difference b/t the server types JBoss and JBoss Inc? I was getting the same problem with the Finish button not being available for a selected server instance installed as an EJB3 server installation. This was when I set up my server installation as a JBoss v4.0 server type.

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - MalformedURLException with

2006-10-17 Thread PickATrail
I'm running into a rather strange problem with JBoss. I have a web application that looks up a resource and instantiates an URL to it as follows: final ServletContext ctx = session.getServletContext(); final String resourcePath = /WEB-INF/web.xml; final URL url =

  1   2   >