No, it's not included... I was wondering about how and where JBoss could found
that class. Nothing is mentioned about that in the Getting Started Guide nor in
the JBossWS User Guide (Wiki), so I eventually tought the class would be
automatically generated by JBoss at deployment time. However, af
Hi there,
i'm very new to j2ee and jboss, so i tried the quick jboss-ide tutorial. i
struggled through the first 4 chapters, but then in the beginnig of chapter 5,
it says, that i should go to the xdoclet configuration in the project
properties. the problem is, that there are no xdoclet configu
I suggest you ask in the EJB3 or hibernate forum. This problem is nothing to
do with Seam.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956339#3956339
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956339
Using Tom
The trouble I've been asking many questions in Ejb3 forum but never got any
reply. That's why I am trying my luck here. Thanks.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956340#3956340
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=po
anonymous wrote : can anyone explain about the mc-conf.jar? I want to know if
that file is the same for every application or it will differ? if no, which
configuration should be placed on that file.
I'm not sure myself, but google tells me
http://docs.jboss.com/seam/1.0.1.GA/reference/en/html/
Can you post all your code including the AccountOwner class. It would also be
easier to help if you simplyfy your problem to as basic a class as possible BUT
include all the code in the class.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956342#3956342
Re
It looks to me as though your pages.xml file is not well formed and causing a
parsing exception.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956343#3956343
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956343
Usin
Here is the code I've tried which doesn't work:
| @Entity
| Owner{
| private Long id;
| private Employment employment;
| @Id
| public Long getId() {
| return id;
| }
|
| public Long setId(Long id) {
| this.id=id;
| }
|
| @OneToOne(fet
anonymous wrote : 1. How do I read an HTTP header value that was passed by the
client?
I think
FacesContext.getCurrentInstance().getExternalContext().getRequestHeaderMap();
will contain this.
anonymous wrote : 2. How do I intercept the (partially?) rendered output, tweak
it, and send it on it
Ronald
As you said it is a problem related with commons-logging addition.
I have tried changing the configuration of jbpm to use log4j_jbpm.xml instead
of the default log4j.xml without success.
Any clue would be appreciated.
Oscar
View the original post :
http://www.jboss.com/index.html?modu
There is a lot of discussion on the hibernate ejb forum about this. I did try
something similar a few months ago and couldn't get it to work. But, looking at
the hibernate annotations test suite there are tests which show it working -
take a look, copy the example that seems most like what you
I'm not realy good at juggling and gymnastics, so I keep faar from that . That
is why I use tasks if I need to know who did what and when. So the answer is
largly already in the initial question. If it is relevant, use a task (you do
not need the jBPM ui for this if you do not want to) if you wa
when i open any jsp or html file within eclipse-3.0.2 it gives error mess
"unable to create part" & mess attached to log file(i use
JBossIDE-1.4.1-jre1.4-e31, os- fc 5)
!MESSAGE Problems occurred when invoking code from plug-in:
"org.eclipse.core.runtime".
!STACK 0
java.lang.NoClassDefFoundErro
Ronald,
I got the solution.
It was a problemm related with the Web Container configuration used by JBoss.
It uses also commons-logging library and it looks as it has a defined
configuration for the version included.
The solution is:
- do not add any jar in the jbpm-server/lib/endorsed
- add th
as said it is no jBPM error, try using the JBoss AS forum, but I think the
answer will be the same. You added a commons-logging jar. Try removing it. Why
did you assume changing the log4j config file would some this issue?
View the original post :
http://www.jboss.com/index.html?module=bb&op=vi
Oscar
Sorry, two posts by you, I missed the second one.
Good that you solved it, and thanks for reporting back.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956352#3956352
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=r
Hey petemuir,
The file does not contain a single character and it is size is 0KB. I will try
removing it once I go back home.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956353#3956353
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=post
Hi
any idea?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956355#3956355
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956355
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done
"[EMAIL PROTECTED]" wrote : Show your web.xml
Hi Gavin, Please help me.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956356#3956356
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956356
Using Tomcat but need to do m
Hello,
I have a datatable with a 'selectBooleanCheckbox' per row:
|
|
|
|
|
|
|
|
I guess, that depends on your JDK/JSSE ;-)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956361#3956361
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956361
Using Tomcat but need to do more? Need to support web servi
Please tell how to send a request from jsp to portlet. I want to execute the
processAction() method of portlet. I have created a simple login portlet with
the help of jsp. Now after submitting the username and password i want to send
the request from jsp to portlet. The way i tried is like
<%@
JSF actions use a POST, and the conversation is automatically propagated with
that data. The only time time you need the conversationId in the URL is when
you do a GET. (if you redirect after a POST, then the redirect filter will add
the conversationId for the GET that follows, so that might b
Hi @all,
ncapito thanks for your answer. After analyse i think this may be the reason
why my application doesn't work. I'm realising that i haven't specify where to
access my hello web service.
I'll will try this solution, test again the application and give feedback.
Thanks again
Bertrand
Replacing the old pages.xml with a new one that has an empty pages tag solved
part of the problem. The server still returns a 404 error code but no
exceptions are thrown. Instead the following error messages are printed on the
console:
| 16:45:08,227 ERROR [STDERR] Jul 9, 2006 4:45:08 PM
co
I have almost completed migrating my portlets from 2.4 Beta1 to 2.4 CR1.
The three portlets with issues all originated from the forum source code base.
I took the latest forum from the head of jboss-portal-2.4, since the CR1 code
does not include the forums.
It appears as though this has not bee
I've looked into them, but non of them actually generates Id automatically. I
have to persist one entity first and then retrive the Id from first saved
entity and pass it to second entity manually.
I guess this is a limitation in Hibernate that you can't use generated Ids when
shared primary ke
Anyone? I can't be the onlyone wondering how to set this up... Or am I??
K.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956368#3956368
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956368
Using Tomcat but need to
Hmm, my question doesn't seem that easy :-(
Can anyone provide me some useful information if possible please?
I would be great if someone could assist me on this one :-)
K.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956369#3956369
Reply to the post :
ht
Another option is using the service binding MBean.
You can activate this within jboss-service.xml (look for binding) in which you
define a server name that must be in correspondence with a service binding
declared in a binding XML configuration file (take a look at
docs/examples/service-binding
Interesting point you mention. I guess this is normal since EJBs rely on the
dynamic proxy to decide to which node the request from the client application
should be redirected. It actually contains a list of all nodes and this list is
being iterated when you use round robin.
Activate load-balan
Hi,
Perhaps a stupid idea, but why don't you bind a constant value to each JBoss
AS's Naming Service with the same name and a different value that you use as a
unique ID and include this value in your request to the server. Take a look at
the properties service provided with each JBoss AS. Per
So you don't want to actually use clustering at all since you sent eacht
request to the same node every time...
To achieve a request specific node for subsequent requests within the same
application, I think you need to write your own LoadBalance policies
Where do you need this behaviour fo
Thank you for your quick reply!
I think i would be able to do this, if you gave me some instructions about that.
if you don't have time for me, its not problem, just please, let me know if the
solution for bpel-174 will be available in cvs.
Thank you very much again.
L.
View the original post
Have your start-node transition directly to a decision node. When the process
is signaled, you will go through the decision node and, I assume, to a page
node for display. If you are in the situation mentioned where you need use
start-page, you I guess you'd need to find a way to inject the ac
Ok, I see what you mean; I agree, I think this is something that should work.
Looking at what I wrote I used @PostPersist to set the Id on OneToOne
relationships, but then I don't seem to have cascaded the persist so I'm not
sure if that will work in this case.
View the original post :
http://
Often when an action method seems not to be called it is because an error
occured in the JSF lifecycle BEFORE the INVOKE_APPLICATION phase (which is when
the action method is called).
Do you see in any errors (probably related to model update) in ?
View the original post :
http://www.jboss.com
Hello everybody
We've encountered a problem with an Entiy Bean. If we make an instance of the
folowing bean persistent while the collection are empty they are added to the
database correctly. The retrieval of the data works also.
But: As soon as more than one collection contains more than one
Would the ForceLoginPage in the Jboss Wiki be applicable to Jboss 2.4.0 CR1? If
so, has anyone had favorable results?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956379#3956379
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode
Hi,
I am not able to locate the forum for JBOSS Rules? Is it available ?
-TIA
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956380#3956380
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956380
--
Hi,
I am trying to run simple Session Bean example and I noticed that when JBoss is
starting up, the following error displayed: "java.lang.ClassNotFoundException:
No ClassLoadres found for: titan.travelagent.TravelAgentBean".
I will appreciate any help??
View the original post :
http://www
thanks ...
i will try it .
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956385#3956385
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956385
-
Hi,
I'm planning to use JBoss 4.0.4 GA.
I read that the minimum JSDK version is 1.4 and the recommended version is
1.4.2.
Is the any good reason to use JDSK 1.5 instead since it's the latest version?
Please comment.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewto
Hello i have want to try EJB 3.0 but i have problems.
the problem is this i have EJB 3.0 like this :
package beans;
import javax.ejb.Stateless;
@Stateless(name="SimpleSession")
public class SimpleSessionBean implements SimpleSession {
public SimpleSessionBean() {
}
public String sayH
Hi
Thanks for noticing me about this build problem. I'll work it out.
---
Ryszard Kozmik
JBoss Forums Lead
JBoss Labs Team
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956388#3956388
Reply to the post :
http://www.jboss.com/index.h
The C:\Program Files\jboss-4.0.4.GA\server\default\deploy\jboss-ds.xml file
just keeps appending entries. If you make changes it just adds them on. Maybe
I am missing something, but won't this get pretty full and unmanagable?
Garth
View the original post :
http://www.jboss.com/index.html?modu
The C:\Program Files\jboss-4.0.4.GA\server\default\deploy\jboss-ds.xml file
just keeps appending entries. If you make changes it just adds them on. Maybe
I am missing something, but won't this get pretty full and unmanagable? Also
you have password to database in there as well.
Garth
View
http://jira.jboss.com/jira/browse/JBAS-3378
It won't happen soon though.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956391#3956391
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956391
---
Did any one solved the problem of missing all the 3 client side jars
jboss-ejb3-client.jar
jboss-annotations-ejb3.jar
hibernate-client.jar
this is the problem of most of the open source projects
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956392#395639
Hi,
The problem is that the Timer ID generator may generate dupplicate Timer ID's
after a server crash: http://jira.jboss.com/jira/browse/JBAS-3379
Regards,
Matthias
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956393#3956393
Reply to the post :
http://w
Hey guys for the problem of missing 3 client side jars.. follow this link...
some one has already fixed this issue
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956392#3956392
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956394#3956394
Reply to
Done :-)
---
Ryszard Kozmik
JBoss Forums Lead
JBoss Labs Team
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956395#3956395
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956395
--
Is there a way to configure MDB to use a JMS connection factory to pick up the
messages from the queue that is OTHER than the reference queue connection
factory for that provider?
I guess that question could also be represented in the following way. Do I need
to define new instance of provider
Go to the Theme/Layout that you use, and modified the "index.jsp" and
"maxmized.jsp".
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956398#3956398
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956398
Hello,
It will not remove the portlet and page after I delete the portlet application
from "/deploy". Therefore, it cause error in the page.
I have to remove the page or portlet instance from the "Admin".
Is there any problem in it ?
View the original post :
http://www.jboss.com/index.html?mo
Thanks again for the quick turnaround!
I hope I did not make you work at some late hour on a Saturday.
I now see I did not understand what the hibernatedoclet changes in the build
file actually accomplished.
It seemed to work great.
CR
View the original post :
http://www.jboss.com/index.html?mo
I am doing something that doesn't seem to fit too well with the framework. I
have a set of user edit pages. I wanted to let the user go to a few popup
windows to edit certain areas of the user's data. Then when the user decides
the changes are good, commit them all at the same time.
That basic
Now are the errors showed up in both nodes or just the originating node?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956403#3956403
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956403
---
I will need additional log to see what's the problem. Pulling the cable should
have direct effect on the cluster group membership and the message replication
timeout (possibly).
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956404#3956404
Reply to the post
Just some more information,
I tried using merge to re-associate the object with the manager. The problem is
that I have no active transaction, because I don't want the data committed yet
(I using SeamExtendedManagedPersistencePhaseListener)
So when I called my method with NOT_SUPPORTED transact
I have had this Exception after I followed the JBossWS installation
instruction: copying the content of ./deploy/naming-service.xml into
./conf/jboss-service.xml, and removing naming-service.xml.
This only happen when everytime I re-deploy the ear. Restart the JBoss AS
everything seems OK.
It
hi all
for whatever version your get
http://docs.jboss.org/jbossas/getting_started/v4/
or
http://docs.jboss.org/jbossas/getting_started/v5/
just open the startguide.pdf & read the 4 lines in
--About this book
& you will know what version of J2EE tutorial Update X with & jbossj2ee-sr
62 matches
Mail list logo