[jboss-user] [EJB 3.0] - ManyToMany problem

2006-08-14 Thread andydale
I am currently trying to implement a really simple many to many relationship using students and courses, but i cannot get it to work. The error always seems to be with the Collection in the none owning side of the relationship. Below are the exceptions i get: anonymous wrote : | 17:01:06,300

[jboss-user] [JBoss Seam] - Re: specific @SelectItem Question -

2006-08-14 Thread mrohad
ok , my mistake , it does call the @factory method. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3965186#3965186 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3965186 ___ jb

[jboss-user] [Installation, Configuration & Deployment] - Re: JBoss SSL problem

2006-08-14 Thread LamasLam
I do same settings as you do. Then, of-course, get same problem like you. could anyone help us? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3965185#3965185 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3965185 __

[jboss-user] [JBoss Messaging] - Re: SQLServer configuration file?

2006-08-14 Thread davidrh
Have you tried using the Sybase persistence service as a starting point. If the SQL is not that complicated (e.g. use of functions) then MSSQL might be close enough to Sybase for this to work. I've had a quick look in the Sybase persistence service, and the SQL is pretty straightforward. I don'

[jboss-user] [Beginners Corner] - Re: Please help: Failed to run simple EJB 3.0 Application

2006-08-14 Thread mathias.altmeyer
My ear file has the following content: /beans.jar /META-INF/application.xml The beans.jat has the following content: /Converter.class /ConverterBean.class That's all. I don't have an ejb-jar.xml. I thought that I don't need it anymore. Isn't it? View the original post : http://www.jboss.com/

[jboss-user] [JBoss Portal] - Re: jboss-portal-2.4.0-CR3-bundled does work with Oracle 9i

2006-08-14 Thread beerka
I had the same problem with : jboss-portal-2.4.0-CR3-bundled JDBC Connector and Version: Oracle 10.2.0.1 Windows XP Database: Oracle 10.2.0.1 XE I tried jboss-portal-2.4.0-CR2-bundled, and it worked properly... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=

[jboss-user] [JBossWS] - Re: Reading cookies in a web service

2006-08-14 Thread cnbs
"cnbs" wrote : JBoss threw an exception when i tried to use this: | @Resource | WebServiceContext wsctx; | | Initially Jboss doesn't know anything about this interface, its library jbossws-client.jar is allocated in jboss/client directory.. I copied it in jboss/server/all/lib and it thre

[jboss-user] [JBoss Seam] - Re: When can @Logger be used?

2006-08-14 Thread raja05
Thanks Petemuir, that was helpful information. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3965180#3965180 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3965180 ___ jboss-us

[jboss-user] [JBossWS] - Re: Reading cookies in a web service

2006-08-14 Thread cnbs
JBoss threw an exception when i tried to use this: @Resource WebServiceContext wsctx; Initially Jboss doesn't know anything about this interface, its library jbossws-client.jar is allocated in jboss/client directory.. I copied it in jboss/server/all/lib and it threw a NoClassDefFoundError error

[jboss-user] [JBoss Seam] - Re: Why is there a FacesContext in org.jboss.seam.core?

2006-08-14 Thread raja05
None, you can use a FacesMessage to send a message (Refer to the registration example that comes with Seam). The org.jboss.seam.core.FacesContext is a wrapper over the javax.faces.FacesContext and returns the current implementation of javax.faces.FacesContext(which is ServletFacesContextImpl if

[jboss-user] [EJB/JBoss] - Help! What type of bean?

2006-08-14 Thread BigBoi
Hi all, I've run into a snag that I've never encountered before...and I'm not sure what type of bean to use for this application. Basically, the entire system is running on JBOSS (which is great BTW!), however we've run into an issue that we need to make a call to a legacy third-party software

[jboss-user] [JBoss Seam] - Re: specific @SelectItem Question -

2006-08-14 Thread mrohad
thanks for helping us! well I am sure it doesn't call the factory I put a breakpoint there.. beforeI added @Scope(ScopeType.APPLICATION) it did called the factory method but then I got NullPointerException you can see that in my first Post here is the Codes code: | | @Entity | @Scope(Sc

[jboss-user] [JBossWS] - Re: How get MessageContex in WebService implemented as EJB

2006-08-14 Thread cnbs
Hmm.. At this time how can i obtain a MessageContext in EJB3.0? I tried to use ServiceLifecycle but it didn't work. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3965175#3965175 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=rep

[jboss-user] [Management, JMX/JBoss] - NPE -- jboss 4.0.4RC1

2006-08-14 Thread michael.wang
>From time to time I have got exception as follows: 00:46:40,050 ERROR [[HtmlAdaptor]] Servlet.service() for servlet HtmlAdaptor threw exception java.lang.NullPointerException: null name at javax.management.ObjectName.init(ObjectName.java:567) at javax.management.ObjectName.(Objec

[jboss-user] [Beginners Corner] - Re: JBoss documentation is driving me nuts

2006-08-14 Thread esgargs
The specific error is: C:\Jboss\jboss-portal-2.4.0-CR1-src\core>build datasource build.bat: *ERROR* The target executable does not exist: build.bat: build.bat:C:\Jboss\jbp-2.4\tools\bin\build.bat build.bat: build.bat: Please make sure you have checked out the 'tools' module build.bat: and make

[jboss-user] [Beginners Corner] - Re: java.lang.OutOfMemoryError: PermGen space

2006-08-14 Thread SmokingAPipe
I just hit the same thing. This is Suse 10.1 on a machine with 2gb of RAM. I had dynamically reloaded my application about two dozen times. Would that make a difference? It does worry me to see that when I think that I'll be deploying this as a live application serving millions of hits at som

[jboss-user] [JBoss Seam] - Call Post Page action?

2006-08-14 Thread supernovasoftware.com
Is is possible to fire a page action after the page is loaded? I currenlty use a page action to log access to my application. I would like to persist an object in my page action and then outject. This part works fine. After the page has loaded I would like to fire another action and inject th

[jboss-user] [Beginners Corner] - JBoss documentation is driving me nuts

2006-08-14 Thread esgargs
I have tried this multiple times, so there has to be something wrong here. Basically, I have downloaded and compiled the source for Jboss AS 4.0.4GA. Now, I am trying to install JBoss Portal on top of it. I am still trying out RC1 due to some issues with forums I have been told in the later vers

[jboss-user] [JBoss Seam] - Re: getting referer

2006-08-14 Thread supernovasoftware.com
I use the following as a page action to log access to my application. In the @Create method I set the request. I am only interested in the "User-Agent" header, but I am sure you can get the referrer as well. | @Stateful | @Name("accessManager") | @Scope(ScopeType.EVENT) | public class

[jboss-user] [JBoss Seam] - getting referer

2006-08-14 Thread goose-dog
Is there a way to grab the referer in a backing bean? For statistics purpose. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3965167#3965167 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3965167 __

[jboss-user] [JBoss jBPM] - Re: taken end and task instance end

2006-08-14 Thread yxyang
Does "Token end" means that "cannot move" anymore? Because without token moving, the process instance cannot continue. Does it mean that "token end" will end the process instance also? Or more accurately, "token end" will stop one path of the execution of current process instance. If a proces

[jboss-user] [Security & JAAS/JBoss] - Re: JAAS multi-threaded=true causing SecurityException princ

2006-08-14 Thread sdegenaar
Cheers cgriffith, Well I have a custom login module (same) on both the tomcat side (common/lib) and the jboss side (lib). Tomcat points to the login conf file through the java option -Djava.security.auth.login.config and to jboss application server -Djava.naming.provider.url. On the tomcat logi

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

2006-08-14 Thread forumer
I have run most other examples, successfully, in "getting started" but run into problem when deploying the Bank WebService example; I get the following error. I'd appreciate it if somebody could tell me what I am doing wrong! I'd think that the installation process would place the xerces jar in

[jboss-user] [EJB 3.0] - Compiler wrong?

2006-08-14 Thread Rockym
Hi. I hope this is the right forum but anyway I have a problem trying to run JBOSS, because the JAVA_HOME and JBOSS_HOME are well set, however when I run ant it appears the following : (by the way the OS is MAC OS X) : dup-148-221-108-165:~/desktop/workbook rodrigomartinezheredia$ cd ex04_1 dup-

[jboss-user] [JBoss Eclipse IDE (users)] - javadoc comments broken in the generated EJB interfaces

2006-08-14 Thread mjkhan
Hi, all. I'm using JBoss Eclipse IDE to create an EJB application and run into a problem while generating the remote interfaces for the *Bean classes. Actually, it is not about the generated interfaces. They fit into the correct places in the class hierarchy and all have correct method signatur

[jboss-user] [JBoss Seam] - Re: multiple pageflows

2006-08-14 Thread wondermike
Hello, sorry that I took your time in reading my post ... Here's the solution: http://docs.jboss.com/seam/latest/reference/en/html_single/#d0e5093 My components.xml was indeed incorrect, I had to list both pageflow definitions within the property tag "pageflowDefinitions", separated by a whitespac

[jboss-user] [JBoss Seam] - multiple pageflows

2006-08-14 Thread wondermike
Hello, I'm using the sample app generated by seam-gen (from http://www.jboss.com/index.html?module=bb&op=viewtopic&t=88326) and I'm trying to implement a second pageflow. The easiest way to start was to copy pageflow.jpdl.xml to pageflow2.jpdl.xml, copy first-page.xhtml to ctrfirst-page.xhtml (s

[jboss-user] [JBoss Portal] - Re: GenericNavigationPortlet available

2006-08-14 Thread yxyang
"yxyang" wrote : Another not available feature should be: | | selection of the displayable items based on the login users' role? | | Is this feature available already? | Is it really need feature? | | yang Now, i have implemented this in GenericNavigationPortlet with logical rol

[jboss-user] [JBoss jBPM] - Re: how to retrieve task instance/process instances in a spe

2006-08-14 Thread yxyang
"Olivier_Debels" wrote : I think it is much cleaner to just add your own queries. | | It's rather easy if you just do it the same way as it is done in jbpm. Just create your own extra queries file and make sure it is loaded in your hibernateSessionFactory (by adding it in your hibernate.cf

[jboss-user] [Remoting] - JBoss Remoting vs JGroups ?

2006-08-14 Thread vivash
Hi, I was just wondering how is JBoss Remoting different than JGroups as they seem to provide similar set of features: auto-discovery, fail-over, callback, clustering etc. Here are my questions, 1) Is JBoss Remoting only meant for Client-Server communication? What about in server cluster env

[jboss-user] [Installation, Configuration & Deployment] - Question on Virtual Directory Mappings and Servlet Invocatio

2006-08-14 Thread ebagdonas
We are trying to port an CF application that makes extensive use of virtual directory mapping to JBoss. Following the information in: http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3829886 We can get the directory contents, but only served as web (text) content. Assuming it is po

[jboss-user] [Advanced Documentation] - Re: Help in executing Hello World BPEL example

2006-08-14 Thread [EMAIL PROTECTED]
I am now investigating ActiveBPEL. They have an open source version and also a designer. http://www.activebpel.org/ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3965155#3965155 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=re

[jboss-user] [JBoss Seam] - Why is there a FacesContext in org.jboss.seam.core?

2006-08-14 Thread SmokingAPipe
I'm confused. If I want to use a context to send messages, do I use the javax.faces.FacesContext, or org.jboss.seam.core.FacesContext? I can't see any info about when and why org.jboss.seam.core.FacesContext would be used. Thanks View the original post : http://www.jboss.com/index.html?modu

[jboss-user] [JBoss jBPM] - Re: taken end and task instance end

2006-08-14 Thread yxyang
"cpob" wrote : if you want to end the task, you should do a taskInstance.end. | | Or, you could add end-tasks="true" to your task node xml: | | | That will then end all open tasks when the node is left. (1)what do you mean "task end"? I went through the source code and find out that

[jboss-user] [JBoss Portal] - Re: Best way to learn

2006-08-14 Thread Agathon
"[EMAIL PROTECTED]" wrote : Tell us about the flaws What finally ended up killing the project, was that input components would "disappear" (fail to render) when nested in a datatable component, upon every other page view. This problem generated no exceptions and nothing pertaining to the proble

[jboss-user] [Beginners Corner] - WEBEX presentaions. How about Linux ?

2006-08-14 Thread dumdan
Good evening, I was trying to look at the JBoss way of doing SOA, "SOA for Developers Part 1". Trying is where I stopped, though. I cannot understand a word ! (The image is fine, of course). I always assumed the vast majority of the people using & developing for /on JBoss would do the most of th

[jboss-user] [JBoss Messaging] - Re: SQLException: Invalid column index in CR4

2006-08-14 Thread davidrh
I've added some more differences to Tim's other post , which resolved the problems that we were experiencing above. We were building messaging automatically in our build script, and so were copying the config files to the "standalone-messaging" configuration, when it is now named "messaging".

[jboss-user] [JBoss Messaging] - Re: Invalid column index problem

2006-08-14 Thread davidrh
Lost the tag in my first point above. It should read "You need to have the metadata section..." View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3965149#3965149 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3965149 __

[jboss-user] [JBoss Messaging] - Re: Invalid column index problem

2006-08-14 Thread davidrh
Other differences that we have noticed from CR3 are: - You need to have the section in your datasource or you will get the following exception on startup: | 10:56:00,546 WARN [ServiceController] Problem starting service jboss.ejb:persis | tencePolicy=database,service=EJBTimerService |

[jboss-user] [JBoss Getting Started Documentation] - Problem with tutorial.web.ComputeServlet

2006-08-14 Thread ivan_penuelas
I have days with this problem but i can´t find a solution i have read some post of it but it´s the same thing, can anyone help me 19:14:23,968 ERROR [MainDeployer] Could not create deployment: file:/C:/jboss-4.0.4.GA/server/default/tmp/deploy/tmp43121FiboApp.ear-contents/FiboWeb.war org.jboss.w

[jboss-user] [EJB 3.0] - Re: Generate XML descriptor from Annotations?

2006-08-14 Thread [EMAIL PROTECTED]
we don't have near 100% back and forward support, but hibernate tools (tools.hibernate.org) has some initial impementation for annotations to hbm.xml. orm.xml generation have not yet been worked on or contributed. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic

[jboss-user] [Messaging, JMS & JBossMQ] - Re: JMS ProviderFailure:java.lang.NoSuchFieldError

2006-08-14 Thread avernon
One line of code change was required in the client to allow for the fact that no "ConnectionFactory" object was registered in JNDI. Properties p = new Properties(); p.setProperty("java.naming.factory.initial","com.tibco.tibjms.naming.TibjmsInitialContextFactory"); p.setP

[jboss-user] [Messaging, JMS & JBossMQ] - Re: JMS ProviderFailure:java.lang.NoSuchFieldError

2006-08-14 Thread avernon
I followed the instructions presented in "TIBCO Enterprise Message Service? Application Integration Guide Software Release 4.3, February 2006" as outlined in Chapter 3 for JBoss 4.0.2. Everything seemed to work. The sample application referred to I copied from http://docs.jboss.org/admin-devel/C

[jboss-user] [Management, JMX/JBoss] - tibco ems and jboss 4.0.4

2006-08-14 Thread cfagiani
I am using MDBs on JBoss 4.0.4 running on Redhat linux and using Tibco's EMS as a JMS provider (on a different physical server than the app server). I followed the instructions in this wiki post: http://wiki.jboss.org/wiki/Wiki.jsp?page=IntegrationWithTibcoEMS My MDB cannot connect to the queue

[jboss-user] [EJB 3.0] - Generate XML descriptor from Annotations?

2006-08-14 Thread ptmain
Is there a tool to generate the ejb descirptor XML from annotations? That is, I like to prototype with annotations, but I really prefer to use the descriptors for maintaining the OR mapping and queries. Is there a tool to ease the pain of moving from annotations to descriptors by generating th

[jboss-user] [JBoss Seam] - Re: Step-by-Step Seam Getting Started Guide

2006-08-14 Thread lowecg2004
The last exception was caused because application.xml is not being copied either. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3965138#3965138 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3965138

[jboss-user] [Installation, Configuration & Deployment] - Re: Installing JBoss with an RPM

2006-08-14 Thread lazybee26
Thanks Peter. Our web app under JBOSS, is going to be deployed in multiple physical locations, and so I was hoping if I use YUM, then upgrading all locations with jboss upgrades would be easier, if i can do the installation using an RPM file with the help of YUM tool. But I'm having a hard t

[jboss-user] [JBoss Seam] - Re: Step-by-Step Seam Getting Started Guide

2006-08-14 Thread lowecg2004
I'm also getting this problem on WinXP. I checked ejb-jar.xml, and it hadn't been modified. I replaced sampleEJB\ejbModule\META-INF\ejb-jar.xml with the file in seam-gen\resources\META-INF. This time, when I ran the application I received the following error: ejb-jar.xml must either obey the

[jboss-user] [JBoss Seam] - Re: Developing a very simple action

2006-08-14 Thread SmokingAPipe
Ok, I'll do that. As a developer, I would say that "Lame error reporting" is Java's worst problem. Instead of throwing "Cannot find class: java.util.StringBuilder", the JVM should say, "You need to upgrade to Java 1.5. Go to http://java.com to download it". That kind of thing. A stack trace

[jboss-user] [JNDI/Naming/Network] - Re: How to determine what is in an InitialContext?

2006-08-14 Thread PeterJ
I don't think I have very seen plain Strings coming back from JNDI, but I have had fun dealing with the Proxy classes, some of which don't appear to have a toString method. I have noted in my own code that "java:" and "java:comp" tend to return different things. Also try the empty string, that

[jboss-user] [JBoss Seam] - Re: specific @SelectItem Question -

2006-08-14 Thread petemuir
Is that the first exception? If not, please post the whole stacktrace of the first exception to occur after accessing the page. Can you also post the Codes class. I would expect the factory method to get called given the code you posted, can you confirm it doesn't (put a breakpoint at the entr

[jboss-user] [JBoss Seam] - Re: Step-by-Step Seam Getting Started Guide

2006-08-14 Thread [EMAIL PROTECTED]
I think you might have a permissions issue. In your case seam-gen doesn't appear to overwrite existing files like ejb-jar.xml when creating a new project, although the ant task does define overwrite explicitly. Those files are created initially by eclipse WTP, but we want to overwrite them with

[jboss-user] [JBoss Seam] - Re: specific @SelectItem Question -

2006-08-14 Thread mrohad
no it doesn't get called what do you recommend?! this is my code | @Stateless | @Scope(ScopeType.APPLICATION) | @Name("login") | public class LoginAction | implements Login,Serializable | { | | private static final long serialVersionUID = 1L; | | private static

[jboss-user] [JBoss Seam] - Re: Developing a very simple action

2006-08-14 Thread petemuir
Submit a bug in JIRA - it's one of the big problems people seem to run into and would require one catch/throw of an exception AFAICS. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3965130#3965130 Reply to the post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [JBoss Seam] - Re: Developing a very simple action

2006-08-14 Thread SmokingAPipe
THANK YOU! As with everything else in JBoss world, the problem usually comes down to one line of XML somewhere. Overall, my biggest problem with Java is the error messages are not helpful. Seam could have put a message in the exception saying, "check the JNDI pattern in components.xml" or som

[jboss-user] [EJB 3.0] - Re: No (remote) JNDI binding for ejb in ear

2006-08-14 Thread kruddies
I found another exciting thing. I created 3 different calculator beans - LocalStatelessCalculator -> implements only the local interface Calculator - RemoteStatelessCalculator -> implements only the remote interface RemoteCalculator - StatelessCalculator -> implements both interfaces the JNDI

[jboss-user] [JBoss Seam] - Re: Developing a very simple action

2006-08-14 Thread petemuir
You need to set your jndiPattern correctly in components.xml. http://docs.jboss.com/seam/latest/reference/en/html/configuration.html#d0e4682 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3965125#3965125 Reply to the post : http://www.jboss.com/index.html?mo

[jboss-user] [News & Announcements] - JBossCache 1.4.0.SP1 released

2006-08-14 Thread rrajesh
JBossCache 1.4.0.SP1 is released and is available for download on Sourceforge at the following URL http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=102339&release_id=439498 JBossCache 1.4.0.SP1 === Bug fix release on 1.4.0 Changes: ** Bug * [ JBCACHE-665

[jboss-user] [JBoss Seam] - Re: EntityManager: For newbies or to close gaps in your know

2006-08-14 Thread petemuir
The design pattern (manual flushing) which is supported by TX.NOT_SUPPORTED is more elegantly (IMO) provided by @Begin(flushMode=FlushModeType.MANUAL) (which is due for Seam 1.1). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3965123#3965123 Reply to the pos

[jboss-user] [JBoss Seam] - Re: Calling Seam Components (Stateless EJB) outside Seam app

2006-08-14 Thread petemuir
I'm not sure but I'm pretty sure that's not the way Seam is intended to be used. I'm not sure about it from an architectural point of view either - surely you add all sorts of nasty dependencies to your app. How about using JMS to communicate between the two applications? View the original pos

[jboss-user] [JBoss Seam] - Re: Developing a very simple action

2006-08-14 Thread SmokingAPipe
I added in seam.properties and that seemed to help. Now I'm getting an exception like this: | javax.naming.NameNotFoundException: RegisterDudeAction not bound | All I want to do is have a user click on a button, and then it makes an output in the log! View the original post : http:/

[jboss-user] [JBoss Seam] - Re: ClassValidator, java.util.MissingResourceException

2006-08-14 Thread petemuir
My workaround is to paste the (10 or so) keys required by hibernate validator into my messages.properties. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3965120#3965120 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=396

[jboss-user] [JBoss Seam] - Re: When can @Logger be used?

2006-08-14 Thread petemuir
Bijection isn't available in Entity Beans. http://docs.jboss.com/seam/latest/reference/en/html_single/#d0e2229 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3965119#3965119 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p

[jboss-user] [EJB 3.0] - Re: Accessing EJB3 Session Beans from a JAR in a WAR?

2006-08-14 Thread bsheward
Found it! See [url]http://wiki.jboss.org/wiki/Wiki.jsp?page=CommonHurdlesAndDifficultiesYouMayEncounterDuringEJB3Development [/url] View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3965118#3965118 Reply to the post : http://www.jboss.com/index.html?module=bb&o

[jboss-user] [JBoss Seam] - Re: Starting with Seam: build files, jars, paths?

2006-08-14 Thread petemuir
The packaging and support files required are well explained in the manual (Chapter 9). Combine that with an example app from seam and you should be fine. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3965117#3965117 Reply to the post : http://www.jboss.com/

[jboss-user] [JBoss Seam] - Re: error Target Unreachable, identifier 'user' resolved to

2006-08-14 Thread petemuir
At the very least you'll need to post the code you are using. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3965116#3965116 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3965116 _

[jboss-user] [JBoss Seam] - Re: validate and ValidateAll tags question

2006-08-14 Thread petemuir
http://jroller.com/page/pmuir?entry=conversation_propogation View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3965115#3965115 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3965115 __

[jboss-user] [JBoss Seam] - Re: specific @SelectItem Question -

2006-08-14 Thread petemuir
It means that the context variable is null, is the factory method being called? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3965114#3965114 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3965114 ___

[jboss-user] [EJB 3.0] - Re: No (remote) JNDI binding for ejb in ear

2006-08-14 Thread kruddies
in another topic there is the same problem with ejb.jar packaged in an ear file: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=86420 is there a general problem with packaged ejb.jar's in an ear file in combination with remote interfaces? View the original post : http://www.jboss.c

[jboss-user] [JBoss Seam] - Developing a very simple action

2006-08-14 Thread SmokingAPipe
I'm trying to develope a very simple action within Seam. My goal is to eventually create a system which lets me register users, but the first step is to just have Seam actually call register() method in a session bean. The method doesn't do anything useful. Here's what I have: In the JSP:

[jboss-user] [Beginners Corner] - Re: Porting a simple RMI client-server app to JBoss

2006-08-14 Thread falazar
We could use this answer as well... We are looking for that location. James View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3965111#3965111 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3965111 _

[jboss-user] [JBoss Portal] - Re: Question on portlet

2006-08-14 Thread rbreault
Peter Thanks for the reply's I was able to figure it out. I was calling the wrong thing. I am starting to get the hang of this now again thank you View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3965109#3965109 Reply to the post : http://www.jboss.com/index.

[jboss-user] [JNDI/Naming/Network] - Re: How to determine what is in an InitialContext?

2006-08-14 Thread bsheward
I've written code which dumps out an InitialContext using the list() method. I used an empty String and "java:" as the inputs which seems to give me decent results. Are there any other names which would make sense? Also, I found that in some circumstances, as I recurse through the tree of objec

[jboss-user] [Management, JMX/JBoss] - Re: JBoss MBean API

2006-08-14 Thread PeterJ
Here are a few to get started with: Data source connection pool information for datasource named XXX: jboss.jca:name=XXX,service=ManagedConnectionPool Heap info: jboss.system:type=ServerInfo Socket information (aka threads) for port 8080: jboss.web:name=http-0.0.0.0-8080,type=ThreadPool By t

[jboss-user] [JBoss jBPM] - Re: taken end and task instance end

2006-08-14 Thread cpob
"jbpmndc" wrote : anonymous wrote : taskInstance.end ends the task, but SIGNALS the token to the next node. | | I understand this. I'm wondering why anyone would use token.signal in their code. If task.endInstance signals the token to move to the next task, then writing in your code tas

[jboss-user] [Management, JMX/JBoss] - Re: JBoss MBean API

2006-08-14 Thread yizhao
Hi, Thanks for that info. I didn't state my question too clearly but I was actually asking a slitly different question. For example, after I establish a connection with the JBoss AS, if I wanted to get the version number I would do the following: ObjectName on = new ObjectName("jboss.system:

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Exiting on IOE - java.net.SocketException: socket closed

2006-08-14 Thread yoggi06
Hello ! I have the same problem ! Do you have a solution? Regards yog View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3965103#3965103 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3965103 _

[jboss-user] [JBoss Portal] - Re: Best way to learn

2006-08-14 Thread bwessel
The tutorial (http://docs.jboss.com/jbportal/v2.4/reference-guide/en/html/tutorials.html) is exactly what I need! I was looking at the Portal 2.2 docs since that is the version I am using and it doesn't have this nice tutorial in it. Thanks Julien! I also got the Manning book and it looks goo

[jboss-user] [EJB/JBoss] - Ejb2.1 -Question

2006-08-14 Thread rsood72
I guess Jboss3.2.3' s jboss-j2ee.jar has ejb2.0 compatible classes. I need ejb2.1 compatibility. How do I get that ? Ejb2.1's EJB-QL has support for Aggregate Functions like SUM, AVG etc, whenver I write these in ejb-jar.xml file for the current jboss3.2.3, the deployment failse with an error

[jboss-user] [JBoss jBPM] - Re: taken end and task instance end

2006-08-14 Thread kukeltje
Not every node is a task View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3965100#3965100 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3965100 ___ jboss-user mailing list jboss-

[jboss-user] [JBoss jBPM] - Re: Native Java Code (POJO) Invocation

2006-08-14 Thread ncapito
I actually agree with everything you have said. Ironically i started of with JPDL, saw the Bpel Extension and liked the functionality so i converted. But i then found myself in a non distributed environment so i was wondering if really i should be using webservices at all But idealy, m

[jboss-user] [Management, JMX/JBoss] - Re: JBoss MBean API

2006-08-14 Thread PeterJ
The MBeanServerConnection class contains many methods that will help you find what you need. See http://www.jboss.com/index.html?module=bb&op=viewtopic&t=84303 for some example code. See http://java.sun.com/j2ee/1.4/docs/api/javax/management/MBeanServerConnection.html for the API. View th

[jboss-user] [JBoss jBPM] - Re: taken end and task instance end

2006-08-14 Thread jbpmndc
anonymous wrote : taskInstance.end ends the task, but SIGNALS the token to the next node. I understand this. I'm wondering why anyone would use token.signal in their code. If task.endInstance signals the token to move to the next task, then writing in your code taskInstande.end("foo") is mo

[jboss-user] [JBoss Portal] - Re: Best way to learn

2006-08-14 Thread [EMAIL PROTECTED]
did you look at our tutorial ? http://docs.jboss.com/jbportal/v2.4/reference-guide/en/html/tutorials.html#tutorials_tutorials View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3965095#3965095 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posti

[jboss-user] [JBoss Portal] - Re: Best way to learn

2006-08-14 Thread PeterJ
Regarding "the book draft", Julien was replying to my previous reply in this post: http://www.manning.com/hepper/ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3965096#3965096 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=rep

[jboss-user] [JBoss Portal] - Re: Best way to learn

2006-08-14 Thread [EMAIL PROTECTED]
what about the tutorial we provide ? http://docs.jboss.com/jbportal/v2.4/reference-guide/en/html/tutorials.html otherwise you go on http://manning.com/hepper/ you register and login and you can get a free copy of the book. View the original post : http://www.jboss.com/index.html?module=bb&op=v

[jboss-user] [JBoss jBPM] - Re: Ending task in timer timeout action cause exception

2006-08-14 Thread kukeltje
Since you did not post a stacktrace or the code of the timer as requested, it is still almost impossible to help, but I'll give it a try. You probably end the task in the timer, you should not do that. You should define a transition that has be taken and define the open tasks to end if the task

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - MyFaces tomahawk for JBoss

2006-08-14 Thread urswag
I would like to use tomahawk First I get this error anonymous wrote : | | javax.servlet.ServletException: The absolute uri: http://myfaces. | apache.org/tomahawk cannot be resolved in either web.xml or the jar | files deployed with this application | javax.faces.webapp.FacesServlet.se

[jboss-user] [JBoss Portal] - Re: Best way to learn

2006-08-14 Thread bwessel
"[EMAIL PROTECTED]" wrote : Yes the book draft is very good and priceless :-) Where is the book draft? I'm glad you asked this question because I too am having a hard time with just the documentation, wiki (I don't see anything on this page that helps - am I missing something??) and the speci

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - portlet JSP JDBC problem

2006-08-14 Thread thatporguy
Alright guys, I'm trying to create a JDBC connection (or jndi) connection to a mysql database, and for some reason i think hibernate is not letting me. I can create a jsp on tomcat and it works there but not on jboss. here is the code public String getDB(){ |String data = ""; |

[jboss-user] [Installation, Configuration & Deployment] - Error creating client Service

2006-08-14 Thread mdhuyn
Hi, I'm using the tutorial to create a client accessing a web service. The end point seemed to deploy fine, but when I run a client JUnit test, I get the error: Cannot get resource: META-INF/standard-jbossws-client-config.xml I also don't understand why it's trying to get standard-jbossws-c

[jboss-user] [JBoss jBPM] - Re: Ending task in timer timeout action cause exception

2006-08-14 Thread [EMAIL PROTECTED]
"[EMAIL PROTECTED]" wrote : | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |

[jboss-user] [Management, JMX/JBoss] - JBoss MBean API

2006-08-14 Thread yizhao
Hi everyone, I'm writing a java program to monitor the status of a remote JBoss server. My current status is that I am able to connect to the JBoss server. I want to be able to get server information like heap size, connection pool information, etc... So far all I've been able to get is the

[jboss-user] [EJB/JBoss] - Performance tuning with FlushMode

2006-08-14 Thread murtuza52
I have following setup: Eclipse 3.1, MyEclipse 4.1, JBoss 4.0.4, Patch 1. I have a medium sized application with about 50 Entities with relations. Some data in the application (roughly 500 records in total from the database of about 3 different types of entities) is requested very frequently as

[jboss-user] [JBoss jBPM] - Re: taken end and task instance end

2006-08-14 Thread cpob
"jbpmndc" wrote : What are situations when you should use token.signal instead of token.end()? | | It seems to me you should always use token.end. It's more clear and intuitive. There's a difference between token.end and token.signal. Token.end will END the token and all of its children.

[jboss-user] [JBoss jBPM] - Re: Native Java Code (POJO) Invocation

2006-08-14 Thread [EMAIL PROTECTED]
Support for this feature is the goal of BPEL-135: pluggable invocation framework. I have reviewed Apache WSIF more than once and have concluded that, while the interfaces are compatible with the current invocation model, the implementations are not. They assume the use of Java beans at the clie

[jboss-user] [JBoss Portal] - Re: Best way to learn

2006-08-14 Thread jewhit
yes, i would like to hear what you have identified as flaws within JSF. I have started a huge project, based on JSF on top of JB Portal. i am far from being a JSF expert, but i am slowly but surely getting there. If there is any info you may have on the "ins" and "outs" in general, it would h

[jboss-user] [JBossWS] - Re: How to change port in SOAP Address Location

2006-08-14 Thread kamra
Hi Acxjbertr Thanx for your reply, Changing port for OracleXE is only a temporary workaround, not the right solution. And in my case I have other application accessing Oracle XML DB, so I will have to change the setting in those applications too, which is more difficult. View the original post

[jboss-user] [JBoss Portal] - Re: Question on portlet

2006-08-14 Thread PeterJ
OK. let me try this again. When you click on the posrtreply button, above the text box there is a Code button. Paste the HTML source into the text box, select the HTML source, and then click on the Code button. This place code backets around the text and prevents the forum post from looking w

[jboss-user] [JBoss Portal] - Re: Question on portlet

2006-08-14 Thread PeterJ
You should have enclosed the HTML source within ... brackets. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3965077#3965077 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3965077 _

  1   2   3   >