Repeated, cause previous message does not display correctly.
This one is right one.
Hi Alex,
A lot of thanks for your efforts to help me!
So I did understand that in general I should not have problem to pass complex
parameter or its part to subsequent webservice.
I have just one additional que
Hi Alex,
A lot of thanks for your efforts to help me!
So I did understand that in general I should not have problem to pass complex
parameter or its part to subsequent webservice.
I have just one additional question in this part:
Do you mean I have not use and if process message is exactly like
Hello there,
I have the following issue. I have a Stateless session bean called SiteDAOBean.
This bean has a method:
| public void update(Site site) throws PersistenceException
| {
| em.merge(site);
| }
|
Which works nicely if I call it remotely with a Site argument.
I am having problems getting exceptions.xml working. I want to get a simple
scenario working of redirecting all exceptions to /error.xhtml.
exceptions.xml
|
|
| Unexpected failure
|
|
|
|
And I am testing this by throwing a NPE in one of my EJBs(extends En
Hello,
I'm using Seam 1.1GA and have observed a bug in the Manager class when its
redirect method tries to redirect a long running conversation bookmarked URL or
by selecting from the browser's URL location dropdown. Here is the scenario
using this URL for sample:
http://localhost:8080/my-se
We are having a problem with JBoss in our production environment.
The production environment is a clustered environment. When I access my
application , Jboss creates a session for it. But on subsequent hit to the same
application , JBoss is creating new session. This is causing our application to
Is there more in the log after that?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3997015#3997015
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3997015
___
jboss-user mailing
Seam doesn't have a notion of an external component yet. You'll have to rely
on normal lookup methods (JNDI or EJB3 injection) to grab them.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3997014#3997014
Reply to the post :
http://www.jboss.com/index.html?mo
Ah - I misread your original post. This is indeed a bug.
http://jira.jboss.com/jira/browse/JBSEAM-631 To work around this for the time
being, you can pass a "this" reference from the first component to the second
component instead of injecting it.
View the original post :
http://www.jboss.c
Let me preface this with I'm not sure if I should post this here or in in the
Seam forums.
I have a Seam application that uses an embedded EJB3 container as it is meant
to be deployed outside of JBoss AS (on Tomcat, specifically). However, there
are also some background tasks that are meant to
"ykrishnaprasad" wrote : 1) If there is a return in the intercepted method(call
or execution), the interceptor doesn't work.
| Is there anything i am missing?
|
Please define "doesn't work"
"ykrishnaprasad" wrote :
|
"ykrishnaprasad" wrote :
| 2) I have an AOP "Project1" with intercept
Hi Folks,
I have received the following reply over at the
http://www.icefaces.org/JForum/posts/list/3270.page#15506...
Kind regards
Juergen
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3996993#3996993
Reply to the post :
http://www.jboss.com/index.html?
Hi I am new on JBoss Portlet.
I downloaded Jboss Portlet + Jboss AS version 2.4 running on Window 2003 server.
It startup alright and I login as admin.
After I click on the admin tab, the admin portlet showed the following error
message:
/WEB-INF/jsp/management/index.xhtml @41,58 rendered="#{!
Actually you shouldn't have to download anything at all. As of JBoss 4.0.2SP1,
the hibernate libraries are stored in //server/default/lib/hibernate*.jar. So
change your build.xml to reference that lib directory (instead of the
non-existent directory it's currently referencing) or copy the jar ov
It is not possible to get the calling object using the "execution" flavour. The
NPE for the call pointcut looks like a bug, I have created a testcase and we
should be able to get this fixed in cvs next week. Note that it might not be
possible to use a PER_INSTANCE scoped interceptor in this scen
Add the client/jboss-serialization.jar file to your classpath. Or you could use
client/jbossall-client.jar file instead.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3996984#3996984
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mo
maybe i'm confused on this tutorial. it looks like they named the project
"helloworld" during the seam setup questions. if i named mine "myproject" and
navigate to http://localhost:8080/myproject, i see a page with the following
text on it:
myproject
This empty shell application includes:
Just to supply some more input to this thread:
I have just switched one of our bigger seam projects which had a pretty
sophisticated ant build script to Maven 2. It took me (never used Maven (1|2))
slightly more than a day.
It works but I'm not as impressed as many others:
1.) The maven pl
Thanks for your help norman! here is the output that you mentioned. it
appears to not be deploying correctly but i'm not sure why...
10:22:41,343 INFO [EARDeployer] Init J2EE application: file:/C:/Program Files/j
boss-4.0.5.GA/server/default/deploy/myproject.ear/
10:22:42,453 INFO [Ejb3Deplo
Your question inspired me to start a developer's guide page on the wiki.
Please see http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossCacheDevelopment
Anyone else want to add screen shots of setting up Eclipse?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=399697
anonymous wrote : Injected values are only kept valid while the component is
executing.
Okay, but the component still IS active. It's like
A.actionA() [calls] B.actionB() [calls] A.actionC() [then returns] A.actionA()
<-- and here, are fields are empty..
actionA() just calls a method down the s
I'm hoping to get 2.0.0 in GA by the end of Feb, although we'd need to see how
betas and CRs perform in Jan and Feb.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3996975#3996975
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=r
This is not yet fixed!
| Caused by: java.lang.NullPointerException
| at
org.jboss.seam.util.Parameters.convertMultiValueRequestParameter(Parameters.java:48)
| at org.jboss.seam.Component.injectParameters(Component.java:1151)
| at org.jboss.seam.Component.inject(Component.java
Solved: the problem was that I did not close the JBPMContext in the method were
I deployed the process.
This may help some of you.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3996973#3996973
Reply to the post :
http://www.jboss.com/index.html?module=bb&op
Hello,
I have a question regarding the packaging (not very sure if I am on the right
forum ;-))
I have a EAR with severals EJB's (Sessions and Entities) + WebApplication. On
the other hand, I have a brand new seam application that need to access EJB
contained in the first EAR.
How can I pack
Hi,
Each connection in the pool has its own Oracle session.
Scott
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3996971#3996971
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3996971
Please ignore my last posting, the application server now reads the handler
configuration file. But I get a NullPointer Exception:
| Could not create deployment:
file:/opt/jboss-4.0.5.GA/server/default/deploy/jsr181pojo.war
| java.lang.NullPointerException
| at
org.jboss.ws.metadata.A
Hi !
take a look at this: http://wiki.jboss.org/wiki/Wiki.jsp?page=FromRC8RC9
You have to remove two files if you use an other configuration than "all".
Hope this helps
Wolfgang
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3996968#3996968
Reply to the pos
Hi Dave,
I have some, but the samples are in german. I will link you directly to the ear
files containing the orm.xml:
Single Entity bean:
http://www.informatik.fh-wiesbaden.de/~knauf/SWTVertiefung2006/kuchen/KuchenSimpleNoAnnotation.ear
Two entity beans with a one-to-many relation
http://www.i
Sorry, I thought Seam looked up most of its components from the JNDI tree, not
just the EJB3 stuff. Again, I don't know much about how Seam works internally.
I do see how I could use the @Unwrap to take something bound in JNDI and
expose it though. The ultimate goal is simply to be able to ex
Using Hibernate 3 i could define composite-elements like @Embeddable with Java
Persistence.
But Hibernate also allows collections of those composite-element's.
|
| ...
|
|
|
|
|
| ...
|
|
| ...
|
Turns out the seam component with an @Unwrap method doesn't work.
The component needs to depend on the "org.jboss.seam.core.ejb" component since
thats what is starting up the micro-container, however beans started up in the
EJB3 container are what requires the stuff we're trying to expose via th
Hi...
I am unable to access the EJB deployed in the serverI followed the same
thing which was given in the documentaion (link sent by ALR) ..but couldnt
succeeded...
I even tried deploying the EJB3Trail.ear (which was given in the JBoss
TrailBlazer) in the server and tried to access the ..
Hello,
I've tried the workaround:
|
@HandlerChain(file="jar:file:///opt/jboss-4.0.5.GA/server/default/deploy/jsr181pojo.war!/WEB-INF/Handler.xml",name="")
|
and I get a FileNotFoundException:
| org.jboss.ws.WSException: Cannot process handler chain:
jar:file:///opt/jboss-4.0.5.GA/server
Thanks for the answer. It helped to setup axis under jboss.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3996954#3996954
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3996954
_
anonymous wrote :
http://docs.jboss.org/ejb3/app-server/tutorial/jndibinding/jndi.html
|
| When in doubt, check the docs. :)
Thanks alot...
uday
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3996953#3996953
Reply to the post :
http://www.jboss.com/in
please help me if there any expert out there :(
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3996952#3996952
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3996952
___
jboss-
i am getting following when i try to run client application.
Exception in thread "main" java.lang.NoClassDefFoundError:
org/jboss/serial/objectmetamodel/safecloning/SafeClone
at java.lang.Class.getDeclaredFields0(Native Method)
at java.lang.Class.privateGetDeclaredFields(Unk
38 matches
Mail list logo