[jboss-user] [JBoss Seam] - Gavin ?

2006-08-21 Thread lcoetzee
Hi all, is Gavin on leave ? I haven't seen a posting from him since about 10 Aug (and almost no activiy on the CVS of Seam). Anyway, me just curious ;-) Louis View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966596#3966596 Reply to the post : http://www.j

[jboss-user] [JBoss Seam] - Re: Problem with remote.js in IE7

2006-08-21 Thread sbryzak2
The remote.js problem is fixed in CVS. Is the type of your @Id field a primitive long, or a java.lang.Long? If it's a primitive, then you won't be able to set it to null, and I'd suggest using the wrapper type instead. View the original post : http://www.jboss.com/index.html?module=bb&op=view

[jboss-user] [JBoss Seam] - Problem with remote.js in IE7

2006-08-21 Thread bpatters
I'm using the Seam 1.0.1 GA and when using the remoting interface with Internet Explorer 7 beta 3 I get the following error: Error on line 412 remote.js 'field' is null or not an object It works fine in Firefox. I've noticed that IE does not like trailing , in arrays or "object" definitions so p

[jboss-user] [JBoss jBPM] - Re: The Snippet code java embed into a BPEL file

2006-08-21 Thread [EMAIL PROTECTED]
The design of jBPM BPEL considered the sublanguage extensibility. At the moment we only support XPath 1.0, tough. Support for XSL transformations is on the works. On the other hand, embedding Java in a BPEL process is far more than a technical challenge. It is a matter of design principles. Her

[jboss-user] [JBoss Seam] - Re: Reverse enginering does not create many-to-one or one to

2006-08-21 Thread [EMAIL PROTECTED]
you don't have a jdbc driver or db that supports nor has foreignkey constraints defined. e.g. earlier version of mysql drivers just ignores calls to get foreignkeys even though you have updated the db. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966591#39

[jboss-user] [JBoss Portal] - 2.4 Portal GA Release and Forums

2006-08-21 Thread ThorntonD
Is there a version of the Portal Forums that works with the 2.4 GA release? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966590#3966590 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3966590 ___

[jboss-user] [JBossWS] - Re: SOAP over HTTPS?

2006-08-21 Thread stevenh
"stevenh" wrote : | | As for your web service the controls for changinging ports in your wsdl is done in two parts. the uriScheme (the https bit) is controlled from the wsdl, ie if the url in the wsdl starts with "https" it will update the wsdl with a url including the secure web port and

[jboss-user] [JBoss jBPM] - Re: jbpm bpel problem with doc/lit format.

2006-08-21 Thread [EMAIL PROTECTED]
jBPM BPEL is currently able to consume doc/lit endpoints but not publish them. A future release will address this task. See BPEL-144. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966587#3966587 Reply to the post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [JBossWS] - Re: SOAP over HTTPS?

2006-08-21 Thread stevenh
Heiko, It sounds like you are talking about the ssl connector rather than the web service port, so ill float what i know and you can pick and choose. The actual ssl connector is controlled by jbossweb-tomcat55.sar\server.xml. you will have to enable ssl here before you can use the https.

[jboss-user] [EJB 3.0] - Re: Need advice on refreshing @Version column

2006-08-21 Thread treespace
Sure, it's detached but it's passed to a session bean that calls merge then refresh. Refresh does not return an up-to-date instance as merge does; it simply sync's the database record with the instance you passed as an argument. Insofar as the only difference between the original and the merged

[jboss-user] [JBossWS] - Re: SOAP over HTTPS?

2006-08-21 Thread EstrellaRichardson
I have the same questions, would love to hear the answer. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966584#3966584 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3966584 _

[jboss-user] [JBossCache] - Re: how to support treecache transaction in CMT

2006-08-21 Thread confuz
Currently as my understand. the treecache only support two type transactions 1. new instance putting can rollback. 2. remove instance from cache can rollback. i think that is a limitation for treecache but can not found any explication about that in the treecache document. View the original post

[jboss-user] [JBoss Seam] - Re: EJBNoSuchObjectException when Seam destroys a component

2006-08-21 Thread german.delacruz
Gavin, I've written in the jira issue related to this topic because, at the begging, I think it's a problem related to this. But now, i'm not sure. If you want, I can open another issue Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966582#3966582

[jboss-user] [EJB/JBoss] - EJB spec violation (org.jboss.ejb.EJBDeployer.verifier) for

2006-08-21 Thread tbatlarge
Declaring a string array in an EJB's remote interface causes a verification error in EJBDeployer.verifier. | // BeanInterface.java: | public interface BeanInterface { | static String aString = "foobar"; | static String[] anArray = { "foo", "bar" }; // Commenting this out fixes the

[jboss-user] [JBossWS] - Re: Changing the wsdl location to be different from the jar

2006-08-21 Thread summer.hill
Thanks Charly, With EJB3 there appears there was a plan to place a "portName" field into the @WebService annotation. However it doens't seemed to have made it into the standard. I am using JDK 1.5.07 and portName is just not defined. It IS listed the O'Reilly EJB3 book as supported. The main r

[jboss-user] [Beginners Corner] - Re: Big problem!How to reload a web module without restart t

2006-08-21 Thread pxpwxj
up,up View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966579#3966579 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3966579 ___ jboss-user mailing list jboss-user@lists.jboss.or

[jboss-user] [Installation, Configuration & Deployment] - Jboss ClassNotFoundError

2006-08-21 Thread [EMAIL PROTECTED]
We are using jboss4.0.4GA with jboss default configuration. We made following changes in $JBOSS_HOME/server/default/deploy/jbossweb-tomcat55.sar/META-INF/jboss-service.xml >>> false false

[jboss-user] [EJB/JBoss] - cannot create an EntityManagerFactory

2006-08-21 Thread c_eric_ray
| Persistence.createEntityManagerFactory("unitName"); | This code does not work an JBoss. This is logged | 19:00:56,046 INFO [NamingHelper] JNDI InitialContext properties:{} | 19:00:56,046 INFO [DatasourceConnectionProvider] Using datasource: java:/PostgresDCAP | 19:00:56,046 INFO

[jboss-user] [Beginners Corner] - Problem with JSF and JBOSS.

2006-08-21 Thread nakamuram
When I try to run my JSF Page on JBOSS 4.04/EJB 3.0, I get an HTTP 500 Error. My web.xml is simple: | | http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"; version="2.4" xmlns="http://java.sun.

[jboss-user] [JBossWS] - Setting Encoding Style

2006-08-21 Thread brintoul
It seems that setting the encoding style on the SOAPEnvelope has no effect - at least not the desired effect. I would like to see an attribute set on the SOAP-ENV:Envelope element of SOAP-ENV:encodingStyle="http:// ..." But I do not see it. Is there a namespace declaration I need to make firs

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Caused by: java.lang.IllegalStateException: Engine is nu

2006-08-21 Thread pathurisandeep
May I know how you resolved this issue?? Thanks, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966570#3966570 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3966570 ___ jbos

[jboss-user] [JBoss jBPM] - Re: Anyone running jBPM on Oralce AS 10.1.2 ?

2006-08-21 Thread kukeltje
does oracle have some jsf things in its path? Could be that they collide with the myfaces things. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966568#3966568 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3966568

[jboss-user] [JBoss jBPM] - Re: Help using the

2006-08-21 Thread kukeltje
That's because it still is in CVS and why I explicitly gave you permission to ask me :-). No just kidding. It is under development and some things might change. The #2 is known and in Jira (http://jira.jboss.org/jira/browse/JBPM-682). The issue is even 'worse' atm, since if you use the same fo

[jboss-user] [JBoss Seam] - Re: Chat server module?

2006-08-21 Thread sbryzak2
Here's one that might work for you: http://www.open-im.net/en/ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966566#3966566 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3966566 ___

[jboss-user] [EJB 3.0] - Re: Injection rules for EntityManager

2006-08-21 Thread c_eric_ray
how do i know what the JNDI name of my specific EntityManager is within JBoss? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966564#3966564 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3966564

[jboss-user] [JBoss Seam] - Re: Cast Problem I dont understand ... Converter / SelectIte

2006-08-21 Thread c_eric_ray
where and how is "termtimerEM" defined? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966561#3966561 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3966561 ___ jboss-user mail

[jboss-user] [JBoss Seam] - Re: Seam component as converter with EntityManager/Persisten

2006-08-21 Thread c_eric_ray
"[EMAIL PROTECTED]" wrote : You do need to have a seam-managed persistence context named "em", however. Probably you have not got that configured, or it has a different name How is this done? Is it different than any other seam managed object? View the original post : http://www.jboss.com/

[jboss-user] [EJB 3.0] - Re: Container will hang when persisting a large number of ob

2006-08-21 Thread oglueck
"Can not open connection" sounds like the pool is exhausted. Do you have a connection leak? Check the jca pool MBeans. Another thought is, that you may have DB locks that block a transaction. What DB is it? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=39665

[jboss-user] [JBoss Seam] - Reverse enginering does not create many-to-one or one to man

2006-08-21 Thread mane_dattaram
I tried to Hibernate tools using jboss seam It created the pojos and hbm.xml files but did not create the relationship set between them Any Ideas View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966557#3966557 Reply to the post : http://www.jboss.com/index.ht

[jboss-user] [EJB 3.0] - Re: Need advice on refreshing @Version column

2006-08-21 Thread oglueck
Because your original is probably detached. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966556#3966556 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3966556 ___ jboss-user

[jboss-user] [JBoss Messaging] - Re: What happened to the CR4 download link?

2006-08-21 Thread [EMAIL PROTECTED]
Fixed: http://labs.jboss.com/portal/jbossmessaging/downloads View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966555#3966555 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3966555 _

[jboss-user] [Beginners Corner] - A session timeout does not invalidate the SSO if other sessi

2006-08-21 Thread mtolbert
I am using JBoss SSO on an application that consists of multiple WAR's and the application needs to track when a users session (SSO) is created and destroyed. I have implemented an HttpListener and defined it in web.xml. Unfortunately, when one webapp (WAR) session invalidates/times out it d

[jboss-user] [EJB 3.0] - Re: Injection rules for EntityManager

2006-08-21 Thread oglueck
from JNDI View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966553#3966553 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3966553 ___ jboss-user mailing list jboss-user@lists.jbos

[jboss-user] [EJB 3.0] - Re: EJB3 WebServices

2006-08-21 Thread oglueck
How hard can it be to figure out which jar file is missing on your classpath? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966552#3966552 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3966552 _

[jboss-user] [JBossWS] - Re: WStools; Parameter names (Newbie question)

2006-08-21 Thread scobiej
This may be a very silly question (and I apologise if it is), but can't the tools look at the source code instead of the byte code? WSAD (websphere application studio) seems to get it right, so I am guessing it interogates the source for this information. View the original post : http://www.jb

[jboss-user] [JBoss Seam] - Chat server module?

2006-08-21 Thread SmokingAPipe
I know, this doesn't exactly fit with Seam, but it doesn't fit the other categories exactly either. Does anyone know of some open-source Java-based chat server software that I could plug in to JBoss? I would like it to be able to use an existing database of user names, so everyone on my forum

[jboss-user] [JBoss Seam] - Re: EntityManager not being injected

2006-08-21 Thread c_eric_ray
True, but @PersistenceContext is not a Seam annotation. It's an EJB3 annotation that should be injected by the EJB3 container. Or so I thought. I guess I still have a lot to learn about this stuff. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966549#3966549

[jboss-user] [JBoss Seam] - Re: EntityManager not being injected

2006-08-21 Thread patrick_ibg
The problem is that the Converter object as you have it is instantiated by JSF, not by Seam, and so no bijection takes place. You can try retrieving the EntityManager yourself via the FacesContext. Or, have a look at the following threads that propose complete solutions: http://www.jboss.com/in

[jboss-user] [Beginners Corner] - Re: when start jboss 4.0.0 Port already in use: 1098

2006-08-21 Thread [EMAIL PROTECTED]
"PeterJ" wrote : If you are running Windows Server 2003, see the discussion at http://www.jboss.com/index.html?module=bb&op=viewtopic&t=67937 Thanks for response. I tried what the thread suggested. I did following: 1. disabled firewall client. 2. commented out line ${jboss.bind.address} in jbo

[jboss-user] [Beginners Corner] - Re: when start jboss 4.0.0 Port already in use: 1098

2006-08-21 Thread [EMAIL PROTECTED]
"codeTwister" wrote : if you are running on Windows, start DOS and then in command prompt type netstat to see who/what is using it. I did checked,1098 is absolutely not in use. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966545#3966545 Reply to the post

[jboss-user] [JBoss jBPM] - Re: Anyone running jBPM on Oralce AS 10.1.2 ?

2006-08-21 Thread sobedrinker
After further tweaking on the build.xml, I was able to get the webapp console to come up! I'm using jBPM 3.1.2. In my earlier attempts, I manually loaded the DB schema with the sql script for oracle. But didn't have any data loaded. So I modified the ant task "create.db" to work against oracl

[jboss-user] [EJB 3.0] - Injection rules for EntityManager

2006-08-21 Thread c_eric_ray
Can the EntityManager be intected into a class that is not a bean? If not, how do I get the EntityManager when not inside a bean? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966543#3966543 Reply to the post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [JBoss Seam] - Re: Architecture Question

2006-08-21 Thread patrick_ibg
There's nothing wrong with creating a Manager/Service layer that's called by the JSF Action beans. That should provide you enough separation between the business logic and the view layer. However, I think the traditional DAO layer is no longer necessary given Java 5 generics and the EJB3 Entity

[jboss-user] [Installation, Configuration & Deployment] - Re: Configuring log4j.xml for different logger levels on Con

2006-08-21 Thread asack
Have you read the log4j WIKI pages? :D View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966541#3966541 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3966541 ___ jboss-user mail

[jboss-user] [Installation, Configuration & Deployment] - Re: Classloader separation between Webtier, EJBs and Contain

2006-08-21 Thread asack
"worenk" wrote : | 1) We are using several 3rd party libs that the JBoss container itself is using another version of (in server/default/lib). We'd prefer if JBoss libraries would not be visible to our applications, so we can use our own versions. Is this possible? | I'm pretty you can't

[jboss-user] [JBoss Messaging] - Re: What happened to the CR4 download link?

2006-08-21 Thread [EMAIL PROTECTED]
No, I was not aware of that until now. It seems a JBoss Labs problem. I'll investigate and restore access. Until then, CR4 can be downloaded from sourceforge: http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=157261 View the original post : http://www.jboss.com/index.html?

[jboss-user] [Beginners Corner] - Re: when start jboss 4.0.0 Port already in use: 1098

2006-08-21 Thread PeterJ
If you are running Windows Server 2003, see the discussion at http://www.jboss.com/index.html?module=bb&op=viewtopic&t=67937 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966537#3966537 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posti

[jboss-user] [JBoss jBPM] - Re: How to retrive a task in startstate

2006-08-21 Thread luowp
I got that. def.getTaskMgmtDefinition().getStartTask() View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966536#3966536 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3966536 ___

[jboss-user] [JBoss Seam] - Re: EntityManager not being injected

2006-08-21 Thread c_eric_ray
Here's the code jsf code... | | | | Converter implementation | @PersistenceContext(unitName="DC") | EntityManager em; | | public Object getAsObject(FacesContext fContext, UIComponent component, String value) | throws ConverterExc

[jboss-user] [Beginners Corner] - Re: when start jboss 4.0.0 Port already in use: 1098

2006-08-21 Thread codeTwister
if you are running on Windows, start DOS and then in command prompt type netstat to see who/what is using it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966535#3966535 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p

[jboss-user] [EJB 3.0] - Re: EntityManager not being injected

2006-08-21 Thread c_eric_ray
Here's the code jsf code... | | | | Converter implementation | @PersistenceContext(unitName="DC") | EntityManager em; | | public Object getAsObject(FacesContext fContext, UIComponent component, String value) | throws ConverterExc

[jboss-user] [JBossCache] - JBossCache on J#?

2006-08-21 Thread dankirkpatrick
Has anyone tried getting JBossCache running under J#? Successfully? At my current job, we do .NET front-ends and Java back-ends, using SOAP to interface the two. We are currently deploying JBossCache on the back-end for scalability & redundancy clustering. For our case, it seems like we could

[jboss-user] [JBoss jBPM] - How to retrive a task in startstate

2006-08-21 Thread luowp
Hi, I have a requirement to get the pre-defined task in startstate. I can get the startstate by invoking processdifinition.getStartState. But how can I get the task defined in this StartState? Thanks in advance! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3

[jboss-user] [JBoss Seam] - Re: EntityManager not being injected

2006-08-21 Thread c_eric_ray
Yes. I'm injecting the EM all over the place. All that works great. It's just that the Converter implementation doesn't get it injected. I suspect it has something to do with being created outside of the CMP context. But I really have no idea. I'm still looking. BTW, I've resovled to create my

[jboss-user] [JBoss Seam] - Re: EntityManager not being injected

2006-08-21 Thread SmokingAPipe
Hmm. Do you have a persistence context defined in your jar file? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966526#3966526 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3966526

[jboss-user] [JBossCache] - Re: Blob balancer using cache - concept help

2006-08-21 Thread [EMAIL PROTECTED]
IIRC, the OSCache and ESCache filters actually serve the image from the in-memory cached data. (I could be wrong; it's been a while.) You could do the same, and eliminate the FileCacheLoader. Serving files is surprisingly non-trivial though, so letting Tomcat do it by putting the file on the

[jboss-user] [JBoss Messaging] - What happened to the CR4 download link?

2006-08-21 Thread beck4353
I only see download links up to CR3 now. I downloaded and am using CR4. Was this removed due to a problem? I am just wondering if I should be using CR3 instead. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966525#3966525 Reply to the post : http

[jboss-user] [JBoss Portal] - Re: Too many errors cant get JBoss Portal to work

2006-08-21 Thread anthon.r
Thanks, finally! I've got things working.. there still some problems though. I've got these errors, im guessing that it comes from the CMS module of JBoss Portal. I've truncated the errors for your convenience. Thanks. JBoss Portal Error | An error occured while rendering window 'default.d

[jboss-user] [JBoss Portal] - Exception while Deploying Myfaces portlet in Jboss portal 2.

2006-08-21 Thread bindiya123
Hi I have downloaded jbossportal 2.4CR3 ( JBoss AS 4.0.4.GA) from the site and replaced all the myfaces jar file for version 1.1.3. Am trying to deploy the portlet which works in jbossportal version 2.2.1 SP1, it throws following exception. 09:57:35,663 INFO [HtmlRenderKitImpl] Overwriting re

[jboss-user] [Security & JAAS/JBoss] - Removing PORT from URL.

2006-08-21 Thread illuminati
New poster and user. Forgive the the question, but I've been assigned the task of securing our site. I've put in the following xml tags in our web.xml file: Security page /StuffWeWantSecure/* GET POST

[jboss-user] [EJB 3.0] - EntityManager not being injected

2006-08-21 Thread c_eric_ray
I have a situation where I need an EM injected into a JSF Converter implementation class and I can't seem to make that happen. All I need to so is take the string value from the getAsObject method and retrieve the appropriate database object. At first I thought I needed to make the converter c

[jboss-user] [JBoss Seam] - EntityManager not being injected

2006-08-21 Thread c_eric_ray
I have a situation where I need an EM injected into a JSF Converter implementation class and I can't seem to make that happen. All I need to do is take the string value passed in to the getAsObject method and retrieve the appropriate database object. At first I thought I needed to make the con

[jboss-user] [JBossCache] - Re: Blob balancer using cache - concept help

2006-08-21 Thread zambak
"[EMAIL PROTECTED]" wrote : When you say the "user part of the app will just hadle it as a regular image file" do you mean the web container will serve it as an image? Exactly...What I want is something similar OSCache and EHcache have by the use of the servlet filter. Same app "sits" on 2 serv

[jboss-user] [EJB/JBoss] - EJB2 -> EBJ3 in JBoss 4.0.4 not working with EJB2 jar

2006-08-21 Thread mdhuyn
Hi, I have an EJB2 jar file that deploys fine using the 'default' configuration on JBoss 4.0.4.GA. I deploy this same jar file in JBoss 4.0.4.GA using the 'all' configuration with EJB3 and JBossWS and I get exception below. I don't know what could be the illegal arguments mentioned. All the Loc

[jboss-user] [JBossCache] - Re: Blob balancer using cache - concept help

2006-08-21 Thread [EMAIL PROTECTED]
When you say the "user part of the app will just hadle it as a regular image file" do you mean the web container will serve it as an image? A possibility that comes to mind is to use a chaining cache loader, with unshared FileCacheLoader in front of a shared JDBCCacheLoader. The FileCacheLoade

[jboss-user] [Beginners Corner] - Re: Application's CLASSPATH

2006-08-21 Thread technobrat
Looks like you want to have your cake and eat it too. Luckily, I think you can. Take a look at http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossClassLoadingUseCases You could try by creating a classloading scope for your myApp.ear (which contains funnyUtility.jar) and then simply reuse that classl

[jboss-user] [JBoss Seam] - Re: Architecture Question

2006-08-21 Thread smies
Yes, you are probably right. But creating such a view handler would probably be a lot of work and complicated to build. But I still have the feeling that an extra layer would be better. But it is a feeling and I can't really rational base it on anything. I am playing with Seam now, so I will p

[jboss-user] [JCA/JBoss] - Re: JCA Connector (RAR) inside EAR not getting bound to JNDI

2006-08-21 Thread technobrat
Thanks for your prompt reply Weston. I need to provide the connector, and indeed the whole application, as something that just works out of the box. The end users are free to deploy to a number of application servers, including JBoss. I've found that the most portable way to do this was to bund

[jboss-user] [JBoss Portal] - How to communicate with the web applications from portlets

2006-08-21 Thread kamesh_velamuri
Hi All, I am working on portal server implementation in JBoss, WebSphere and WebLogic. I have successfully completed implementation of portal server in WebSphere using ContentAccessService. But not able to understand what needs to be used for JBoss portal. It would be helpfull if some one give

[jboss-user] [EJB 3.0] - Re: get Object field in MS SQL

2006-08-21 Thread ccharpentier
Finally I managed to insert my Blob. I need to open the file and do all the stuff in my Bean and not in the servlet like here http://docs.jboss.org/ejb3/app-server/tutorial/blob/src/org/jboss/tutorial/blob/bean/LobTesterBean.java View the original post : http://www.jboss.com/index.html?module=

[jboss-user] [Beginners Corner] - Re: Logging on JBoss using Contextual Repository Selector

2006-08-21 Thread maximuszen
for god's sake help the guy... maybe you should have an intro to how these forums work my impression is that they are confusing at best. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966504#3966504 Reply to the post : http://www.jboss.com/index.html?module

[jboss-user] [EJB 3.0] - Re: get Object field in MS SQL

2006-08-21 Thread ccharpentier
Hi, I managed to crete my image field in MS SQL to get file larger than 8Ko I create a Blob in my entity | package com.edieyes.oma.entities; | | import java.io.InputStream; | import java.sql.Blob; | import java.sql.Date; | | import javax.persistence.Basic; | import javax.persi

[jboss-user] [JBoss Messaging] - Re: RC3 stable? which jdk? ad on: mssql-persistence-service.

2006-08-21 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote : | 1. | we run jboss-4.0.4.GA (install: jboss-4.0.4.GA-Patch1-installer.jar default) under jdk1.5.0_07 (jdk-1_5_0_07-windows-i586-p.exe; build 1.5.0._07-b03) . is this the right jdk? We test both with JDK 1.4 and JDK 1.5, so you should be fine with jdk 1.5, at leas

[jboss-user] [EJB 3.0] - Re: How do I share entity beans across scoped EARs?

2006-08-21 Thread asack
Wow, my bad...should have tried instead of asking...yeah that kinda worked. I didn't deploy Entity beans but I did deploy a SLSB via a jar in deploy. I will assume that it will have global scope across JARs. Neato View the original post : http://www.jboss.com/index.html?module=bb&op=view

[jboss-user] [JBoss Portal] - Re: How to do virutal hosts with JBoss Portal

2006-08-21 Thread AndrewBoyd
check out this thread: http://jboss.org/index.html?module=bb&op=viewtopic&t=89031 Does that do what you are asking? Andrew View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966496#3966496 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting

[jboss-user] [Clustering/JBoss] - Re: Loadbalancing & clustering

2006-08-21 Thread [EMAIL PROTECTED]
Do you need SSL functionality at the JBoss/Tomcat layer, i.e. can Apache handle the SSL for you via mod_ssl? If you do need it at the Tomcat layer (for example, to do CLIENT-CERT authentication), here is a link to some old docs that I found; may no longer be useful: http://tomcat.apache.org/to

[jboss-user] [JBoss jBPM] - Re: Help using the

2006-08-21 Thread falazar
Ok, that seems to be working good, copied the format and got the sample and one of ours working. We should really get a Wiki started explaining the forms.xml work, and how we are proceeding with it, as I couldnt find anything about it anywhere until I asked you guys. I am having a couple issu

[jboss-user] [JBoss Messaging] - Re: Is Messaging Performance Framework available for other J

2006-08-21 Thread [EMAIL PROTECTED]
In principle, you shouldn't write code, as long as you don't want to try something that's not JMS-compliant. However, keep in mind that it was only tested with Messaging and JBossMQ, so it may need polishing. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966

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

2006-08-21 Thread [EMAIL PROTECTED]
http://docs.jboss.org/jbportal/v2.4/reference-guide/en/html/ipc.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966492#3966492 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3966492 __

[jboss-user] [JBoss Seam] - Mysteriously vanishing value

2006-08-21 Thread Holy Joe
Hi all, I'm so confused I'm not sure how to describe this problem. I'll do my best, and I appreciate any pointers you can give me on where to look for the solution. I am outjecting a list from a Stateful Session-scoped component. The list is created in a factory method: | @Out(require

[jboss-user] [JBoss Seam] - Re: why booking example does not work when i try to change t

2006-08-21 Thread CptnKirk
Looks like the password you're trying to change to isn't valid. Maybe the error feedback in the booking example could be better, but check the constraints on the User object and make sure they pass validation. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=39

[jboss-user] [JBossCache] - Re: Hibernate/Cache conceptual mismatch

2006-08-21 Thread [EMAIL PROTECTED]
For the case of querying/loading, if Cache does not participate in the tx, then I think it wont probably get deadlock and the response time will be much faster as well? Am I correct? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966489#3966489 Reply to the

[jboss-user] [EJB/JBoss] - Re: Problem with updating same row several times in one tran

2006-08-21 Thread wonker
Forgot to add, the trigger does work when I manually update the row via sqlplus View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966488#3966488 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3966488 ___

[jboss-user] [EJB 3.0] - Migration problem from jboss4.0.2 to jboss4.0.4

2006-08-21 Thread smix007
Hello every body, I want to migrate my application from jboss4.0.2 to jboss4.0.4, and where i deploy it, i have these messages : INFO [EJBDeployer] Deployed: file:/C:/Library/Jboss/jboss-4.0.4.GA/server/default/deploy/TerminologyServer.jar/ 18:01:18,968 ERROR [MainDeployer] Could not create dep

[jboss-user] [EJB/JBoss] - Problem with updating same row several times in one transact

2006-08-21 Thread wonker
I am a relative newbie to JBoss so excuse my dumbness or the lack of technical info, but heres my best shot. I am using ejbs (generated via xdoclet) and JBoss 3.2.5. In my facade methods, I can potentially update the same db row several times in one transaction i.e. | for(Iterator it = upda

[jboss-user] [JBoss Eclipse IDE (users)] - Re: How to start JBoss 3.2.8 AS from Eclipse 3.2?

2006-08-21 Thread Yilativs
"[EMAIL PROTECTED]" wrote : Where is the "new server command" you are trying to use? | | The proper method to create a new server using JBoss IDE 2.0 alpha or alpha 1a is to open either the Servers View, or the JBoss Server View. Then right-click and select "new -> server", then select the

[jboss-user] [JBoss Seam] - Re: Seam 1.0.0.GA

2006-08-21 Thread chuckadams
This announcement is out of date now since there's an announcement for 1.01GA. However it's stuck to the page as announcements always are, and since phpBB doesn't offer any option to view more posts per page or RSS feeds (or much of anything beyond gaping security holes) it's taking up real-est

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Persistence Manager Exception

2006-08-21 Thread galo.navarro
JBoss 4.0.4 GA, EJB3 RC8 Testing EJB3, Stateless & Statefull examples work, my hypersonic database is configured and working, default datasource configured. | java: Namespace | | +- XAConnectionFactory (class: org.jboss.mq.SpyXAConnectionFactory) | +- DefaultDS (class: org.jboss.r

[jboss-user] [JBoss Eclipse IDE (users)] - Re: jboss by debug not avaliable [another error Pop Up?]

2006-08-21 Thread marvin_taboada
Hi, first thing thanks for JBossIDE. I used JBossIDE 1.5, and 1.6 with no problems, and as you may suppose, I have problems with JBossIDE-2.0.0.Alpha1a. Eclipse pops up another error dialog (not the '50s Timeout '), it Says 'Server JBOSS 4.0 failed to start', seems pretty much like the 50s timeou

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

2006-08-21 Thread [EMAIL PROTECTED]
"chuckadams" wrote : The latest version of seam-gen is looking for a src directory that is nowhere to be found. This issue has been fixed in the latest seam-gen.zip. Thanks for pointing this out. James View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966479#3

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

2006-08-21 Thread jewhit
great news! thanks much - View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966477#3966477 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3966477 ___ jboss-user mailing list jbos

[jboss-user] [Beginners Corner] - Re: Loading resources

2006-08-21 Thread danielgalan
It isn't possible eh? Thats quite bad :( View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966476#3966476 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3966476 ___ jboss-user mai

[jboss-user] [Beginners Corner] - Big problem!How to reload a web module without restart the j

2006-08-21 Thread pxpwxj
I deployed a folder whose name is "xxx.war" to under the deploy dirctory of my jboss server.As many people praised:"jboss is excellent in hot deploy",the server can start my web module immediatly.But i still want say:it is very unconvient to reload a web module ,or to reload a servlet under jbos

[jboss-user] [JBoss jBPM] - Re: fork, task instance variable and process variable

2006-08-21 Thread yxyang
i cannot see the value of using task local variable. It incurs lots of db IO. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966474#3966474 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3966474 __

[jboss-user] [JBoss Portal] - Re: Setting the content of the CMS Portlet Through the Manag

2006-08-21 Thread PeterJ
Oh, you didn't mention which version of the portal you were using, so I assume 2.4. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966473#3966473 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3966473 __

[jboss-user] [JBoss Portal] - Re: Setting the content of the CMS Portlet Through the Manag

2006-08-21 Thread PeterJ
The first thing to do is create another instance of the CMS portlet. Do this from the Management Portlet, click on the Portlet link on the top row of the window. Scroll the list of portlet until you see local.portal.CMSPortlet. Click on that and then to the right type is a name for the new insta

[jboss-user] [EJB 3.0] - Re: How do I share entity beans across scoped EARs?

2006-08-21 Thread asack
But that won't get tehd eployer to register it with the EJB container...right? Alright, I'll try it but I doubt this will work. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3966471#3966471 Reply to the post : http://www.jboss.com/index.html?module=bb&op=po

[jboss-user] [JBoss Portal] - Re: Jboss for CMS

2006-08-21 Thread PeterJ
1) Login as admin/admin. 2) Click on the Admin tab in the navigation bar 3) In the Manegement Portal, click on "root" on the left-hand side (root is a collapsed tree view) 4) Enter the Portal Name and click Add portal Now, when you expand root, there will be two portal, default and the one you

[jboss-user] [Remoting] - Re: How to unregister a ServerInvoker?

2006-08-21 Thread [EMAIL PROTECTED]
Just as a simple tests, I deployed a remoting-service.xml file in the deploy directory for JBossAS 4.0.4 and would then change some of the attribute values (i.e. backlog to 205). This worked without any problems. Contentes of remoting-service.xml pasted below. Can you post the service.xml y

[jboss-user] [JBoss Seam] - Re: components.xml suggestion

2006-08-21 Thread chuckadams
Gahh, the last thing I want is for Seam to turn into Spring. Still, the option of naming externally would be a plus. Maybe it could even take over managing JSF components in faces-config.xml, though I suppose it might demand more or different metadata. I'm not sure what you'd gain by moving

  1   2   >