mcaughey,can you give more detail?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920154#3920154
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920154
---
This SF.ne
i am new to jboss server .i installed jboss4.0.3sp1,i deployed my application
to server/default/deploy folder.
jsp & html pages are running but servlets does'nt.i kept servlet.jar file in
lib folder of my application .please help me i m trying to fix it for last one
week but failed .thanking i
I'm getting the following error when I try to deploy 3 different TreeCache's
using TCP (not multicast UDP).
I have checked all 3 of the *-service.xml for the "ClusterConfig"s I don't see
where a port number is wrong.
Here is the "ClusterConfig" section of the xml file(s):
|
|
|
Hi,
I have wrote a custom RMIServerSocketFactory and placed the jar file with the
class in the default/lib directory and changed the
RMIServerSocketFactory attribute in the JRMP MBean to my class, but I still see
when JBoss startsup that its loading the DefaultServerSocketFactory.
Can someone
I've searched the forum, but didn't see anything.
Was anyone aware that the Seam Trailblazer is generating a nullPointerException
upon initial access?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920148#3920148
Reply to the post :
http://www.jboss.com/ind
As part of my development cycle, I periodically drop and create the database
schema. This is in preparation to a migration to Oracle and as a way to remove
the countless process instances and tasks I have created during the normal
course of testing.
I have noticed that when I reload a process
I found the error of my ways.
In the action handler of node-enter, I needed to remove code that specified an
exit transition (as in remove the code ectx.leaveNode() )
Now, the workflow pauses as I expect.
Now, I'm off to look at some other issues related to assignment handlers.
-fm
View the o
better yet, download the standalone distribution and look at the tutorials
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920143#3920143
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920143
--
Hi again,
Process definition hello is deployed on the system, hello1 is not!
this code :
ProcessDefinition processDefinition =
| graphSession.findLatestProcessDefinition("hello1");
| ProcessInstance processInstance = new
ProcessInstance(processDefinition);
| graphS
Um. I don't quite understand.
anonymous wrote : PAGE Scope does not deploy with Statefull Session Beans.
Why not?
Sure you can use request parameters if you *like*, and sometimes that is the
best way (more RESTful) but you should not need to.
View the original post :
http://www.jboss.com/i
:-P
Should have seen that one myself. Oh well, at least it was educational
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920140#3920140
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920140
Sorry for the slow reply.
No, AFAIK we're not thinking about moving away from a TreeCache-based approach,
or at least if we are it's way back in the back of someone's mind. But can we
get the benefit of your experiences anyway? :) We're definitely interested.
BTW, reviewing your patch revealed
Does the Spring Deployer require JBoss EJB3?
I'm trying to deploy the sample JBoss-Spring-Example.html on JBoss 4.0.1 but
immediately ran into a problem at the following step since I have no
ejb3-interceptors-aop.xml file:
Fix ejb3-interceptors-aop.xml in your JBOSS_HOME/server/default/deplo
Sorry everyone,
I'm
a) too stupid
b) too tired...
When I get the @DataModelSelection for an EntityBean, I don't seem to have a
fully bound instance. This is why the generated code refreshes the entity with
merge(). A refresh() helps as well...
Goodnight,
Stefan
View the original post :
http
I thought the Exadel plugin was kind of bulky for what it was trying to do. It
treats Facelets just like it does Struts giving you a project template like the
Struts one. It doesn't even support the "jsfc" tag--which I thought was the
best thing going for (or the very point of) Facelets.
What
"[EMAIL PROTECTED]" wrote : Ask in the Facelets list; i don't know of anything
but surely *someone* is working on this.
|
| And I bet it would be easy for MyEclipse or Exadel to enhance their
existing JSF tooling to support Facelets, if they are not already working on it.
Exadel does suppor
Try to change the create-table in standardjaws.xml and
standardjbosssmp-jdbc.xml to false
if it doesn't work, try to open persistence.properties at
ejb3-deployer\META-INF, deactivate the hibernate.hbm2ddl.auto=create-drop to
#hibernate.hbm2ddl.auto=create-drop
in my case it works
Sadr LM
Vie
sendRedirect cancels the signout, maybe it should throw an
IllegalStateException rather.
signOut() stay on the same page but with a non auth URL.
I am wondering if doing a signOut(url) would make sense.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920131#3
PL -- I noticed the same thing. Since I am conducting the Fibo tutorial for
the 73rd time (because it does not work for me) I am being very careful to
follow the directions EXACTLY.
In your case I found that I needed to select the CLASS (...Go to the top of the
class and...) -- not the java-obj
Basic steps:
1) Create a -service.xml file (say "mycacheaop-service.xml") to configure your
cache. http://docs.jboss.com/jbcache/1.2.4/TreeCache/html/[/url] and
[url]http://docs.jboss.com/jbcache/1.2.4/TreeCacheAop/html/ have lots of
details on this that I'm not going to go into. Note section
Andy,
To prevent this proble give a look in JBAS-1955. I almost sure that this will
help to solve your proble. Let me know if it does.
And sossy for not reply your mail, Im very busy in my company and didnt have
time to test your.
But in truth the problem with the code that you send me it is b
Hi,
I still get the dreaded LazyInitializationException although I'm using the
SeamExtendedManagedPersistencePhaseListener.
My entity manager is bound to the jndi context, I can query an EJB3 entity with
it, but when I try to navigate down a OneToMany relationship I get
anonymous wrote :
|
Hello -- While conducting the ide-tutorial following section 5.8, After
run-XDoclet, the following error is indicated in the xdoclet-build.xml...
Task could not be defined within the Ant Editor context.
on this line...
What could cause this error? and how can I fix it.
Thanks...John
View the o
Hi Guys,
I Know I posted many posts but i need quick guidance, please help me. After
going through some docs I found out that Jboss Tree Cache AOP can work as
satndalone process, as MBean in JBoss etc. There are so many examples I found
for standalone process but none for MBean in JBoss, for
Hi Jere,
I would JBoss Tree Cache AOP in JBoss as MBean, I am't quite sure about
TreeCacheAop at all. I wanted to cache simple string for prototyping in JBoss
Tree Cache AOP inside Jboss, I amn't able to find useful docs at all could you
please direct me with some pointers. Also I wanted to c
I'm using JBoss 4.0.3SP1, JDK1.4.2_10 (and EJB2.1) and I'm seeing these errors
during deployment of my .ear file to JB4.
I checked my ejb finders methods for empty queries but they're fine.
Also, the same "LiveView" code runs just fine when deployed to JBoss3.2.7.
Any ideas on how to solve this pr
I know in jboss we do manual deployment by putting the war file in the deploy
directory.
Now i have to find out how can we configure jboss so that it automatically
deploy the war file during startup.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920122#3920
I have found what the problem is. The code above actually works. You can
signout as long as you don't redirect after. So you can't say have someone
signout and redirect them to the login screen. Like this:
public void processAction(JBossActionRequest request, JBossActionResponse
response)
Hi, all!
I face problems with creating even the simplest configuration for a web-app to
perform user authentication by default without using login-form.
Can anyone advise me how to create custom login module for the bundle [JBoss
4.0.1RC1/Apache Tomcat 5.0.28]?
It looks like if JBoss (Tomcat?)
I have a similar situation where in the password entered by the User for login
is encrypted (custom encryption) and stored in the db and currently there is no
decrypt for the password.
So, i would have to encrypt the password entered by the user on the Login form
and compare it with the encrypte
Hi
Nope, no exceptions thrown, which is what surprised me. I'd figured that at the
worst, JBoss would just pull the rug out from underneath the sucker. Hence my
post here.
Regards
Patrick
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920116#3920116
Reply
Hi Gavin,
I think what armita means is, that you can't go for the PAGE scope if you want
to use the @DataModel with the paging features of your CRUD example. PAGE Scope
does not deploy with Statefull Session Beans.
And in your doc files you say:
anonymous wrote :
| 6.8. Annotations for use wi
You probably didn't set up your @PersistenceContext properly. Go back to the
EJB3 trailblazer, specifically the section called 'EntityManager Basics'.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920114#3920114
Reply to the post :
http://www.jboss.com/in
I'm trying to cache several nodes within a transaction in a replicated cache
environment. I'm using the latest JBossCache HEAD code along with a fairly
recent build of JBossAS HEAD. The transaction is being executed from a servlet
running on one of the cluster nodes.
If I use a non-replicated
The thread *should* receive an Interrupt. Well, I don't know if that's what
the spec actually requires, but you'll get InterruptedIOException if you're
doing a blocking read.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920111#3920111
Reply to the post :
I have run into a curious issue when loading a process definition using
JpdlXmlReader.
The Eclipse plugin generates a process definition where the XML (generally)
looks like this:
|
|
| http://jbpm.org/3/jpdl";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
| xsi:schemaLoc
Hi I'm using JBoss 4.0.3SP1 and I have an entity bean that stores its data in 2
tables that are joined by an id. My class looks like:
| @Entity(access=AccessType.PROPERTY)
| @Table(name="users1")
| @SecondaryTable(name="users2",
| [EMAIL PROTECTED](name="id",
|
Hi Rainer,
I cant find GraphSession.deployProcessDefinition() in the jbpm javadoc
http://docs.jboss.com/jbpm/v3/javadoc/org/jbpm/db/GraphSession.html
I am using jbpm3.0.2
Thanks,
Lavanya
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920110#3920110
Reply t
Hi, I am new with EJB3 and I am having some problems in my SessionBean, when
trying to use the EntityManager it throws a NullPointerException.
I am using the Firebird driver, and the persistence.xml file is as follows:
|
| sem
| java:/FIrebirdDS
|
|
|
http://jira.jboss.com/jira/browse/EJBTHREE-356
Fixed in next release which is due out Monday.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920106#3920106
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920106
--
Hi,
I'm trying to get jboss portal to authenticate to eDirectory. I've modified the
login-conf.xml to include the following:
com.sun.jndi.ldap.LdapCtxFactory
ldap://192.168.100.22:389/
simple
paolo:
i followed your instructions, icreate on the cms admin a folder with an html
file u, all under the root dir.
in the war file of the helloportal i added the jboss-portlet.xml, in the
hellowolrd-object.xml i change the overwrite by keep tags and the portlet.xml y
added the code you sai
the error I got in jboss:
State: FAILED
Reason: java.lang.RuntimeException: You did not specify a
@Resource.mappedName() on .. and there is no binding for that enc name in
XML
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920101#3920101
Reply to the
Hi!
I don't have success assignment group, working this example.
I receive this message "A new task has been assigned to 'null'"
Please help me!
I use jbpm jbpm-starters-kit-3.1-beta2 with DB2.
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&
Hi,
I try to use dependency injection into a MDB:
the strange thing is:
the compiler does not compile the : @Resource (mappedName=""), it works
only with name="..."
but the jboss needs : @Resource (mappedName="")
I use jboss 4.0.3 SP1 with EJB3.0 RC3
do I need to update something ?
than
Since JIRA entry has been closed I'm posting back here with update. I have
profiled this issue and see the following with respect to garbage collection:
As the application is exercised heavily, heap utilization increases and
decreases due to GC activity. The heap space used is generally around
Ok.. i will contact to you.. i just say you.. i think that with the CMSPortlet
you can not find a solution for the jsp.. because in the portlet specify the
mime-type like text/html, i dont know if this the cause which you can not
display a jsp.. if i am wrong please let me know..ok?
thanks in ad
Rainer,
I see now. Thanks for taking the extra time to explain to me.
Basically, you are saying let the processInstance be my main object, storing
the variables I need.
That makes sense. It keeps things simple and centralized.
Unfortunately, I think I'd rather do it the other way (i.e. Havin
mikek753, you are more than welcome to provide web application test cases to us
in our jira.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920095#3920095
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920095
---
Can't complain about free JBoss-IDE.
And finally I make JSP support works for my projects. I use the latest nightly
build for that.
Any time I need something to do on JSP side I was switching to IDEA (not a free
product!!!) right after WTP broke 1.5M1 JSP support.
Also JSP support isn't smooth
Hi Adrian
I don't want to bother you with many details, but this particular MDB is
processing a stream. The processing can take from a few seconds to several
minutes. The timing is not so critical, and I can add a flag in the loop to see
if it should abort.
My question is, at the moment either
There isn't much to the facelets tag library so you could probrably just print
off a list and memorize it.
I use Dreamweaver and Eclipse together. I imported the JSF tag libraries into
Dreamweaver.
I think someone made a JSF equivilent tag library desriptor just for use in
Dreamweaver. As
Hello,
we want to implement a method in a SessionBean which uses the standard JBoss
Mailservice. The lookup of javax.mail.Session works, but sending the mail with
"javax.mail.Transport.send()" produced an exception.
Is is a classloader configuration Problem ? ("no security manager: RMI class
lo
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossHelp
A hijack and an FAQ
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920082#3920082
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920082
--
Hi Aaron,
another attempt:
Your processInstance is a data object that traverses a process as defined in
the processDefinition. It can basically handle any variables you might need.
What I was suggesting is that there might not be any need for a seperate
HolidayRequest object. Just use the proc
Hello!!
After a lot of hours working, jbpm works fine with postgresql. But the curious
thing it's what today i forgot start jboss and therefore jbpm, but all
works fine!! save definition process, load definition process, etc... and then
my question it's why i need jbpm.sar? what functi
It depends upon what your MDB is doing.
If it is stuck inside a cpu loop then you would need something inside that loop
to check the "stop processing now flag" at regular intervals.
If it invokes on other EJBs, you can add an interceptor to check it
and even mark any transaction as rollback only.
Thanks for your reply, actually, it pointed me the way to solve my problem..
Just for the record I had the same error as you mate (same stack). In this
particular case the app wasn't using Hibernate as a jboss service.
And the resolution was different.
I spent a long time trying to figure
For the 10,000 time.
The internal persistence transaction used by JBossMQ for JDBC has no
relationship with
your application. It does not matter whether it is XA or Local.
How can I put this frequent misunderstanding to bed?
Please, if you don't know what you are talking about, don't mislead ot
Adrian
Thanks much for the clarification. My question would be--what would be a clean
way to listen for a shutdown process? Is there a reliable place to trap when a
shutdown begins? If so I can implement my own semaphore or trigger to stop the
MDB from continuing.
Thanks
Patrick
View the ori
Hello,
This is a noob question... I tried several different things, read through all
forums, but could not find the answer to this. There were several similar
questions though... Did anybody ever find an answer?
All I need is for all requests to be forwarded to 1 portal.
I need http://localho
Thanks Adrian. Will look at it.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920080#3920080
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920080
---
This SF.net e
The current MDB implementation will wait for all "in flight" mdb requests to
complete.
So if you don't have a mechanism to terminate prematurely, it will take as long
as it takes.
There is no "kill immediately" option.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewto
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossHelp
Read the javadocs, i.e. java.sql.DriverManager
then ask yourself how classloading/configuration affects this behaviour.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920077#3920077
Reply to the post :
http:/
I see that default JBoss's server.policy has grant all permissions in the
server.policy. Is there any specified set of permissions required for JBoss to
function? I didn't find any such information in the docs. Building a
server.policy with required permissions from scratch seems to be a cumbers
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossHelp
Unanswerable question.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920076#3920076
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920076
---
Resolution: When porting wars from silverstream/Xtend workbench to
Jboss you need to manually remove all of the tags. I have no idea why these
tags are there but they invalidate the .tld.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920064#3920064
Reply
I think I have found the solution to this problem. It seems as if setting
transactionality at the Class Level does not work as expected. By moving my
transactionality settings to the Method Level, everything works okay. Does
setting transactionality at the Class Level not work?
View the orig
Hello,
I have a cluster with two nodes, a web application configured to replicate
sessions and I use form authentication.
I configured an HTTP load balancer that performs a simple round-robin between
the two nodes of the cluster.
When I get a protected page of my application, I encounter the foll
Hi Guys.
I am trying to use JBoss Tree Cache AOP for caching startup data, so my
question is is it by default configured for Clustered environment, if not what
I have to do for clustered environment. Moreover if I am able to use
TreeCacheAOP without starting JBoss server, it's not giving me f
"noicangi" wrote : ok ok i know your using the connector, check out its copied
in the $jbosshome/default/lib and paste the portal-mysql-ds.xml in the deploy
directory, this is important to make the portal connect the DB and create the
tablesi think your using the default bundled DB..in the d
Sorry, I have not whatched this topic so missed the questions...
The processes are confidential of cause, because they are company secret of
mad-moxx (our customer). Sorry...
anonymous wrote : Can you say something in detail about your archievement?
What exactly is your question?
View the orig
"RAlfoeldi" wrote :
| isn't your processInstance your HolidayRequest?
|
Yes it is. I'm using EJB3 EntityBeans for my project.
"RAlfoeldi" wrote :
| Things get a lot easier if the processInstance is the leading entity.
|
What do you mean by "leading entity"? Maybe that's where I'm
Hi all!
I have a problem with jbpm 3.0.2 and subprocesses (related to Bug
http://jira.jboss.com/jira/browse/JBPM-477):
We have some sub-processes calling sub-processes semself. Now we want to
traverse the full graph of processes so save each of them manually.
The first try was: Get to the abso
as long as all your wars are deployed on the same server, you can use the
portlets in the same portal. In your *-object.xml descriptor you just need to
point the instance to the correct context and portlet name. No need to do WSRP
Here is a simple test: package a standard 168 portlet in a war a
For my persistence layer I now trying to use CMP entitybeans. However it seems
not to be possible to create a cascade delete for a M:N relation ship.
An example of a M:N relation can be found at
http://technology.amis.nl/blog/?p=98
Using xdoclet in @ejb.relation cascade-delete can be set. But wit
True, but remember, in the .jar installer the classes are not the same as the
ejb3 zip file...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920061#3920061
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920061
-
Hi Guys,
Thanks for your responses, is JBoss Tree Cache AOP is standalone cache. Do i
have to start server inorder to use Cache service, I guess it's standalone
cache.
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920060#3920060
Reply to the post
I think I need to be give specific imformation to how I arrived at the problem.
I have a few tables in postgres which I am accessing using entity beans. Some
of these tables contain basic information like user names, password etc. The
other tables have columns which have id's from these tables a
@GeneratedValue(strategy=GenerationType.TABLE, generator="uuid")
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920050#3920050
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920050
Hi,
I have the following configuration:
jdk1.5.0_06
jboss-4.0.3SP1
apache-ant-1.6.5
jbpm-3.0.2
When I try to do the following, the JBPM_TIMER table is deleted from the
database.
1) ant create.jbpm.configuration
2) ant db.start
3) With DBVisualizer, I can connect to the database and see that I
Hi All,
In my research, I am trying to extend the JBoss. Initially, I want to forward a
request (for one workflow JBPM) between different instances of JBoss.
My doubt at the moment is: For this, I need to study only the JMX? Which other
technologies would be involved?
Looking at the code so
ok ok i know your using the connector, check out its copied in the
$jbosshome/default/lib and paste the portal-mysql-ds.xml in the deploy
directory, this is important to make the portal connect the DB and create the
tablesi think your using the default bundled DB..in the deploy directory
de
Hi All,
In my research, I am trying to extend the JBoss. Initially, I want to forward a
request (for one workflow JBPM) between different instances of JBoss.
My doubt at the moment is: For this, I need to study only the JMX? Which other
technologies would be involved?
Looking at the code so
Also this will change to be spec compliant in next release. You will use
mappedName()
@Resource(mappedName="queue/TrackingQueue")
Queue dest;
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920051#3920051
Reply to the post :
http://www.jboss.com/index.htm
"dokondr" wrote : Should I *myself* create "admin" account with password
"admin" before trying to login ?
Just tried that. No such luck - does not work either :(
BTW:
I use mysql-connector-java-3.1.12.
Log file looks ok, except for multiple messages like:
15:33:50,634 INFO [ConnectionManager
The "HACK" has been done.
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920046#3920046
http://wiki.jboss.org/wiki/Wiki.jsp?page=SchemaBindingInitializer
Bill, I reworked your AspectXmlLoader such that it works better with the new
JBossXB schema caching.
The schema binding initializati
no you don't need to create an acount
check the jboss AS configuration ( documentation), the admin/admin
is by default.
the portal don't need extra configuration except for the file to access you
local database.
i repeat it seems to be a DB error, don't use mysql 5 use the 4.1,
cheack the con
No.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920045#3920045
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920045
---
This SF.net email is sponsored by: Splunk
Should I *myself* create "admin" account with password "admin" before trying to
login ?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920044#3920044
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920044
i'am a newbie too, but your doing something wrong,
if your newbie try to use mySQL 4.1 not the 5
other thing is to install the correct jdbc connector on the /lib and add the
file portal- myqsl **.xml file on the deploy dir
View the original post :
http://www.jboss.com/index.html?module=bb&op=
I tried:
login: admin
password: admin
I got:
"Login failed!
Sorry, your username and/or password could not be verified"
Any ideas?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920042#3920042
Reply to the post :
http://www.jboss.com/index.html?module=bb
I been searching for more information if anyone has production-ready
configuration for Jboss4x using Apache-2.2 and the new mod_proxy_ajp. The
Mod_jk documents all reference mod_proxy_ajp as the new replacement, but no
documentation on using jboss with mod_proxy_ajp.
Hopefully I'm just blind a
I have read both JBoss Portal "User guide" and "Reference MAnual", yet I found
no info on new portlet deployment structure.
1) Where should I put my portlet war file in the directory structure?
2) What else should I do to deploy it?
Thanks!
View the original post :
http://www.jboss.com/index.h
It looks like you want the cache to service the users with the original
metadata while the other user continue working with the workflow. When the
workflow user commit the work then the cache gets updated with the new
metadata. that should be doable.
Your cache can load data from a data source
Greetings all,
We are trying to setup a new JBoss environment as follows:
Big IP handles loadbalancing and termination of HTTPS traffic
Big IP forwards requests to one of two IIS servers running in the DMZ
ISAPI Redirector forwards requests from IIS servers to clustered JBoss servers
inside the
For some reason wuite a few ppl had trouble figuring that out.
http://www.theserverside.com/news/thread.tss?thread_id=38601#197732
http://www.theserverside.com/news/thread.tss?thread_id=38601#197757
Also check out the @Factory annotation.
View the original post :
http://www.jboss.com/index.html
in the user portlet enter the user "admin" and pass "admin" you will access
the portal in 'admin mode' and there apears 2 more pages.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920035#3920035
Reply to the post :
http://www.jboss.com/index.html?module=bb
Hi.
I try to generate a uuid Id by using the following code:
|
| @Id
| @GeneratedValue
| @TableGenerator(name="uuid")
| public Long getUid() {
| return uid;
| }
|
I was expecting, that a uuid is created by using the hibernate uuid algorithm.
B
I have just install "jboss-portal-2.2.1RC1-bundled"
and using data source:
mySQL, version: 5.0.18
15:33:42,900 INFO [SettingsFactory] JDBC driver: MySQL-AB JDBC Driver,
version: mysql-connector-java-3.1.12 ( $Date: 2005-11-17 15:53:48 +0100 (Thu,
17 Nov 2005)
It runs. I see are the following p
1 - 100 of 162 matches
Mail list logo