I'm a newbie to Tomcat. I set up a virtual host according to the book "Tomcat:
The definitive guide". when i entered the context "/admin"
i saw several contexts when i expanded that virtual host. but those contexts
are actually the directory names in /usr/loal/tomcat-instance(which is my
$TOMCAT
Have a look at:
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossOnPort80
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932050#3932050
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932050
---
Dear
I was using TableGenerator as below
| @TableGenerator(name = "IdGen",
| table = "ID_GENERATOR",
| pkColumnName = "ID_NO",
| pkColumnValue = "1",
| valueColumnName = "NE
I have manipulate a .class file with javaassist then
i tried to run the class with same java version.
But i am getting the below error. I am using javaassist 3.1
Error:
[java] Exception in thread "main" java.lang.VerifyError: (class: sample/Exa
mple/StoreDate, method: signature: ()V)
Sorry, it seems some text is blocked. Should like the following (bracket is
removed):
mbean code="org.jboss.mq.server.jmx.Queue"
name="jboss.mq.destination:service=Queue,name=MyAppQ"
depends optional-attribute-name="DestinationManager"
jboss.mq:service=DestinationManager
The queue is defined as
jboss.mq:service=DestinationManager
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932046#3932046
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932046
Hello,
I have a sender and a receiver for a queue defined as
jboss.mq:service=DestinationManager
But whenever my receiver goes offline and is restarted again, it will miss all
the messages during its offline time. My question is
1. Should I specify more attributes in the
Hi,
Any body tried php simple code or application in jboss server. I want to
deploy a php application (source) in jboss server. Iam trying with php 4.3.11
and also tried php 5.1.2. it is working for two request and when i refresh the
page for third time it gives the following error.
#
anyone?
no one has run into this? come on... i don't believe it.
i've been thru all of the tutorials and trailblazers, this is not complex but
the client lookup just doesn't work for a stateful session bean...
i found another posting on the wiki site that talks about classcastexception
for mu
since i can't use @ejb yet, and i don't want to litter the initial context
throughout my code (old school), i figured i'd use spring to wire my ejb3
stateless session bean to my action but i just get the following error:
| 23:46:21,310 ERROR [[action]] Servlet.service() for servlet action th
Hey D.Marzo,
I tried with your method.. everything is working now fine...
Thanks for that
A slight Correction:
Download xDoclet ver. 1.2.3 (Not 1.3.2)
Copy all .jar files from a folder called lib
Paste it into Eclipse files - plugins/org.jboss.ide.eclipse.xdoclet.core_1.5.0
refresh the tuto
Hi all,
When I tried to pass a object, which contains several entity beans, from web
tier to stateless session bean (DAOBean), I alway get NoClassFound exception.
Somebody can give me a help on it? I really appreciate it. Thank you in advance.
View the original post :
http://www.jboss.com/inde
Dear All,
May I know if there are any ways to removed obsolete ProcessDefinitions (say
newer versions have be deployed), and ProcessInstances which has finished?
Thanks.
Philip
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932037#3932037
Reply to the pos
i added jboss-client.jar , jboss-clientall.jar from %jbossHome%/client
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932035#3932035
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932035
--
Look below code:
@Stateless
| @Local(FidsConJob.class)
| public class FidsConJobBean implements FidsConJob {
| private Timer ConJob;
|
| public void startup() {
| ConJob = ctx.getTimerService().createTimer(new
Date(System.currentTimeMillis()), 6000, "FidsConJob");
|
I modify this in portlet.xml,but it doesn't work.
please help me ,thank yo in advance.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932033#3932033
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932033
-
hi ,friends:
I encounter a problem when install jboss-portal-2.2.1RC3 .after depoly
task completed,when I access the portal homepage,it display following
exceptions: Cloud someone encounter the same situation?
| HTTP Status 500 -
|
| type Exception report
|
| message
|
hi,gruenewa:
thanks you very much for your help. I have another question,when I deploy
the portlet and add properties to the file
portal-core.war\WEB-INF\classes\resource.properties,I can't see the
NavigationBar in the browser? why?
thanks in advance
View the original post :
http://ww
"[EMAIL PROTECTED]" wrote : You will have to tie in to the jackrabbit api to do
this. We do not have a UI-based function for this, sorry.
Do you mean that one has to configure JackRabbit with Jboss Portal. Do I have
to download the Jackrabbit package and include it in my JBoss Portal?
thanks
V
Hi...
Now I am getting the following error code
HTTP Status 403 - Access to the requested resource has been denied
Can somebody tell me what is the wrong with that
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932029#3932029
Reply to the post :
http://www
Hi!
That was a mistake...I also tried that... But it didn't make any sense. I also
add some login modules to auth.conf of client and add an auth.conf to server.
/client/auth.conf
.
.
client-login {
org.jboss.security.ClientLoginModule required;
};
portal {
org.jboss.security.ClientLog
Hi!
That was a mistake...I also tried that... But it didn't make any sense. I also
add some login modules to auth.conf of client and add an auth.conf to server.
/client/auth.conf
.
.
client-login {
org.jboss.security.ClientLoginModule required;
};
portal {
o
In ejb-3_0-pfd-spec-persistence.pdf
anonymous wrote : 9.1.31 PrimaryKeyJoinColumns Annotation
| @Target({TYPE}) @Retention(RUNTIME)
| public @interface PrimaryKeyJoinColumns {
| PrimaryKeyJoinColumn[] value();
| }
It annotated @Target({TYPE}) , not @Target({TYPE,METHOD}). So, it mea
After some more forum browsering I've made some advances(I think anyway)
heres where Im at.
[EMAIL PROTECTED] bin]# sh run.sh
| : command not found
| : command not found
| : command not found
| : command not found
| : command not found
| : command not found
| : command not found
| :
I mimic the @PrimaryKeyJoinColumns Example 2 in ejb_3_0_pfd_spec_persistence.
However, IDE(JBossIDE-1.5.1.GA) show me:The annotation @PrimaryKeyJoinColumns
is disallowed for this location
I think a problem about it.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopi
I have seen that there is a way to schedule tasks within a JBPM process
instance. But is there any way to schedule the entire process to start at a
particular time?
Also how do I monitor these processes. Is there a user interface?
Thanks in advance.
View the original post :
http://www.jboss.co
Hi,
I get the following exception when i try and use the process editor. I am
using eclipse on linux.
any ideas?
thanks,
craig
java.lang.NullPointerException
at
org.jbpm.ui.editor.DesignerContentProvider.addProcessDiagramDimension(Unknown
Source)
at org.jbpm.ui.editor.Desig
hello,
I have just deployed my web service after configuring ant, wscompile,
ejb-jar.xml, jboss.xml, webservices.xml and so on...
I got rid of all the exceptions in the way and I see it in /ws4ee/services,
but, the wsdl link in that page is broken.
Does someone now why?
I still don't know if a cl
Depends whether you make the entity class a Seam component or not. If you do,
yes, you should use @Roles. If not, you can simply put them in the conversation
context with whatever name you like...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932014#3932014
Hello All,
I do not yet understand conversations, hence the following question.
If I can keep multiple long-running components in the conversation context and
a number of these components use the same EJB3 entity class whose instances
must also be stored in the conversation context, will the in
http://jira.jboss.com/jira/browse/JBSEAM-177
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932011#3932011
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932011
---
Add it to JIRA. At the least, I could expose a public API for it, as a built-in
component.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932010#3932010
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932010
-
I guess that is a better way to do it, actually. I should update the
examples
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932008#3932008
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932008
--
fixed in cvs
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932006#3932006
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932006
---
This SF.Net email is sponsored b
Better to ask in a JSF forum.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932004#3932004
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932004
---
This SF.Net ema
anyone knows? converting everything to String is really irratating.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932003#3932003
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932003
-
And make sure you enter "sa" as username.
You can view the settings of your hsqldb mbean by visiting URL
http://localhost:8080/jmx-console/HtmlAdaptor?action=inspectMBean&name=jboss%3Aservice%3DHypersonic%2Cdatabase%3DlocalDB
View the original post :
http://www.jboss.com/index.html?module=bb&op=
I have checkedout the portal source. I can compile and deploy it to my jboss
server, where I can hit the default portal instance.
Now I would like to define another portal instance.
How do i define this? Should I make a new *-object.xml in the
/portal-core-sar/conf/data folder or should i just
Hi,
I'm playing with annotations-base bindings and can't understand why my method
gets intercepted twice.
I have a @ManageDisposables annotation with TYPE, METHOD and CONSTRUCTOR
targets. My goal is to intercept method calls if method/ctor is annotated as
@ManageDisposables OR the whole class h
Hi,
I am using Jboss, default port is 8080.
I like to use default port 80.
I could not find server.xml. How to change the port to 80.
Thanks!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931998#3931998
Reply to the post :
http://www.jboss.com/index.html?mo
Sure. Vote in JIRA.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931997#3931997
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3931997
---
This SF.Net email is spon
I am using JBoss.
What causes java.lang.OutOfMemoryError: PermGen space? How much should it be?
Thanks!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931996#3931996
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=393199
The trouble is that there is currently a bug in MyFaces/Facelets integration
that causes problems with null outcomes.
But I can easily fix the problem using the Seam facesMessages component.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931995#3931995
Reply
If merely adding ADF libs to JBoss causes breakage of other apps, that would be
a bug in ADF.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931994#3931994
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3931994
--
The Conversation context is not available during the restore view phase. Hence
the problem ;)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931993#3931993
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3931993
--
Remove the object you are deleting from the collection.
Please ask these questions in the Hibernate forum, this is not related to Seam.
TIA.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931992#3931992
Reply to the post :
http://www.jboss.com/index.html?mo
(1) I thought it is already working like that in CVS.
(2) Add a request to JIRA.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931991#3931991
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3931991
This is a bit light on surrounding code.
I normally fill the list from a @Factory
and then I also add a @DataModelSelection
hth
ido
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931990#3931990
Reply to the post :
http://www.jboss.com/index.html?module=bb&o
Hello guy´s.
For a cups of days I´ve been trying to lookup an ejb in a Jboss Server from a
Tomcat 5.x. I tried a lot of solutions, that with the inside a contex too, and
I realized that nothing work at all.
So, I did the obvious...
I unistalled the tomcat from my computer. Instaled Again in
Gavin,
Thanks, that helped me tremendously! Apparently the IDE was bundling the api
along with some other jars with my application. I had to manually unbundle the
application, delete the jars and then rejar it.
Thanks again!
View the original post :
http://www.jboss.com/index.html?module=bb
I will look at it. It could be that the current version of AS conflicts with
the jsf jars in the portlet.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931987#3931987
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3931
Roy,
I did just what you said: took the cardemo.war file and added the same xml
description files from the jboss cardemo portlet but I got a
ClassCastException. I also took the guessNumber sample app from the
jsf-portlet.jar and got the same error.
javax.faces.FacesException: java.lang.ClassC
I am also trying the example with CVS download of jbpm.bpel extension. Here the
samples seem to still have old build files. The Messager Servlet used in alpha
4 version does not exist in beta version. Any one throw light on how I can use
the beta version with hello example
View the original p
still has this issue when running 20 threads.
Please help.
Thanks,
chwang
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931982#3931982
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3931982
--
WARN JpdlParser : couldn't set xml parser property
'http://java.sun.com/xml/jaxp/properties/schemaLanguage' to
'http://www.w3.org/2001/XMLSchema'
org.xml.sax.SAXNotRecognizedException: Property:
http://java.sun.com/xml/jaxp/properties/schemaLanguage
at
org.apache.crimson.parser.XMLRead
Hello:
I wrote a webservice based on the tutorial provided and am deploying the
webservice in jboss, I am running into the following exception:
Marking servlet UserConfigService as unavailable
/headlights threw load() exception
java.lang.ClassCastException
at org.apache.catalina.core.Standard
I am getting frustrated in my attempt to use default names since I don't know
what they are and cannot find a reference. Table and column names were changed
from underscores to camel-case so no problem there: what you see is what you
get. My relations, however, are another story.
What is the
Koen, the sources are an even better friend. You said:
anonymous wrote :
| Just place the file somewhere on the classpath...
|
But the docs say:
The configuration file can be customized and a modified copy can be placed in
the root of the classpath.
The sources say (best docs there are
I too hate the current Proxy naming strategy. Is there a way to give a vote for
the EJBTHREE-485 request ? ;)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931977#3931977
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&
hmm...looks like i am having the same problem with new configurations...any one
have the solutions...please provide
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931976#3931976
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=re
louisaj,
I have looked into the configuration of Tomcat 4.1.x used in JBoss 3.2.3. It
seems as though things are quite different for this version than Tomcat5.5 in
JBoss 4.0.x. I am sorry if I lead you down the wrong track by my lack of
knowledge (ie ignorance) on this version. It appears as
1. Downloaded 1.3.0CR1
2. cd examples\PojoCache\annotated50
3. build run.aop.example
Buildfile: build.xml
|
| init:
|
| compile:
| [copy] Copying 1 file to C:\Program
Files\Java\JBossCache-1.3.0.CR1\example
| s\PojoCache\annotated50\output\etc\META-INF
|
| run.aop.example:
"Mohit" wrote : Hi
|
| I am very new to Portal and Portlet technology.
| I have assignment where i need to deploy Portlet in Jboss Portal.
| Here i have few question.
| 1 If i use Jboss Portal do i need to use other PortletContainer?
| 2 Can anyone give steps to deploy portlet i
Hello,
I have tried every suggestion on the Wiki and read hundreds of posts and I'm
finally tring to post and see if some one can help.
My situation is that I'm using JBoss 3.2.6 and I have SLSB#1 in acluster trying
to connect to SLSB#2 in a different cluster. I can do it find using the
regu
Hi
I created a portlet to handle file uploads. Now I created a war file and
dropped it into the JBoss deploy directory. But when I bring JBoss Portal up, I
can't my portlet. I am not sure what is happening.
If anybody wants to try the code, they are welcome to ask.
My question is: should I cr
Happily I control the schema so just using this convention in the sql:
create Table MyTable { myColumn ... }
I think, however, the MY_TABLE and MY_COLUMN pattern is by far the most common
and it would be a shame to have to force explicit table/column names for those
guys.
View the original po
hi,
first to say hello to everyone. this is my first post to this forum. I am
trying to use jboss eclipse ide at eclipse. versions are:
eclipse sdk # 3.1.2
jboss-ide # 1.5
jboss # 4.0.4
kernel: linux
problem is: if i try to build a new project for j2ee project in eclipse, gives
me a error and
Thanks same thing here... I will let you know if I find a good way to use WS
with the "recommended" pratice !!
(I had issue with axis, that's why I switched)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931962#3931962
Reply to the post :
http://www.jboss.
Hi,
I am having the same problem. Did you find some solution? Yes, I know, already
past one year. :-)
I am deploying my application in JBoss and Websphere and I have to create two
diferents ear files.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931960#393
You will have to tie in to the jackrabbit api to do this. We do not have a
UI-based function for this, sorry.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931959#3931959
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=
...hmm...it is actually timing out in its upload...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931957#3931957
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3931957
---
there are only a new nightly build if new stuff is committed...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931956#3931956
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3931956
-
http://docs.jboss.org/ejb3/app-server/HibernateEntityManager/reference/en/html_single/index.html#transactions-optimistic
http://docs.jboss.org/ejb3/app-server/HibernateEntityManager/reference/en/html_single/index.html#transactions
View the original post :
http://www.jboss.com/index.html?module=bb
Hmm, actually I expected to see the Airline class. But anyway, the IDE issue
might be an outdated ejb3.api beeing used. The other thing you have to find out
by yourself. Just mimic the spec example and if it works, start modifying it
;-)
View the original post :
http://www.jboss.com/index.htm
Hi folks,
I let 30 threads running, then they update the the databse almost same time in
Jboss 4.0.2, I use MS SqL and the jdbc driver is jtds1.2.
I got a SQL exception...
I increased max pool size=75, it doesn't take effect. actually there is only 60
transactions with database with 30 thre
"lcoetzee" wrote : Hi,
|
| Is it possible to change the @Where clause at runtime, thus implementing
some kind of polymorphic query on my collection ?
|
| As an example I have the following:
|
| | @OneToMany(mappedBy = "service")
| | @MapKey(name="id")
| | @
I'm using JBoss 3.2.6. After several days, my MDB suddenly is not receiving
messages. The onMessage method isn't being called even though messages are
being published to the topic. I don't see any exceptions or errors being
displayed.
After restarting JBoss, the MDB is publishing again.
Hi,
I need to get the client IP address in my custom login module. I have only ejb
jars in my ear, and those ejbs are accessed from a java based ejb-client
application. In other words, getting an instance of HttpServletRequest is not
the answer.
What is the easiest way to achieve this? I have
Hello,
>From the adminguide:
"By placing a jboss.xml file in the EJB JAR METAINF
directory, you can specify either overrides for container configurations in the
standardjboss.xml file, or entirely
new named container configurations. This provides great flexibility in the
configuration of contai
Hello,
maybe you could create separate container configurations for those beans and
extend from the default configuration.
Thomas
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931938#3931938
Reply to the post :
http://www.jboss.com/index.html?module=bb&op
Hello,
I need some help on this issue - my application uses more stateless session
beans, but some of them are used often, and others only seldom. For this reason
I would like to have in my container more instances of the EJBs often used, and
only a few instances of the other beans (to save mem
Oh! yeh I am finding it a bit difficult to!
axis.jar, jboss-ws4ee.sar are the two files required. Both the files are
shipped with JBOSS AS.
I am also struggling a lot with this now. My aim is to develop a webservice
which will allow any client( perl client in my case) to connect to use Jboss
J
Hello,
Yes you are right but there is this sentence in the adminguide:
"MinimumSize: The MinimumSize element gives the minimum number of instances to
keep in the pool, although
JBoss does not currently seed an InstancePool to the MinimumSize value."
J guess you would expect that there is a po
Yes, the worker list is statically defined. However, if you also use a status
worker, apache will periodically (default once per minute) check the
workers.properties file and load any updates. So, when you deploy a new node
you can update workers.properties.
View the original post :
http://w
Hi forJbpm,
Well I had the jboss-ws4ee/sar installed but it was not working. Finally I
managed to get things work by adding the Jar files included in axis in the
Jboss lib folder...
Nevertheless, I had to quit using axis for other reasons on JBoss and I am now
trying to use the ws4ee as it sho
We are using JBoss 3.2.3 for our development.
And we are currently working as per JSP 1.2 standard.
We are planning to use JSP 2.0.
Does JBoss 3.2.3 support JSP 2.0?
If not, which version of JBoss supports JSP 2.0?
Thanks.
View the original post :
http://www.jboss.com/index.html?module=b
I'll read up on that. However, the assumptions I have made on how the security
layer works are irrelevant. The point is that I have posted two examples. In
one, the security authentication works with my custom login module. In the
other one, security authentication does not work.
The only chang
I hate to answer my own post, but at least it's really a bug in the application:
In case of failed login the LoginAction should not return "login" as an
outcome, because that would be rendered as a new view and the context is lost.
Instead it should return null to re-render the current view.
Rig
ok, i can have the icon of the portlet if i had a property "icon" to the
portletwindow in the -portal.xml
it's a little bitt dirty :p
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931923#3931923
Reply to the post :
http://www.jboss.com/index.html?module=
I have just tried this with an Oracle database and it works fine. I still
cannet get it to save to a hypersonic file.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931921#3931921
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=
When I turned on client logging as you suggested it became clear that I was
doing something unbelivably stupid in my client - logging out in my factory
class before any of the business methods were called.
Thanks for the suggestion - I'd pretty much given up.
View the original post :
http://ww
hi
can any one tell me how can i get MBeanServer instance with jboss minimal
configuration.
see i want to connect with JBoss JMX agent from outside the Jboss. i can do
this with jboss all and default option but for minimal option it throws
NamingService Not available exception.
as per my kno
Thank you Brian. I think that answered my questions. I may have mroe detailed
questions later, but will probably do them in another thread in such case.
Cheers
- Lars
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931917#3931917
Reply to the post :
http://w
hi,
i have installed jboss-4.0.4RC1 and i want to run a servlet/jsp please guide me
how to do so.
thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931916#3931916
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=393
Hi
I'm trying to start jboss-4.0.4RC1 but Im not sure how to setup the jboss env
variables
# sh run.sh produces this (redhat linux)
| [EMAIL PROTECTED] bin]# sh run.sh
| : command not found
| : command not found
| : command not found
| : command not found
| : command not found
|
When you give invalid login data in the booking example application,
the home page is simply reloaded and no error messages are shown.
What's wrong here?
LoginAction.java has
facesContext.addMessage(null, new FacesMessage("Invalid login"));
and the home.xhtml has
So why isn't there any feedback
This is not an answer, sorry.
I cannot take out thr logs because my organization is using diffrent closed
network.
the problem is very simple and this is not the first time that this happend.
I also looked in the forums and i found few questions about it but no answers.
lets say that the appl
up :p
in the portletcontext, i have information about, the instance, the window, the
region but nothing about the portlet itself.
i want to read some of init-param, put in the portlet-xml for the portlet i'am
rendering.
for example: what icone is set to this portlet ?
thanks for help !
View t
Where is the default naming scheme published and is it possible to provide your
own? I assume there's a table, column and intersect (many-to-many) table naming
convention.
Java class: CamelusDromedarius
Table name: CAMELUS_DROMEDARIOUS.
Java property: CamelusDromedarius
Column name: CAMELUS
hi,
i'm very new to jboss.
i want to run a servlet/jsp in the jboss application server but i fail to do
so.please help me.
thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931908#3931908
Reply to the post :
http://www.jboss.com/index.html?module=bb&op
1 - 100 of 203 matches
Mail list logo