[jboss-user] [Management, JMX/JBoss] - Re: New management alarm console by misge

2006-09-07 Thread misge
i fixed some bugs and i have uploaded the sources as a zip file View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970278#3970278 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3970278 ___

[jboss-user] [Installation, Configuration & Deployment] - Re: Problem in deploying web modules

2006-09-07 Thread JagaG
I used Ant scripts to create the war file. Contents is a sample jsp file. Jaga View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970277#3970277 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3970277 __

[jboss-user] [JBoss jBPM] - Re: Document attachment possible ?

2006-09-07 Thread jits_1998
Hi, jBPM comes with a module definition called FileDefinition. This can be used to attach multiple files to a process. cheers! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970276#3970276 Reply to the post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [JBoss Portal] - Addition of navigation portlet window

2006-09-07 Thread ndeshpande
I have set up a new portal. I am trying to add navigation portlet window to the navigation region of the default page in my new portal. I am doing this through the management portlet. I get the error: "Validation error". Please help. I am using Portal ver. 2.4. Nikhil View the original post :

[jboss-user] [JBossWS] - Re: Handling anyType

2006-09-07 Thread bos
Not much help from me, but I just wan't to confirm that we have two different teams running seperate on installations that got this after upgrading to 1.0.3 on JBAS 4.0.4. We see it with both axis and .net clients. Only difference is that our problem has been with nil values. 2006-09-07 14:12:4

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

2006-09-07 Thread anthon.r
For those in the same shoes, I came into conclusion. It's either a bug on the hibernate module or a bug on the JDBC driver provided by Microsoft. I changed my JDBC driver to JTDS from sourceforge and it worked just fine. Finally whew! I suggested this case to be noted in documentation. View th

[jboss-user] [JBoss Getting Started Documentation] - Deployment failed on Duke Bank Application

2006-09-07 Thread kusanagihk
To all, I am using Win XP and JBoss 4.0.4 GA; I am following the instructions on chp 04 of the "Getting started with JBoss 4 release 5"; however when I tried to deploy the JBossDukeBank.ear to JBoss, I got numerous deployment errors / warnings. 14:19:08,993 WARN [StatefulSessionContainer] Cou

[jboss-user] [JBoss jBPM] - Re: How many data types do the process variables have?

2006-09-07 Thread Saviola
http://docs.jboss.com/jbpm/v3/userguide/context.html#accessingvariables View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970271#3970271 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3970271 ___

[jboss-user] [JBoss jBPM] - Re: In-process HSQLDB

2006-09-07 Thread stibrian
to do it with an in mem db you'll also have to set the hibernate config to autocreate the tables for you. see the hibernate docs on how to do this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970270#3970270 Reply to the post : http://www.jboss.com/index.

[jboss-user] [JBoss jBPM] - Re: how to save data to my existed table but not jbpm_variab

2006-09-07 Thread stibrian
more info, with a tiny bit of example at http://blogs.sourceallies.com/roller/page/joedeveloper?entry=jbpm_3_1_auto_user View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970269#3970269 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

[jboss-user] [JBoss jBPM] - Re: counter-intuitive behavior persisting domain objects?

2006-09-07 Thread stibrian
I've clarified the fix a bit and posted a more defined explanation from my POV and a fix. http://blogs.sourceallies.com/roller/page/joedeveloper?entry=jbpm_3_1_auto_user View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970268#3970268 Reply to the post : http:/

[jboss-user] [EJB 3.0] - Re: requiered libraries

2006-09-07 Thread ALRubinger
Build...from source? There's a build.bat/build.sh in the root of the JBossAS/build project, and those scripts will execute to create and populate another project called "thirdparty", which in turn obtains all JARs needed to build JBoss. Sounds complicated, but it's automated. Can be as easy as

[jboss-user] [EJB 3.0] - Re: Question about injecting env-entry into interceptor

2006-09-07 Thread mark.bramnik
Hi. I'm still stuck with the problem, descibed above... Could anyone, please, point me to my mistake in the code, or at least say that it is not possible with the software I use I didn't found an opened bug or RFE in JIRA. Thanks in advance View the original post : http://www.jboss.com/i

[jboss-user] [JBoss jBPM] - Re: Document attachment possible ?

2006-09-07 Thread stibrian
I suppose you could persist it as a byte[], jBPM will persist them, but there will likely be issues with a blob that big (talking on pure assumption here). The alternative is to store some reference to your document in the process, and reference it when you need to with a link or some such as

[jboss-user] [JBoss jBPM] - Re: How many data types do the process variables have?

2006-09-07 Thread stibrian
There is built in support for the primatives, byte[], String, Serializable, and most importantly, automatic and transparent support for using your domain objects in the process if you're using Hibernate as a persistence mechanism. There is one gotcha to the last thought though, and I JUST finish

[jboss-user] [JBoss Seam] - Re: How to configure jbpm to use an extended persistence con

2006-09-07 Thread Basel
I am not that experience with Jbpm but to have Seam us an extended persistence context, add the following to faces-config.xml: | | | org.jboss.seam.jsf.SeamExtendedManagedPersistencePhaseListener | | | Don't forget to remove the other PhaseListener, org.jbo

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Configure JBoss AS in Eclipse 3.2

2006-09-07 Thread ssrrini
I got this fixed. Download org-jboss-ide-eclipse-launcher-ui.jar form http://jira.jboss.com/jira/browse/JBIDE-295 and replace the same in plugins directory. The issue is discussed in detail there. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970260#397026

[jboss-user] [Installation, Configuration & Deployment] - Re: JEMS Installer 1.2.0.BETA2: Version of JbossWS ?

2006-09-07 Thread [EMAIL PROTECTED]
JBossWS 1.0.0.GA. It's going to get upgraded soon when AS 4.0.5.GA is released along with updated installer. There is no patch for the JBoss.4.0.4.GA. Patch1 refers to the installer patch which we needed to created in order to correct a critical EJB3 issue. So the latest JEMS Installer (1.2.0.B

[jboss-user] [JBossWS] - Re: Newbie: How do you modify the java package/namespace map

2006-09-07 Thread stevenh
"jpremji" wrote : I am having the same issue. It would seem that even after specifying the target namespace, the wsdl that is generated contains 2 complex elements of the same java type. This then causes confusion to the client when calling the method that would return or accept this type. I h

[jboss-user] [JBossCache] - Automatic refreshes of a cache

2006-09-07 Thread suppyam
I have this kind of a situation: MY application starts up. There is a normal java class that initializes my cache and adds all the nodes to TreeCache, starts the TreeCache service... I can access my data using this structure. Everythig works fine. I need this cache, however, to be automatically

[jboss-user] [Installation, Configuration & Deployment] - JEMS Installer 1.2.0.BETA2: Version of JbossWS ?

2006-09-07 Thread Juergen.Zimmermann
Which version of JBossWS is included in the new JEMS Installer? The new JBossWS 1.0.3? BTW, is JBossAS-4.0.4GA included or JBossAS-4.0.4GA-Patch1? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970256#3970256 Reply to the post : http://www.jboss.com/index.h

[jboss-user] [JBossWS] - Re: WSTools Is Generating Invalid Java Source

2006-09-07 Thread stevenh
"jiwils" wrote : | | I have no problem writing test cases, etc. I would even look into submitting a patch of some sort, but building the source has too many dependancies (having to pull JBossAS and build it for example) for this to seem feasible. If we had a source zip/release, that woul

[jboss-user] [Installation, Configuration & Deployment] - Re: Installing jboss-4.0.4.GA-Patch1-installer.jar

2006-09-07 Thread tulsirai
Thanks Alex, that's what I was doing and your suggestion in fact did help. Now the server starts up without any problem but throws exception when doing the JMX MBean Operation Result list(). Here is the exception stacks: | 22:00:25,266 ERROR [JNDIView] JNDIView.getHAJndiAttributes() failed

[jboss-user] [JBoss Portal] - Re: Are you able to create TEST and PRODUCTION portals?

2006-09-07 Thread zerrt
If you define all of your pages, portlets, portlet instances, security constraints, roles, etc in the xml file descriptors instead of using the management portlet then yes, you can basically copy your configuration folder over and it should work. If you do anything in the management portlet to

[jboss-user] [JBoss Eclipse IDE (users)] - can't create a jboss configuration

2006-09-07 Thread jbeck696
jboss 4.0.4GA AS installed using jems installer, ejb3 profile installed jboss ide 1.6.0GA from within Eclipse3.2 new->project->ejb3.0 but I can't create a new jboss configuration. when I click on the "new" icon, nothing happens. I also tried : window->prefs->servers->installed runtimes, I added

[jboss-user] [JBoss jBPM] - How many data types do the process variables have?

2006-09-07 Thread titanxj
what are they? thanks advance! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970252#3970252 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3970252 ___ jboss-user mailing list

[jboss-user] [JBoss Portal] - Are you able to create TEST and PRODUCTION portals?

2006-09-07 Thread shaunenslin
Hi Is it possible to create a portal in JBOSS portals on a development machine and then somehow export what we have done on DEV to the PROD machine? So we want to do our work locally in terms of developing the Portal with its relevent pages, portlets, windows etc. and then send it to PROD when w

[jboss-user] [JBoss Seam] - Re: Error RequiredException during finalize on @In component

2006-09-07 Thread gverner
It Works Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970249#3970249 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3970249 ___ jboss-user mailing list jboss-user@lis

[jboss-user] [JBoss Portal] - Best place to get training on jboss portal development

2006-09-07 Thread shaunenslin
Hi I know Java/JSP/Eclipse/Tomcat and just getting startedon JBOSS Portal. I am in Australia so cant attend and see all the courses are in the USA. Does anyone know of online training or good books on JBOSS portal development. SO FAR... love the product... View the original post : http://w

[jboss-user] [JBossCache] - Re: Eviction - forcibly?

2006-09-07 Thread suppyam
Hi - I tried that, with some very simplistic settings: | | org.jboss.cache.eviction.LRUPolicy | | | | | 5 | | | 5000 | 1000 | | 120 | | | | 5 | 4 | | | | But I get an error of the kind: - read Method _evict(/Neat/CsticControl/EU) called

[jboss-user] [JBoss Seam] - Re: Netbeans + JBoss -- How about Seam

2006-09-07 Thread [EMAIL PROTECTED]
Tell Sun you want it. We have already told them. They are open to it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970245#3970245 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3970245 _

[jboss-user] [JBoss jBPM] - Re: swimlane expression for group(groupname) does not seem t

2006-09-07 Thread paulyflynn
I am trying to get 3.2 CVS head, but I can only get 3.1-beta2. I am using anonymous CVS from here: http://sourceforge.net/cvs/?group_id=70542 and selecting jbpm.3 module. FYI, the anonymous CVS info is wrong here: http://labs.jboss.com/portal/jbossjbpm/download/index.html Host should be jbpm.cv

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Use JBoss with JPA and postgreSQL

2006-09-07 Thread forumer
Is there some tutorial or other information available which discusses how to configure JBoss 4.0.4 with JPA (EJB3) and PostgreSQL? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970243#3970243 Reply to the post : http://www.jboss.com/index.html?modul

[jboss-user] [Beginners Corner] - Two sars and class loader question.

2006-09-07 Thread wichka
(1) I was wondering if the two sars in a deploy directory find jars in each others sar. (2) Can a sar in a deploy directory find the jar in the lib directory? My view is that sars are loaded in different class loaders and hence they can't find jars in other sars? If that is true how can can ext

[jboss-user] [JBoss Seam] - Netbeans + JBoss -- How about Seam

2006-09-07 Thread jbossjbh
Now that we've seen JBoss and Netbeans being bundled together, is there any work in getting Seam tools added to Netbeans? If so, any info on such a project? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970241#3970241 Reply to the post : http://www.jbos

[jboss-user] [JBoss Seam] - Re: Error RequiredException during finalize on @In component

2006-09-07 Thread [EMAIL PROTECTED]
Its fixed in CVS View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970240#3970240 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3970240 ___ jboss-user mailing list jboss-user@lis

[jboss-user] [JBoss AOP] - Re: compiling aop with jbosside

2006-09-07 Thread stalep
hi, yes the two classes has been renamed/copied by the aop-compiler since they "matched" with the definition in jboss-aop.xml. the other classes didnt match so they just compiled "normally". its not needed that all the classes are compiled/changed by the aopc. just try an app with that definitio

[jboss-user] [JBoss Seam] - Re: Error RequiredException during finalize on @In component

2006-09-07 Thread [EMAIL PROTECTED]
This is a known open issue: http://jira.jboss.com/jira/browse/JBSEAM-327 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970238#3970238 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3970238 _

[jboss-user] [Management, JMX/JBoss] - Re: MBeanServerLocator.locateJBoss() throws IllegalStateExce

2006-09-07 Thread doubledjd
I ran into this problem too. I was unable to get the plain treecache to work with 1.4.2_10, though it is supposed to be supported in jbosscache 1.4. After days of banging my head, I installed jdk 1.5.0_08 and it worked. Maybe there was something else wrong but I couldn't find it. Hopefully th

[jboss-user] [JBoss Seam] - Re: Error RequiredException during finalize on @In component

2006-09-07 Thread gverner
That's just it, I'am not doing anything in the finalizer. And that stack trace is from the Seam Hibernate example. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970236#3970236 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=rep

[jboss-user] [JBoss Seam] - Re: Problem with Hibernate Reverse Engineering tool..

2006-09-07 Thread priyaandjp
Here's the correct reveng strategy class name org.hibernate.cfg.reveng.DelegatingReverseEngineeringStrategy View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970235#3970235 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Timestamp---Date---Oracle

2006-09-07 Thread cfd_bv
DataBase Oracle9i JBoss 3.2.5 I have an entity with the next declaration: | /** | * @ejb.persistence colum-name="fechaexp" | * @ejb.interface-method | */ | public abstract java.sql.Timestamp getFechaexp(); | /** | * @ejb.interface-method | */

[jboss-user] [EJB 3.0] - Re: deleting entities from a Collection

2006-09-07 Thread aberezin
I think I have part of the answer: See http://www.jboss.com/index.html?module=bb&op=viewtopic&t=56357 The short answer seem to be that in a bidirectional OneToMany, you must explicitly delete the entity after removing it from the collection. However, in that post, Bill Burke seems to indicate

[jboss-user] [JCA/JBoss] - Timestamp---Date---Oracle

2006-09-07 Thread cfd_bv
DataBase Oracle9i JBoss 3.2.5 I have an entity with the next declaration: | /** | * @ejb.persistence colum-name="fechaexp" | * @ejb.interface-method | */ | public abstract java.sql.Timestamp getFechaexp(); | /** | * @ejb.interface-method | */

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Update gets called before Delete has problem if version is m

2006-09-07 Thread getvasant
We have Version field in database tables and is maintained/update through database trigger everytime we update record in corresponding tables. In Entity beans for such tables we had annotated this field with @Version but made insertable and updatable set to false in @Column annotation. This way

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: EJB3 em.remove() failed

2006-09-07 Thread aberezin
is it a unidirectional or bidirectional. Sounds like a unidirectional bc of the mapping table. Are you deleting it from the Collection first? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970229#3970229 Reply to the post : http://www.jboss.com/index.html?

[jboss-user] [JBoss Portal] - Re: Cannot Render: Object Not Found

2006-09-07 Thread tseckend
Hello Barddzen, Did you get this issue figured out, I have the exact problem. The portlet window renders but I get the following error for the portlet page. Object not found HelloMiroApp.HelloMiroPortlet HelloMiro is the simple portlet and class name I use as the portlet. Let me know what y

[jboss-user] [JBoss Portal] - Re: Cannot Render: Object Not Found

2006-09-07 Thread tseckend
Hello Barddzen, Did you get this issue figured out, I have the exact problem. The portlet window renders but I get the following error for the portlet page. Object not found HelloMiroApp.HelloMiroPortlet HelloMiro is the simple portlet and class name I use as the portlet. Let me know what y

[jboss-user] [JBoss Portal] - Re: Is the header a portlet?

2006-09-07 Thread Antoine_h
I have seen in the doc that you can add some "things" in the header, for each portlet. this is added in the descriptor of the portlet. If the portlet is in the page, the content is added to the header. The main example is CCS specific to one portlet. I gess you can add it dynamically... but how

[jboss-user] [JBoss Seam] - Re: @Out frustration

2006-09-07 Thread texan
I'm using (as far as I know) the latest released versions of facelets, my faces, and tomahawk. However, I could try the CVS versions to see if they fixed the problem. The jury's still out (in my head anyway) on server vs. client. The usual tradeoff - server means that I don't have to send as

[jboss-user] [JBoss Portal] - Re: How can I set the language for all portlets in the porta

2006-09-07 Thread Antoine_h
may be have a look at the CMSPortlet, to see how it manage with the locale. The locale is also defined in the user preferences (if logged in). if you want to manage the session locale (decided by the user, that ask for a different locale, even if not logged in), you may use a parameter stored in

[jboss-user] [JBoss Seam] - Re: Invitation to try new Seam authentication features

2006-09-07 Thread hemanthn
I have downloaded the latest build and configured the seam authentication as per the instructions given in this form. When I try to deploy the project is gives me the below error. Please let me know how to resolve the issues. java.lang.IllegalArgumentException: no property for configuration set

[jboss-user] [JBoss Seam] - Re: @Out frustration

2006-09-07 Thread CptnKirk
...or maybe that was an earlier version of facelets (or both). Try upgrading those if you need server side state saving. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970222#3970222 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&m

[jboss-user] [JBoss Seam] - Re: @Out frustration

2006-09-07 Thread CptnKirk
My guess is the client vs server state saving problem is due to a bug in ealier versions of MyFaces that JBoss may still ship with. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970220#3970220 Reply to the post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [JBoss Seam] - Re: @Out frustration

2006-09-07 Thread texan
I'm using "client" state saving. Funny you should ask - I tried switching to "server" to see what would happen, and all of my "commandButton" and "commandLink" controls stopped working (s:link still worked). I don't know why they quit working, but I quickly reset it back to "client". View th

[jboss-user] [JBoss Seam] - Re: @Out frustration

2006-09-07 Thread CptnKirk
"CptnKirk" wrote : Well it just doesn't make sense for a stateless component to outject anything, because it wouldn't go anywhere. And this isn't strictly true either. There are a whole class of problems where you want to have a stateless component (like a SearchManager) to outject into anothe

[jboss-user] [JBoss Seam] - Re: @Out frustration

2006-09-07 Thread CptnKirk
Well it just doesn't make sense for a stateless component to outject anything, because it wouldn't go anywhere. *IF* (I'm still not sure) Seam is nice and automatically outjects objects from stateless components into event scope, then the examples were likely written in a time where Seam didn't

[jboss-user] [Beginners Corner] - Re: jboss can utilize multiple CPUs?

2006-09-07 Thread lazybeans
so your answer is that JBOSS does use multiple CPUs in LINUX by default. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970216#3970216 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3970216 __

[jboss-user] [JBoss Seam] - Re: @Out frustration

2006-09-07 Thread CptnKirk
Just curious. What JSF state saving technique are you using? If you change this to client, does page scope work? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970214#3970214 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=rep

[jboss-user] [Beginners Corner] - Regarding SpyObjectMessage in JMS

2006-09-07 Thread chaitanya_gogineni
Hi, I am trying to use JMSAppender for Loggins. It is sending messages to Topic. I have a MDB that reads messages from topic. If it is a TextMessage it prints directly on the console. If is not a TextMessage it findouts what type of message it is and displays that on the screen. My MDB co

[jboss-user] [JBoss Seam] - Re: @Out frustration

2006-09-07 Thread texan
I'm noticing that some of the Seam examples use EVENT for the scope of Session Beans. Maybe I should be using that instead of @Stateless for my session bean... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970212#3970212 Reply to the post : http://www.jb

[jboss-user] [JBoss Seam] - Re: @Out frustration

2006-09-07 Thread CptnKirk
Well EVENT obviously won't work because state is destroyed at the end of the request, so it won't be available across redirects (which have 2 requests). PAGE on the other hand I'm not 100% sure about. I'll admit I don't use page scope. I was under the impression that this was like a mini-sessi

[jboss-user] [JBoss Seam] - Re: Invitation to try new Seam authentication features

2006-09-07 Thread bpatters
nevermind, I found the problem and it was a conflicting jar I'd copied into the default/lib directory. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970210#3970210 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3970210

[jboss-user] [JBoss Seam] - Re: @Out frustration

2006-09-07 Thread texan
Well, this was just a test example. My application has all sorts of the usual cross-page navigation. In the example above, the page navigates to itself. The first time you load it (.../test.seam), there's no "bean" in any context, so it's blank. When you click the button, it goes to the acti

[jboss-user] [Datasource Configuration] - javax.naming.NameNotFoundException: OracleDS not bound error

2006-09-07 Thread itsmeabhi99
I am trying to Connect to Oracle database through my webapplication and I am getting the following error 14:41:46,536 INFO [ApplicationInitPlugin] Loading DataSource... 14:41:46,536 INFO [ApplicationInitPlugin] Looking up: OracleDS 14:41:46,536 ERROR [ApplicationInitPlugin] Unable to find Data

[jboss-user] [JBoss Seam] - Re: Error RequiredException during finalize on @In component

2006-09-07 Thread CptnKirk
Whoa. What are you trying to do in your finalizer? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970207#3970207 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3970207 ___ jbo

[jboss-user] [JBoss Seam] - Re: No active application scope in long running process

2006-09-07 Thread petemuir
I'm about to hit this limitation. I guess http://jira.jboss.com/jira/browse/JBSEAM-161 is the issue. Is this work in progress or has it not yet been started? Any suggestions about where to start on it? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970206#39

[jboss-user] [JBoss Seam] - Re: @Out frustration

2006-09-07 Thread CptnKirk
How many pages do you have? You list some xhtml but don't tell where it came from. What is your desired navigation? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970204#3970204 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=

[jboss-user] [JBossWS] - SAAJ API & basic authentication (AS 4.0.4)

2006-09-07 Thread mhae
I secured my web service with basic authentication and I'm trying to use the SAAJ API to access it: //System.setProperty("http.basic.username", "user"); //System.setProperty("http.basic.password", "pass"); URL endpointUrl = new URL(endpoint); SOAPMessage response = connection.call(message,

[jboss-user] [JBoss Seam] - Re: Problem: Custom validate methods in EJBs crash

2006-09-07 Thread petemuir
I see where you are coming from with validating within the application but IMO the disadvantages are greater * Your entities get updated with invalid values (less of an issue with manual flushing as Gavin says) | * That's what @Invalid did and IIRC it didn't work brilliantly | * As you say

[jboss-user] [JBoss Seam] - Re: @Out frustration

2006-09-07 Thread texan
I guess I truly don't understand how contexts really work. In the case of my example, I still don't understand why EVENT and PAGE scope didn't work (when I tried setting the @Out scope). You mentioned something about using navigation, but I'm not clear on how I could change the example above s

[jboss-user] [JBoss Seam] - Re: Error RequiredException during finalize on @In component

2006-09-07 Thread gverner
It looks like it is trying to inject during finalize. Here is the error logged when running the Seam hibernate example. It all starts with the Finalizer and also the timing of the error is delayed. 15:33:50,345 ERROR [STDERR] java.lang.IllegalArgumentException: SessionFactory not found | 15:33

[jboss-user] [JBoss jBPM] - Document attachment possible ?

2006-09-07 Thread pinotNoir
Hello, is it possible to design with jBPM a workflow in which a document (up do 10 Mb) is attached and evaluated? Thank you for your answer, All the best, jp. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970199#3970199 Reply to the post : http://www.jbo

[jboss-user] [JBoss and NetBeans] - Re: JBoss plugin download where: netbeans 5.0 and j2ee 1.4

2006-09-07 Thread wqtjboss
Max, Thanks for the reply. By dd wizard, I meant the wizard that can generate JBoss deployment descriptor (dd, eg. jboss.xml) while I am working on a J2EE 1.4 component in NetBeans 5.0. For example, when I add an MDB, the NetBeans 5.0 wizard would ask about the EJB name, implementation classe

[jboss-user] [JBoss Seam] - Re: Calling a method from within code that has @CreateProces

2006-09-07 Thread asachde
So I guess the only way to get programmatic access would be have teh @Out value back in the pageflow and route to another POJO. If I didnt have a pageflow guess I am outta luck then... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970196#3970196 Reply to th

[jboss-user] [JBoss Seam] - Re: Problem: Custom validate methods in EJBs crash

2006-09-07 Thread [EMAIL PROTECTED]
Unfortunately this piece of JSF is not really as customizable as I would like. For example, I really hate having to use required=true for an @NotNull attribute, but not much I can do there View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970195#3970195 Rep

[jboss-user] [Beginners Corner] - Anyone have experience deploying JBoss with Eclipse BIRT (Bu

2006-09-07 Thread Rustican
I'm looking at JBoss as an application to deploy the Eclipse BIRT-viewer webapp on. http://www.eclipse.org/birt/phoenix/ I've tried deploying it onto Tomcat with mixed results and was wondering if JBoss was any better. Thanks for any input. View the original post : http://www.jboss.com/in

[jboss-user] [JBoss Seam] - Re: How to get request object, for example the servletPath

2006-09-07 Thread juan_uy
Stan, Cool!! This is just I wanted, with this solution I forgot the Servlet API, Thanks!! :P juan. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970192#3970192 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3970192 __

[jboss-user] [JBoss Seam] - Re: Calling a method from within code that has @CreateProces

2006-09-07 Thread [EMAIL PROTECTED]
Seam interceptors do not fire when you call this.createSyncProcess() View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970193#3970193 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3970193 _

[jboss-user] [JBoss Seam] - Re: Problem: Custom validate methods in EJBs crash

2006-09-07 Thread CptnKirk
And required checking happens outside of conversion/validation at yet another time. Unfortunately, JSF seems to be designed to support providing a consistent checked state through each phase of the lifecycle and short circuit phases if there are problems. This almost explicitly designs away yo

[jboss-user] [JBoss Portal] - HTTP Status 500 error while installing JBoss Portal

2006-09-07 Thread portalgeek
Hi, I am getting an HTTP 500 error (The server encountered an internal error that prevented from fulfilling the request) I am using the bundle to install. It has JBOSS AS 4.0.4 GA and JBossportal 2.2.1-SP1-EJB3.0. After unpacking the zip. I just went to bin directory and executed run.bat f

[jboss-user] [JBoss Seam] - Accessing in ActionHandlers the SEAM Way

2006-09-07 Thread asachde
What is the SEAM way of accessing variables created in the start tasks? Currently I am doing the following: CustomerBean cust = (CustomerBean) arg0.getContextInstance().getVariable("cust"); Is that right? If I use @In annotation the variable is always null. Please advise. View the original p

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Building mutiple MDB deployments using xdoclet

2006-09-07 Thread kapilanand
Here is what I finally did to make it work. Edited the xdoclet-build.xml generated by JBossEclipseIDE. Added multiple antcall tasks inside "_xdoclet_generation_" target, to call runEjbDoclet target with different params. (runEjbDoclet was originally called Nx in the auto-generated xml, where

[jboss-user] [Installation, Configuration & Deployment] - Re: Installing jboss-4.0.4.GA-Patch1-installer.jar

2006-09-07 Thread [EMAIL PROTECTED]
It seems that you've unpacked installer instead of running it. Try java -jar Also, download the latest JEMS installer 1.2.0.BETA2 jar from http://labs.jboss.com/portal/jemsinstaller/downloads. It contains more recent version of the EJB3 (1.0.0CR8). Select ejb3 profile during installation. Vi

[jboss-user] [JBoss Seam] - Calling a method from within code that has @CreateProcess do

2006-09-07 Thread asachde
I have a business process that is called from a method that is invoked from a pageflow. If I add @CreateProcess to the method which is invoked from the pageflow the process starts and variables are available on the page. HOWEVER if I want to use the variables in the SLSB or POJO I cant seem to

[jboss-user] [JBoss Seam] - Re: @Out frustration

2006-09-07 Thread CptnKirk
Well this is kind of core to bijection and contextual components. @Out is a general concept supported by all components over six searchable contexts. Where did you think your object was going? I'm not trying to be mean, rather trying to figure out where any new documentation should go. Is t

[jboss-user] [JBoss Seam] - Re: Problem: Custom validate methods in EJBs crash

2006-09-07 Thread petemuir
I still think that it is frustrating that JSF validator error messages and action phase validation error messages won't appear at the same time. Any ideas? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970183#3970183 Reply to the post : http://www.jboss.com

[jboss-user] [JBoss Seam] - Re: Error RequiredException during finalize on @In component

2006-09-07 Thread CptnKirk
Make sure there is a value for your @In tradeDetail.userPrincipal in scope. If not you'll get this error. Although I can't imagine you'd get this error while the GC is calling your finalize() method as this would happen outside of the JSF lifecycle and no bijection should be going on. View th

[jboss-user] [JBoss Seam] - Re: @Out frustration

2006-09-07 Thread texan
BTW, Was there something obvious in the manual that I missed that would have cleared this up? It seems like the kind of thing that lots of people would have trouble with (I'm trying not to feel like an idiot). Maybe it's a good candidate for the problems FAQ? View the original post : http:/

[jboss-user] [JBoss Seam] - Re: @Out frustration

2006-09-07 Thread texan
I didn't knowingly use any navigation. I do have a pages.xml file, but the "test.xhtml" page is not included in it since I was navigating there "directly" by returning "/test.xhtml" from the seam action. Still, as long as I can use CONVERSATION scope and everything works, I'm happy! Thanks fo

[jboss-user] [EJB 3.0] - deleting entities from a Collection

2006-09-07 Thread aberezin
Sorry if this is a bit of a repost. I am trying to figure out the best way to remove enties from a OneToMany collection (either uni or bidirectional). I have an entity Foo, that contains a OneToMany Set: Set getBars() If I add new Bar objects to the set and call em.merge(myFoo), it properly

[jboss-user] [JBoss Seam] - How to configure jbpm to use an extended persistence context

2006-09-07 Thread hazlorealidad
I am trying to print out the processes defined in the JbpmContext and their nodes. I get the message failed to lazily initialize a collection of role: org.jbpm.graph.def.ProcessDefinition.nodes, no session or session was closed The bean public class ProcessManagerBean { @Logger

[jboss-user] [JBoss Seam] - Re: ui:repeat shows only one item with high conversation sta

2006-09-07 Thread Basel
I would appreciate a comment on this guys. It is kinda embarrassing to wakeup in the morning just to find an email saying that the gallery section of the site is not working again. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970176#3970176 Reply to the po

[jboss-user] [JBoss Seam] - Re: @Out frustration

2006-09-07 Thread CptnKirk
@Out's scope defaults to the scope of the enclosing controller, in this case the SLSB. SLSB have a stateless scope. I think that Seam may actually promote the outjection of context variables of stateless components to event scope for you (but I'm not positive). Event scope is like JSP request

[jboss-user] [JBoss and NetBeans] - Re: JBoss plugin download where: netbeans 5.0 and j2ee 1.4

2006-09-07 Thread [EMAIL PROTECTED]
what is dd wizard? and in any case nb 5 also supports jboss support afaik, we just don't have a full bundle for it. p.s. why don't you use nb5.5? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970177#3970177 Reply to the post : http://www.jboss.com/index.

[jboss-user] [JBoss Seam] - Re: Problem: Custom validate methods in EJBs crash

2006-09-07 Thread CptnKirk
I agree with Gavin. I've always been ok with complex validation in the action method (or control flow). If you need something a little more declarative, it shouldn't be too hard to use Seam plus EJB interceptors to write your thin framework. If you think about it this is what JSF is doing any

[jboss-user] [JBoss Seam] - Re: Error RequiredException during finalize on @In component

2006-09-07 Thread gverner
The Seam hibernate example exhibites the same exceptions after logging in. My app is also using pojos and Hibernate. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970163#3970163 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=r

[jboss-user] [JBoss Portal] - Re: which jboss-web.xml for context-root

2006-09-07 Thread halversp
portal-server.war is the main portal webapp, that's whose context you should update. pch View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970165#3970165 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3970165 ___

[jboss-user] [JNDI/Naming/Network] - Re: Getting JNDI context fails

2006-09-07 Thread SchlauFuchs
Ok, but why and what is connecting to my machine at 127.0.0.2? When I shut down the server or change the IP address in properties I get connection timeout exception. This strange exception comes only if the connection is beeing established. View the original post : http://www.jboss.com/index.h

[jboss-user] [EJB 3.0] - Re: JUnit testing EJBs: NoInitialContextException

2006-09-07 Thread aberezin
Also, for a remote client junit test, I didnt see a jboss client jar in the lastest 4.04ga release. I found I had to add a bunch of jboss jars to the client runtime classpath. I cant recall what all i added but if it still a problem, I can find out and post another response. View the original

  1   2   3   >