[jboss-user] [JBoss Seam] - Re: @Asynchronous / Dispatcher not bound

2006-12-11 Thread [EMAIL PROTECTED]
Interesting. I was able deploy the new seampay example on tomcat. I didn't run into any JNDI issues, but I did run into a problem with the dispatcher session bean not having its TimerService injected properly. It is possible that EEJB does not support the TimerService, but that would not

[jboss-user] [Installation, Configuration Deployment] - How can I create my own Connection Factory?

2006-12-11 Thread lmsook
Hello, I'm a beginner in JBoss and I read the related topic to my question, but I can not still find the solution. What I want is that I want to have 2 my own Topic Connection Factory and 1 my own Queue Connection Factory besides the default ConnectionFactory JBoss provides. What I did was

[jboss-user] [JBoss Seam] - Re: @Asynchronous / Dispatcher not bound

2006-12-11 Thread [EMAIL PROTECTED]
Sorry for leading you astray. According to the docs (http://docs.jboss.org/ejb3/embedded/embedded.html), embedded EJB3 does not yet support the timer service. Until then (or until we provide an alternate dispatcher implementation) @Asynchronous will not work outside of a complete EJB3

[jboss-user] [JBossCache] - Re: FileCacheLoader partial preload

2006-12-11 Thread [EMAIL PROTECTED]
Are you using PojoCache here? I assume yes, but you don't say this. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3992853#3992853 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3992853

[jboss-user] [JBoss Seam] - Re: Update Seam JSF library againts JBoss5

2006-12-11 Thread [EMAIL PROTECTED]
We want to move away from using myfaces, but JBoss 4 only ships with myfaces. I think the hope is to get the JBoss installer to install the RI instead of myfaces. When/if that happens, I'm sure we'll switch seam-gen to using that by default. Otherwise, it might not be until there is a usable

[jboss-user] [Messaging, JMS JBossMQ] - How can I create my own Connection Factory?

2006-12-11 Thread lmsook
Hello, I'm a beginner in JBoss and I read the related topic to my question, but I can not still find the solution. And I'm sorry I posted the same question to the other category. After posting there, I found this category sounded more relevant to my question. What I want is that I want to have

[jboss-user] [EJB 3.0] - Persisting an Entity Bean with a null attribute throws Trans

2006-12-11 Thread idtechnology
Hi there, I'm a JBOSS/EJB3 newbie. I have installed JBOSS 4.0.5 GA, JDK 1.5.0_05, Eclipse 3.2+JBOSSIDE 1.6.0 plugin. MYSQL 5, mysql-connector-java-3.1.13 driver I'm trying to persist some entity beans under transaction. One of these beans has a null (non-key) attribute. Either When I call

[jboss-user] [Clustering/JBoss] - Error reported when disabling clustering on JBoss-4.0.5

2006-12-11 Thread dookie23
Hi all, I am trying disable clustering on JBoss-4.0.5. I have followed this tuning guide: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossASTuningSliming But when I restart JBoss, I am getting the following error: 2006-12-11 10:41:35,272 DEBUG [org.jboss.mq.pm.jdbc2.PersistenceManager]

[jboss-user] [JBossWS] - STATEFUL XML-RPC SERVICE

2006-12-11 Thread danireb
Hi, I have to implement an application who receives different request to some xml-rpc services. The problem is that I have 3 services that a client can request, and I have to respond each request depending the STATE of the client, the previous values or actions. I have read about stateful

[jboss-user] [EJB 3.0] - @Service and @Resource

2006-12-11 Thread normanb
Hi, I have looked at ejb-jar_3_0.xsd, and jboss_5_0.xsd and am trying to inject a resource string into a service generated using the @service annotation. I would be grateful for an example (or a pointer to) storing this resource in an external file such as ejb-jar.xml using parameter. Many

[jboss-user] [JBoss jBPM] - Re: Variable creation with jPDL

2006-12-11 Thread kukeltje
STFF View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3992867#3992867 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3992867 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss Portal] - Deploy oracle ADFBC aplication to portal

2006-12-11 Thread pjmcosta
Dear sirs: we have an aplication developed with oracle ADFBC (JSF), we can deploy to the JBOSS AS and it works ok. If i deploy the Jboss Portal to the JBoss AS it does not works. If install the Jboss POrtal + AS and try to deploy the apliccation on it it does not work as well. Any Help ?

[jboss-user] [JBoss Portal] - Deploy oracle ADFBC aplication to portal

2006-12-11 Thread pjmcosta
Dear sirs: we have an aplication developed with oracle ADFBC (JSF), we can deploy to the JBOSS AS and it works ok. If i deploy the Jboss Portal to the JBoss AS it does not works. If install the Jboss POrtal + AS and try to deploy the apliccation on it it does not work as well. Any Help ?

[jboss-user] [EJB/JBoss] - CMP finder method: java.lang.ClassNotFoundException: org.jbo

2006-12-11 Thread igpuebla
Hello! i have a exception using my finder-methods. The application deploys just fine, i can access my session bean, create and remove entities, findByPrimaryKey(), i can even use one of my finder-methods (that returns just one entity): @ejb.finder query=SELECT OBJECT(e) FROM Entidad as e

[jboss-user] [JBossWS] - New to JBoss and JBoss WS

2006-12-11 Thread Yueh2k6
Hi, I'm new to JBoss. I have recently generated WebService Java Inteface proxies using Axis 1.4. I was able to code a Java client (JSP) on top of it and run it on Tomcat 5.0 smoothly, simply by placing the appropriate axis libraries under \lib I assumed a similiar process would apply

[jboss-user] [JNDI/Naming/Network] - Re: Oracle Datasource not bound to JNDI

2006-12-11 Thread PeterJ
Try this. Either change the res-ref-name in ejb-jar.xml and jboss.xml to simply OracleDS (instead of jdbc/OracleDS), or change the jndi-name in oracle-ds.xml to jdbc/OracleDS and likewise change your lookup to lookup(jdbc/OracleDS); View the original post :

[jboss-user] [JBoss AOP] - Re: Tracing/Logging - Actual RMI calls vs calls between EJBs

2006-12-11 Thread ykrishnaprasad
Kabir, a) Can get the type of an invocation(whether its a METHOD)? To be specific i was looking at -http://www.onjava.com/pub/a/onjava/2003/05/28/aop_jboss.html?page=1 Things might have changed since the article was written.Wondering how to do the same with the new APIs. b) Can i use

[jboss-user] [JBoss jBPM] - Re: Variable creation with jPDL

2006-12-11 Thread leobaz2
I did, I don't see any straight answer to my question. The tag with variables maps variables from process to task instances, but it doesn't create new variables. The variables have to be already defined in the process. I need a way to create process variables without calling: void

[jboss-user] [JBoss Seam] - Re: How many EntityManagers and SFSBs in a web app?

2006-12-11 Thread SmokingAPipe
And now I'm getting it to work. I followed all the instructions in Chap. 9 and switched from using the @PersistenceContext annotation to just using @In and injecting the SMPC. At the same time I'm ripping out all the Tomahawk stuff, to be replaced with Icefaces at some future date. It seems

[jboss-user] [JBoss jBPM] - Fork + Join

2006-12-11 Thread nlmarco
Hello *, I've got a question about Fork+Join behaviour: When the root token enters the Fork, it creates a new child token for every outgoing transition. That's exactly what I expected according to the docs and my intuition. When these child tokens enter the Join, however, they don't end

[jboss-user] [Security JAAS/JBoss] - Re: Login encryption not working

2006-12-11 Thread [EMAIL PROTECTED]
Its for taking a clear-text password from a user interface and matching it to a hashed database password. You have not given enough info to indicate where this is failing. Details of what is encoded, what is not, and the debugging logging are needed if you want better feedback.

[jboss-user] [EJB 3.0] - Re: Quartz Bean deployment

2006-12-11 Thread vmendoza
In JBoss 4.0.4 Quartz works fine but in 4.0.5 I had the same problem View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3992888#3992888 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3992888

[jboss-user] [Messaging, JMS JBossMQ] - Modifying threadpool in JMS under 4.0.5 using EJB3 + JEE?

2006-12-11 Thread dbs
'Lo folks. We're implementing our first messaging queue, and we need to enforce a single thread model reading from the queue. We may spin off multiple threads, but there are many times we need to only read one item from the queue, process it, finish and close, then pull the next item. Best

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

2006-12-11 Thread dani-cas
Well I dont even know where to start. I have some session beans and some entity beans (CMP) I am using JBoss 4.0.4 with Oracle 10g, with Java 1.5. I am getting the exception after the ejbStore. The database issues the Update, or at least thats what the log show, but the update never get

[jboss-user] [EJB 3.0] - Re: How to get EnitityManager in SLSB without injection??

2006-12-11 Thread ablevine1
anyone?? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3992895#3992895 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3992895 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss Portal] - Adjusting forum user permissions

2006-12-11 Thread zerrt
Hi, I am trying to adjust the permissions for the forum portlet to allow users to create polls in their posts. I tried adding this permission in the jboss-portlet.xml for this portlet and then restarting the server but there was no effect. Does anyone know the correct steps to adjust these

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Portlet plugin for Eclipse IDE

2006-12-11 Thread pmohanan
Hi...Marshall , Sorry to reply so late. I definitely would like to give it a try. Even though we ourselves are short of developers, there is no harm in trying. We are still in process of doing some POC with the JBoss Portal. Trying to understand its strength weakness before we finalize

[jboss-user] [JBoss Seam] - Re: Exception thrown on seam-booking-icefaces

2006-12-11 Thread evdelst
Just to confirm: I get this in my application as well. I use jpdl pageflows, facelets, conversations (and Icefaces ofcourse) Edwin View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3992905#3992905 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Parameter in EL in a POJO env

2006-12-11 Thread [EMAIL PROTECTED]
esoares wrote : Hi Gavin, thanks for answering. | | Your answer fits well on case (2) but how about the case (1) ? fr.id shoud be interpreted to fr.getId() and get the number in the rendered html or am I missing something ? | | cheers. | | Eddy | | Same answer. The

[jboss-user] [JBoss Seam] - Re: ICEfaces

2006-12-11 Thread evdelst
Bit late, but just to let you know: the CSS link helped. I did have a link, in a facelet template, but somehow I messed it up. Still have some other problems. Some exceptions also mentioned in another post (also occurs with booking example), and some transitions in my pageflow stopped working,

[jboss-user] [Clustering/JBoss] - Re: Error reported when disabling clustering on JBoss-4.0.5

2006-12-11 Thread [EMAIL PROTECTED]
This looks like an issue with your sql configuration. If you try to use this config file in the default configuration, does the server start properly? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3992908#3992908 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Deploy oracle ADFBC aplication to portal

2006-12-11 Thread [EMAIL PROTECTED]
It's likely a classloading problem. Try UseJBossWebLoader=true as a quick fix. See http://www.jboss.org/wiki/Wiki.jsp?page=ClassLoadingConfiguration Stan View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3992910#3992910 Reply to the post :

[jboss-user] [JBoss Seam] - Will X509 be included

2006-12-11 Thread wsollers
We here in U.S. DOD land need X509 hookup with the security enhancements. Will that be included? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3992911#3992911 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3992911

[jboss-user] [Installation, Configuration Deployment] - Re: Problem with SIMPLE JSF deployment on jboss-5.0.0

2006-12-11 Thread echoi1975
are you using jsf 1.1 or 1.2? i had similar problems deploying my jsf 1.1 based app to jboss 5.0, but when i deployed the 1.2-based sample war from jboss to deploy onto jboss 5.0, it worked w/ no problems. next thing i'm going to try is updating my build to use jsf-1.2 instead of jsf-1.1 RI.

[jboss-user] [JBoss Seam] - Combinding Seam's pages.xml and the a4j:include of Ajax4Jsf?

2006-12-11 Thread andrew.rw.robinson
The pages.xml features have been invaluable for executing actions when a page is loaded. I also see that it now has support for changing the view if a conversation is not active. These features are great, but unfortunately on apply to root views. Ajax4Jsf has a include tag that pulls in a

[jboss-user] [Installation, Configuration Deployment] - Re: Problem with SIMPLE JSF deployment on jboss-5.0.0

2006-12-11 Thread echoi1975
forgot to add, the zlib error you get. sounds like you're war file might be hosed. dbl check to make sure the war explodes okay outside of the jboss environment w/ all the content still intact. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3992914#3992914

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: jsf a good framework for production?

2006-12-11 Thread [EMAIL PROTECTED]
dandiodati wrote : | | Trying to decide on jsf as a framework. Could someone help me with some answers to the followign questions: | | 1.How is JSF performance in production? I know that there are now plenty of applications using JSF in production. I'm not aware of any perf numbers

[jboss-user] [Installation, Configuration Deployment] - Re: JBoss 4.0.4 SP1 availability

2006-12-11 Thread rosund2
Will there be a 4.0.5 SP1 ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3992916#3992916 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3992916 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: How many EntityManagers and SFSBs in a web app?

2006-12-11 Thread petemuir
Conversation for stateful javabean, event for stateless. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3992917#3992917 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3992917 ___

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: JSF JBoss question

2006-12-11 Thread [EMAIL PROTECTED]
In JBoss 4.x, the main advantage JSF has over other frameworks is that it is already installed and supported by JBoss support. Also, JSF standard taglibs are cached and available globally. In JBoss 5.x, the integration is deeper. As part of JEE 5, JSF becomes the standard web framework.

[jboss-user] [EJB 3.0] - EntityManager / Lazy Fetch / J2EE / Swing App

2006-12-11 Thread knifegun
I have a J2EE based application running on JBoss 4.0.5 EJB 3. I have a Swing client which uses a stateless session bean to retrieve data from the database via an Entity Manager. All the EJBs are set to LAZY fetch. When I try to access a child entry to a EJB (i.e. access the object

[jboss-user] [Security JAAS/JBoss] - Re: Login encryption not working

2006-12-11 Thread ewade
Ok. Then perhaps I am not being clear. That is precisely what I am trying to do. I have (correctly) encrypted and encoded passwords stored in my database. We are using the database server login module. It works fine for clear text passwords -- that is passwords stored and entered as plain

[jboss-user] [JBossWS] - Dead doc link for 4.0.5 webservices

2006-12-11 Thread zurchman
This link is dead: http://docs.jboss.org/jbossas/javadoc/4.0.5/webservice View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3992923#3992923 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3992923

[jboss-user] [EJB 3.0] - Re: Problem when deploy java persistence on jboss-4.0.4.GA

2006-12-11 Thread boomboom
Sorry, persistence.xml is cut. persistence-unit name=pu1 transaction-type=JTA jta-data-sourcejdbc/__default/jta-data-source !--Use the java2db feature -- !-- -- !-- Generate the sql specific to Derby database --

[jboss-user] [EJB 3.0] - Problem when deploy java persistence on jboss-4.0.4.GA

2006-12-11 Thread boomboom
I am trying to deploy the sample code --masteringEJB3.0Code\Micah Examples--from Mastering Enterprise JavaBeans 3.0 by Rima Patel Sriganesh, Gerald Brose, and Micah Silverman on jboss-4.0.4.GA. I used its build.xml to build a package called EntityExamplesEJB.jar, and when I deployed on

[jboss-user] [JBoss Seam] - Re: Will X509 be included

2006-12-11 Thread sbryzak2
It's planned, but not for the initial release of the security API. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3992927#3992927 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3992927

[jboss-user] [Installation, Configuration Deployment] - Re: Problem with SIMPLE JSF deployment on jboss-5.0.0

2006-12-11 Thread tswall
I am using the JSF 1.2 Sun implementation that is prepackaged with JBoss 5.0. Additionally, I did try to explode the WAR, and everything appeared to be OK. Finally, I packaged the WAR into an EAR and it appears to be working well. It is the only module in the EAR, so I'm totally baffled as to

[jboss-user] [JBoss jBPM] - jBPM helps define the business process

2006-12-11 Thread jbpmndc
Most programs today put all the workflow logic in the code. jPDL is a big improvement. A business analyst may need a technical person to walk them trough a process definition the first time, but jpdl is readable. In addition, just being able to define a process in one xml file is a big

[jboss-user] [JBoss AOP] - Re: probleam in granularity of interception

2006-12-11 Thread fabiocsilva
but | [aopc] [debug] was employee.EmployeeRecord converted: false | View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3992934#3992934 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3992934

[jboss-user] [JBoss AOP] - Re: probleam in granularity of interception

2006-12-11 Thread fabiocsilva
return true: | ... | [aopc] [debug] was controllers.HealthWatcherFacade converted: true | [aopc] [compiled] /home/fabio/workspace/HealthWatcher_AO_JBossAOP/bin/controllers/HealthWatcherFacade.class | [aopc] [trying to transform] exceptions.ExceptionMessages |

[jboss-user] [EJB 3.0] - Re: How to get EnitityManager in SLSB without injection??

2006-12-11 Thread ALRubinger
Never tried it in the way you've outlined. You can, however, store the EntityManager and EntityManagerFactory in JNDI and look up from there by putting the following in your persistence.xml: property name=jboss.entity.manager.jndi.name |

[jboss-user] [JBossCache] - Re: PojoCache 2.0: Bug in CacheApiUtil.exists?

2006-12-11 Thread [EMAIL PROTECTED]
Open a jira issue and attach it there. Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3992937#3992937 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3992937 ___ jboss-user

[jboss-user] [Clustering/JBoss] - Re: communication between two cluster node

2006-12-11 Thread [EMAIL PROTECTED]
I have a very similar situation, I have 2 jboss clusters work, mac to mac and windows to windows; however, my linux to linux isn't working. The os is slightly different on the two. One of the nodes is 64 bit the other is 32. Fedora Core 6 for both of them. Does JBoss clustering allow for mixed

[jboss-user] [JBoss Seam] - @Embeddable Object and JSF referencing in a Form

2006-12-11 Thread bytor99999
So I have a simple example where I have an Embedded object. So I have a Location class that has an Address object. The Address object is annotated with @Embedded. The Address class has @Embeddable. In my form I have an InputText with h:inputText value=#{location.address.city}

[jboss-user] [JBossCache] - Re: JBoss PojoCache 2.0: Bug in CachedListImpl?

2006-12-11 Thread [EMAIL PROTECTED]
I do have a test case: org.jboss.cache.pojo.collection.CachedListTest that has test for list size after insertion. Can you try that or produce a test case for me? Thanks! -ben View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3992940#3992940 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Exception thrown on seam-booking-icefaces

2006-12-11 Thread [EMAIL PROTECTED]
Me Too ! But in my own small app using IceFaces I can get it very very regularly. I will post on the IceFaces too. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3992941#3992941 Reply to the post :

[jboss-user] [JNDI/Naming/Network] - EJB to EJB communication via local interface

2006-12-11 Thread g3rd
Hello, I am attempting to make an application project (WAR/EAR) talk to another EJB (EJB/EAR) in the same container. JBoss 4.0.2. with EJB 2.0. The EJB/EAR is being called by the WAR/EAR project. EJB/EAR's ejb-jar.xml: session id=Session_Team | description![CDATA[SessionBean:

[jboss-user] [EJB 3.0] - @OneToMany problem - bug

2006-12-11 Thread smolin_2000
Hi All, there is still problem with @OneToMany relation with eager loading. Why this is not widely discussed or simply corrected by JBoss? One solution suggested by some people is to add @IndexColumn but then other problems come out (you need to manage manually this index and lot of stuff need

[jboss-user] [Clustering/JBoss] - Re: communication between two cluster node

2006-12-11 Thread [EMAIL PROTECTED]
linux 32 to 64 works when i following this posting: http://www.jboss.com/index.html?module=bbop=viewtopict=84070 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3992947#3992947 Reply to the post :

[jboss-user] [JBoss Seam] - Re: @Embeddable Object and JSF referencing in a Form

2006-12-11 Thread [EMAIL PROTECTED]
You'll have to be more specific about what didn't work. A common problem with these things is having a null address object, making it not possible to get to the city value. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3992950#3992950 Reply to the post :

[jboss-user] [EJB 3.0] - Deploy ejb failed

2006-12-11 Thread lpoliver27
I just installed Jboss4.0.5 with no error. When I deployed my application ejb, it failed. The application ejb runs well on my previous server and they are EJB2.0. I compiled it with the late javeEE lib and unchange the ejb-jar.xml. They are all session beans. When I depolyed them, Jboss gave me

[jboss-user] [JBoss Seam] - Re: question about application scope component?

2006-12-11 Thread jboss-Nth-Fan
Indeed, that's clear now. Maybe I've got the DTD definition (and the error) as I was using a scaffolded Entity from SeamGen. Thanks for your promptly assistance! Yeyo View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3992953#3992953 Reply to the post :

[jboss-user] [JBoss Seam] - Programatic example for Query Objects

2006-12-11 Thread jboss-Nth-Fan
Hello, Are there any examples showing programmatic use of Query object. Mainly interested seen the capabilites of the framework:restrictions piece. I've had a quick overview in the code for the Query class but not evident at least for me. I found the comparation for Home Object between

[jboss-user] [JBoss Eclipse IDE (users)] - Deploying jars using version 2.0?

2006-12-11 Thread Charlie Kelly
How does one deploy a jar from version 2.0 (I realize that in version 1.6, Deployment appeared in the context menu while inside the Java perspective). Thanks Charlie View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3992957#3992957 Reply to the post :

[jboss-user] [JBoss Eclipse IDE (users)] - Documentation for version 2.0

2006-12-11 Thread Charlie Kelly
Is there any documentation specific to version 2.0 available? Thanks Charlie View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3992955#3992955 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3992955

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

2006-12-11 Thread DataGazetteer
d1g wrote : I have created a proof-of-concept application based on Seam and the Restlet framework. Fortunately Seam has been designed with this kind of integration in mind and the job was not difficult. I thought other users might like to see how easy this is. Diggory -- have you had the

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - CAnnot deploy exploded war

2006-12-11 Thread dplass
I'm running a Tomcat-only install of JBoss 4.0.5GA. I cannot deploy an exploded war. I always get Exception fixing docBase: {0} java.util.zip.ZipException: The system cannot find the path specified even with a (nearly) empty war directory - it still gives this message. There are only 3 files: a

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Session attribute event listener problem !!!!

2006-12-11 Thread [EMAIL PROTECTED]
Hi Everyone !! Previously i have posted a query and now i can make out where exactly the problem is lying... Please refer http://www.jboss.com/index.html?module=bbop=viewtopict=96839 Here is actual log trace from server.log file Code: | ERROR

[jboss-user] [JBoss Portal] - API on accessing Portal Database

2006-12-11 Thread sridhark79
Hi, It would be really great if someone could could point me to the API references with some samples on accessing the Portal Database in a custom application. Thanks in Advance Sridhar View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3992961#3992961 Reply to

[jboss-user] [EJB/JBoss] - Using entity bean in JBoss storing

2006-12-11 Thread ponds81
Using entity bean in JBoss storing IMAGE data type in SYBASE We are using JBoss-4.0.4.GA, Entity Bean 2.x (CMP), Sybase 12.5 File Name :- jconn2.jar File Version :- 1.4.2_04 File Size:- 876 kb When we try to insert an object in to column of data type IMAGE in Sybase by using EJB 2.x we get

[jboss-user] [JBoss Seam] - Re: question about application scope component?

2006-12-11 Thread jboss-Nth-Fan
Ignore my last comment, I've just confirmed it's fixed in CVS in 1.5 Y View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3992963#3992963 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3992963

[jboss-user] [Installation, Configuration Deployment] - Re: struts tag does not reinit in jboss. How to resolve?

2006-12-11 Thread richard_djs
My project is at jboss-4.0.4 + windowXP. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3992965#3992965 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3992965 ___ jboss-user

[jboss-user] [Messaging, JMS JBossMQ] - Re: why my topic message processed only once?

2006-12-11 Thread richard_djs
My project is at jboss-4.0.4 + windowXP. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3992964#3992964 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3992964 ___ jboss-user

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Struts Demo

2006-12-11 Thread anu123suya
I am using struts-demo-for-jboss-portal to build and develop a sample of struts portlet, it gives no warning or error but I am not able to see the new struts page? Could any body help on this. Thanks in advance View the original post :

[jboss-user] [JBoss Portal] - Struts Portlet

2006-12-11 Thread anu123suya
I am using struts-demo-for-jboss-portal to build and develop a sample of struts portlet, it gives no warning or error but I am not able to see the new struts page? Could any body help on this. I am using jboss-portal-2.4.0 bundle Thanks in advance View the original post :

[jboss-user] [Security JAAS/JBoss] - Re: FORM based authenticated session not logged out properly

2006-12-11 Thread mp30130
Ok; I have simplified my test and removed my portal from the equation; I am simply using JSPs and the LdapExtLoginModule, and BASIC authentication. I still observe the same issue ? where I am granted access to resources when I would expect to have to re-login after invalidating my session. I

[jboss-user] [JBoss Portal] - Re: End user customization

2006-12-11 Thread anu123suya
Up to 2.4 you can personalize portlets and the general theme. Does this mean an admin can configure portlet to a specific user-role or the end user can edit his portlet? The option to change the theme and layout is available only in the admin page. Can an end user change the theme? View

[jboss-user] [EJB 3.0] - Re: EntityManager / Lazy Fetch / J2EE / Swing App

2006-12-11 Thread knifegun
Anybody? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3992972#3992972 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3992972 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss AOP] - Re: Hotswapping an interceptor to an EJB

2006-12-11 Thread Giordacchio++
Ok, I have compiled to source code obtaining the Aop jars but now my app. server doesn't intercept anymore.. When will be published a new version of AOP ? 1.5.3.GA ? or at least something compiled with all the jars versions (stand-alone and app. server integrated libraries) ?? Thank you

[jboss-user] [JBoss Seam] - Re: Exception thrown on seam-booking-icefaces

2006-12-11 Thread sherkan777
I got 2 those problem...but sometimes app throws an message box like session not found, motstly with combination IceFaces datatable and datapaginator...but most intrested think is my session is still active and jboss shows no error on console. Don't know why this is thrown? View the original

[jboss-user] [JBoss Seam] - Basic Seam questions

2006-12-11 Thread lightbulb432
What is the difference between injecting an entity into a session bean and instantiating it manually? They both seem like they work, provided that you use the appropriate EntityManager methods, such as persist(). What is the main advantage of using injection versus not? I also have a question

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Problem in getting the data from a cache(hibernate)

2006-12-11 Thread ahamad15
I am storing data inside a cache. When i am geeting the data from a cache its showing null. How can i retrieve the data from a cache. I am using EHCache View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3992977#3992977 Reply to the post :

[jboss-user] [JNDI/Naming/Network] - JNDI lookup fails in JBoss Portal 2.4

2006-12-11 Thread rajneeshd
Hi folks I am using EJB2.0 with JBoss Portal(2.4). Server hangs at JNDI lookup when i run my application in JBoss Portal. Can anyone suggest anything regarding the same. thanks in advance! View the original post :

<    1   2