[jboss-user] [Microcontainer] - Re: Programmatic redeploy using DeploymentManager

2009-02-09 Thread emuckenhuber
"Juergen.Zimmermann" wrote : Can org.jboss.deployers.spi.management.deploy.DeploymentManager be used for redeploying e.g. an EAR? | Basically you can deploy a new deployment over deploymentManager. So you can use copyContent = true to copy and deploy a zipped file, or copyContent = false to

[jboss-user] [JBoss Messaging] - NPE deploying TopicService

2008-11-19 Thread emuckenhuber
Hi, if i try to deploy a simple TopicService with the MessageCounterHistoryDayLimit attribute set, it fails with a NPE. It seems that the attribute is set before the destination mbean is started and the serverPeer is set. | | | | | testTopic | 1 |

[jboss-user] [Microcontainer] - Re: Alternative JAR extensions

2008-12-01 Thread emuckenhuber
"[EMAIL PROTECTED]" wrote : | The profile service that is loaded by default now is the conf/bootstrap/profile-repository.xml. It is doing a rebuild of the structure metadata when it loads admin edits, so that must be causing this. It is only rebuilding the structure if you persisted managed o

[jboss-user] [Microcontainer] - Re: Alternative JAR extensions

2008-12-01 Thread emuckenhuber
"bob.mcwhirter" wrote : | It's handing the child to my deployer at the right time, but it appears that the getChildren() against deploy/ is happening before JEP installation, so it doesn't know that myapp.rails should be handled as a JAR instead of as a normal filesystem file. | | At lea

[jboss-user] [Microcontainer] - Re: Alternative JAR extensions

2008-12-01 Thread emuckenhuber
"emuckenhuber" wrote : | Yes there is a call of deployDir.getChildren before your JEP is getting deployed. | Actually this happens before anything else is deployed. We should be able to do that in a different way. I'll see if we can put this still in GA. View the origin

[jboss-user] [Microcontainer] - Re: Alternative JAR extensions

2008-12-02 Thread emuckenhuber
"bob.mcwhirter" wrote : Yah, if you guys could add ".rails" as a jar extension for the GA, that'd be plenty fine for my needs. This will be by default in AS5 GA: | +.spring | +.rails | +.esb | There is also a jira to track further change

[jboss-user] [Microcontainer] - Re: Alternative JAR extensions

2008-12-02 Thread emuckenhuber
"bob.mcwhirter" wrote : | So, it seems that since things initialized from deployers/ can affect VFS handling, deployDir.getChildren() should wait until deployers/ is fully deployed. | | Possible? Possible yes, unfortunately not in the timeframe of GA. But we could add your ".rails" exte

[jboss-user] [JBoss Microcontainer Users] - Re: Single Deployment Unit from multiple files inside a zip

2009-11-28 Thread emuckenhuber
"rareddy" wrote : I am not sure how the "StructureDeployer" works, however once I created a structure for my version of the ZIP file, it works as I expected. The deployer invokes once for "a.xml" and once for "b.xml" then invokes merge for the "zip" metadata iteself with metadata from a.xml and

[jboss-user] [JBoss Portal] - Re: Jboss portal on JBoss AS5

2009-05-20 Thread emuckenhuber
"mwringe" wrote : For CR1 the -Dxb.builder.useUnorderedSequence=true is already set. | | The issue appears to be that an xsd file is setup wrong and that its using a choice when it really wants multiple options. It appears that this is now being enforced in 5.1 when it hasn't in the past.

[jboss-user] [JBoss Portal] - Re: Jboss portal on JBoss AS5

2009-05-20 Thread emuckenhuber
for CR1 you could add the -Dxb.builder.useUnorderedSequence=true flag. This will be the default for 5.1.0.GA View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4232298#4232298 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4

[jboss-user] [Microcontainer] - Re: MC picking up irrelevant deployers

2009-06-09 Thread emuckenhuber
Yes, setInput() marks the Input as required and addInput() is just used for ordering. The Merged*MetaDataDeployers are a special case anyway. It seems they are even replacing the original metadata with the merged result - So other deployers could just require this as input e.g. JBossMetaData.

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6.3 download

2007-12-11 Thread emuckenhuber
To ensure that you get the correct files you should wait until JBoss Portal 2.6.3 is officially announced before downloading. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4111859#4111859 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posti

[jboss-user] [JBoss Portal] - Re: Redirect after logout

2007-12-12 Thread emuckenhuber
"afichtner" wrote : | Or even if it could just direct you to the portal that's been configured as your default portal (e.g., "/portal"), that's all I need. | As far as i can remember this issue is fixed in 2.6.3, which will be released in the next days. View the original post : http://ww

[jboss-user] [JBoss Portal] - Re: Installation of Jboss portal 2.4.2 with jboss AS 4.0.5

2008-01-16 Thread emuckenhuber
just for your information - there is a wiki page about using JBoss Portal 2.6 with JBoss AS 4.0.5 http://wiki.jboss.org/wiki/Wiki.jsp?page=Portal26_AS40 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4120337#4120337 Reply to the post : http://www.jboss.com/i

[jboss-user] [JBoss Portal] - Re: org.jboss.portal.faces.loader.FacesLoaderServlet Null Po

2007-10-30 Thread emuckenhuber
In order to use the 'FacesPortlet' with Facelets please take also a look at the packaging of core-identity or core-admin and make sure that you put the JSF libs in 'WEB-INF/lib2'. You can also take a look at http://www.jboss.com/index.html?module=bb&op=viewtopic&t=113566 View the original pos

[jboss-user] [JBoss Portal] - Re: IdentityUserPortlet not picking up localized resource fi

2007-11-21 Thread emuckenhuber
Basically not all portlets are translated in every language. And only adding fr does not help much if no French translation is present ;) Anyway - as far as i can remember someone from the community provided some translations for the IdentityPortlets and therefore a French translation will be

[jboss-user] [JBoss Portal] - Re: IdentityUserPortlet not picking up localized resource fi

2007-11-22 Thread emuckenhuber
I tried that again, but unfortunately could not reproduce your problem. All i did was creating the new bundle file, re-deployed the core-identity.sar, changed the users Locale, Logout, Log in again and it was working as expected. View the original post : http://www.jboss.com/index.html?module=b

[jboss-user] [JBoss Portal] - Re: email to admin on user registration and activation confi

2008-03-12 Thread emuckenhuber
For doing something like this you would need to provide your own jBPM Action and plug it into the process - for example like this: | public class MyNotificationMailAction implements org.jbpm.graph.def.ActionHandler | { |public void execute(ExecutionContext ectx) throws Exception |

[jboss-user] [JBoss Portal] - Re: email to admin on user registration and activation confi

2008-03-13 Thread emuckenhuber
yes i saw that too... Since yesterday this is possible in the 2.6 branch as you described it, although i'm not very convinced - need to think about that again, as there should be a at least a prefix for getting the subject from the bundle... Furthermore it will expose this method for more flexi

[jboss-user] [JBoss Portal] - Re: Problem with Seam Forum

2008-03-14 Thread emuckenhuber
Indeed - but there is a thread called 'please use the new forum' So you could check out the new and fancy http://seamframework.org page, where you should be able to find this new forum :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4136568#4136568 Reply to

[jboss-user] [JBoss Portal] - Re: PermGen Space

2008-03-14 Thread emuckenhuber
You could also use the JAVA_OPTS in the bin/run.conf, which is maybe easier to find. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4136587#4136587 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4136587 _

[jboss-user] [JBoss Portal] - Re: How to get a netvibes widget by url?

2008-04-22 Thread emuckenhuber
You can basically copy the 'Source' url from the netvibes ecosystem. Although only UWA compatible widgets can be displayed outside netvibes. This is represented by the colored icon of the widget ;) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4145846#4145846