[jboss-user] [JBoss Getting Started Documentation] - Re: Cannot deploy bank WebService - cannot run wstool target

2006-09-18 Thread tim.cockle
looks like you need to have ./jboss-4.0.4.GA/lib/endorsed/xercesImpl.jar in the classpath View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972487#3972487 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972487

[jboss-user] [Installation, Configuration & Deployment] - File not found Error while starting JBOSS

2006-09-18 Thread priytamaj
while starting jboss, I am getting error as : I would be greatful if somebody tries to solve this issue. ---START ERROR--- 11:17:57,750 INFO [NamingService] Started jndi bootstrap jnpPort=1099, rmiPort=1098, backlog=50, bindAddress

[jboss-user] [EJB 3.0] - Re: SLSB Local Interface Exception - EjB 3.0 with jboss-4.0.

2006-09-18 Thread ALRubinger
If you're running this client from main, it'll be in its own instance of the JVM, so your client (even if running on the same machine as the EJB) is *not* local. Local refers to "within same JVM" only, and will take advantage of certain in-JVM benefits, like being able to pass objects by refere

[jboss-user] [EJB 3.0] - Re: SLSB Local Interface Exception - EjB 3.0 with jboss-4.0.

2006-09-18 Thread vashistvishal
Thanks for replying ... Here we go :) This is my Bean | @Stateless | | public class StoreAccessBean implements StoreAccessLocal, StoreAccessRemote { | public int add (int num1 , int num2) { | int sum = num1 + num2; | System.out.println ("I'm

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

2006-09-18 Thread vmnokso1
You can set Window => Preferences => JBoss Eclipse IDE =>JBoss servers => Start timeout to 60 000 and Upon timeout: Set server State to "Started". This works also. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972483#3972483 Reply to the post : http://www

[jboss-user] [JNDI/Naming/Network] - Deployment dependencies

2006-09-18 Thread jcsf
Hi - I have never posted here for fear of being flamed, so please go gently on me :) I'm using JBoss 4.0.4 GA I have an EAR file which currently contains just a HAR (Hibernate) service, but which will contain more services for deployment shortly. The Hibernate MBean is currently configured to

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: DerbyDatabase mbean in 4.0.3 missing?

2006-09-18 Thread richardToren
You have to go into the deploy/jms folder and replace the hsql-jdbc2-service.xml with the following below. There was an error in the original text (it read EXITS not EXISTS). If you have the other dependencies for Derby in place and the datasource initalizes properly this should work (or to

[jboss-user] [JBoss Portal] - Facing problem in getting the portal

2006-09-18 Thread raj.shanmug
Hi all, In the event of installing the JBoss Application server and Portal. These are steps that i followed 1. I have downloded the Jboss 4.0.4 CR2 and Jboss Portal 2.4 ALPHA. I have unzipped both the zip files and now i configured the portal-sqlserverds.xml file in the portal and copied

[jboss-user] [JBoss Portal] - Re: Ajax Provider Servlet question

2006-09-18 Thread jackpark
Oh my gosh! Just after I posted, something hit me, and I solved the problem. Here's the solution. Pretty simple, actually. While my portlet displays as BrainInfo, it is actually housed in the war as "neuronamesportlet". The solution is to call the servlet with: /neuronamesportlet/NeuronamesAjaxSe

[jboss-user] [JBoss Portal] - Ajax Provider Servlet question

2006-09-18 Thread jackpark
Situation: JBoss Portal AS 2.4.0 Homegrown portlet that feeds from a JCR backside. Desire: Feed an index page that loads content from an AJAX servlet. Following the example, my portlet which appears as: /portal/portal/default/BrainInfo which is showing in a window called NeuroNamesPortletWindow thu

[jboss-user] [EJB 3.0] - Re: Embeddable EJB3 Alpha 9 in JUnit

2006-09-18 Thread r_q_d
I am tring to follow tips from http://wiki.jboss.org/wiki/Wiki.jsp?page=EJB3EmbeddedPerformanceTips and I want to run the test case without put all the classes in to jar file, I get following error. My code is followed by the error message. Any body can provide any help? I am using jboss-EJB-3.

[jboss-user] [JBossWS] - Re: WSDL descripiton file erro!

2006-09-18 Thread goduck
This problem has been solved. Thank you very much! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972462#3972462 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972462 ___ jbos

[jboss-user] [JBoss jBPM] - Re: How to deploy JBPM Example in the JBoss AS default Serve

2006-09-18 Thread wendy8
I change the ehcache version, but still failed. Can you guide me step by step? The JBoss AS version is 4.0.4.GA , the JBoss portal version is 2.4.0 and the JBPM version is 3.1.2, Thanks very much! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972461#3972461

[jboss-user] [JBoss jBPM] - Re: JBoss Portal and JBPM Weirdness

2006-09-18 Thread wendy8
I am successful as your confuguration, but your protal and JBoss AS version are not the latest version. What should I do that can also successe in the latest version? The latest Jboss AS version is 4.0.4 and the protal is 2.4.0. Thanks very much! View the original post : http://www.jboss.com/i

[jboss-user] [JBossCache] - TreeCache put causes

2006-09-18 Thread jyoonyang
Hi, I have two nodes in a Jboss cluster. I have a simple cache and calling put. cache.put("/test", key, "foo"); If I use REPL_SYNC, I get the following exception thrown. | 19:28:59,609 INFO [STDOUT] 0ERROR org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/cluster].[jsp

[jboss-user] [JBossWS] - Re: WSDL descripiton file erro!

2006-09-18 Thread goduck
thanks you very much! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972458#3972458 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972458 ___ jboss-user mailing list jboss-use

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

2006-09-18 Thread humanlikerobot
I start JBoss Server by command from windows-console. It works. Thanks rob, vmnokso1. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972457#3972457 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972457

[jboss-user] [JBossWS] - Re: WSDL descripiton file erro!

2006-09-18 Thread stevenh
you might have grabbed some old documentation. the actual port configurations for the new ones are in the jbossws.sar\jbossws.beans. you will need to unzip and rezip see. http://www.jboss.com/index.html?module=bb&op=viewtopic&t=84965 Steve. View the original post : http://www.jboss.com/i

[jboss-user] [JBossWS] - Re: WSDL descripiton file erro!

2006-09-18 Thread goduck
Support! Please help me! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972455#3972455 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972455 ___ jboss-user mailing list jboss-

[jboss-user] [JBoss Seam] - Re: Glaring Security Hole?

2006-09-18 Thread sbryzak2
I wouldn't go as far as to constrain all entities by default, it would add another "speedbump" that a developer would need to be aware of when implementing remoting in their app. Section 7.9 in the remoting chapter of the documentation describes how object graphs returned by invoking a session

[jboss-user] [JBoss Seam] - Re: AJAX4JSF: Problems with validation.

2006-09-18 Thread johnnybe
Yepp, that's what I tried to explain... ;-) "johnnybe" wrote : But wouldn't it work for you to just include the first selectOneMenu in a region with renderRegionOnly set to false so that on submit only this region is submitted but components outside the region can also be updated in the respons

[jboss-user] [EJB 3.0] - Design Decision (One-to-Many)

2006-09-18 Thread Andre1001
Hi, Please, tell me if I'm thinking the right way!! I have a PRODUCT, which has a relationship with INVENTORY in many-to-many mode. This relationship has also several attributes, so I must create a intermediary table (PRODUCT_INVENTORY). I'm in doubt among 3 solutions: 1 - Create a PRODUCT_INV

[jboss-user] [JBoss Seam] - Re: Problem with extra action method executing

2006-09-18 Thread [EMAIL PROTECTED]
I reviewed this and I can't confirm your conclusions. Make sure you have testes against current CVS. If it still doesn't work, I need a test case. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972449#3972449 Reply to the post : http://www.jboss.com/index.ht

[jboss-user] [JBoss Portal] - Re: Exception when deploying on Mac OS X

2006-09-18 Thread timcu
I have tried two Macs, one running Java 1.4.2 and one running Java 1.5.0 and both had the same error. The installation is the bundled jboss portal 2.4.0 and jboss AS 4.0.4 which is pretty simple to get running on fedora core 5. I would like to get it working on Mac OS X so I am open to suggest

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: TransactionException: could not register synchronization

2006-09-18 Thread holmes.j
In the hope that somebody can help ... I have a EJB 2.1 Stateless Session Bean with this header ... /** | * @ejb.bean name="GeoFeatureServer" | * jndi-name="com.free2be.framework.gis.feature.GeoFeatureServerHome" | * type="Stateless" view-type="remote" | * @ejb.tra

[jboss-user] [JBoss Portal] - Re: Exception when deploying on Mac OS X

2006-09-18 Thread bdaw
Portal is being developed on WinXP, Linux and MacOsX machines currently. So OS simply can't be the issue here ;) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972445#3972445 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply

[jboss-user] [JBossWS] - Re: Missing XOPUnmarshaller

2006-09-18 Thread pyuill
I followed the installation instructions in the user guide. Perhaps that needs upgrading. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972443#3972443 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972443

[jboss-user] [JBoss Portal] - Exception when deploying on Mac OS X

2006-09-18 Thread timcu
Hi I have deployed jboss-portal 2.4.0 on fedora core 5 and it looks fantastic. However I tried deploying on Mac OS X and I get an exception during startup. Stack trace below. Regards Tim = JBoss Bootstrap Environmen

[jboss-user] [JBoss Portal] - Re: JBoss Forum Portlet 2.4

2006-09-18 Thread unibrew
Hello Mariella I would suggest checking your firewall and/or antivirus. They might block http packets sent by TortoiseSVN. Anyway, use svn co http://anonsvn.jboss.org/repos/portal/branches/JBoss_Portal_Branch_2_4/ as PeterJ said. It is the most reliable sollution :-) Regards --

[jboss-user] [JBoss Seam] - Re: the database of Seam application

2006-09-18 Thread clockdva
"[EMAIL PROTECTED]" wrote : It is a HSQLDB database, embedded in JBoss. and how can i see this database?? do i loose my data when i stop jboss? thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972439#3972439 Reply to the post : http://www.jboss.com/ind

[jboss-user] [JBoss Seam] - Re: the database of Seam application

2006-09-18 Thread [EMAIL PROTECTED]
It is a HSQLDB database, embedded in JBoss. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972438#3972438 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972438 ___ jboss-user

[jboss-user] [JBoss Portal] - Re: JBoss Forum Portlet 2.4

2006-09-18 Thread PeterJ
No, I don't know what that means, but I have had all kinds of problems using TortoiseSVN to get source out fo the JBoss SVN repository, but using the command line seems to work fine. Just add the TortoiseSVN installation directory to your PATH (it includes all of the SVN command line utilities)

[jboss-user] [EJB 3.0] - Re: exception w/ ejb-jar.xml in RC9

2006-09-18 Thread lpurvis
Created a JIRA issue: http://jira.jboss.com/jira/browse/EJBTHREE-709 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972435#3972435 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972435 _

[jboss-user] [JBoss Seam] - the database of Seam application

2006-09-18 Thread clockdva
in the first Seam application: the registration example the tutorial speaks about users table, database,ecc.ecc but i have not installed no database what kind of database is it? where is it? thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972437#39724

[jboss-user] [JBoss Portal] - Re: JBoss Forum Portlet 2.4

2006-09-18 Thread mmontoni
Hi Peter, I tried using Tortoise but I am getting an error. Error: REPORT request failed on '/repos/portal/!svn/vcc/default' Error: REPORT of '/repos/portal/!svn/vcc/default': 400 Bad Request (http://anonsvn.jboss.org) Do you know what that means? Thanks, -Mariella. View the original pos

[jboss-user] [JBoss Portal] - Re: what are .iml and .ipr and .iws files in JBossPortal App

2006-09-18 Thread PeterJ
Did you try the *-object.xml file I provided in the other post? I even included packaging and deployment instructions. The end result is a portal that you can access via http://localhost:8080/portal/PortalB. In other words, leave the jboss-portal.sar directory alone, don't change anything in t

[jboss-user] [JBoss Seam] - Re: JSF 1.2 RI escaping problems with inputText

2006-09-18 Thread chuckadams
It seems this problem happens even in regular input fields, not just h:inputText, and it persists even when I switch the viewhandler to com.sun.facelets.FaceletViewHandler, which suggests to me a facelets bug (I'm using the latest I could find, 1.1.9) or maybe a misconfiguration on my part (I'm

[jboss-user] [JBoss Portal] - Qestion about InterPortlet Communication

2006-09-18 Thread siyangsi
I just found out JBOSS can only support a one-to-one relationship between portlets which means it can only affect behaviour on one portlet per action. Is there a work around, make it affect on more than portlet? Will Ajax help? Thanks! Siyang View the original post : http://www.jboss.com/inde

[jboss-user] [JBoss Portal] - Re: what are .iml and .ipr and .iws files in JBossPortal App

2006-09-18 Thread portalgeek
Peter, Thanks for the response. After observing the deploy folder i have the following questions: how does the url: http://localhost:8080/portal/portal/default/helloworld maps to the deployed war file in "C:\jboss-4.0.4-Portal2.2.1SP1-EJB3\jboss-4.0.4.GA\server\default\deploy" I mea

[jboss-user] [EJB 3.0] - Re: exception w/ ejb-jar.xml in RC9

2006-09-18 Thread lpurvis
I solved the problem by downloading http://java.sun.com/xml/ns/javaee/javaee_web_services_client_1_2.xsd and manually adding it as schema/javaee_web_services_client_1_2.xsd to server/default/lib/jboss.jar using the command-line jar tool. View the original post : http://www.jboss.com/index.htm

[jboss-user] [Installation, Configuration & Deployment] - Re: XPath creation failed in JBoss 4.0.3

2006-09-18 Thread khalidhajsaleh
I added serializer.jar to the endorsed directory and that seem to take care of the problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972427#3972427 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972427 __

[jboss-user] [JBoss Seam] - Re: JSF 1.2 RI escaping problems with inputText

2006-09-18 Thread chuckadams
phpBB strikes again. I properly escaped my tags in the value field in the page text. Preview just undoes it, something I fixed for the second part but not the first. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972425#3972425 Reply to the post : http:

[jboss-user] [EJB 3.0] - Re: SLSB Local Interface Exception - EjB 3.0 with jboss-4.0.

2006-09-18 Thread ALRubinger
Post up your code for us, Vishal? Implementation class, interfaces, calling code, etc. :) S, ALR View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972424#3972424 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972424 ___

[jboss-user] [JBoss Seam] - Re: JSF 1.2 RI escaping problems with inputText

2006-09-18 Thread chuckadams
Ick, something is getting unescaped somehow. If I have this in a page: | | I get this browser error in response: | XML Parsing Error: not well-formed | Location: http://localhost:8080/fiat/home.seam | Line Number 18, Column 81: | | -

[jboss-user] [JBoss Seam] - Re: JSF 1.2 RI escaping problems with inputText

2006-09-18 Thread chuckadams
A big middle finger to phpBB which interprets "disable HTML" as "well I really wanted you to interpret entities anyway". When using the 1.2 RI, inputText fields are not escaping the left angle bracket character to ampersand-ell-tee-semicolon. What befuddles me to no end is that it does fine

[jboss-user] [JBoss Seam] - JSF 1.2 RI escaping problems with inputText

2006-09-18 Thread chuckadams
I had to switch to the 1.2RI because Myfaces apparently lacks an enum converter, my app uses lots of enums, and rather than having to roll my own converters, I followed the directions to switch to the RI. Everything seemed to work all right except for a mysterious problem: inputText fields aren

[jboss-user] [EJB 3.0] - exception w/ ejb-jar.xml in RC9

2006-09-18 Thread lpurvis
When I use an ejb-jar.xml file with an EJB3 deployment in RC9, I get the following exception. Am I doing something wrong? Anyone else have this problem? I did NOT get this exception with the 4.0.4.GA/EJB3 bundle (RC7 I think). The ejb-jar.xml is basically just empty -- I'm using it to hot-de

[jboss-user] [JBoss Seam] - Interceptor error

2006-09-18 Thread bluetrade
Hi, I just copied all config files & libraries from one project to another and stripped off a bunch of stuff (mainly .java files) and get now the following error even though that the jboss-seam.jar is present and contains the interceptor: 2006-09-18 21:55:02,687 WARN [org.jboss.system.ServiceC

[jboss-user] [JBoss Seam] - Re: Interceptor error

2006-09-18 Thread bluetrade
thanks for your help! joey View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972418#3972418 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972418 ___ jboss-user mailing list jbos

[jboss-user] [JBoss Portal] - Re: JBoss Forum Portlet 2.4

2006-09-18 Thread PeterJ
The Portal source is now in subversion. Try this instead: svn co http://anonsvn.jboss.org/repos/portal/branches/JBoss_Portal_Branch_2_4/ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972416#3972416 Reply to the post : http://www.jboss.com/index.html?module

[jboss-user] [JBoss Portal] - Re: Using images in URLs

2006-09-18 Thread PeterJ
That is strange. When I do the same thing I get the image showing up with a blue outline (I overrode the style to get rid of the outline). Try this. Change the image properties to lower case (e.g., height="22"). (In my code I did not provide a height or width.) Perhaps Firefox doesn't like upp

[jboss-user] [EJB 3.0] - Re: New wiki for sharing libs in an EAR?

2006-09-18 Thread JJR24
Hi, Is there something new to this topic (ie accessing shared librairies in an ear files) with the latest versions of JBoss AS? Is one of the first two options available now? thanks, Yoan View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972413#3972413 Reply to

[jboss-user] [JBoss Portal] - JBoss Forum Portlet 2.4

2006-09-18 Thread mmontoni
Hello, I am using JBoss Portal 2.4 and I would like to add the Jboss forum portlet compatible for that version. Any ideas where I can download that portlet? I tried on cvs but it is not working...I am wondering if I am acesing the wrong file (cvs co - JBoss_Portal_Branch_2_4 jboss-portal-2.4 ).

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

2006-09-18 Thread mmontoni
Hi, I did and it did not work... :-( Any other suggestions...? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972412#3972412 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972412 ___

[jboss-user] [JBoss Portal] - Re: Using images in URLs

2006-09-18 Thread [EMAIL PROTECTED]
I know this does not answer anything, but I gave up with image urls and just used an image input tag with javascript to set the form submit parameter. The image shows up fine in the image input tag. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972410#397241

[jboss-user] [JBoss Portal] - Re: Using images in URLs

2006-09-18 Thread [EMAIL PROTECTED]
When I use text, the following is produced, and I can see the text: | back to select db | When I use the image tag, I get this: | | | No image or link is visable, no link shows up using the Firefox Web Developer extension, and highlighting the anchor tag. I can't see anything w

[jboss-user] [JBoss Portal] - Re: How to run JSF +AJAX portlet in jboss portal server 2..4

2006-09-18 Thread mikepkp17
Do you mind sharing your solution? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972404#3972404 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972404 ___ jboss-user mailing

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

2006-09-18 Thread [EMAIL PROTECTED]
Try adding the proxy options to the run.conf configuration for JBoss AS: | -Dhttp.proxyHost=3.33.76.29 -Dhttp.proxyPort=80 -DproxySet=true | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972403#3972403 Reply to the post : http://www.jboss.com/index.htm

[jboss-user] [JBoss Portal] - Re: Using images in URLs

2006-09-18 Thread PeterJ
Are you saying that the image is displayed but it is not a link, or are you saying that the image does not display at all? My comment below assumes the later. I have done this before and it worked fine. Have you looked at the HTML source within the browser? You should see the < img > tag with

[jboss-user] [JBoss Portal] - Using images in URLs

2006-09-18 Thread [EMAIL PROTECTED]
HI, I am attempting to use an image within a URL in Portal 2.4. When I use the following code the link disappears: | | No link shows on screen. If I use the same anchor code, but remove the image tag and use text, the link is shown: | back to select db | Is there any way to use

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Entity Beans in JBoss IDE , Tutorial Needed

2006-09-18 Thread rdinis
I need an tutorial to work with entity beans too... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972396#3972396 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972396 ___ jb

[jboss-user] [Security & JAAS/JBoss] - Re: j_security_check alternatives

2006-09-18 Thread texan
Did you ever get an answer this this? I would like to be able to do some pre-processing or post-processing around the security check, but based on other forums, it doesn't seem possible (under jboss) to use a filter. So, I'd settle for the jsp submitting to a servlet that forwards to j_securit

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

2006-09-18 Thread vmnokso1
I can't find anything about twiddle in the "Edit launch configuration properties" window. I seems to be best to wait for the next release. Thanks, Rob ! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972394#3972394 Reply to the post : http://www.jboss.com/in

[jboss-user] [JBoss Portal] - Re: IPC and 2.4GA

2006-09-18 Thread PeterJ
Here is the script, and its supporting files. Before running it: 1) Modify the build.properties file to reflect your environment. 2) Load the MySQL and PostgreSQL JDBC jar files into your Maven2 repository (or change the script to reference them from elsewhere). 3) Use a clean install of JBoss A

[jboss-user] [JBossCache] - Re: Implementing the treecache (ClusteredCacheLoader)

2006-09-18 Thread sudarshanra
Hi Manik, Any further help is very much appreciated. Thanks, Sudarshan View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972391#3972391 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972391 __

[jboss-user] [JBoss Portal] - Re: Problem with Stock News Portlet.

2006-09-18 Thread mmontoni
I recently found out how to solve the stock news problem. I had to change the directory of the classes in Portlet.tld. I had to change taglib for impl.jsr168.taglib. It worked fine. I also had to add the proxy init-param in my portal.xml. So it is register in case someone runs in the same probl

[jboss-user] [JBoss Portal] - Re: JBoss Portal + LDAP

2006-09-18 Thread bdaw
There should be 2.6 alpha at the end of this year. http://jira.jboss.com/jira/browse/JBPORTAL?report=com.atlassian.jira.plugin.system.project:roadmap-panel I don't know CAS. JBoss Portal leverages JBossSX in application server (JAAS). Look at login-config.xml in jboss-portal.sar for authenticati

[jboss-user] [JBoss Portal] - Weather Portlet : "Failed to retrieve Weather Feed!"

2006-09-18 Thread mmontoni
Hi, I am facing an issue with the weather portlet. I am getting the following error in the JBoss console: 13:42:12,284 ERROR [WeatherPortlet] Fatal Error reading/parsing XML Source. java.net.UnknownHostException: xml.weather.yahoo.com In the portal.xml file of my weather portlet I added the fol

[jboss-user] [JBoss Portal] - Re: JBoss Portal + LDAP

2006-09-18 Thread alexdorand
I was trying to use LDAP + CAS + JBoss where jboss portal authentication happens through CAS which checks the LDAP for validity. Any idea how? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972386#3972386 Reply to the post : http://www.jboss.com/index.html?m

[jboss-user] [JBoss Portal] - Re: JBoss Portal + LDAP

2006-09-18 Thread alexdorand
do we have any date for 2.6 rollout? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972385#3972385 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972385 ___ jboss-user mailing

[jboss-user] [EJB 3.0] - Re: EJB 3.0 and presentation - design decision

2006-09-18 Thread laszlo.fogas
my opinion is that the jsf is just the (view) and the _control_ layer in this context, all business logic goes to the model layer which is ejb now. One ejb call per action is my law :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972384#3972384 Reply to th

[jboss-user] [JBoss Portal] - Re: JBoss Portal + LDAP

2006-09-18 Thread bdaw
ldap integration is on 2.6 roadmap. If you want do it yourself it's mostly about implementing UserModule and RoleModule to use LDAP. The simplest workaround for now is to just use LdapLoginModule instead of IdentityLoginModule for portal authentication in JBossSX and to have same users both in

[jboss-user] [JBoss Portal] - Problem using security, checkPermission()

2006-09-18 Thread rui.cunha
I, i was trying o check the check user permissions to portal pages in order to choose which links to display in a portlet. But i'm getting a little problem. The code that i use is this: | MBeanServer mbeanServer = MBeanServerLocator.locateJBoss(); | | PortalPe

[jboss-user] [JBoss Messaging] - Re: Remote JMS server

2006-09-18 Thread [EMAIL PROTECTED]
If you need a more generic solution, scoping the whole MDB deployment is the way to go. I can assist you with that, if using JBoss 4.0.4 is not an option. As Tim said, all these hassles will go away as soon as JBoss 5 is out, since we won't be using scoped deployments anymore. View the original

[jboss-user] [JBoss Messaging] - Re: Remote JMS server

2006-09-18 Thread [EMAIL PROTECTED]
The procedure described in the wiki document has been tested with JBoss 4.0.4.GA and it worked. 4.0.4 uses the same AOP version as JBoss Messaging, so there was no need to scope the whole MDB deployment. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972380

[jboss-user] [JBoss Portal] - Re: How to run JSF +AJAX portlet in jboss portal server 2..4

2006-09-18 Thread mind_mantra
Thank you all for viewing this post. Finally I have worked out a solution. :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972377#3972377 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972377 ___

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

2006-09-18 Thread [EMAIL PROTECTED]
The twiddle tab wouldn't be under window -> preferences. It would be under your server configuration. To find your server launch configuration, double click your server in the view to open the editor, and then click on the launch configuration hyperlink. There may or may not be a twiddle tab t

[jboss-user] [EJB 3.0] - GeneratedValue within Embedded Id

2006-09-18 Thread hitman_in_wis
My company has a table that has a primary key of 5 columns, one of which is an auto-generated sequence. This was not always an auto-generated sequence, and previously was only unique for any combination of the first 4 columns, not unique for the entire table. Therefore, the primary key of the

[jboss-user] [JBossCache] - Re: removeObject() in PojoCache !!

2006-09-18 Thread sphinxmember
These behavior was observed while running the samples shipped with jboss cache under examples\PojoCache\annotated50, after making a change of removing a non-existent node in the cache. Both node create and node modify event are received by the listener. I am using TreeCache's remove() method cal

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

2006-09-18 Thread vmnokso1
I am using JBoss Eclipse IDE 2.0.0.Beta1. I can't find twiddle tab from Window => Prefereces. My jboss username and password are the same as my Windows username and password. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972373#3972373 Reply to the post :

[jboss-user] [JBossWS] - REST support in JBossWS?

2006-09-18 Thread klng
Hi, Does JBossWS support REST? Can't seem to find any documentation on that. If not, do you know if its on the roadmap? Thanks! Winston View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972367#3972367 Reply to the post : http://www.jboss.com/index.html?modu

[jboss-user] [EJB 3.0] - Embeddable EJB3 Alpha 9 in JUnit

2006-09-18 Thread thunderbear
Hi, I'm getting anonymous wrote : java.lang.RuntimeException: java.lang.NoSuchMethodError: org.jboss.xb.binding.sunday.unmarshalling.DefaultSchemaResolver.addSchemaInitializer(Ljava/lang/String;Ljava/lang/String;)V | at org.jboss.ejb3.embedded.EJB3StandaloneBootstrap.boot(EJB3StandaloneBo

[jboss-user] [JBoss Seam] - PAGE scope DataModel's selection not correct

2006-09-18 Thread Holy Joe
I've got a PAGE scope DataModel which was working fine until I added an inputText tag to the page. Now the selection is always the first one on the list.I know I've had some trouble understanding exactly how DataModels (and Seam in general, really) works, so I thought I'd post this here to

[jboss-user] [JBoss Seam] - Re: Little doc bug with dataTable annotations

2006-09-18 Thread [EMAIL PROTECTED]
I fixed the JavaDoc. "Attribute" means either a get/set pair or an instance variable in the Seam docs. Hotel[] is a subtype of Object[] in Java. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972368#3972368 Reply to the post : http://www.jboss.com/index.ht

[jboss-user] [JBoss Portal] - How intergate Jportal and jbpm in the same Jboss AS?

2006-09-18 Thread wendy8
Hi all, I want to run the Jpotal example and Jbpm example in the same Server. When I put Jportal 2.4 example in the JBoss AS 4.0.4 , it's running well. but when I put the Jbpm 3.1.2 example in the JBoss AS 4.0.4 , It's throw errors . what should i do can solve it ? View the original pos

[jboss-user] [JBoss Seam] - Re: Stateful session bean serialization error.

2006-09-18 Thread [EMAIL PROTECTED]
But actually, what should really happen is that Seam should set injected attributes to null after each invocation. There is an existing JIRA issue asking for this: http://jira.jboss.com/jira/browse/JBSEAM-22 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972

[jboss-user] [JBoss jBPM] - Re: GPD new feature possible

2006-09-18 Thread kukeltje
did you try searching the forum for: bpmn AND gpd It's all in there View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972364#3972364 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972364 _

[jboss-user] [JBoss jBPM] - Re: How to deploy JBPM Example in the JBoss AS default Serve

2006-09-18 Thread kukeltje
search the forum. Has been answerd more than one time. tip: try ehcache AND version View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972362#3972362 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972362 __

[jboss-user] [JBoss jBPM] - Re: Invoking perl?s scripts in Jbpm

2006-09-18 Thread kukeltje
if you can execute perl from java (regardles of jbpm) then it is possible. jBPM itself does not have anything to do with this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972361#3972361 Reply to the post : http://www.jboss.com/index.html?module=bb&op=post

[jboss-user] [JBoss Portal] - Re: Inter Portlet Communication

2006-09-18 Thread danny_hon
I have the same problem. Do you have a solution for that? Thanks in advance. Danny View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972359#3972359 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972359 _

[jboss-user] [EJB 3.0] - Alpha9 Embeddable-Bundled jboss-ejb3-all.jar is invalid

2006-09-18 Thread apill
I've raised the issue here... http://jira.jboss.com/jira/browse/EJBTHREE-708 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972358#3972358 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972358 _

[jboss-user] [EJB 3.0] - EJB 3.0 deployment on JBoss

2006-09-18 Thread MadanSri
Hi, I am deploying EntityBean, FileDetailsServiceBO on JBoss 4.0.1sp1 and then updated to JBoss 4.0.4CR2 for EJB 3.0 support I get the following error : Pls help me know if JBoss has been updated to 4.0.4CR2 or how to solve this issue. 20:41:42,939 WARN [verifier] EJB spec violation: Bean :

[jboss-user] [JBoss Portal] - Re: IPC and 2.4GA

2006-09-18 Thread thatporguy
would you mind posting that script? I think that would be most helpful to me at the moment. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972354#3972354 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972354 __

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBoss Eclipse IDE 2.0.0.Beta bundle: JBoss Server confi

2006-09-18 Thread [EMAIL PROTECTED]
Same here with fresh Eclipse 3.2 on OS X Tiger. /Anthony View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972353#3972353 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972353 __

[jboss-user] [JBoss jBPM] - GPD new feature possible

2006-09-18 Thread gllambi
Sorry if this isn't the place to do this, but I didn't find any other one... Why the GPD doesn't use the bpmn 1.0 notation to draw the process definition? It would be usefull to have a unified notation to do so and as bpmn is established, why not use it? bye View the original post : http://ww

[jboss-user] [JBossWS] - Re: Cannot obtain java type mapping for: {http://org.mazurek

2006-09-18 Thread tim.cockle
I am having the same problem with J2EE 1.4 It works fine for primative types but nothing else. Also if I try document/literal I get the same thing. [java] org.jboss.ws.WSException: Cannot obtain java type mapping for: {www.aware-services.co.uk/ws/hello/types}sayHello my wsdl: ?

[jboss-user] [Installation, Configuration & Deployment] - Re: Change port 8080

2006-09-18 Thread PeterJ
Hmm, I did a search on "change port 8080" and found several posts that discuss this very topic, including two on the first page of search results that address this exact question ("How to change the web servers port no." and "From port 8080 to port 80. How?"). View the original post : http://w

[jboss-user] [JBoss Portal] - Re: Inlcude a url in the portlet

2006-09-18 Thread PeterJ
Yes, the deployment should be only in *-object.xml, so the change you made is correct. Another possible solution would have been to use the Portal Administration portlet to add the iframe protlet to the default page (or some other page). View the original post : http://www.jboss.com/index.htm

[jboss-user] [JBoss Seam] - Re: how can i control seam for stopping RENEW the tables in

2006-09-18 Thread texan
There's an entry in persistence.xml that causes the database tables to be dropped and recreated. Just remove that. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972344#3972344 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=re

[jboss-user] [JBossCache] - Re: JBoss Cache (PojoCache) with Hibernate Collections (Pers

2006-09-18 Thread mleur
Hi, I correct this by recompile the class org.hibernate.collection.AbstractPersistentCollection without final method. I don't want tu use the 2nd level cache of hibernate, I want to use my onw cache and replicated it. But I have another blcking pb, When I called a method of my Set implementati

  1   2   >