I also have the same requirement, by any chance did you get this resolved ?
Thanks..
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024900#4024900
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024900
_
Well, that was fun :-) Great to meet you all, Gavin, Steve, Emmanuel, Max,
Bob, and then some. Even Igor and Sergey were there, who I just had lunch with
on Tuesday! When are you all coming BACK to SF? Better be soon!
Cheers!
Rob
View the original post :
http://www.jboss.com/index.html?mod
We interpreted the WSRP specification as: Consumers are supposed to return ANY
cookies that the producer sends REGARDLESS of whether the producer requires a
call to initCookie.
It turns out that BEA's consumer version 9.1 and earlier behaves similarly as
you not SAP's consumer does.
Since our
It should indeed be working. I will be looking at it ASAP.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024896#4024896
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024896
one more question, related to my last post, has this issue already added at
jira, what is the issue ID?
thanx again
-haric-
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024895#4024895
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posti
I read the documentation that, in order to make seam perform its magic, we need
to add, interceptor declaration inside the ejb-jar.xml, but if my application
is deployed inside a portal environment which is must be a web module(.war),
then where I can define the interceptor declaration? please g
http://jira.jboss.org/jira/browse/JBAS-4170
This has been resolved in 4.2 and 5.0.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024893#4024893
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024893
__
Hi all!
Thanks Jaikirain! Your explains are very helpfull for me and everyone that
want discovery about JBoss. Two day ago, I have two problems and I posted they
on Forum but not received reply. I hope that you can explain and help me about
they again.
1. My operating system is XP2, I use
rjacobyez,
I have two strategies for you. Here they are:
1) Upgrade your JBoss App Server to 4.0.5 as I don't think 4.0.4 supports J2EE
5.
2) When you install be sure to select the "ejb3" installation. Between the 2
you should be able to get a web service going.
The client maybe a different
I've been struggling for several hours trying to get my Seam app to run on
Tomcat. I've hit a brick wall. I get the following error in the catalina.log
file:
SEVERE: Error Rendering View[/home.xhtml]
javax.faces.el.EvaluationException: Cannot get value for expression
'#{testList.firstResult}
Hi,
I think that it is a bug in org.jboss.seam.ui.UIFileUpload. In the
decode(FacesContext context) method of UIFileUpload, if I run seamspace
example, the request in Object *request* =
context.getExternalContext().getRequest(); got MultipartRequest Object. But in
Seam+ICEfaces application, I
do you have other fields at the form? If so, add ajaxSingle="true" to the
a:support to avoid the processing of them.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024887#4024887
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mod
Does anybody know if there is a way how a stateful session bean can destroy
itself without rolling back the current transaction? The only idea I had was to
call the bean's own remove-method - of course not directly but through the
proxy by SessionContext.getEJBObject(). Unfortunately this caused
I am new to AOP and have been attempting to get a basic trace advice running.
I am using jdk 5.0 and annotations, JBossAS 4.0.5. I created my class and
annotated a method but nothing happened. I suspected that I needed to set
'EnableLoadtimeWeaving' to true because I did not use any aopc.
Is
The best thing to do is take some thread dumps when you see the unexpected
processor usage. Those should tell you what is running.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024884#4024884
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=
I have a problem with updating model values using ajax4jsf. It looks like it
does only validation phase but skips data model update phase. I'm trying to run
simplest example of ajax4jsf:
|
|
|
|
|
|
|
I get no error, I can see that there is asynch request done to the se
yes, you have to extend it, so it does.
same for the cache feature (invalidation, if you use it for CMS Portlet), you
have to add it.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024879#4024879
Reply to the post :
http://www.jboss.com/index.html?module=bb
Can someone help me to use ws complie. I have maybe a pb with path, i don't
know but i can't run it...
I have JAVA_HOME and JBOSS_HOME, ANT_HOME... and their bin in path...
Which instruction did i use please
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=40248
I used seam gen to generate my entities for CRUD operations and it appears to
work great at first. However, there is an inheirent problem. On the List page
for my entity, I can create my entity one time and everything works great. The
next time I go to create another entity, the previous one
Hi,
i'm clicking/trying since several days to create some
few EJB3 beans.
I would like to have them as plain JDK 1.5 Java beans with some annotations to
persist them with hibernate to postgres without any dependency on microkernels
and such.
I would expect to use some few *.jar files for the an
OK, this is supposed to be fixed in 1.2.0.GA.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024875#4024875
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024875
___
jboss-use
you may have to add the servlet root path, of the servlet (webapp) that deliver
the css file.
did you try it ?
that is :
/ProcesosInternos/WEB-INF/css/Styles.css
instead of "ProcesosInternos", it should rather be the name of the web app.
the that is in the web.xml file.
sometime, there must b
Hi,
We are in process to migrate our JMS servers from JBossMQ to JBoss
messaging. I know from user the guide that we need replace jbossmq-client.jar
with jboss-messaing-client.jar in clients' classpathes. The problem we are
facing is that we have many clients which are very difficult to updat
sure here it is: (com.pnx.pmp is our frameworks' package).
28 ??? 2007 19:11:19,734 [DEBUG] com.pnx.pmp.common.log.PerformanceWatch -
com.pnx.pmp.ui.webapp.view.error.ErrorServlet - Exception (processing
[/pmp/flow.pmp]): [com.pnx.pmp.common.exceptions.SystemException:
org.apache.jasper.Jaspe
Integration with Java 5 is of utmost importance IMO. We need to get tighter
integration with SEAM! SEAM is getting a lot of attention right now and so now
is the time to either branch JBPM to port 1.5 or just declare the change as
part of the roadmap. With all of the attention, people are sur
OK. So, really this is as simple as changing the webservices.xml file
META-INF/wsdl/TestAPI.wsdl entry and nothing else (I'm
not using JSR181, I'm using ws-tools and XDoclet)
If I put the WSDL back together appropriately, it should all fall out. The WSDL
ports defined with webservices.xml wit
Ok, I will do some more investigation :-)
User (userDomain):
| @Entity
| @Name("userDomain")
| @Table(name = "userx") // user is a reserved word in PostgreSQL
| @Inheritance(strategy = InheritanceType.SINGLE_TABLE)
| @DiscriminatorColumn(name = "DISCRIMINATOR", discriminatorType =
Dis
Here's the remote session bean facade which you can use in JBoss-3.2.x to work
with datasources from the standalone client:
Home interface:
package org.myapp.ejb;
|
| import java.rmi.RemoteException;
| import javax.ejb.CreateException;
| import javax.ejb.EJBHome;
|
| /**
| *
Thank you so much, Peter.
Gus
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024864#4024864
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024864
___
jboss-user mailing list
Nothing significant has changed, no.
No-one can help you if you havn't showed the code for UserDomain.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024863#4024863
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024863
No comments/help from the people behind JBoss Seam?
It's really strange, because I only replaced the 1.1.5 jar files
(jboss-seam.jar and jboss-seam-ui.jar) with the 1.2.0 files.
Have something changed in the @In @Out behaviour in 1.2.0 or/and in the
bijection implementation?
View the origina
Felix,
I have already some code and would be glad to share it with you. As soon as I
return from vacation (in about 2 weeks) I can share it. I also think that if
templates work we should handle them as first priority.
Regards,
Mike
View the original post :
http://www.jboss.com/index.html?modu
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024860#4024860
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024860
___
jboss-user mailing list
jboss-user@lists.jboss.org
htt
"petemuir" wrote : Or are you trying to use the entityconverter with this?
Peter, I exactly followed the ui example in Seam 1.2.0.
1. added following code in components.xml:
2. created Converters class, and added the convert code as same as the ui
example.
View the original post :
http://www.j
Hi Peter,
Thank you for your reply. Yes, when I use "em" as persistent name, I got an
exception "entityManager is null". Then I changed "em" into "entityManager" in
components.xml, and also changed the converter code to: return
((EntityManager)Component.getInstance("entityManager")).find(Catego
You can put interceptors in ejb-jar.xml, if they are session bean components.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024857#4024857
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024857
_
No, not yet, sorry.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024856#4024856
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024856
___
jboss-user mailing list
jboss-user@
Hi,
I'm using activeMQ as my JMS provider within JBoss AS. How can I configure a
pool of MDBs/threads?
- How would I do this with JBossMQ or JBoss Messaging?
- How can I do this with activeMQ? Is it just the same as the above?
The reason I ask is that I'm testing throughput and I have many clie
Apologies for neglecting the fact, so far, that you have been using
JBoss-3.2.x. This does not work in JBoss-3.x. This only works with JBoss-4. Let
me see if i can compile a simple remote session bean for you to get this
working.
View the original post :
http://www.jboss.com/index.html?module
"holtak" wrote : What is "userDomain"? (StatefullBean, StatelessBean,...)
| and what scope is it in? Use debug.seam to check if it is really there
where you want it.
|
| I`ll check the @In (create=true) acting today when I come to coding but
I`ve moved to 1.2PATCH1 from 1.1.5 and don`t hav
I get an exception when using s:selectDate, my code looks like this:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
And the exception like this:
anonymous wrote :
| 16:25:32,863 ERROR [STDERR] Mar
What is "userDomain"? (StatefullBean, StatelessBean,...)
and what scope is it in? Use debug.seam to check if it is really there where
you want it.
I`ll check the @In (create=true) acting today when I come to coding but I`ve
moved to 1.2PATCH1 from 1.1.5 and don`t have this problems.
View the
"gus888" wrote : I used following code in converters class:return
((EntityManager) Component.getInstance("em")).find(
| | Category.class,
Integer.valueOf(arg2));
| then I got the entityManager is null exception. However, after I change
Hi Ronald,
thanks for that hint! Don't know, why I didn't found that myself. Was a hard
week I think
I looked at that stuff a bit I could generate the update SLQ's for hsqldb with
the following statements (in Windows):
| ant -f build.upgrade.xml generate.old.schema
| del target\db\loc
Put a feature request in JIRA - and see what happens :)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024841#4024841
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024841
___
http://jira.jboss.com/jira/browse/JBSEAM-786
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024840#4024840
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024840
___
jboss-user
Hi,
I've got two EJB3 JAR, each hosting session beans living in different security
domains. Is it true that the JPA entities received from a session bean living
on security domain A, will be detached within the session bean living in the
other security domain B, thus disabling lazy-loading? Co
What about providing a property for @Begin that would allow to specify what is
a timeout of a given conversation? Depending on a context, some conversation
should be valid for a long time, some not...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024838#4024
Try the catalina-5.5.20.jar from http://jira.jboss.com/jira/browse/JBAS-4131
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024837#4024837
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024837
__
Hello. I am quite green at jBPM and am trying to create a prototype as a proof
of concept for something larger.
The idea is to have a jBPM set of tasks which will each one call an already
existant routine/class. This routine/class, upon invocation, generates an HTML
screen for data entry, and af
Yes, this can be done if you manually consolidate the generated wsdls. Then use
@WebService(wsdlLocation="bigservice.wsdl")
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024835#4024835
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting
Have a look at
| cd jbossws-tests
| ant -Dtest=jaxws/samples/webserviceref test
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024834#4024834
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024834
Hello,
We have just migrated from HP/UX to Linux (SUSE AMD 4CPU) and after a couple of
hours we can see a large consumption of CPU (>200%).
This problem has never appears before this migration.
We use the JDK1.5.0_11, and the parameters for the JVM are : -server -Xms1024m
-Xmx1024m -XX:MaxPerm
I don't think comments in xml will cause any problem , the pojo-beans.xml
contains only one bean .
Turn on debuging / trace log for more info.
Yes this is the last option left now :(
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024832#4024832
Reply to the p
What do you mean in anonymous wrote : 2) State in your DB is large
| ? the state of the cache?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024831#4024831
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024831
_
Your xml is commented - with
I've been able to run this instance of Hibernate outside of the AS, but as soon
as I try and deploy it inside I receive the following
| 22:11:49,935 INFO [STDOUT] 22:11:49,935 INFO [ServiceBean] Exposing
service with name {http://webservice.myob.identityconcepts.com.au}authenticate
| 22:1
Is there any work around to put interceptor definitions in components.xml?
Thanx and Regards,
-haric-
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024827#4024827
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024827
I'm running jboss 4.0.5.GA with EJB3.0 Configuration and jbossws 1.2.0.GA
installed with the installer.
I'm using an stateless session bean as a webservice-client. I generated the
artifacts with ws-import.
If I use @WebServiceRef I run into the following Exception:
| Non matching type for
Any help please :-)
It's a really big problem for me, that Seam 1.2.0 creates a new instance of
userDomain when an AccountBean method is invoked - for each AccountBean method
call I get a new userDomain instance !
Seam 1.1.5 creates one instance of userDomain and use this instance when an
I´d also prefer not to log the whole exception as this is more like a
standard-issue and logging the whole stack-trace always looks like having a
problem or a bug in the application, which is not really the case if the user
is not logged in.
Thomas
View the original post :
http://www.jboss.co
Same here with eclipse 3.2.2 on kubuntu linux. Is anybody doing something doing
with that?
Or is there already any solution?
Please, let me know.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024821#4024821
Reply to the post :
http://www.jboss.com/index.h
anonymous wrote : Previously we had jboss-seam.jar and jboss-seam-ui.jar in the
jboss deploy directory. With the upgrade we've changed to the new structure
where these jar's are packaged into the ear file.
jboss-seam-ui.jar should go in WEB-INF/lib.
View the original post :
http://www.jboss.co
Yes, the PojoCache listener is only acting in local mode. We are still
invetigating a good way to map this into remote notification.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024819#4024819
Reply to the post :
http://www.jboss.com/index.html?module=bb&
If you are using PojoCache2.0, you can add your aop-enabled interceptor in
pojocache-aop.xml like you would have for jboss-aop interceptors.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024818#4024818
Reply to the post :
http://www.jboss.com/index.html?mo
65 matches
Mail list logo