Just add the following in the template that you use for those pages which live
in the secure area. This will invoke the factory on the piece of Java code
provided earlier, and as a result outject the portalUser in the session
context. Place the Java code in a stateful bean as part of the bigger
Hi,
Sorry if this is a dumb question but in most code examples Ive seen a process
is advanced by calling processInstance.signal() and that works fine in my proof
of concepts. However lets say there is an issue where node "a" branches to
node "b" and "c". How can I access "b" and "c" tokens in
I've tried
| test
|
as well, but it doesn't work.
Do I need any additional Libraries because it's not running in the container?
Or is it possible that the file is simply not found?
I've located it in the package tests.
The test itself runs in tests.somepackage.
(also tried to have it in the
thank you very much for your help, i will try this.
Antitrust1982
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933026#3933026
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3933026
--
came to work, fired up emacs, loaded the deployment descriptor, got my coffe,
started to looking at it, after 10 seconds:
"hang on, where is my id tag?"
it works fine now, cheers for the reply lafr
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933025#39330
Hi,
I have a problem with retrieving the primary key of an entity object after
persisting. My case is:
:- I have an entity object which has the id as the primary key field of type
long and the value is auto generated by the database (and with all necessary
annotations assigned)
:- After I invo
Hi dhartford (How do you pronounce this name :()!
I would suggest you give more sensible mapped name to the variable you are
using in the condition expression and use this name instead.
Also try using contextInstance object for accessing the variable instead of
executionContext.
|
Try this:
@Id
@Column(name = "xxx", nullable = false, updateable = false, insertable = false)
The @Id annotation type is to indicate that the column/field is a primary key.
Max Lam
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933022#3933022
Reply to the
Hi all,
Is there a way to integrate Hibernate 3.1.3 in JBoss 4.0.3 SP1? If we try to
deploy a test application from Hibernate in JBoss, we get errors about unknown
EJB3 persistece classes (DiscriminatorValue). If we update the EJB3 persistence
JAR, we get a new problem that Jboss calls a class
This is the third mention of this problem by my count.
I have the same problem, mentioned here:
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=76709
No resolution yet, I believe.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933020#3933020
Reply
gavin,
Token.setNode(Node)
You might need ProcessDefinition.getNode(String name); to look up the node.
But better is to put the node itself in the pagescope. All jBPM objects are
serializable.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933019#3933019
"ilangocal" wrote : "andytsoy" wrote : I have fixed the problem.
| | In JBoss Portal 2.2 . It has implement the commons-fileupload.jar.
| | The only thing is to call u .
| | In the jsp, Use ActionURL
| | In the portlet core, it will call processAction method.
| | You can take
Hi,
I am trying to get the name of the principal from EJBContext object.
I have asimple doubt as to who sets the principal?
Is it the ServletContainer that sets the principal? or the EJB container?
Please suggest, as I am getting name of the principal as "anonymous" only.
Please suggest.
Thanks
Hi
I am realizing that the only way to really understand JBoss Portal is to learn
to look at its source files and work with them.
Is there any individual who might be new like myself, and would like to explore
the source code with the idea of real learning?
I would like to help myself and othe
As the subject stated, I am trying to get access to my entity manager within
Service MBean. The entity manager life time is associated with the life time
with the service MBean
my par and sar are packaged within the same ear, how can I declare dependancy
of the sar on the par (dependancy on the
First part of answer is you can use any old list since otherwise it's not a
POJO. Second, you initialize your own collections or pre-check for null.
Pre-initializing is the lesser of two evils.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933014#3933014
Please help me in finding the tutorial to use JBoss and Eclipse.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933013#3933013
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3933013
Please search these forums and JIRA. You will find your answer in both places.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933012#3933012
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3933012
-
Please search these forums and JIRA. You will find your answer in both places.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933011#3933011
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3933011
-
Please search these forums and JIRA. You will find your answer in both places.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933011#3933011
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3933011
-
While using @Management annotation in the MBean class an error called "
Cannot find value method" is fired. my code is given below. the error is fired
at place mentioned in BOLD.
package trail.jmx;
import org.jboss.annotation.ejb.Service;
import org.jboss.annotation.ejb.Management;
import j
Hi...
Should I need to write any EJBs to redirect the form to the required page? I
have only another three weeks to complete this. So, can you give me another
little help...
Thanx
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933008#3933008
Reply to
Bump
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933007#3933007
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3933007
---
This SF.Net email is sponsored by xPML,
Thank you cgriffith for the solution. I still have not got the whole solution
but thank you for the tip.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933006#3933006
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39330
Hello.
I want to program with ejb3.
However, one Warning and one fatal error occur in the start log when I dispose
the following programs and persistence.xml to jboss.
When the program is actually executed, it is displayed, "MH001_001Bean not
bound ".
It is possible to execute it normally at th
Hi JUNKIE
Remember meMy forum is forwarded to JBPortal forums. But, there are no
replies. So, again I am asking a help from you...
I have done the configurations you have told and now the logging is
successful... But the thing is now I'm getting the same HTTP error
Code:
HTTP Stat
masternet, exelente explicacion,
if you could add the same explanaition with jsf it will be very usefull. also
ajax :P
thanks nicolas
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933001#3933001
Reply to the post :
http://www.jboss.com/index.html?module=
Hi , I am trying to use Hibernate 3 with jboss4.0 sp1 . I wrote all the
required components but while running i get this exception
java.lang.NoClassDefFoundError: antlr/ANTLRException
at
org.hibernate.hql.ast.ASTQueryTranslatorFactory.createQueryTranslator(ASTQueryTranslatorFactory.java:2
Hi, there:
Searching the forum, it seems a quite old problem, but didn't get any clear
answer yet. Using JBoss-4.0.3sp1, hibernate3.jar, following document, I
deployed a test har into my default/deploy directory, and I got that very
famous "Not binding factory to JNDI" log, and my client side c
Hi
This is a common bug. So, can you please give me an reply to remove this bug...
Thanx...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932998#3932998
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932998
---
Thanks Peter... That was it.Don't know how I lost the jar
file. but I dropped a new one and I got it running
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932997#3932997
Reply to the post :
http://www.jboss.com/index.html?module=bb&
Hi all,
I need a help to clarify regarding JBOSS Clustering.
Like we have four machines box1,box2,box3 and box4 and all are into
Clustering environment .
I have doubt , Is it possible to bind all clustered boxes into one
virtual IP not hostname.
Thanks&Regards,
Susant Patnaik
View the orig
Hi,
I'm completely new to portal programming so please excuse me if my question
seems obvious. I have set up the portal and everything is running smoothly.
However, I want to add/modify the attributes of registering users created
through the user portlet. How might I go about doing so? Than
this is a bug!
you must modify tables(JBP_FORUMS_POSTS,JBP_FORUMS_ATTACHMENTS) clob field
datatype to varchar2
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932994#3932994
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p
no words of wisdom here?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932993#3932993
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932993
---
This SF.Net email is
Is this bean (@Service + @Management + @Remote + @SecurityDomain) possible ?
For my case, @Service + @Management + @Remote works, but as soon as I add
@SecurityDomain (since I do not want, that unauthenticated users are allowed to
invoke service methods), I get an exception like:
2006-03-28 00:
For any given EJB, there will be a corresponding mbean with the name (all one
big string without spaces, I reformatted it to make it easier to read):
jboss.management.local:
EJBModule=.jar,
J2EEApplication=Y.ear,
J2EEServer=Local,
j2eeType=StatelessSessionBean,
name=Z
where the X
Hi there!
I'm running JBoss 4.0.3SP1 with a mySQL database, and i'm using log4j.
The logger prints out every database access, like:
anonymous wrote :
| 14:02:19,237 INFO [STDOUT] Hibernate: select wikipage0_.id as id135_, ...
|
As there are many database access over the time the log-file e
Update: I just noticed this warning -- "Prepare called on a local tx. Use of lo
cal transactions on a jta transaction with more than one branch may result in
in consistent data in some cases of failure."
What does it mean?
View the original post :
http://www.jboss.com/index.html?module=bb&op=v
We are using jboss 4.03SP1. We are receiving JMS messages using
Activemq/spring/jencks. The onMessage acts as a web service client to call a
server. We generate the client from the wsdl using jwsdp-1.6. When a message
is received, the onMessage throws this exception. It is not clear what th
jboss-annotations-ejb3.jar - can be found at:
$JBOSS_HOME\server\default\deploy\ejb3.deployer
See http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossSEAMReverseEngineerGuide
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932982#3932982
Reply to the post :
http
Is it possible to have JBoss transactions span across multiple databases? Here
is the scenario:
Session Bean A is reading from database A.
Session Bean B reads/writes from database B, then calls a method from session
bean A. If this method fails, what happens right now is that the changes to
da
>> My bad. There was a type in my application.xml file (an extra > in the tag
>> context-root).
I just got exactly the same problem. It wasn't a typo.
But your solution worked fine.
Thanks.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932980#3932980
Repl
A base implementation of WSRP will be availble as part of JBoss Portal 2.4
around mid-April. The complete WSRP roadmap will soon be published on the wiki.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932978#3932978
Reply to the post :
http://www.jboss.com/
When is the release of JBOSS Portal and Application Server with WSRP scheduled
for?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932976#3932976
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932976
I have a legacy app I?m trying to support that is built on Jboss 3. At one
customers site it has taken to randomly getting this error:
Error writing response
java.net.SocketException: Software caused connection abort: socket write error
at java.net.SocketOutputStream.socketWrite0(Native M
Can u tell us what do u want to know ?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932974#3932974
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932974
---
This S
Peter,
Fantastic! I will give that a try - it sounds like exactly what I need!
With regards to catching Exceptions, that one is more tricky: I do catch
Exceptions at the top level of my onMessage (and don't rethrow them), but the
message still gets re-delivered.
Looking at the stack trace of t
u, make that "EJB 3.0 dependency injection annotations only works in EJB
objects -- not generic POJOs" oh well, I have to take it all back... no,
seriously, I got that wrong, but it's still cool. Some automation is better
than none and, last time I checked, SpringFramework (et. al.) plays
OK, random obnoxious dissing aside, I'm going through some EJB3 intro material
on the JBoss site and am beginning to smile again about standards-based J2EE
development. At long last. And I know there's a real debt to Gavin and other
Hibernate folks for getting the standards going in the right
Thanks a lot ;)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932970#3932970
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932970
---
This SF.Net email is sponsore
Sorry, jbpm-3.1 starter kit.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932969#3932969
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932969
---
This SF.Net emai
Here is the scenario:
Background:
You have JBoss configured to handle a connection pool of 50 connections. JBoss
gets 2000 requests at the same time for a connection. Obviously, not everyone
will get a connection the first time because there are only 50, but it hands
out the 50.
Questions:
1
I'm still not quite sure how to do it cause I'm not familiar with jBPM yet. It
would be great if you can add the sample code to dvd example. From what you've
described, we're now gonna adopt jBPM for our project. Thanks for your help.
View the original post :
http://www.jboss.com/index.html?mod
Ok, nevermind, I figured out, that it was an improper request, you have to add
the ?wsdl to the end of it
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932965#3932965
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932
JB5 is not released; it is a work in progress in the jboss cvs repository
(HEAD).
http://wiki.jboss.org/wiki/Wiki.jsp?page=CVSRepository
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932964#3932964
Reply to the post :
http://www.jboss.com/index.html?module
Anyone able to provide some input? I'm a newbie and I'm trying to get started.
Please let me know if I can explain anything further.
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=79644
I appreciate it.
Thanks,
John
View the original post :
http://www.jboss.com/index.html?module=
sorry, that was supposed to be a new topic.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932962#3932962
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932962
---
T
Anyone able to provide some input? I'm a newbie and I'm trying to get started.
Please let me know if I can explain anything further.
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=79644
I appreciate it.
Thanks,
John
View the original post :
http://www.jboss.com/index.html?module=b
Hi, thanks Alex!
Those days i've been searching for a good combination of BPEL designer and BPEL
engine. The criteria is free and of course should be easy to use.
As far as i found out, possible combinations could be:
1. ActiveBPEL + ActivePEL design (TBD)
2. NetBeans Enterprise Pack 5.5: ?
I've got most the compile errors corrected. These errors were mostly duplicate
method names and duplicate class name issues.
but once I've got those fixed, I've got this error in bringing up jboss and
deploying the seamapp ear.
| 2006-03-27 14:22:10,640 INFO [org.jboss.seam.Component] Compo
Hi, I'm trying to run jboss on Freebsd 5.3
Seemed like everyone said to use run.sh, but when I did, I got this output
(bottom of post) and then it hangs and a java process runs out of control
taking up 99% cpu and nothing else ever happens. I have to kill -9 the java
process.
After living in a
Hello,
I would like to know if it's possible to build JBoss 5 with the CVS sources ?
Thanks.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932956#3932956
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932956
--
Yes, thank you, I'm a real dork for missing that! I *meant* to have checkout()
one line down from where it was...I didn't meant to @Remove it from the session
*during* the loop.
Thanks for catching that!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932954
Thanks for all the great, no wait, make that insanely great hints and advice.
My sarcasm (arrogance?) came from reading the JBoss trail. On-and-on about how
things are decoupled... sounds nice, then the switch to an example and the
example shows: by default, things are coupled via a name... K
hello asack,
after adding "/remote" to my look up,
i got several class not found Exception, and i did manage all it
by bringing all that jar files visible to my web application
and then i successfully connected from stand alone tomcat to Jboss :) :) :)
now i have a question
i thought that, al
The problem is that you are creating a SFSB when you perform the JNDI lookup,
and then your call to checkout() is causing it to be removed because of the
@Remove annotation. After that point you can no longer use that cart instance,
so it fails the second time around your for loop.
The error y
I have input, and deployed the example HelloPojo service from the 4.0
documentation, but when I try to run the client, I am getting a
ServiceException:
modler error: faild to parse document at
"http://xx:8080/testbed/service/Hello": org.aml.sax.SAXParseException:
Element type "meta" must b
Ah, yes, we should support this.
Actually the name of the node is different to the view-id, since multiple nodes
can point to the same page.
What you would need to do is store the node name in the Seam PAGE scope. I'll
add this to JIRA.
What is the actual code to reposition the token? (I'm too
I'm trying to determine the optimal configuration for a web application that
uses Hibernate, in a Clustered env. on JBoss application server.
I know JBossCache can be configured as a second level cache through Hibernate,
or in JBoss AS using AOP.
Is there any reason to do both or is this red
At least I am not the only one having issues with getting this beast up and
running
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932947#3932947
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932947
Actually, you need to complain to Sun regarding the text of this error message.
I agree that text such as "Unable to find the object named 'comp' in the
naming directory" or something like that is better than the terse "comp not
bound" message.
But still, the message is telling you that your c
Check the directory c:\jboss-4.0.3sp1\server\default\lib directory and make
sure that it still contains the log4j.jar file. On my system, that file is
dated Oct 24, 2005 12:26PM, and is 353,235 bytes in size.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=393
hey all,
Trying to get the following to work:
|
|
|
|
|
|
|
|
|
|
| decinfo=="I"
|
|
| decinfo=="E"
|
|
|
| executionCon
that shouldn't be too hard. you should build a mapping of the view-id's to the
jbpm page nodes. and before the jbpm page navigation is activated, the token
should be positioned in the node of the view id represented by the request.
i'm not sure, but i believe that the view-ids were the page no
ty mholzner for your response :p
what i want to do :
each portlet in my portal must have their own icon in the left side of their
header.
so, in my renderset, i have to render the right icon for the right portlet.
to know which icon is set for a portlet, my first idea was to set an init-param
f
I really hope that we can get this working. This feature has been problem long
time. Some are managed to build ugly hacks but this would be very nice way of
approaching it. EntityManager s name and other app-dependent stuff could be
made configurable :)
Additional files:
persistence.xml
|
So, this is a problem in how you are managing your persistence context.
Probably it would help to use a Seam-managed conversation-scoped persistence
context, but I can't tell since you have not given any information about what
you are actually doing...
View the original post :
http://www.jboss
Well I created my own UsernamePasswordLoginModule and then extended it in same
DatabaseServerLoginModule. Everything works fine, but it does not pull entity
bean inside.
Please look at my code in the end of login() function:
|public boolean login() throws LoginException
|{
|
Err...I was sure I had error: failed to lazily initialize a collection in my
topic title ?! ...oh wellsorry bout that
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932933#3932933
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&m
I should also post some code snippets on how I'm connecting to the cache. When
an error occurs getting a session from our cache, we reset any references to
mbeans and contexts that we have and try to reconnect...
| serverSessionMBean = null;
| presenceContext = null;
| pixpoSession = get
Hello @ all...
I really need some more help :S ...
I have a class Employee with a function :
public Set getProjects() {
| return this.projects;
| }
|
Now I have another class, in which I have a function with the following code:
| Set set = user.getProjects();
...it seems that with "pure" hibernate, one could do anonymous wrote :
Session.initialize( transientInstance) , but i can't find an equivalent method
in EntityManager.
Any ideas?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932930#3932930
Reply to the pos
We're a small start up located in Newburyport, MA (on the seacoast just south
of the NH border). We are looking for someone experienced with JBoss
development that can jump right in. The position calls for 40+ hours a week,
I'd strongly prefer a non-telecommuter, and I can do contract or full
I have not done this, but...
You should download the JBoss Portal 2.2 bundled with the JBoss AS release.
You should then be able to just copy over the jbpm.sar from the jBPM Starters
Kit under the 'jbpm' configuration into the 'default' config in the Portal
bundle. You then need to make sure
Thanks to everyone who replied. What Raist and Scott said agrees with what I
understand from reading the spec. In a few words, there is no _server_side_
resource created to service any particular client. This means that in theory it
isn't necessary to create() a new proxy for each client thread.
H.Looks like it happens during APPLY_REQUEST_VALUES, as the isListOK
method is invoked. The projectList will be null from that invocation onwards.
20:35:55,328 ERROR [STDERR] 27-Mar-2006 20:35:55 DebugPhaseListener beforePhase
INFO: before phase: RESTORE_VIEW 1
20:35:55,562 ERROR [STDERR]
JBoss 4.0.2 (build: CVSTag=JBoss_4_0_2 date=200505022023)
We have a partition with 3 nodes (Node1, Node2, Node3). There is a singleton
mbean running within the cluster that acts like a session cache. All nodes in
the cluster service requests from clients, and all requests must be validated
ag
Hi all,
We currently have a problem for merging two Tomcat servers to one, because the
two have different port number 4040, 5050. Since we do not want to combine the
two port right away(we need to notify customers), is it possible to use two
port number on one tomcat server? e.g. http://tomcat.
Hi,
when i do
| ClassValidator cv = new ClassValidator(MyBean.class);
| cv.getInvalidValues(aReallyNewAndTransientBeanInstance);
|
the validator will NOT complain about an invalid bean. (Altough everything
works as expected when i try to persist this bean or when i check a detached
bea
Sorry to keep bothering on this subject... but has anyone got any insight into
what might be causing the problem? I put the problem on the shelf for a few
months because I got badly stuck, but eventually its an issue I will need to
resolve. Please help! Thank you.
View the original post :
http
So, I'm a grand spankin' greenhorn newbie...and I'm attempting to create a
Stateful session bean using JBoss 4.0.4RC1 (on Windows).
I've got a small storefront application that has several Entity beans and SLSBs
that have so far worked great...I'm not having any problems w/ my entities or
state
Hi All,
I am new to JBOSS, my server version is 4.0.3. The problem is that I can't
configure the JMSAppender properly, also there is no relevant documentation on
this topic. Actually Jboss is trying to activate the JMS service before
ConnectionFactory is activated, it showing the error
"javax.na
I'm having some trouble understanding how to deploy a process. I was able to
create a jbpm service archive (using the steps outlined here:
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=74781. I then copied
the jbpm.sar to the deployment directory of my server; it seemed to deploy
s
"dwelch" wrote : After logging in, the bottom of page has invalid HTML (from
the news portlet), and, you can't even click on the "Edit My Profile" after
this, as you head off into "empty portlet" land.
|
The demo is public. Which means anyone can login as an admin and completely
destroy it a
hello
do i miss any jar file in my client web application ???
i have added all the jar files that are in Jboss\client
to my web applications WEB-INF\lib folder
is any more i need ???
these are the jar files which are in my WEB-INF\lib folder
activation.jar
| antlr.jar
| avalon-frame
I'll get together an example of what I mean, and post it here later.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932903#3932903
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932903
I don't follow.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932902#3932902
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932902
---
This SF.Net email is sponsore
See http://wiki.jboss.org/wiki/Wiki.jsp?page=StartupAndDeploymentCheck for more
information.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932901#3932901
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932901
---
i mean completely started...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932898#3932898
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932898
---
This SF.Net emai
1 - 100 of 211 matches
Mail list logo